adv_diff_scan
Identify and analyze security vulnerabilities in git diff changes between branches, detect exploits, and generate insights using Semgrep and LLM analysis for proactive risk mitigation.
Instructions
Scan security vulnerabilities in git diff changes between branches
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_exploits | No | Whether to include exploit examples | |
output_format | No | Output format for results | text |
severity_threshold | No | Minimum severity threshold (low, medium, high, critical) | medium |
source_branch | Yes | Source branch name (e.g., 'feature-branch') | |
target_branch | Yes | Target branch name (e.g., 'main') | |
use_llm | No | Whether to include LLM analysis prompts (for use with your client's LLM) | |
use_semgrep | No | Whether to include Semgrep analysis | |
working_directory | No | Working directory path for git operations (defaults to current directory) | . |