Vulnerability Scanner

Detect and prioritize security vulnerabilities in source code repositories.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/darblex/price-compare-israel --skill vulnerability-scanner-darblex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Vulnerability Scanner
Source: https://github.com/darblex/price-compare-israel/tree/main/workspace/skills/vulnerability-scanner
Command: npx skills add https://github.com/darblex/price-compare-israel --skill vulnerability-scanner-darblex

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 in your codebase, addressing risks from insecure dependencies, hardcoded secrets, dangerous code patterns, and misconfigurations.

Core Features & Use Cases

  • Dependency Auditing: Scans for known vulnerabilities in project dependencies (OWASP A03).
  • Secret Detection: Finds hardcoded API keys, tokens, and credentials (OWASP A04).
  • Code Pattern Analysis: Identifies risky code constructs like injection flaws and unsafe deserialization (OWASP A05).
  • Configuration Review: Checks for common security misconfigurations (OWASP A02).
  • Use Case: Before deploying a new web application, use this Skill to perform a comprehensive security scan of the source code to catch critical vulnerabilities and misconfigurations.

Quick Start

Use the vulnerability scanner skill to perform a full security scan on the '/path/to/your/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 source code for hardcoded secrets and credentials?

To scan source code for hardcoded secrets and credentials, you can automate detection across your repositories. This identifies risky API keys, tokens, and passwords, providing detailed findings with severity levels to help prioritize security fixes.

What is the best way to check project dependencies for known vulnerabilities?

Checking project dependencies for known vulnerabilities is best handled through automated dependency analysis. This audits your supply chain for risks, targeting OWASP A03 flaws, and outputs prioritized findings to secure your application before deployment.

Can I detect dangerous code patterns like injection flaws automatically?

You can detect dangerous code patterns like injection flaws automatically by running a source code security scan. This identifies risky constructs and unsafe deserialization, mapping to OWASP A05, and outputs detailed findings with severity levels.

How do I review my codebase for common security misconfigurations?

Reviewing your codebase for common security misconfigurations is done through automated configuration checks. This scans your source code repositories to catch OWASP A02 flaws, providing detailed findings with severity levels to prioritize remediation.

Does this vulnerability scanner require Python to run?

This vulnerability scanner utilizes Python scripts for deterministic task execution to analyze source code. You will need a Python environment to run the automated detection of security vulnerabilities, including dependency analysis and secret scanning.

What types of security vulnerabilities can a code scan identify?

A code scan can identify security vulnerabilities including insecure dependencies, hardcoded secrets, dangerous code patterns like injection flaws, and common misconfigurations. The scan outputs detailed findings with severity levels to prioritize remediation.