solanabr/auditor-skill

Claude Code / agentic security skill for Solana programs and software. Full audit-firm lifecycle, executable PoC + fix-patch delivery, a Rust pre-scanner + cross-audit memory, 1,346 checks across 20 checklists, and 131 real-world attack vectors.

52Stars on the repository
27Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

solanabr/auditor-skill

Command

Flow B — AI-assisted iterative audit with a human in the loop. Same lifecycle as audit-cycle, but pauses at checkpoints to surface confirmed findings, the next-focus plan, and targeted questions only the human can answer (business context, trust model, severity calls). The human steers; the agent re-synthesizes toward…

52 +2 1mo ago A 76 tokens original MIT

auditor:audit-cycle

02

solanabr/auditor-skill

Command

Flow A — fully automated audit-firm lifecycle. Runs scope → context → tool-assisted first pass → domain-partitioned manual review → independent reconciliation → client report end-to-end, and delivers a professional audit report (MD + optional PDF). Audit-shaped automation, not a substitute for a human firm audit.

52 +2 1mo ago A 67 tokens original MIT

solanabr/auditor-skill

Command

Aggregate audit checkpoints into the final report — executive summary, Scope Coverage, findings by severity, maturity scorecard, and remediation roadmap.

52 +2 1mo ago A 32 tokens original MIT

auditor:audit

04

solanabr/auditor-skill

Command

Full scope-gated security audit of a Solana / full-stack repository — discovery, context reconstruction, per-item checklist verdicts, false-positive validation, and a severity-ranked report.

52 +2 1mo ago A 41 tokens original MIT

auditor:deep-review

05

solanabr/auditor-skill

Command

Deep single-instruction / single-function security review using the instruction worksheet, context reconstruction, and adversarial exploit modeling.

52 +2 1mo ago A 29 tokens original MIT

auditor:diff-audit

06

solanabr/auditor-skill

Command

PR / commit-scoped differential audit — audits only changed functions (plus 1-hop callers), flags removed security checks, and prioritizes by risk × blast radius.

52 +2 1mo ago A 40 tokens original MIT

solanabr/auditor-skill

Command

Quantify a candidate economic finding — compute attack cost vs extractable value and, when possible, reproduce deposit→manipulate→withdraw against a Surfpool mainnet-fork for a real P/L figure.

52 +2 1mo ago A 49 tokens original MIT

auditor:intake

08

solanabr/auditor-skill

Command

Interactive engagement intake (alias /scope). Walks QUESTIONS.md and persists the answers to audit /intake.md — the durable intake artifact both audit-cycle and audit-assist read, instead of answers living only in conversation state. Captures scope + commit pin, languages/frameworks, protocol class, compliance…

52 +2 1mo ago A 100 tokens original MIT

auditor:patch

09

solanabr/auditor-skill

Command

Draft and verify a fix for a confirmed finding — a MINIMAL idiomatic unified diff against the pinned audited commit, applied to a scratch worktree and proven by re-running the finding's PoC (it must now revert). Proposal only; the auditor stays read-only on the client tree. Optional mutation + blast-radius evidence.…

52 +2 1mo ago A 94 tokens original MIT

auditor:poc

10

solanabr/auditor-skill

Command

Generate an executable proof-of-concept exploit for a confirmed High/Critical finding — detect the toolchain, pick the harness framework by finding type, spawn poc-engineer, and emit a one-command runnable crate plus the earned [PoC-] evidence tier. Never hard-fails: on toolchain absence it downgrades to…

52 +2 1mo ago A 88 tokens original MIT

auditor:quick-scan

11

solanabr/auditor-skill

Command

Fast security triage — discovery + static analysis + the highest-severity vector subset, without the full item-by-item walk. Use for a first look or a CI gate.

52 +2 1mo ago A 42 tokens original MIT

auditor:re-audit

12

solanabr/auditor-skill

Command

Fix-review / re-audit. Takes a prior audit report + the current tree and classifies every prior finding FIXED / PARTIALLY-FIXED / STILL-OPEN / REGRESSED / ACKNOWLEDGED / DISPUTED (re-running Rule 5b on the fix, citing the remediation commit/PR hash), audits the changed surface for NEW findings via the diff-audit path…

52 +2 1mo ago A 114 tokens original MIT

auditor:spec-audit

13

solanabr/auditor-skill

Command

Spec-vs-code compliance audit — extracts requirements from a spec / whitepaper / RFC and matches each to the implementation with typed verdicts.

52 +2 1mo ago A 35 tokens original MIT

solanabr/auditor-skill

Command

Builds the pre-review threat model as audit /threat-model.md — an asset inventory (crown-jewel funds/authority/data and where they live), an actor x capability table (each actor → what they can do → what they must NOT be able to do), and a trust-boundary map (which CPIs/accounts/inputs cross a trust boundary). No…

52 +2 1mo ago A 140 tokens original MIT

auditor:triage

15

solanabr/auditor-skill

Command

Re-runnable batch triage checkpoint over the candidate finding set (fixes triage being diffused across agents). Dedups by root-cause signature (reusing /re-audit's signature idea; audit-mem auto-suppresses prior-ruled false positives and flags regressions when built), enforces Rule 5b calibration (every N≥6 carries…

52 +2 1mo ago A 162 tokens original MIT