Security Review
Review the current diff for security issues. Do not review unchanged code — that's out of scope and distracts from the change under review.
Scope
- The diff produced by the current Build (
git diffagainst the base branch / last tested state) - Dependency manifests if touched (
requirements.txt,package.json,go.mod, etc.) - Infra-as-code and pipeline config if touched
Checks
1. Input validation
- All external input validated at the boundary (type, range, l
[Description truncada. Veja o README completo no GitHub.]