quality-security-scan

Community

Scan code for secrets and vulnerabilities.

Authormvillmow
Version1.0.0
Installs0

System Documentation

What problem does it solve? This Skill automatically detects common security vulnerabilities and hardcoded secrets in your codebase, preventing accidental exposure and strengthening your application's security posture. It automates critical security checks, reducing manual audit time.

Core Features & Use Cases:

  • Secrets Detection: Scans for API keys, passwords, and private keys before they are committed, preventing sensitive data leaks.
  • Dependency Vulnerability Check: Integrates with tools like pip-audit and safety to find known vulnerabilities in Python dependencies.
  • Use Case: Before pushing sensitive code, run this skill to ensure no secrets are accidentally committed and that your Python dependencies are free from known vulnerabilities. This proactive check helps maintain a secure codebase.

Quick Start: Use the quality-security-scan skill to scan the current repository for hardcoded secrets.

Dependency Matrix

Required Modules

pip-auditsafety

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: quality-security-scan
Download link: https://github.com/mvillmow/ml-odyssey/archive/main.zip#quality-security-scan

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