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 settings/spacehendrix/clauder/settingsgit clone --depth 1 https://github.com/spacehendrix/clauderWrote 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/spacehendrix/clauder/settings)<a href="https://agentmods.dev/settings/spacehendrix/clauder/settings"><img src="https://agentmods.dev/badge/settings/spacehendrix/clauder/settings.svg" alt="Measured on agentmods" height="20"></a>Grade C, and why
clauder 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 yesterday.
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.
Reaches for credential fileshighPrivilege escalation
SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.
"Read(.aws/credentials)", How it starts
The opening of the file, as written. The whole thing — 479 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"statusLine": {
"type": "command",
"command": "python3 $CLAUDE_PROJECT_DIR/.claude/statusline/pyccsl.py folder,git,model --theme minimal --style pipes"
},
"hooks": {
"PreToolUse": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "python3 $CLAUDE_PROJECT_DIR/.claude/hooks/trace-event.py"
}
]
},
{
"matcher": "Edit|MultiEdit|Write|mcp|Bash|Read|Grep",
"hooks": [
{
"type": "command",
"command": "python3 $CLAUDE_PROJECT_DIR/.claude/hooks/check-ignore-patterns.py"
}
]
},
{
"matcher": "Edit|MultiEdit|Write|mcp|Bash",
"hooks": [
{
"type": "command",
"command": "python3 $CLAUDE_PROJECT_DIR/.claude/hooks/check-immutable-patterns.py"
}
]
},
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "python3 $CLAUDE_PROJECT_DIR/.claude/hooks/prevent-unsafe-commands.py"
}
]
},
{
"matcher": "mcp__supabase",
"hooks": [
{
"type": "command",
"command": "python3 $CLAUDE_PROJECT_DIR/.claude/hooks/require-human-approval.py"
}
]
},
{
"matcher": "mcp__stripe",
"hooks": [
{
"type": "command",
"command": "python3 $CLAUDE_PROJECT_DIR/.claude/hooks/require-human-approval.py"
}
]
},
{
"matcher": "mcp__github",
"hooks": [
{
"type": "command",
"command": "python3 $CLAUDE_PROJECT_DIR/.claude/hooks/require-human-approval.py"
}
]
},
{
"matcher": "mcp__cloudflare",
"hooks": [
{
"type": "command",
"command": "python3 $CLAUDE_PROJECT_DIR/.claude/hooks/requireWhat else settings.json configures
This page is one entry in a file that holds 9. 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.
- yesterday First seen · 479 lines scan C a2cca623e40c
clauder is a settings file published in the GitHub repository spacehendrix/clauder (58 stars, last pushed 3mo ago), licensed Apache-2.0. 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 (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other settings, from other repositories
moai-adk
Agent settings declaring 20 hook events (SessionStart, PreCompact, SessionEnd, PreToolUse) and 114 allowed tools.
codex-cli-best-practice
Agent settings declaring 27 hook events (PreToolUse, PermissionRequest, PostToolUse, PostToolUseFailure) and 7 allowed tools.
supabase
Agent settings declaring 2 hook events (SessionStart, PostToolUse).
superset
Agent settings declaring 1 hook event (PreToolUse).
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.