sui-security-guard

Scan SUI projects for private keys, API keys, and credentials.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of identifying and mitigating security vulnerabilities within SUI projects, including the detection of exposed secrets and the enforcement of secure coding practices.

Core Features & Use Cases

  • Secret Detection: Scans code for sensitive information like private keys, API keys, and mnemonics.
  • Pre-commit Hooks: Integrates with Git to prevent secrets from being committed.
  • Security Audits: Validates adherence to a security checklist and best practices.
  • Use Case: Before committing code, run this skill to automatically scan for any accidentally included API keys or private keys, preventing a security breach.

Quick Start

Run the sui-security-guard scan command to perform a security check on your project.

Frequently Asked Questions about sui-security-guard

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

FAQPage Schema
How do I scan my SUI project for exposed private keys and API secrets?

To scan your SUI project for exposed private keys and API secrets, run the security scan command to automatically detect sensitive information like mnemonics, AWS credentials, and environment files before committing code.

What is the best way to prevent secrets from being committed to my SUI Git repository?

The best way to prevent secrets from being committed to your SUI Git repository is by installing pre-commit hooks. This automatically blocks API keys and private keys from entering your version control history.

How does pre-commit hook integration work for SUI security checklists?

Pre-commit hook integration works for SUI security checklists by validating adherence to secure coding practices and automatically triggering scans for exposed secrets right before you finalize a code commit.

Can I use automated security audits to verify SUI environment file configurations?

Yes, you can use automated security audits to verify SUI environment file configurations. The scan specifically targets environment files to mitigate API key exposure risks and validate your security checklist.

What types of credentials does a SUI secret detection scan look for?

A SUI secret detection scan looks for SUI private keys, mnemonics, API keys, AWS credentials, and sensitive data within environment files to identify and mitigate security vulnerabilities.