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.
npx agentmods add skills/chacosoldier/compabob/system-auditnpx skills add chacosoldier/compabob --skill system-auditgit clone --depth 1 https://github.com/chacosoldier/compabobWrote 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.
[](https://agentmods.dev/skills/chacosoldier/compabob/system-audit)<a href="https://agentmods.dev/skills/chacosoldier/compabob/system-audit"><img src="https://agentmods.dev/badge/skills/chacosoldier/compabob/system-audit.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00046 | $0.00426 |
| Opus 5 | $0.00023 | $0.00213 |
| Sonnet 5 | $0.00009 | $0.00085 |
| Haiku 4.5 | $0.00005 | $0.00043 |
Grade A, and why
system-audit 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 5d 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.
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.
What it actually says
System Audit
Verify the assistant's own configuration is intact and consistent. Run it after customizing the kit, or any time something feels off.
Checks
- Setup complete. Search the repo for unfilled placeholders, the pattern
setup.shfills (double braces around capitals, e.g. the assistant-name token). Any hit outsidedocs/or a.templatefile means setup did not finish. Report each one. - Agents. Every file in
.claude/agents/(except_-prefixed ones) has valid frontmatter withname,description, andtools. Thedescriptionsays when to use the agent. Flag any agent with an empty or vague description (routing will suffer). - Hooks. Every hook referenced in
.claude/settings.jsonexists on disk. Runbash scripts/init.shand report its result. - Skills. Every directory in
.claude/skills/has aSKILL.mdwithnameanddescriptionfrontmatter. - Settings.
.claude/settings.jsonis valid JSON.settings.local.jsonexists (created bysetup.sh). - Memory.
memory/MEMORY.mdexists and its links intomemory/topics/resolve. - Vault.
vault/has the expected folders andvault/00-Home.mdexists. - Modules. For each enabled module, its own check passes (see the module's README).
Output
A short verdict first: all green, or N issues. Then a checklist with PASS / WARN / FAIL per item, and for each FAIL the concrete fix. End with the single most important thing to fix, if anything.
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.
- 5d ago First seen · 24 lines · 46 tokens per session scan A 5f462528362f
system-audit is a skill published in the GitHub repository chacosoldier/compabob (32 stars, last pushed 2mo ago), licensed MIT. It adds 46 tokens to every session and 426 once invoked, about $0.0002 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-30.
Other skills, from other repositories
agent-release-swarm
Agent skill for release-swarm - invoke with $agent-release-swarm.
agent-code-analyzer
Agent skill for code-analyzer - invoke with $agent-code-analyzer.
add-resend
Add Resend (email) channel integration via Chat SDK.
add-macos-statusbar
Add a macOS menu bar status indicator for NanoClaw. Shows a bolt icon with a green/red dot indicating whether NanoClaw is running, with Start, Stop, and Restart controls. macOS only.
git-commit
Generate well-formatted git commit messages following conventional commit standards.
excel-basic-statistics-and-routing
Skill "excel-basic-statistics-and-routing" from OpenSenseNova/SenseNova-Skills, covering skill steps, 保存区间提取与汇总结果 and 保存筛选与统计结果.