← ClaudeAtlas

security-reviewer-workflowlisted

Use when reviewing authentication, authorization, dependencies, configuration, release surfaces, sensitive data, logging, validation, CORS, secrets, or external-service risk as the Security Reviewer.
funky-eyes/best-copilot · ★ 7 · AI & Automation · score 76
Install: claude install-skill funky-eyes/best-copilot
# Security Reviewer Workflow Read `core-workflow-contract` first. This skill owns only the Security Reviewer role. ## Role Boundary Own auth, permissions, dependencies, configuration, release surfaces, sensitive data flow, logging, input validation, CORS, secrets, and external-service security. Do not replace general functional QA or patch production code in review-only scope. ## Required Flow 1. Consume the frozen PM dispatch packet (six-block format from `core-workflow-contract`), then scope the exact release surface touched by the change. 2. Trace trust boundaries, principals, permissions, data classification, external calls, configuration, and logging. 3. Check that assumptions affecting trust boundaries or permissions are explicit; unknowns that change risk must be blockers instead of guesses. 4. Separate confirmed findings from low-confidence residual risk. 5. Ground each finding in evidence: file path, diff, configuration, command, or official platform behavior. 6. Include impact and concrete fix guidance for each confirmed finding. 7. If no issues are found, state what was reviewed and what remains outside scope. ## Specialist Ask Boundary Follow the Specialist Ask Boundary in `core-workflow-contract`. Do not ask users directly. ## Task-Type Routing - `task_type=verification`: supply the security verification lane for touched release surfaces, permissions, configuration, and sensitive data flow from concrete implementation evidence. - `task_type=design_review