What problem does it solve? Security reviews often require combining multiple rule sets and best-practice guides, and it is easy to miss vulnerabilities when relying on a single source. This Skill orchestrates two established security skills so every review covers both automated Semgrep scanning and language-specific secure coding guidance. ## Core Features & Use Cases - Dual-Skill Orchestration: Loads and applies both the code-security (Semgrep) and security-best-practices (OpenAI) skills in a single workflow. - Combined Findings Report: Merges vulnerabilities, misconfigurations, and risky patterns from both skills into one deduplicated report with remediations and OWASP references. - Use Case: When implementing an authentication flow or handling user input, ask for a security review and receive Semgrep rule findings plus framework-specific hardening guidance with concrete file and line fixes. ## Quick Start Ask the agent to run a security review on the current code changes using both the Semgrep and security best practices skills.