com um clique
security-review
// Review code changes for security vulnerabilities, authentication gaps, injection risks, and unsafe patterns. Use before merging PRs or after security-sensitive changes.
// Review code changes for security vulnerabilities, authentication gaps, injection risks, and unsafe patterns. Use before merging PRs or after security-sensitive changes.
Generate all orchestrator report types — execution summaries, agent performance, workflow analytics, health, config audit, and HTML dashboard with charts. Use after task runs or for project status overview.
Run system health checks and generate a health report. Use when checking system status, agent availability, or before deployments.
Run the project test suite with optional filtering by marker or file. Use when you need to verify code changes, check test status, or diagnose test failures.
| name | security-review |
| description | Review code changes for security vulnerabilities, authentication gaps, injection risks, and unsafe patterns. Use before merging PRs or after security-sensitive changes. |
Review the current branch changes against main:
git diff main...HEAD
If no diff is available, review the most recent commit:
git diff HEAD~1
See references/checklist.md for the full security review checklist.
For each finding: