adv_scan_folder
Scan directories for security vulnerabilities, detect exploits, and analyze code with customizable severity thresholds and output formats using advanced tools like Semgrep and LLM integration.
Instructions
Scan a folder for security vulnerabilities
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory_path | Yes | Path to the directory to scan | |
include_exploits | No | Whether to include exploit examples | |
output | No | Path to output file for JSON results (optional, defaults to .adversary.json in project root) | |
output_format | No | Output format for results | text |
recursive | No | Whether to scan subdirectories | |
severity_threshold | No | Minimum severity threshold | medium |
use_llm | No | Whether to include LLM analysis prompts (for use with your client's LLM) | |
use_semgrep | No | Whether to include Semgrep analysis |