move-auditor

Analyze Sui Move contracts for security vulnerabilities and audit gaps.

40|5|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/sanbir/move-auditor-skills --skill move-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: move-auditor
Source: https://github.com/sanbir/move-auditor-skills/tree/main/move-auditor
Command: npx skills add https://github.com/sanbir/move-auditor-skills --skill move-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Move-based security auditing previously required lengthy manual reviews; this skill accelerates finding vulnerabilities in Sui Move packages by orchestrating parallel analysis across modules.

Core Features & Use Cases

  • Parallel agent-driven coverage across vectors (access control, arithmetic, state management, economics) to surface high-priority findings quickly.
  • Generates structured findings reports suitable for security reviews and compliance documentation.
  • Use Case: Rapid pre-audit screening for a new Move package before public release.

Quick Start

Run the move-auditor command to perform a full repository audit.

Frequently Asked Questions about move-auditor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit Sui Move smart contracts for security vulnerabilities?

A Sui Move smart contract audit applies in-depth checks to object flows, access controls, minting, upgrades, and configuration to identify security vulnerabilities. It uses parallel agent-based analysis to recognize best-practice patterns and validate safe upgrade paths.

What is the best way to automate Move package security analysis before release?

Automating Move package security analysis uses parallel agent-driven coverage across access control, arithmetic, state management, and economics vectors. This generates a structured findings report with recommendations and mitigation steps suitable for compliance documentation.

Can I use this approach to check safe upgrade paths for Sui Move objects?

Yes, checking safe upgrade paths for Sui Move objects is a core requirement of the analysis. The audit validates safe upgrade paths and recognizes best-practice patterns to ensure your package maintains secure configuration and state management.

What components are covered in a deep mode Sui Move audit?

Deep mode Sui Move audit components include in-depth checks on object flows, access controls, minting, upgrades, and configuration. It applies parallel agent-based analysis to recognize best-practice patterns and validate safe upgrade paths across packages.

Do I need any dependencies to run a parallel agent-based Move contract analysis?

No dependencies are required to run parallel agent-based Move contract analysis. The skill operates independently to analyze packages and produce a structured findings report with recommendations and mitigation steps.

Why does my Sui Move pre-audit screening take weeks instead of minutes?

Manual Sui Move pre-audit screening takes weeks due to lengthy reviews across modules. Automating with parallel agent-based analysis accelerates finding vulnerabilities across packages, reducing the timeframe to minutes.