What problem does it solve?
Single-pass security audits can miss vulnerabilities due to variance in analysis. This Skill runs multiple complete, independent Standard security scans against a repository or scoped path, aggregates their validated findings, and produces canonical scan artifacts and a sealed report for higher-confidence vulnerability detection.
Core Features & Use Cases
- Multi-Pass Independent Scanning: Coordinates repeated complete Standard audits, each with its own threat map, investigation, source-backed validation, and attack-path reasoning.
- Aggregated Canonical Artifacts: Produces a parent scan-manifest.json, findings.json, and coverage.json, then seals them and generates report.md via a single completion call.
- Context and Concurrency Management: Supports user-provided security context, mid-scan context updates, native continuation via scanId, and a guard against concurrent deep scans.
- Use Case: Before a major release, run a deep scan over the entire repository so multiple independent audit passes surface vulnerabilities that a single scan might miss, then review the aggregated report.
Quick Start
Ask the agent to run a deep Codex Security scan on the current repository and report the aggregated findings.