Built an open-source security linter for Sui Move — 6 rules (access control, unchecked arithmetic, unsafe downcast, discarded auth checks, shared abort codes). Validated on SuiTears, Bucket, Typus. Looking for feedback from Move
developers — false positives, missing patterns, anything it should catch that it doesn’t.
Thank you.
1 Like
Great stuff @mehvetero
For more developer feedback and adoption here are some steps you can easily take:
- Post on Sui (THE SUI TEAM WILL NEVER ASK YOU TO LEAVE THIS SITE) and Discord Forums
- Post on X and tag @SuiDevelopers
- Contribute this project to Awesome for more developers to easily find and use it.
Please let me know if you need more assistance
1 Like
Thank you @goodylili ![]()
X post with @SuiDevelopers tag goes out today. Discord and forum presence I’ll keep building with real findings rather than announcements.
Appreciate the guidance.
1 Like
@goodylili Could we continue the conversation?
If there are any shortcomings or errors in my tool, could you please submit an issue or PR?
I need feedback to improve the tool.
thank you.
move-test-gen v1.5.0 released — coverage checker + security linter for Sui Move.
Highlights: --fail-on severity gating, --json output, suppression pragmas, public(package) support, 3 security fixes.
1 Like

