Skip to content

talongate

Security tooling for Sui Move.

We build open-source tools that help Sui Move developers ship contracts they can trust.

Projects

Three layers, one toolchain:

  • Coverage — maps which paths your tests actually exercise, so untested code is visible
  • Mutation testing — plants real bugs and checks your tests catch them, proving the suite bites
  • Lint — 8 Move-specific security rules (MOV-001–012) that flag risk patterns before review does

Built from real audit work — every rule traces back to a pattern that burned real money on mainnet.

Not a style linter — sui move lint handles that. This targets security: the patterns that compile clean but drain funds on mainnet.

Ships as a skill, a GitHub Action, and a CLI.

What's next

  • More lint rules — expanding from real audit findings
  • Bytecode-level checks for deployed packages
  • AST-based analysis (migrating off regex matching)

Contributing

Issues, PRs, and rule contributions welcome. If you hit a false positive or a pattern we should catch, open an issue — that's how the tool gets better.

License

MIT — free to use, fork, and build on.

Popular repositories Loading

  1. move-test-gen move-test-gen Public

    Agent skill that generates edge-case test suites for Sui Move functions + security lint (MOV-001~006). Coverage checker with assert pairing, mutation testing, and parser-backed static analysis.

    Move 7 1

  2. .github .github Public

    Organization profile

    1

Repositories

Showing 2 of 2 repositories

Top languages

Loading…

Most used topics

Loading…