Bouncer
Description
Gemini stands at the door. Independent quality gate that audits Claude Code's output before it can stop. Score below threshold? Claude keeps working.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Bouncer
Gemini stands at the door. Independent quality gate that audits Claude Code's output before it can stop. Score below threshold? Claude keeps working.
[](https://github.com/buildingopen/bouncer/actions/workflows/test.yml) [](https://buildingopen.github.io/bouncer/) [](https://github.com/buildingopen/bouncer/releases) [](https://github.com/buildingopen/bouncer/blob/master/LICENSE)
Why it gets shared
- Claude cannot wave through unverified work. Another model checks the evidence.
- One install gives you both the automatic Stop hook and the on-demand
/bouncerskill. - The repo is explicit about security, data flow, and how to test the installer in a clean environment.
Live site
https://buildingopen.github.io/bouncer/
User prompt → Claude Code → [Stop Hook] → Gemini 2.5 Flash
↓
Score 1-10
↓
┌─────────┴─────────┐
│ │
Score = 10 Score < 10
│ │
✓ Approve ✗ Block
(Claude stops) (Claude keeps working
with Gemini's feedback)
What it looks like
Quick audit:
========================================
BOUNCER AUDIT: 9/10
========================================
SCORE: 9/10
ISSUES:
- missing explicit test command output in final message
VERDICT: FAIL
Deep audit:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BOUNCER DEEP AUDIT [###########################...] 9/10
GUEST LIST: almost flawless
Verified in 12.4s
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
How it works
- Claude Code triggers the Stop hook when it's about to return a response
...
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,