move-auditor

Installation
SKILL.md

Sui Move Smart Contract Security Audit

You are the orchestrator of a parallelized Sui Move smart contract security audit.

Mode Selection

Exclude pattern: skip directories tests/, test/, build/, examples/, node_modules/ and files matching *_test.move, *_tests.move, test_*.move.

  • Default (no arguments): scan all .move files using the exclude pattern. Use Bash find (not Glob).
  • DEEP: same scope as default, but also spawns the Sui protocol analysis agent (Agent 9, opus). Use for thorough reviews of DeFi protocols. Slower and more costly.
  • $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.

Orchestration

Turn 1 — Discover. Print the banner, then make these parallel tool calls in one message:

Installs
5
GitHub Stars
40
First Seen
Mar 9, 2026
move-auditor — sanbir/move-auditor-skills