vuln-scan

Scan source code modules for vulnerabilities and validate exploit chains.

Updated May 17, 2026
One-click install
npx skills add https://github.com/ievo-ai/skills --skill vuln-scan-ievo-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vuln-scan
Source: https://github.com/ievo-ai/skills/tree/main/plugins/ievo/skills/vuln-scan
Command: npx skills add https://github.com/ievo-ai/skills --skill vuln-scan-ievo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of performing comprehensive vulnerability scanning of source code modules, ensuring that potential security risks are identified with precision and thoroughness.

Core Features & Use Cases

  • CWE-Aware Scanning: Traces data flows and detects vulnerabilities in source code using AI reasoning, covering a wide range of threat categories.
  • Exploit Chain Validation: Ensures every finding has a complete attack narrative, validating the vulnerability with a plausible exploit chain.
  • Structured Output: Provides detailed findings in a structured JSON format, including file path, line number, function, category, CWE, and recommendations.

Quick Start

/ievo:vuln-scan --module_path /path/to/module

Frequently Asked Questions about vuln-scan

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

FAQPage Schema
How do I scan source code for security vulnerabilities using AI reasoning?

Source code vulnerability scanning with AI reasoning uses data flow tracing and CWE-aware analysis to detect potential risks. It validates each finding with a plausible exploit chain to ensure the security threat is actionable.

How does exploit chain validation work for detected vulnerabilities?

Exploit chain validation ensures every detected vulnerability has a complete attack narrative. It validates the finding with a plausible exploitation path, confirming the security risk is real rather than a theoretical false positive.

Can I use AI to find vulnerabilities without writing manual security rules?

Yes, you can find vulnerabilities without manual security rules by leveraging AI reasoning to analyze source code modules. The reasoning engine automatically traces data flows and identifies CWE-aware threats directly from the code structure.

What format does the vulnerability scan output use for structured findings?

The vulnerability scan outputs structured findings in a JSON format. Each entry includes the file path, line number, function, category, CWE, and recommendations, providing a detailed map for remediation.

Do I need source code access to perform an exploit chain analysis?

Yes, source code access is required to perform exploit chain analysis because the scan relies on deep source code module evaluation. The AI reasoning needs to read the actual code to trace data flows and validate the attack narrative.