Catch bugs and security issues in code
review-agentsubagentsetup L1★1,104
Adversis/tailsnitch ↗What it does
Review code for correctness, security, and maintainability
Best for
Before merging, when you need a senior engineer review catching correctness bugs, security issues, and maintainability problems.
Inputs
- · changed files
- · git diff
- · project context
Outputs
- · code review report
- · bug findings
- · improvement suggestions
Preconditions
Changed files available; git history readable; project conventions documented
Failure modes
Missing edge case handling; async operation not awaited; hardcoded secrets; SQL injection possible; type assertions bypass safety
Trust signals
- · Stack-specific concerns (TypeScript null checks, Go goroutine leaks, Python mutable defaults)
- · Distinguishes must-fix from nice-to-have
- · Checks for N+1 queries and resource leaks