Security Review
Perform a focused security analysis of changed code. Do not modify any files.
Step 1: Get the target
git diff --staged
If nothing staged:
git diff HEAD
If $ARGUMENTS provides a file path → review that file specifically.
If diff is empty and no argument → ask: "What should I review? (staged changes, a specific file, or a path)"
Step 2: Read full context
For each changed file, read the complete file — not just the diff. Security issues often l
[Description truncada. Veja o README completo no GitHub.]