solanabr

219 mods across 7 repositories, 199 stars between them.

patch-engineer

73

solanabr/auditor-skill

Agent

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 exploit must now revert. Optional mutation + blast-radius evidence. Emits [FIX-VERIFIED] / [FIX-INSUFFICIENT] / [FIX-PROPOSED]; never claims FIX-VERIFIED…

50 1mo ago A 84 tokens original MIT

peer-reviewer

74

solanabr/auditor-skill

Agent

Independent reconciliation reviewer — the dual-review second pass. Takes the top-severity confirmed findings and re-derives each one from the code (not from the primary's write-up), reusing the context worksheets to avoid re-reconstruction. Emits CONFIRM / DISPUTE / DOWNGRADE per finding; a DISPUTE forces the finding…

50 1mo ago A 95 tokens original MIT

poc-engineer

75

solanabr/auditor-skill

Agent

Given a confirmed finding + its context worksheet, produces the smallest self-contained crate that reproduces the flaw — feature-gated vulnerable/fixed arms, asserting the exploit succeeds on the vulnerable arm and is rejected on the fixed arm. Emits the [PoC-] evidence tier; downgrades to [PoC-ATTEMPTED] + prose on…

50 1mo ago A 86 tokens original MIT

threat-modeler

76

solanabr/auditor-skill

Agent

Builds the pre-review threat model before any verdict — asset inventory, actor x capability table, and trust-boundary map — reconstructed from the code and the context worksheets. Drives /auditor:threat-model in a full audit, analogous to how context-builder drives Phase 0.5. No verdicts; attacker-goal enumeration…

50 1mo ago A 74 tokens original MIT

vuln-hunter

77

solanabr/auditor-skill

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.

50 1mo ago A 55 tokens original MIT

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…

50 1mo ago A 76 tokens original MIT

auditor:audit-cycle

79

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.

50 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.

50 1mo ago A 32 tokens original MIT

auditor:audit

81

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.

50 1mo ago A 41 tokens original MIT

auditor:deep-review

82

solanabr/auditor-skill

Command

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

50 1mo ago A 29 tokens original MIT

auditor:diff-audit

83

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.

50 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.

50 1mo ago A 49 tokens original MIT

auditor:intake

85

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…

50 1mo ago A 100 tokens original MIT

auditor:patch

86

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.…

50 1mo ago A 94 tokens original MIT

auditor:poc

87

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…

50 1mo ago A 88 tokens original MIT

auditor:quick-scan

88

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.

50 1mo ago A 42 tokens original MIT

auditor:re-audit

89

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…

50 1mo ago A 114 tokens original MIT

auditor:spec-audit

90

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.

50 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…

50 1mo ago A 140 tokens original MIT

auditor:triage

92

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…

50 1mo ago A 162 tokens original MIT

anchor-engineer

93

solanabr/solana-vault-standard

Agent Claude Code

Anchor framework specialist for rapid Solana program development. Use for building programs with Anchor macros, IDL generation, account validation, and standardized patterns. Prioritizes developer experience while maintaining security.\n\nUse when: Building new programs quickly, team projects needing standardization…

23 4mo ago A 77 tokens copy · 88% MIT

defi-engineer

94

solanabr/solana-vault-standard

Agent Claude Code

DeFi integration specialist for composing with Solana protocols including Jupiter, Drift, Kamino, Raydium, Orca, Meteora, Marginfi, and Sanctum. Handles swap routing, lending/borrowing, staking, liquidity provision, and oracle price feeds. Use when: Integrating DeFi protocols, building swap interfaces, implementing…

23 4mo ago A 100 tokens copy · 94% MIT

devops-engineer

95

solanabr/solana-vault-standard

Agent Claude Code

CI/CD, infrastructure, and deployment specialist for Solana projects. Handles GitHub Actions, Docker, monitoring, RPC management, and Cloudflare Workers edge deployment. Use when: Setting up CI/CD pipelines, containerizing Solana validators or programs, configuring monitoring and alerting, managing RPC infrastructure…

23 4mo ago D 76 tokens copy · 100% MIT

game-architect

96

solanabr/solana-vault-standard

Agent Claude Code

Senior Solana game architect for game system design, Unity/C# architecture, on-chain game state, player progression, NFT integration, and PlaySolana ecosystem. Use for high-level game design decisions, architecture reviews, and planning complex game systems. Use when: Designing new Solana games from scratch, planning…

23 4mo ago A 90 tokens copy · 100% MIT