vulnerability-scanner

Detect security vulnerabilities and misconfigurations in software projects via Python scripts.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/gelsonsimoes/wms-verticalparts --skill vulnerability-scanner-gelsonsimoes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnerability-scanner
Source: https://github.com/gelsonsimoes/wms-verticalparts/tree/main/.agent/skills/vulnerability-scanner
Command: npx skills add https://github.com/gelsonsimoes/wms-verticalparts --skill vulnerability-scanner-gelsonsimoes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Identify and remediate security vulnerabilities, misconfigurations, and risky patterns across software projects in alignment with OWASP 2025 and supply chain security best practices.

Core Features & Use Cases

  • Threat-minded analysis: Think like an attacker to uncover potential weaknesses across dependencies, code, and configuration.
  • Comprehensive coverage: Scans for dependencies, secrets exposure, unsafe code patterns, and insecure configurations according to OWASP A03-A10 and related risk-prioritization guidance.
  • Use Case: For a web app with multiple services, run the scanner to produce a prioritized list of risks for remediation and a reproducible report.

Quick Start

Use the vulnerability-scanner to analyze your codebase and generate a findings report.

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 exposed secrets?

To scan for security vulnerabilities and exposed secrets, apply an automated scanner to your codebase to identify dependency issues, secret exposure, dangerous code patterns, and insecure configurations. This generates a prioritized findings report for remediation.

What security risks does an OWASP vulnerability scanner detect?

An OWASP vulnerability scanner detects security risks including dependencies issues, secret exposure, unsafe code patterns, and insecure configurations. It aligns checks with OWASP A03-A10 and supply chain security best practices to uncover potential weaknesses.

Can I use an automated vulnerability scanner across multiple programming languages?

You can use an automated vulnerability scanner across codebases of varying languages and ecosystems. It assesses dependencies, secrets, and configuration integrity comprehensively to produce actionable findings regardless of the specific development environment.

How do I prioritize security risks found during a codebase vulnerability scan?

To prioritize security risks found during a codebase vulnerability scan, the scanner applies risk-prioritization guidance aligned with OWASP standards. It produces a reproducible report listing risks by severity to guide your remediation efforts.

What's the best way to detect insecure configurations in a web application?

The best way to detect insecure configurations in a web application is to run automated checks that evaluate configuration integrity against OWASP guidelines. This identifies misconfigurations and generates an actionable findings report.

Do I need Python installed to run a dependency and secret detection scan?

You need Python installed to run a dependency and secret detection scan because the automated checks are implemented via Python scripts. These scripts identify dependency issues and secret exposure within your software projects.