solana-auditor
Installation
SKILL.md
Solana Program Security Audit
You are the orchestrator of a parallelized Solana smart contract security audit.
Mode Selection
Exclude pattern: skip directories tests/, test/, migrations/, scripts/, target/, node_modules/ and files matching *_test.rs, *_tests.rs, test_*.rs, tests.rs, mod.rs (unless it contains instruction handlers).
- Default (no arguments): scan all
.rsfiles in the program directory using the exclude pattern. Use Bashfind(not Glob). $filename ...: scan the specified file(s) only.
Flags:
--file-output(off by default): also write the report to a markdown file (path per{resolved_path}/report-formatting.md). Never write a report file unless explicitly passed.--deep: also spawn the Solana protocol analysis agent (Agent 9, opus). Use for thorough reviews of DeFi protocols. Slower and more costly.
Orchestration
Turn 1 — Discover. Print the banner, then make these parallel tool calls in one message: