What problem does it solve? Running comprehensive Semgrep security scans across multi-language codebases is slow and error-prone when done sequentially, and results from multiple rulesets end up scattered across separate files. This Skill orchestrates parallel scans with automatic language detection, curated ruleset selection, and merged SARIF output. ## Core Features & Use Cases - Parallel Multi-Language Scanning: Detects languages and frameworks automatically, then spawns concurrent scanner subagents for Python, JavaScript/TypeScript, Go, Docker, and more. - Two Scan Modes: Choose "run all" for full coverage or "important only" for high-confidence security vulnerabilities filtered by severity, confidence, and impact metadata. - Semgrep Pro Detection: Automatically checks for Semgrep Pro to enable cross-file taint analysis, and includes third-party rulesets from Trail of Bits, 0xdea, and Decurity. - Use Case: Before a release, ask for a security audit of your repository; the Skill presents a ruleset plan for approval, runs all scans in parallel, and delivers a single merged results.sarif with a severity breakdown. ## Quick Start Ask the assistant to run a Semgrep security scan on your codebase and approve the proposed scan plan when prompted.