scan-vulnerabilities

Community

Proactively scan for code security vulnerabilities.

Authormvillmow
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Unidentified security vulnerabilities in code and dependencies can lead to critical breaches, data loss, and reputational damage. Manual scanning is insufficient.

Core Features & Use Cases

  • Code Pattern Scanning: Identifies unsafe patterns like SQL injection, hardcoded secrets, and unvalidated input.
  • Dependency CVE Check: Scans for known vulnerabilities (CVEs) in project dependencies using tools like safety and bandit.
  • Use Case: As part of your CI/CD pipeline, use this skill to automatically scan your codebase and dependencies for vulnerabilities before every deployment, ensuring a secure release.

Quick Start

Use the scan-vulnerabilities skill to scan your project for security issues using Bandit and check dependencies with Safety.

Dependency Matrix

Required Modules

banditsafetysemgrep

Components

Standard package

💻 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: scan-vulnerabilities
Download link: https://github.com/mvillmow/ProjectOdyssey/archive/main.zip#scan-vulnerabilities

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