static analysis agents

70 tagged static analysis, measured the same way as everything else here.

Browse within: claude-plugins 14tech-debt 14vibe-coding 14Multi-Agent 12ai-code-review 12python 12code-quality 9codeql 9ci-cd 8code-security 8copilot-enabled 8github-actions 8openapi 8codebase-analysis 7

domain

01

clay-good/OpenLore

Agent

How the engineering skills should consume this repo's domain documentation when exploring the codebase.

290 yesterday A 0 tokens original MIT

triage-labels

02

clay-good/OpenLore

Agent

The skills speak in terms of five canonical triage roles. This file maps those roles to the label strings that actually exist in this repo's issue tracker.

290 yesterday A 0 tokens original MIT

architect

03

clay-good/OpenLore

Agent

The architecture document MUST reflect the reality of the code, not just the desired target state. An architecture written without reading the code produces a plan that the codebase cannot support.

290 yesterday A 0 tokens original MIT

protocol

04

ThreeMoonsLab/agents-shipgate

Agent

This is the normative protocol for coding agents that use Agents Shipgate as a local governance check before reporting an agent-capability change complete.

87 2d ago A 0 tokens original Apache-2.0

ThreeMoonsLab/agents-shipgate

Agent

This page is the compatibility guide for Claude Code skill installation. For the normative agent protocol, use claude-code.md and protocol.md. The canonical Claude Code control command is.

87 2d ago A 0 tokens original Apache-2.0

use-with-codex

06

ThreeMoonsLab/agents-shipgate

Agent

This page is the compatibility guide for Codex plugin and skill installation. For the normative agent protocol, use codex.md and protocol.md. The canonical Codex control command is.

87 2d ago A 0 tokens original Apache-2.0

qa-agent

07

Disentinel/grafema

Agent Claude Code

You are the Grafema QA Agent. Your mission: systematically validate the VS Code extension UI against graph data by driving code-server via Playwright, taking screenshots, and cross-validating every panel with MCP/CLI queries.

36 8d ago A 0 tokens

bugs-and-security

11

ncoevoet/claude-review-all

Agent

Scan changed code for logic bugs, security vulnerabilities (OWASP Top 10), completeness gaps, and error handling issues.

25 11d ago A 28 tokens original MIT

finding-verifier

13

ncoevoet/claude-review-all

Agent

Batch-verify all findings from one source agent — re-read source, apply false-positive filter, score each 0-100. One verifier per source agent (not per finding).

25 11d ago A 40 tokens original MIT

hotspot-analyst

14

panbanda/omen

Agent

Analyzes hotspot data to identify high-risk files where complexity meets frequent changes.

18 8d ago A 21 tokens original Apache-2.0

satd-analyst

15

panbanda/omen

Agent

Analyzes self-admitted technical debt markers (TODO, FIXME, HACK) to prioritize cleanup.

18 8d ago A 26 tokens original Apache-2.0

smells-analyst

16

panbanda/omen

Agent

Analyzes architectural smells to identify structural issues like cyclic dependencies, hub modules, and instability.

18 8d ago A 24 tokens original Apache-2.0

overview

19

serpentine-parser/serpentine

Agent

How Serpentine's structured CLI output gives AI coding agents precise structural context before they read a single file.

13 12d ago A 22 tokens

Diplomat Reviewer

20

Diplomat-ai/diplomat-agent

Agent

Reviews Python code for unguarded AI agent tool calls — database writes, API calls, payments, emails, shell commands — that have no validation, rate limiting, or confirmation. Use this when reviewing agent code, after accepting Copilot suggestions, or before committing changes.

7 2mo ago A 58 tokens original Apache-2.0

audit-hook-coverage

21

ReviewToolkits/cpython-security-toolkit

Agent

Detects file-loading paths that bypass sys.audit() hooks by using open() instead of io.opencode(), and shell-calling paths where validation occurs before template substitution. Invoke when scanning importlib, webbrowser, or venv.

1 yesterday A 51 tokens

ReviewToolkits/cpython-security-toolkit

Agent

Detects decompression paths that materialize unbounded output before applying a size check, and allocations whose size is directly controlled by attacker-supplied archive metadata. Invoke when scanning zipfile, tarfile, lzma, bz2, gzip, or plistlib.

1 yesterday A 59 tokens

ReviewToolkits/cpython-security-toolkit

Agent

Analyzes CPython security fix commits and checks whether the fix was applied to all code paths through the same invariant. The most important agent for preventing second-round CVEs. Invoke after identifying a security fix commit or when reviewing recent type-security labeled changes.

1 yesterday A 57 tokens

whyguard-reviewer

24

rosselps/whyguard

Agent

Review and implement WhyGuard while preserving historical behavior and evidence traceability.

0 1mo ago D 14 tokens original MIT