Adversarial Reviewer

Adversarial code review that breaks the self-review monoculture. Use when you want a genuinely critical review of recent changes, before merging a PR, or when you suspect Claude is being too agreeable about code quality. Forces perspective shifts through hostile reviewer personas that catch blind spots the author's mental model shares with the reviewer.

Gitix AI
Gitix AI
· 7 days ago · v1
SkillSpector LOW
5/100 ✓ SAFE
1 security finding detected
LOW Privilege Escalation · Excessive Permissions 80% confidence

Match: escalate privileges

Line 157

Skill requests more permissions than appear necessary for its stated functionality. Review if elevated access is justified.

**Review Process:**
1. Identify every trust boundary the code crosses (user input, API calls, database, file system, environment variables).
2. For each boundary: is input validated? Is output sanitized? Is the principle of least privilege followed?
3. Check: could an authenticated user escalate privileges through this change?
4. Check: does this change expose any new attack surface?

**You MUST find at least one issue. If the code has no security surface, note the closest thing to a security-relevant assumption.**

Request only the minimum permissions required. Document why each permission is needed. Remove broad permissions like '*' or 'all'.

3
0
0
0

Comments (0)

Sign in to leave a comment.

No comments yet. Be the first!