sui-red-team

Generate and execute adversarial attack tests on SUI Move contracts.

7|2|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/first-mover-tw/sui-dev-agents --skill sui-red-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sui-red-team
Source: https://github.com/first-mover-tw/sui-dev-agents/tree/main/skills/sui-red-team
Command: npx skills add https://github.com/first-mover-tw/sui-dev-agents --skill sui-red-team

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill proactively identifies security vulnerabilities in SUI Move smart contracts by simulating real-world adversarial attacks, helping developers prevent exploits before deployment.

Core Features & Use Cases

  • Automated Attack Simulation: Generates and executes diverse attack vectors against Move contracts, including access control bypasses, integer abuses, economic exploits, and more.
  • Vulnerability Discovery: Identifies exploitable weaknesses and provides detailed reports with suggested remediation steps.
  • Use Case: A development team is preparing to launch a new DeFi protocol on SUI. They use the sui-red-team skill to simulate various attack scenarios, ensuring their smart contracts are robust against common and advanced threats.

Quick Start

Run a comprehensive security audit on your SUI Move contracts by executing the sui-red-team skill.

Frequently Asked Questions about sui-red-team

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

FAQPage Schema
How do I run penetration testing on SUI Move smart contracts?

Penetration testing for SUI Move contracts works by simulating real-world adversarial attacks, generating and executing test vectors against your code to identify exploitable weaknesses related to access control, integer abuse, and object manipulation.

What types of vulnerabilities can adversarial security testing find in SUI Move?

Adversarial security testing identifies SUI Move vulnerabilities including access control bypasses, integer abuses, object manipulation, economic attacks, type confusion, ordering attacks, and denial of service vectors.

Can I audit a DeFi protocol on SUI for economic attack vectors before deployment?

Yes, you can audit a DeFi protocol on SUI for economic attack vectors before deployment by executing an automated attack simulation that targets financial exploit scenarios and object manipulation weaknesses.

What is the best way to identify object manipulation and type confusion vulnerabilities in Move?

The best way to identify object manipulation and type confusion vulnerabilities in Move is through input fuzzing and adversarial attack simulation, which actively tests your contract code against these specific exploit classes.

How are security findings classified when auditing SUI Move contracts?

When auditing SUI Move contracts, security findings are classified into three categories: EXPLOITED for confirmed vulnerabilities, SUSPICIOUS for potential weaknesses, and DEFENDED for successfully resisted attack vectors.