vulnerability-scanner

Scan codebases for dependencies, secrets, and insecure patterns.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/BrunoSantanaDeveloper/flyeelab-agent-kit --skill vulnerability-scanner-brunosantanadeveloper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnerability-scanner
Source: https://github.com/BrunoSantanaDeveloper/flyeelab-agent-kit/tree/main/skills/vulnerability-scanner
Command: npx skills add https://github.com/BrunoSantanaDeveloper/flyeelab-agent-kit --skill vulnerability-scanner-brunosantanadeveloper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The vulnerability-scanner analyzes codebases to reveal security weaknesses by checking dependencies, secrets, code patterns, and configuration risks, enabling proactive defense.

Core Features & Use Cases

  • Dependency hygiene: detects vulnerabilities and supply chain risks in libraries.
  • Secrets detection: flags hardcoded credentials and sensitive data.
  • Code pattern checks: identifies dangerous patterns and insecure configurations.
  • Use Case: Integrate into CI to produce actionable security findings and remediation steps.

Quick Start

Run the scanner against your project path to generate a secure-audit 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 hardcoded secrets?

To scan codebases for security vulnerabilities and hardcoded secrets, run the scanner against your project path to analyze dependencies, configurations, and code patterns. It generates a structured secure-audit report with severity ratings and remediation guidance.

Does this vulnerability scanner detect OWASP 2025 risk categories in web apps?

Yes, the vulnerability scanner detects OWASP 2025 risk categories in web apps. It continuously monitors libraries, configs, and data flows to identify dangerous patterns, insecure configurations, and supply chain risks.

How do I integrate dependency and secret scanning into a CI pipeline?

You integrate dependency and secret scanning into a CI pipeline by running the scanner against your project path during the build process. It produces actionable security findings and remediation steps directly within your continuous integration workflow.

What is the best way to find supply chain risks in project libraries?

The best way to find supply chain risks in project libraries is to perform dependency hygiene checks. The scanner analyzes your project dependencies to detect known vulnerabilities and supply chain risks, yielding structured findings with specific remediation guidance.

Can I use this tool to validate insecure configurations in microservices?

Yes, you can use this tool to validate insecure configurations in microservices. It applies configuration validation checks to identify dangerous patterns and insecure setups across web apps, microservices, and CI pipelines.

Why do I need code pattern scanning for proactive codebase defense?

You need code pattern scanning for proactive codebase defense because it identifies dangerous coding patterns and insecure configurations before deployment. This reveals security weaknesses early, enabling proactive defense through structured remediation guidance.