Tag: static-analysis

Type: All Skills Tools
skill ★ 148,520

Backend Code Quality and Security Review

Automates the review of Python backend code for security vulnerabilities, performance bottlenecks, and architectural best practices. It supports analysing pending changes, code snippets, and specific files within the backend directory.

langflow-ai/langflow python code-review security-audit backend-development
skill ★ 28

Automated Code Quality Audit Skill

Performs deep code quality audits on files, packages, or directories by combining LSP-based batch analysis with LLM-driven heuristic checks. It identifies issues such as dead symbols, error wrapping gaps, and concurrency safety risks across…

blackwell-systems/agent-lsp lsp code-audit static-analysis mcp
skill ★ 28

Automated Codebase Architecture Analysis

Generates a structural overview of a codebase, including language distribution, package hierarchy, and entry points. It identifies architectural hotspots by analysing symbol density and the blast radius of changes.

blackwell-systems/agent-lsp codebase-analysis lsp mcp static-analysis
skill ★ 105

Automated Code Review and Security Analysis

This skill automates the identification of security vulnerabilities, performance bottlenecks, and code quality issues, prioritising findings by severity.

hidai25/eval-view code-review security-auditing static-analysis software-quality
tool

Automated AI Code Review Service

An automated service for reviewing code for security vulnerabilities, performance bottlenecks, and quality issues across various programming languages. It returns scored issues and actionable suggestions via a paid API endpoint.

ntriq-gh/ntriq-agentshop code-review security-audit static-analysis ai-agent
skill ★ 2

Automated AI Code Review Agent

An automated agent that performs static analysis on source code across multiple languages to provide structured reports including security concerns and quality scores.

MeshLedger/MeshLedger code-review static-analysis ai-agent security-audit
skill ★ 23

AI-Powered Code Quality Gate and Reviewer

This skill acts as an advanced code quality gate, detecting AI-specific defects such as hallucinated imports, phantom packages, and stale APIs across multiple languages. It provides structured reports and fix suggestions for auditing codeba…

raye-deng/open-code-review code-review static-analysis ai-bugs linting
tool ★ 41

Structural Code Pattern Search and Linting

This skill provides deep, syntax-aware code analysis, enabling developers to search for structural patterns using AST matching or run focused static diagnostics against selected files. It also facilitates the generation of draft linting rul…

drhalto/agentmako static-analysis ast-search linting code-patterns
skill ★ 41

Mako Code Intelligence for Static Analysis

Provides syntax-aware structural pattern searching and static diagnostics for TypeScript and JavaScript projects. It enables AST-based queries and the extraction of rule templates from code fixes.

drhalto/agentmako ast-grep static-analysis typescript javascript
tool ★ 41

Structural code analysis and pattern matching

This skill provides syntax-aware tools for deep code inspection, enabling structural pattern matching across various languages. It facilitates focused linting diagnostics and drafts project rules from existing code fixes.

drhalto/agentmako static-analysis code-linting pattern-matching typescript
tool ★ 41

Advanced Static Code Analysis and Pattern Matching

This tool provides syntax-aware capabilities for deep code inspection, allowing developers to perform structural pattern searches across various file types. It can also run focused static diagnostics and draft project rules from existing fi…

drhalto/agentmako static-analysis code-linting pattern-matching typescript
skill ★ 78,845

Coverity Scan Defect Triage Skill

Automate the triage of Coverity Scan defects by fetching defect lists and applying classification decisions such as bug, false positive, or intentional. The skill interfaces with the unofficial Coverity JSON API using session-based authenti…

netdata/netdata coverity-scan defect-triage static-analysis security-auditing
skill ★ 78,845

codacy ci audit for pre-push and pr triage

This skill automates local static analysis checks mirroring Codacy CI, enabling pre-push prevention before pushing code. It also provides read-only PR triage by fetching and clustering Codacy issues via the v3 API.

netdata/netdata codacy static-analysis ci-audit pr-triage
skill ★ 75

Automated pre-commit security and quality validation

Perform automated security scans, quality gate validations, and antipattern detection before committing or opening pull requests. It also enables symbol-level diffing and bug prediction for high-risk code changes.

nikolai-vysotskyi/trace-mcp pre-commit security-scanning code-quality static-analysis
skill ★ 9

Semantic .NET Code Intelligence

Provides semantic intelligence for .NET and C# codebases by leveraging Roslyn-based MCP tools for precise symbol navigation and diagnostic retrieval. It prioritises semantic lookups over text-based searches to ensure accurate analysis of ty…

MarcelRoozekrans/roslyn-codelens-mcp dotnet csharp roslyn mcp