vulnerability-scanner

Scan codebases for vulnerabilities in dependencies, secrets, patterns, and configurations.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/ollieb89/orchestrator --skill vulnerability-scanner-ollieb89
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: vulnerability-scanner
Source: https://github.com/ollieb89/orchestrator/tree/main/.cursor/skills/vulnerability-scanner
Command: npx skills add https://github.com/ollieb89/orchestrator --skill vulnerability-scanner-ollieb89

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Vulnerability scanning identifies security gaps in codebases, dependencies, and configurations to reduce risk and protect assets.

Core Features & Use Cases

  • Scans dependencies, secrets, code patterns, and configuration for actionable findings.
  • Produces a consolidated security report suitable for security reviews, CI checks, and governance.
  • Use Case: Integrate into CI pipelines to fail builds on critical findings or generate periodic security dashboards.

Quick Start

Run the vulnerability-scanner against your project to generate a security findings report.

Frequently Asked Questions about vulnerability-scanner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify security vulnerabilities in a codebase?▼

To identify security vulnerabilities in a codebase, scan dependencies, secrets, code patterns, and configurations. This process uses dependency checks, regex-based secret detection, and configuration validations to produce a structured security findings report.

How do I detect exposed secrets and credentials in my code?▼

Detect exposed secrets and credentials by running regex-based secret detection across your project files. The scanner evaluates your source code to find hardcoded credentials and generates a consolidated human-readable summary or JSON report.

Can I integrate vulnerability scanning into a CI pipeline to fail builds?▼

Yes, you can integrate vulnerability scanning into CI pipelines to fail builds on critical findings. The scanner audits packages and evaluates security posture across multiple layers, outputting a structured JSON report suitable for automated CI checks.

What is the best way to audit npm dependencies for security risks?▼

The best way to audit npm dependencies for security risks is using npm audit checks within a comprehensive vulnerability scanner. This evaluates package vulnerabilities alongside code patterns and configurations to produce actionable security findings.

Does this vulnerability scanner work for local development environments?▼

Yes, this vulnerability scanner works for local development environments as well as CI pipelines. It evaluates your security posture across multiple layers, scanning dependencies, code patterns, and configurations locally to generate a consolidated security report.