vulnerability-scanner

Scan codebases and configurations for OWASP 2025 security risks.

1|1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/DriveConnect-alpha/DriveConnect --skill vulnerability-scanner-driveconnect-alpha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnerability-scanner
Source: https://github.com/DriveConnect-alpha/DriveConnect/tree/main/.agent/skills/vulnerability-scanner
Command: npx skills add https://github.com/DriveConnect-alpha/DriveConnect --skill vulnerability-scanner-driveconnect-alpha

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Vulnerability scanning helps engineering and security teams identify and prioritize security risks across codebases, configurations, and third-party dependencies using OWASP 2025 guidance.

Core Features & Use Cases

  • Think like an attacker to identify weaknesses and risk across the software stack (dependencies, secrets, and code patterns).
  • Use cases include validating supply chain integrity, detecting hardcoded credentials, and spotting dangerous code patterns in CI/CD pipelines.
  • The tool reads reference checklists and applies automated scans via a runnable Python script to generate actionable remediation insights.

Quick Start

Run the vulnerability-scanner script to perform an automated security assessment on a project by executing python scripts/security_scan.py <project_path>.

Frequently Asked Questions about vulnerability-scanner

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

FAQPage Schema
How do I scan my codebase for security vulnerabilities and hardcoded secrets?

To scan for vulnerabilities and hardcoded secrets, execute the Python security script with your project path to automatically detect risks in code, dependencies, and configurations.

What is OWASP 2025 risk assessment and how does it apply to supply chain threats?

OWASP 2025 risk assessment identifies weaknesses across the software stack by validating dependencies, detecting hardcoded credentials, and spotting dangerous code patterns to mitigate supply chain threats.

Can I use a vulnerability scanner to validate dependencies in CI/CD pipelines?

Yes, the vulnerability scanner validates dependencies and detects dangerous code patterns in CI/CD pipelines by applying automated scans to assess supply chain integrity and OWASP 2025 risks.

Do I need Python installed to run automated vulnerability analysis on my project?

Yes, you need Python installed because the vulnerability scanner executes a configurable Python script that reads reference checklists and generates actionable remediation insights.

What types of security risks can an automated vulnerability scanner detect?

An automated vulnerability scanner detects security risks like hardcoded credentials, dangerous code patterns, and supply chain threats by validating dependencies, secrets, and configurations against OWASP 2025 categories.