vulnerability-scanner

Analyze software projects for OWASP 2025 vulnerabilities and generate JSON reports.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/gensart-projs/cp-kit --skill vulnerability-scanner-gensart-projs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnerability-scanner
Source: https://github.com/gensart-projs/cp-kit/tree/main/packages/cp-toolkit/templates/skills/vulnerability-scanner
Command: npx skills add https://github.com/gensart-projs/cp-kit --skill vulnerability-scanner-gensart-projs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Vulnerability-prone codebases and misconfigurations slow teams and risk security posture; this skill provides structured analysis aligned with OWASP 2025 to identify vulnerabilities across dependencies, code, and configurations.

Core Features & Use Cases

  • Dependency and supply chain analysis following OWASP A03.
  • Secret and credential discovery with pattern matching.
  • Code pattern and configuration risk identification with actionable findings.
  • Suitable for CI pipelines, code reviews, and security audits across languages.

Quick Start

Run the vulnerability-scanner on your project directory to generate a JSON 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 my codebase for security vulnerabilities and misconfigurations?

To scan for security vulnerabilities, you run the scanner on your project directory to analyze dependencies, code patterns, and configurations, producing a structured JSON security report with remediation guidance.

What is OWASP 2025 compliance checking for software projects?

OWASP 2025 compliance checking is analyzing software projects to identify security vulnerabilities and misconfigurations against current OWASP standards, covering dependency risks, secret detection, and configuration reviews across multiple programming languages.

Can I detect hardcoded secrets and credentials in my source code?

Yes, you can detect hardcoded secrets and credentials using pattern matching during the security analysis, which identifies exposed sensitive information and includes findings in the generated JSON security report.

Does the vulnerability scanner work across different programming languages?

Yes, the vulnerability scanner works across different programming languages, applying security analysis to identify risky code patterns, dependency issues, and configuration risks regardless of your project's language stack.

How do I analyze dependency risks for supply chain vulnerabilities?

You analyze dependency risks by running supply chain analysis following OWASP A03 standards, which checks your project dependencies for known vulnerabilities and includes actionable findings in the security report.

What's the best way to integrate security audits into a CI pipeline?

The best way to integrate security audits into a CI pipeline is running the scanner on your project directory to automatically generate JSON reports and summaries of findings with remediation guidance during code reviews and builds.