Security Audit and Vulnerability Scanning

Community

Scan for vulnerabilities, secure your code.

AuthorShunsukeHayashi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates comprehensive security audits and vulnerability scanning, identifying weaknesses in dependencies, unsafe code, and leaked secrets. It helps maintain a secure codebase and prevents critical vulnerabilities from reaching production.

Core Features & Use Cases

  • Dependency Vulnerability Scanning: Integrates cargo-audit and cargo-deny to check for known CVEs and enforce security policies.
  • Unsafe Code Detection: Uses cargo-geiger to identify and quantify unsafe code blocks, aiding in risk assessment.
  • Secret Management: Employs gitleaks to detect accidentally committed secrets (API keys, tokens) in your repository history.
  • Use Case: Before a major production deployment, activate this Skill to perform a full security audit. It will scan your dependencies for CVEs, check for policy violations, detect unsafe Rust code, and ensure no sensitive secrets have been committed, providing a comprehensive security report.

Quick Start

Run a full security audit on the current project, including dependency checks and secret detection.

Dependency Matrix

Required Modules

cargo-auditcargo-denycargo-geigergitleakscargo-supply-chain

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Security Audit and Vulnerability Scanning
Download link: https://github.com/ShunsukeHayashi/miyabi-mcp-bundle/archive/main.zip#security-audit-and-vulnerability-scanning

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository