vulnerability-scanner

Identify and prioritize security vulnerabilities in software projects.

Updated Aug 22, 2025
One-click install
npx skills add https://github.com/AnthonyCongHieu/voice_tool --skill vulnerability-scanner-anthonyconghieu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnerability-scanner
Source: https://github.com/AnthonyCongHieu/voice_tool/tree/main/voice_tools_v1/.agent/skills/vulnerability-scanner
Command: npx skills add https://github.com/AnthonyCongHieu/voice_tool --skill vulnerability-scanner-anthonyconghieu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Analyzes software projects to identify and prioritize security vulnerabilities across dependencies, configurations, and code patterns, enabling faster, more effective remediation.

Core Features & Use Cases

  • Dependency checks, secret detection, code pattern risk, and configuration validation
  • Risk prioritization with remediation guidance aligned to OWASP 2025
  • Use Case: Secure a JS/TS project by generating a prioritized vulnerability report for developers and security teams.

Quick Start

Run the vulnerability-scanner on your project to generate a prioritized risk 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 project for security vulnerabilities and prioritize risks?

A vulnerability scanner identifies and prioritizes security risks in software projects. It checks dependencies, detects secret exposure, validates configurations, and outputs a structured report with remediation guidance aligned to OWASP 2025.

How do I detect exposed secrets and unsafe code patterns in my repository?

You can detect exposed secrets and unsafe code patterns by running a security scan that analyzes your codebase for hardcoded credentials and risky code structures, returning structured findings to guide remediation.

Can I use this vulnerability scanner for any programming language?

Yes, this vulnerability scanner is applicable to codebases of any size across all programming languages, allowing you to identify security risks in dependencies, code patterns, and configurations regardless of your tech stack.

Does this tool check CI/CD pipeline configurations for security misconfigurations?

Yes, the vulnerability scanner performs configuration validation specifically targeting security misconfigurations in CI/CD pipelines, alongside detecting dependency risks and secret exposure.

What is the best way to generate a prioritized vulnerability report for developers?

The best way to generate a prioritized vulnerability report is to run an automated security scan on your project, which ranks identified risks by severity and provides structured remediation guidance aligned to OWASP 2025.