code-review-recon
Installation
SKILL.md
Code Review Recon
Purpose
Prevent blind spots by mapping how untrusted data enters and moves through the codebase.
Inputs
code_pathlanguage_frameworkdeployment_notes(optional)
Workflow
Phase 1: Topology Mapping
- Identify entry layers: HTTP routes, RPC, CLI, cron/jobs, message consumers.
- Identify boundary layers: auth middleware, policy checks, service interfaces.
- Identify sink layers: database, templates, OS commands, file system, network calls.