bouncer

An on-demand quality audit that uses Gemini to score code, creative work, advice, research, videos, or other completed work. Gemini is Google’s AI model family.

In plain words
What is it for?
It is for auditing changes, checking work quality, scoring an output, or requesting a deeper verification review.
Why use it?
It gives a separate review of the work and can expose problems the original process missed. For code, it examines the changes and tests; for other work, it evaluates the provided summary and context.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/buildingopen/bouncer/skill
Any agent
npx skills add buildingopen/bouncer --skill skill
Clone the repo
git clone --depth 1 https://github.com/buildingopen/bouncer

Made for: Claude Code, Codex.

Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 847 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00121 $0.00847
Opus 5 $0.00060 $0.00424
Sonnet 5 $0.00024 $0.00169
Haiku 4.5 $0.00012 $0.00085

Measured 2d ago against content hash e3cdf567e1d0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

bouncer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/bouncer-check.py, scripts/bouncer-deep.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skill/SKILL.md · 92 lines

How it starts

The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Bouncer - On-Demand Quality Audit

Works for any task type: code, creative work, videos, advice, research, operations.

Mode Selection

  • Quick (default): /bouncer or "score" or "audit"
  • Deep: /bouncer deep or "deep audit" or "verify everything"

Quick Audit

Step 1: Gather context (adapt to the task type)

For code changes: Run git diff:

git diff --stat --no-color
git diff --no-color
git diff --cached --stat --no-color
git diff --cached --no-color

For non-code work (videos, stories, advice, research): Skip git diff. The assistant_text summary is the primary input.

Step 2: Read CLAUDE.md from the current working directory (if it exists).

Step 3: Build a JSON object and pipe it to the bouncer script:

  • assistant_text: THE MOST IMPORTANT FIELD. A thorough summary of what you did this session. Be specific:
    • For code: files changed, bugs fixed, tests written, commands run
    • For creative: what you created, the goal, the audience, key decisions made
    • For videos: the script/story, visual choices, duration, format, iterations
    • For advice: the question asked, your recommendation, reasoning, alternatives considered
    • For research: what you found, sources checked, conclusions drawn
    • CRITICAL: If the staged diff includes changes from prior sessions, note this.
  • diff_stat: Git diff stat (empty string if no code changes or not applicable)
  • diff_text: Git diff (empty string if not applicable)
  • context: The CLAUDE.md contents (empty string if no CLAUDE.md)

Step 4: Run:

echo '<the JSON object>' | python3 ~/.claude/skills/bouncer/scripts/bouncer-check.py

Step 5: Present results exactly as printed.


Deep Audit

For code-heavy tasks where you want Gemini to independently verify claims.

Step 1: Gather context (same as quick audit).

Step 2: Read CLAUDE.md from the current working directory (if it exists).

Step 3: Build a JSON object with:

  • assistant_text: Same thorough summary as quick audit
  • diff_text: Git diff (empty string if not applicable)
  • context: The CLAUDE.md contents (empty string if no CLAUDE.md)
  • cwd: The current working directory (absolute path)

Read the full file on GitHub · 92 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 92 lines · 121 tokens per session scan A e3cdf567e1d0

Subscribe to this mod's changes

bouncer is a skill published in the GitHub repository buildingopen/bouncer (5 stars, last pushed 4mo ago), licensed MIT. It adds 121 tokens to every session and 847 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

cc-hooks

Multi-agent hook system: author hooks once as rulesync-canonical hooks.json (HookDefinitionSchema), deploy via superskill install / superskill hook emit to Claude Code, Codex, OpenCode, Pi (pi-hooks), and Gemini CLI. Covers command, prompt, and http hooks, cross-platform event mapping, and safety invariants.

gobing-ai/superskill · 71 tokens

agent-integration

Run all three agent integration phases sequentially: research, write-tests, and implement using E2E-first TDD (unit tests written last). For individual phases, use /agent-integration:research, /agent-integration:write-tests, or /agent-integration:implement. Use when the user says "integrate agent", "add agent…

entireio/cli · 89 tokens

development

开发语言能力索引。Python、Go、Rust、TypeScript、Java、C++、Shell。当用户提到编程、开发、代码、语言时路由到此。.

fengshao1227/ccg-workflow · 41 tokens

devops

DevOps 能力索引。Git、测试、DevSecOps、数据库。当用户提到 DevOps、CI/CD、Git、测试时路由到此。.

fengshao1227/ccg-workflow · 38 tokens

model-update

新增或更新 CCX 项目中的模型注册技能。适用于 Claude 与非 Claude 模型,覆盖能力表、路由白名单、基准映射、代码生成与验证。.

BenedictKing/ccx · 43 tokens

store-update

在 CCX Desktop 发布后下载 Store MSIX 并生成发布公告。用户提到 Store 上架、MSIX、从 GitHub Release 下载 store.msix、发布后同步 Windows Store、从 release 填写商店更新内容时必须使用此技能。该技能会下载最新 GitHub Release 的 amd64/arm64 MSIX,校验 sha256,从 Release body 生成 Store listing releaseNotes 预览,并输出手动上传指引。.

BenedictKing/ccx · 100 tokens