vulnerability-scanner

Identify and prioritize software vulnerabilities across code repositories and CI/CD pipelines.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides automated vulnerability discovery and risk prioritization to reduce security incidents across software projects.

Core Features & Use Cases

  • Dependency and supply chain analysis aligned with OWASP Top 2025 to identify risky components.
  • Secrets and credentials detection to prevent leakage in code and configuration.
  • Code pattern & configuration checks to surface insecure patterns and misconfigurations.
  • Use Case: Security and SRE teams run audits on code repos and CI pipelines to produce prioritized remediation lists.

Quick Start

Run the vulnerability-scanner on your project to generate a risk-prioritized security 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 code repositories for vulnerable dependencies and exposed secrets?

You can scan code repositories for vulnerable dependencies and exposed secrets by applying dependency checks and secret scanning. This generates a risk-prioritized remediation list targeting insecure patterns and credential leakage in your codebase.

What is the best way to detect insecure patterns and misconfigurations in CI/CD pipelines?

The best way to detect insecure patterns and misconfigurations in CI/CD pipelines is through configuration validation and code pattern detection. This approach surfaces deployment risks by analyzing pipeline configurations against known insecure coding practices.

Does vulnerability scanning align with OWASP Top 2025 for supply chain risk analysis?

Yes, this vulnerability scanning approach aligns with OWASP Top 2025 for supply chain risk analysis. It identifies risky components through automated dependency checks to minimize security incidents across software projects.

Can I configure the scan scope and output format for security audits?

Yes, you can configure the scan scope and output format for security audits. The scanner implements configurable scan scopes and output formats, allowing teams to tailor dependency checks and code pattern detection to specific project boundaries.

How do I prioritize software vulnerabilities to minimize security risk?

To prioritize software vulnerabilities and minimize security risk, run an automated scanner that evaluates dependencies, secrets exposure, and insecure patterns. This produces a prioritized remediation list targeting the most critical security gaps first.

What types of security checks are needed to prevent credentials leakage in code?

Secret scanning and configuration validation are needed to prevent credentials leakage in code. These checks detect exposed credentials within code repositories and deployment configurations, preventing unauthorized access before deployment.