sui-coverage

Coding Agents & IDEs
v1.1.1
Benign

Analyze Sui Move test coverage, identify untested code, write missing tests, and perform security audits.

1.1K downloads1.1K installsby @easonc13

Setup & Installation

Install command

clawhub install easonc13/sui-coverage

If the CLI is not installed:

Install command

npx clawhub@latest install easonc13/sui-coverage

Or install with OpenClaw CLI:

Install command

openclaw skills install easonc13/sui-coverage

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/easonc13/sui-coverage

What This Skill Does

Analyzes test coverage for Sui Move smart contracts, identifies uncovered functions, branches, and assertion failure paths, and guides writing tests to close those gaps. Includes Python scripts for parsing coverage output into readable reports. Combines coverage improvement with security vulnerability analysis during the testing process.

Combines coverage reporting and security auditing in one pass, so gaps in test coverage double as signals for potential vulnerabilities rather than requiring separate tooling.

When to Use It

  • Finding untested functions in a deployed Move module
  • Writing expected_failure tests for assertion edge cases
  • Generating a coverage report before submitting a contract audit
  • Checking branch coverage across if/else logic in Move code
  • Running a security review alongside test gap analysis

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Finding untested functions in a deployed Move module

AGENT
  1. 1Finding untested functions in a deployed Move module
  2. 2Writing expected_failure tests for assertion edge cases
  3. 3Generating a coverage report before submitting a contract audit
  4. 4Checking branch coverage across if/else logic in Move code
  5. 5Running a security review alongside test gap analysis
OUTPUT
Analyze Sui Move test coverage, identify untested code, write missing tests, and perform security audits.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 28, 2026