vulnerability-scanner

Analyze codebases, dependencies, and configurations for vulnerabilities using CVSS and EPSS scores.

Updated Nov 12, 2025
One-click install
npx skills add https://github.com/jabez4jc/Simplifyed --skill vulnerability-scanner-jabez4jc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnerability-scanner
Source: https://github.com/jabez4jc/Simplifyed/tree/main/.agent/skills/vulnerability-scanner
Command: npx skills add https://github.com/jabez4jc/Simplifyed --skill vulnerability-scanner-jabez4jc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps identify and prioritize security vulnerabilities within a project, moving beyond simple scans to a more strategic, attacker-mindset approach for robust defense.

Core Features & Use Cases

  • Comprehensive Scanning: Analyzes dependencies, secrets, code patterns, and configurations.
  • Risk Prioritization: Integrates CVSS, EPSS, and asset value for actionable insights.
  • Supply Chain Security: Focuses on modern threats like dependency integrity and CI/CD security.
  • Use Case: Before deploying a new service, run this Skill to proactively discover potential security flaws, understand their business impact, and prioritize remediation efforts based on real-world exploitability.

Quick Start

Run the security_scan.py script in the current directory to perform a full vulnerability assessment.

Frequently Asked Questions about vulnerability-scanner

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

FAQPage Schema
How do I perform a vulnerability analysis on my project's codebase and dependencies?

To perform a vulnerability analysis, run the security_scan.py script in your project directory. The scan assesses your codebase, dependencies, and configurations, mapping attack surfaces and identifying potential security flaws.

Can I prioritize security risks using CVSS and EPSS scores for my application?

Yes, vulnerability risk prioritization integrates CVSS and EPSS scores alongside asset value. This approach provides actionable insights by ranking discovered vulnerabilities based on their real-world exploitability and business impact.

Does this vulnerability scanner validate adherence to OWASP 2025 and supply chain security principles?

Yes, the vulnerability scanner validates adherence to OWASP 2025 and supply chain security principles. It focuses on modern threats like dependency integrity and CI/CD security to ensure robust proactive defense.

Do I need Python 3 and npm to run a comprehensive security vulnerability scan?

You need Python 3 with standard libraries to run the vulnerability scan. Npm is optionally required if you want to perform dependency audits on Node.js projects to check for supply chain risks.

What is the best way to scan for secrets and insecure code patterns before deployment?

The best way to scan for secrets and insecure patterns is executing a comprehensive vulnerability analysis before deploying a new service. This proactively discovers potential flaws, understands business impact, and prioritizes remediation efforts.