5 Repos
Uses large language models to interpret code changes and generate natural language feedback.
Distinct from Git-Based Code Analysis Platforms: Distinct from general Git-based analysis by using LLMs for semantic interpretation rather than just statistics.
Explore 5 awesome GitHub repositories matching devops & infrastructure · LLM-Based Analysis. Refine with filters or upvote what's useful.
Marker is an LLM-powered document parser and OCR pipeline designed to convert PDFs and unstructured files into structured markdown, JSON, and HTML. It functions as a data preprocessor that transforms complex documents into machine-readable formats while preserving tables, equations, and layout structures. The system utilizes large language models to refine OCR accuracy, clean mathematical notation, and merge fragmented tables across multiple pages. It employs model-based layout analysis to predict block types and bounding boxes, ensuring a more precise conversion of document elements. Capabi
Uses large language models to refine OCR accuracy, clean mathematical notation, and merge fragmented tables.
PR Agent is an AI-powered code analysis tool and pull request reviewer that uses large language models to automate version control workflows. It functions as a programmatic agent that integrates with version control platforms to provide automated quality checks, explain code changes, and manage pull request documentation. The system distinguishes itself by enforcing organizational engineering standards through a customizable rule-based system. It leverages retrieval-augmented generation to inject repository context and organizational guidelines into its analysis, ensuring that feedback remain
Uses large language models to analyze source code changes and provide natural language feedback within version control.
SkillSpector ist ein Security-Scanner, der darauf ausgelegt ist, Schwachstellen und bösartige Muster in KI-Agent-Plugins und -Erweiterungen zu erkennen, bevor diese installiert werden. Er fungiert als Runtime-Guardrail, der numerische Risikoscores berechnet und Schweregrad-Labels zuweist, um Installations-Empfehlungen zu geben oder riskante externe Erweiterungen zu blockieren. Das Projekt zeichnet sich dadurch aus, dass es Sprachmodelle verwendet, um semantische Code-Analysen durchzuführen, wobei Code-Intention und Kontext bewertet werden, um False Positives zu reduzieren. Zudem setzt es auf Fingerprint-basiertes Issue-Suppression, um zuvor akzeptierte Risiken über wiederholte Scan-Zyklen hinweg zu verfolgen und zu ignorieren. Das Tool deckt Software-Supply-Chain-Security durch Dependency-Scanning gegen öffentliche Sicherheitsdatenbanken ab und unterstützt Multi-Source-Asset-Ingestion aus lokalen Verzeichnissen, Remote-URLs und Repositories. Es bietet Schwachstellen-Reporting in mehreren maschinen- und menschenlesbaren Formaten für die Integration in CI/CD-Pipelines.
Uses large language models to evaluate code intent and context, reducing false positives in security detection.
ai-goofish-monitor is an AI-driven marketplace monitor and containerized web scraper designed to track online listings. It uses multimodal large language models and natural language prompts to analyze product text and images, determining if items meet specific requirements. The system employs an anti-detection workflow that rotates network proxies and authenticated accounts to bypass rate limits. It captures browser cookies and session states to mimic real user behavior during automated requests. The project includes a task scheduler using cron expressions and an embedded SQLite database for
Uses multimodal AI and natural language prompts to automatically evaluate product listings.
k8sgpt ist eine Suite von Kubernetes-fokussierten Tools, die für KI-gestütztes Debugging, Cluster-Diagnose und Selbstheilung entwickelt wurden. Es fungiert als automatisierter Analysator und Debugger, der große Sprachmodelle verwendet, um Cluster-Fehler zu erklären, Sanierungsschritte vorzuschlagen und Ressourcenfehler zu identifizieren. Das Projekt zeichnet sich durch ein erweiterbares Analyse-Framework aus, das benutzerdefinierte Diagnose-Plugins und einen Model Context Protocol-Server unterstützt, der Cluster-Diagnosen als Tools für KI-Assistenten bereitstellt. Es enthält einen Selbstheilungs-Agenten, der in der Lage ist, automatisch Korrekturen für erkannte Anomalien zu generieren und anzuwenden, sowie eine Middleware zur Datenanonymisierung, um sensible Informationen vor der Übertragung an externe KI-Anbieter zu maskieren. Das Toolset deckt ein breites Spektrum an operativen Funktionen ab, einschließlich kontinuierlicher Gesundheitsüberwachung über einen Operator, Compliance-Audits gegen Richtlinien-Engines und Multi-Cluster-Orchestrierung zur Identifizierung weit verbreiteter Fehlermuster. Es bietet zudem Beobachtbarkeitsfunktionen wie den Export von Diagnoseergebnissen, die Integration von Beobachtbarkeitsmetriken und die Fehlerbehebung bei Pod-Ausfällen.
Sends Kubernetes resource data to generative AI backends for human-readable technical analysis.