vulnerability_scanner

Scan projects for OWASP 2025 vulnerabilities, secrets, and risky configurations.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/simoabid/ABID.Dev-Portfolio --skill vulnerability-scanner-simoabid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnerability_scanner
Source: https://github.com/simoabid/ABID.Dev-Portfolio/tree/main/.agent/skills/vulnerability-scanner
Command: npx skills add https://github.com/simoabid/ABID.Dev-Portfolio --skill vulnerability-scanner-simoabid

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, ensuring a more robust and secure software supply chain and application.

Core Features & Use Cases

  • Dependency Auditing: Checks for known vulnerabilities in project dependencies.
  • Secret Detection: Scans code for hardcoded secrets like API keys and passwords.
  • Pattern Analysis: Identifies dangerous code patterns that could lead to injection or other attacks.
  • Configuration Review: Validates security misconfigurations in project settings.
  • Use Case: Before deploying a new feature, run this Skill to automatically scan for critical vulnerabilities in dependencies, detect any accidentally committed API keys, and flag insecure code patterns, providing a clear risk assessment.

Quick Start

Run a comprehensive security scan on the current 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 my project for hardcoded secrets and API keys?

Scanning for hardcoded secrets involves running an automated security analysis on your project directory. This process detects accidentally committed API keys and passwords, providing a clear risk assessment to prevent credential leaks before deployment.

How do I check project dependencies for known security vulnerabilities?

Checking dependencies for known security vulnerabilities requires auditing your project's dependency tree. This analysis validates your packages against known supply chain threats, ensuring a more robust and secure software supply chain for your application.

What is OWASP 2025 risk prioritization in vulnerability scanning?

OWASP 2025 risk prioritization in vulnerability scanning is the process of mapping your application's attack surface and ranking identified threats. It validates dangerous code patterns against modern security principles to provide a prioritized risk assessment.

Can I detect security misconfigurations in my project settings automatically?

Yes, you can detect security misconfigurations automatically by running a configuration review. This vulnerability analysis validates your project settings, flags insecure code patterns, and identifies dangerous configurations that could lead to injection attacks.

Does this vulnerability scanner work without external dependencies?

Yes, this vulnerability scanner operates without requiring any external dependencies. It performs advanced code analysis, supply chain security checks, and attack surface mapping directly on your current project directory using built-in scripts and references.