bouncer-status

bouncer-status is a skill for Claude Code, Codex from kangraemin/ai-bouncer. It costs 50 tokens per session (1,501 once invoked), scanned A, original, no licence file.

A skill for the bouncer-status command from kangraemin/ai-bouncer. It first reads configuration and then performs a health check, preferring local settings before global ones.

In plain words
What is it for?
It is for displaying bouncer settings and running a bouncer health diagnosis.
Why use it?
It helps inspect the active configuration and check whether the setup is healthy in a defined order.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It is for displaying bouncer settings and running a bouncer health diagnosis.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kangraemin/ai-bouncer/bouncer-status
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.

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

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bouncer-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/kangraemin/ai-bouncer/bouncer-status/github.svg)](https://agentmods.dev/skills/kangraemin/ai-bouncer/bouncer-status)
Your own site
<a href="https://agentmods.dev/skills/kangraemin/ai-bouncer/bouncer-status"><img src="https://agentmods.dev/badge/skills/kangraemin/ai-bouncer/bouncer-status/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for bouncer-status

Your own site · 80×15
<a href="https://agentmods.dev/skills/kangraemin/ai-bouncer/bouncer-status"><img src="https://agentmods.dev/badge/skills/kangraemin/ai-bouncer/bouncer-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,501 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00050 $0.01501
Opus 5 $0.00025 $0.00750
Sonnet 5 $0.00010 $0.00300
Haiku 4.5 $0.00005 $0.00150

Measured 12d ago against content hash 29be7412e25b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

bouncer-status scanned grade A with 1 finding 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 12d ago.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

설치: bash <(curl -fsSL https://raw.githubusercontent.com/kangraemin/ai-bouncer/main/install.sh)
skills/bouncer-status/SKILL.md · 162 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 12d ago First seen · 162 lines · 50 tokens per session scan A 29be7412e25b

Subscribe to this mod's changes

bouncer-status is a skill published in the GitHub repository kangraemin/ai-bouncer (3 stars, last pushed 6d ago), with no licence file. It adds 50 tokens to every session and 1,501 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

issue-triage

3-phase issue backlog management with audit, deep analysis, and validated triage actions. Use when triaging GitHub issues, sorting bug reports, cleaning up stale tickets, or detecting duplicate issues. Args: 'all' to analyze all, issue numbers to focus (e.g. '42 57'), 'en'/'fr' for language, no arg = audit only.

FlorianBruniaux/claude-code-plugins · 81 tokens

check-cache-bugs

Audit Claude Code setup for cache bugs (CC#40524): sentinel, --resume/--continue, attribution header + ArkNill B3/B4/B5.

FlorianBruniaux/claude-code-plugins · 38 tokens

eval-rules

Audit .claude/rules/ files for structural correctness, glob validity, and real-world usefulness. Resolves each paths: pattern against actual project files, then asks the user whether each rule is still relevant and useful. Can update rules in-place based on answers. Use when setting up rules for the first time…

FlorianBruniaux/claude-code-plugins · 84 tokens

audit-codebase

Codebase health audit scoring 7 categories with progression plan.

FlorianBruniaux/claude-code-plugins · 15 tokens

bughunter

When the user wants to find bugs, test edge cases, stress-test code, or perform adversarial analysis of their codebase. Use when the user says "find bugs," "break this," "what could go wrong," "red team," "hunt bugs," "adversarial test," "edge cases," "stress test," "what did I miss," "pen test this logic," or before…

irfad7/claude-power-skills · 103 tokens

codebase-insight

When the user wants to deeply understand a codebase, map its architecture, or build a persistent mental model for future sessions. Use when the user says "explain this codebase," "map the architecture," "codebase insight," "understand this repo," "what does this project do," "how does this work," "analyze the…

irfad7/claude-power-skills · 98 tokens