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 .rs files in the program directory using the exclude pattern. Use Bash find (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:

Installs
7
GitHub Stars
50
First Seen
Mar 13, 2026
solana-auditor — sanbir/solana-auditor-skills