ton-auditor

Installation
SKILL.md

TON Smart Contract Security Audit

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

Mode Selection

Exclude pattern: skip directories tests/, test/, build/, node_modules/, wrappers/, scripts/ and files matching *_test.fc, *_test.tact, test_*.fc, test_*.tact, *.spec.ts.

  • Default (no arguments): scan all .fc, .func, and .tact files 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: same scope as default, but also spawns the TON protocol analysis agent (Agent 9) with model: "opus". Use for thorough reviews. Slower and more costly.

Orchestration

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

Installs
4
GitHub Stars
10
First Seen
May 18, 2026
ton-auditor — sanbir/ton-auditor-skills