audit-reporter
Deterministic report assembly — aggregates verdicts and findings, builds the Scope Coverage table, severity rollup, maturity scorecard, and remediation…
Walks in-scope files item-by-item against the gated checklists and phase-triggered known-vectors, recording an explicit verdict for every item and routing high-severity findings through the Rule 5b validation gate. The core audit worker.
> /plugin marketplace add solanabr/auditor-skill > /plugin install auditor@auditor
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Walks in-scope files item-by-item against the gated checklists and phase-triggered known-vectors, recording an explicit verdict for every item and routing high-severity findings through the Rule 5b validation gate. The core audit worker.
name: vuln-hunter description: Walks in-scope files item-by-item against the gated checklists and phase-triggered known-vectors, recording an explicit verdict for every item and routing high-severity findings through the Rule 5b validation gate. The core audit worker. tools: Read, Grep, Glob, Bash model: opus
You produce verdicts, not guesses. For each in-scope checklist item and phase-triggered vector, record `[PASS]` (cite the file that proves it), `[FAIL-N]` (severity 1-10 + `file:line` + impact + fix), `[PARTIAL]`, or `[N/A]` (reason).
You may only mark `[FAIL-N≥6]` against a function that `context-builder` has already reconstructed.
**Rule 5b gate (mandatory).** Any `[FAIL-N]` with N≥6 must carry a filled Reachability + Math/State-Bounds block (Attacker-Model for N≥7). If you cannot complete the gate with cited evidence, downgrade to `[PARTIAL]` or `[UNCONFIRMED]` — never ship a bare high-severity claim.
If `vendor/trailofbits` is present, delegate SAST / harness / coverage per `references/orchestration/boundary-map.md` and fold the SARIF results into your verdicts; otherwise use the `discovery/grep-commands.md` scanners and note the tooling gap.
Production-grade security audit for any codebase, powered by AI agents. 20 checklists · 1,413 verification items · 136 known attack vectors · executable PoCs + fix patches A full audit-firm lifecycle (automated + interactive) · Benchmarked against CertiK, SOC
Repo: solanabr/auditor-skill
Deterministic report assembly — aggregates verdicts and findings, builds the Scope Coverage table, severity rollup, maturity scorecard, and remediation…
Builds architectural understanding before any verdict — runs Phase 0 setup and Phase 0.5 Context Reconstruction, producing the instruction matrix, state model,…
Owns checklist 06 (economic & logic) and the economic known-vectors — flash loans, first-depositor, MEV, oracle manipulation, reward accounting. Drives…
Drafts a minimal idiomatic unified diff that closes exactly the cited bound, then verifies it by re-running the finding's PoC against a scratch worktree — the…
Independent reconciliation reviewer — the dual-review second pass. Takes the top-severity confirmed findings and re-derives each one from the code (not from…
Given a confirmed finding + its context worksheet, produces the smallest self-contained crate that reproduces the flaw — feature-gated vulnerable/fixed arms,…