Skip to main content

move-test-gen

WHEN: after an audit finding, after adding a public/entry function, when sui move coverage summary shows gaps, when a PR touches arithmetic or access control. WHAT: generates edge-case and adversarial Move test suites — boundary values, overflow/underflow, access-control violations, state-machine ordering. Also runs security lint (9 rules, 10 checks: MOV-001 missing capability, MOV-002 unchecked mul + bit-shift, MOV-003 div-by-zero, MOV-004 unsafe downcast, MOV-005 discarded auth check, MOV-006 shared abort code, MOV-008 exact-equality payment assert, MOV-011 public(package) entry PTB bypass, MOV-012 spoofable sender address param) and mutation testing to verify test strength. Pairs well with security audit agents — feed it findings, it produces regression tests that fail without the fix.

インストールへ移動

ソース情報

リポジトリ
talongate/move-test-gen
ソースの最終更新活動
2026年8月31日 04:59
検出された SKILL.md の言語
英語
スター
7
フォーク
1

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。