vulnerability-scanner

Scan code dependencies, secrets, patterns, and misconfigurations for vulnerabilities.

1|Updated Sep 25, 2025
One-click install
npx skills add https://github.com/arroschaves/brandaocontador-site --skill vulnerability-scanner-arroschaves
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnerability-scanner
Source: https://github.com/arroschaves/brandaocontador-site/tree/main/.agent/skills/vulnerability-scanner
Command: npx skills add https://github.com/arroschaves/brandaocontador-site --skill vulnerability-scanner-arroschaves

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the critical need for identifying and prioritizing security vulnerabilities within software projects, helping to prevent breaches and protect sensitive data.

Core Features & Use Cases

  • Comprehensive Scanning: Analyzes dependencies, hardcoded secrets, dangerous code patterns, and configuration settings.
  • Risk Prioritization: Leverages CVSS, EPSS, and asset value to focus on the most critical threats.
  • Use Case: Before deploying a new web application, use this Skill to scan its codebase for common vulnerabilities like SQL injection, exposed API keys, and outdated dependencies, ensuring a more secure release.

Quick Start

Use the vulnerability-scanner skill to perform a full security scan on the current project directory.

Frequently Asked Questions about vulnerability-scanner

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

FAQPage Schema
How do I scan code dependencies and hardcoded secrets before deploying a web application?

To scan code dependencies and hardcoded secrets, use an automated vulnerability scanner to analyze dangerous code patterns and configuration settings. This identifies exposed API keys and outdated dependencies to ensure a secure release.

How does CVSS and EPSS risk prioritization work for security vulnerability scanning?

CVSS and EPSS risk prioritization works by scoring security vulnerabilities based on severity and exploitability, while factoring in asset value. This automated scanning mechanism focuses mitigation efforts on the most critical threats.

Do I need Python 3 to perform automated security vulnerability scanning on my project?

Yes, you need Python 3 with standard libraries to execute this automated security vulnerability scanning. It is required to analyze code dependencies, hardcoded secrets, and misconfigurations across your project directory.

What is the best way to identify supply chain risks in software dependencies?

The best way to identify supply chain risks in software dependencies is using automated vulnerability scanning. It analyzes outdated dependencies and dangerous code patterns, leveraging CVSS and EPSS to prioritize proactive threat mitigation.

Can I detect exposed API keys and misconfigurations with a security vulnerability scanner?

Yes, a security vulnerability scanner can detect exposed API keys and misconfigurations. It performs comprehensive scanning of hardcoded secrets and configuration settings to prevent breaches and protect sensitive data.