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 hooks/crjfisher/ariadne/stopgit clone --depth 1 https://github.com/CRJFisher/ariadneGrade A, and why
Stop 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 3d ago.
A static scan of the commands this hook runs, not an audit. A hook is shell that executes on your machine at the event it names, which is why every command in it is printed with what was found.
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.
This is a copy
36% identical to SessionStart — 27 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "cd \"$CLAUDE_PROJECT_DIR\" && pnpm exec tsx \"$CLAUDE_PROJECT_DIR/.claude/hooks/build_stop.ts\""
},
{
"type": "command",
"command": "cd \"$CLAUDE_PROJECT_DIR\" && pnpm exec tsx \"$CLAUDE_PROJECT_DIR/.claude/hooks/eslint_stop.ts\""
},
{
"type": "command",
"command": "cd \"$CLAUDE_PROJECT_DIR\" && pnpm exec tsx \"$CLAUDE_PROJECT_DIR/.claude/hooks/file_naming_validator_stop.ts\""
},
{
"type": "command",
"command": "cd \"$CLAUDE_PROJECT_DIR\" && pnpm exec tsx \"$CLAUDE_PROJECT_DIR/.claude/hooks/test_file_enforcement_stop.ts\""
},
{
"type": "command",
"command": "cd \"$CLAUDE_PROJECT_DIR\" && pnpm exec tsx \"$CLAUDE_PROJECT_DIR/.claude/hooks/run_tests_stop.ts\""
},
{
"type": "command",
"command": "cd \"$CLAUDE_PROJECT_DIR\" && pnpm exec tsx \"$CLAUDE_PROJECT_DIR/.claude/hooks/entrypoint_stop.ts\""
}
]
}
]
}What else settings.json configures
This page is one entry in a file that holds 3. 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.
- 3d ago First seen · 32 lines scan A 34dfc4e91939
Stop is a hook published in the GitHub repository CRJFisher/ariadne (22 stars, last pushed 3d ago), licensed MIT. Its token cost is not measured: a hook is shell that never enters the context. A static security scan graded it A with 0 findings. It is 36% identical to SessionStart, differing in 27 lines, and is treated as a copy.
Other hooks, from other repositories
PreToolUse
Runs before the agent uses a tool for Grep tool calls, executing sem-first.sh. From Ataraxy-Labs/sem.
Stop
Runs when the agent finishes a response, executing keep-listening.sh. From Ataraxy-Labs/sem.
SessionStart
Runs when a session starts, running wd agents discover. From configflux/weld.
PreToolUse
Runs before the agent uses a tool for Grep, Glob, Bash and Read tool calls, running frigg hook pretooluse. From bnomei/frigg.
PreToolUse
Runs before the agent uses a tool for Agent and ExitPlanMode tool calls, executing inject-rules-into-subagent.py and plan-review-gate.py (2 commands). From semihkayan/codeweave-mcp.
PostToolUse
Runs after a tool call finishes for ExitPlanMode and EnterPlanMode tool calls, executing implementation-router.py and init-plan-mode.py (2 commands). From semihkayan/codeweave-mcp.