Borrowing it
Nothing to install: this file belongs to timothywarner-org/ai901-cert-buddy-claude. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/timothywarner-org/ai901-cert-buddy-claude/main/.claude/settings.jsongit clone --depth 1 https://github.com/timothywarner-org/ai901-cert-buddy-claudeWrote 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/settings/timothywarner-org/ai901-cert-buddy-claude/settings)<a href="https://agentmods.dev/settings/timothywarner-org/ai901-cert-buddy-claude/settings"><img src="https://agentmods.dev/badge/settings/timothywarner-org/ai901-cert-buddy-claude/settings.svg" alt="Measured on agentmods" height="20"></a>Grade C, and why
ai901-cert-buddy-claude scanned grade C 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 8d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
"Bash(rm -rf:*)", What it actually says
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"_comment": "Project settings for AI-901 Cert Buddy. Four hook events make the buddy's promises deterministic; the project MCP servers are enabled by default; the Cert Coach output style sets the study-coach voice; least-privilege permissions keep the agent on rails. Hook commands use 'python' for Windows-first turnkey; on macOS or Linux you may need 'python3'.",
"enableAllProjectMcpServers": true,
"outputStyle": "Cert Coach",
"permissions": {
"allow": [
"Read",
"Grep",
"Glob",
"mcp__ai901buddy-mslearn",
"mcp__cert-buddy"
],
"deny": [
"Bash(rm -rf:*)",
"Bash(git clean:*)"
]
},
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "python \"$CLAUDE_PROJECT_DIR/.claude/hooks/session-start.py\""
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "python \"$CLAUDE_PROJECT_DIR/.claude/hooks/prompt-context.py\""
}
]
}
],
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "python \"$CLAUDE_PROJECT_DIR/.claude/hooks/policy-gate.py\""
}
]
}
],
"PostToolUse": [
{
"matcher": "mcp__ai901buddy-mslearn__.*",
"hooks": [
{
"type": "command",
"command": "python \"$CLAUDE_PROJECT_DIR/.claude/hooks/citation-audit.py\""
}
]
}
]
}
}
What else settings.json configures
This page is one entry in a file that holds 5. Installing the file brings all of them; each is measured and scanned on its own page.
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.
- 8d ago First seen · 64 lines scan C 25a086786246
ai901-cert-buddy-claude is a settings file published in the GitHub repository timothywarner-org/ai901-cert-buddy-claude (9 stars, last pushed 2mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other settings, from other repositories
supabase
Agent settings declaring 2 hook events (SessionStart, PostToolUse).
superset
Agent settings declaring 1 hook event (PreToolUse).
RuView
Agent settings declaring 8 hook events (PreToolUse, PostToolUse, UserPromptSubmit, SessionStart) and 4 allowed tools.
claude-cookbooks
Agent settings declaring 2 hook events (SessionStart, PreToolUse).
claude-code-best-practice
Agent settings declaring 30 hook events (PreToolUse, PermissionRequest, PostToolUse, PostToolUseFailure) and 24 allowed tools.
orm
Agent settings declaring 4 hook events (PreToolUse, PostToolUse, WorktreeCreate, Stop) and 21 allowed tools.