Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add AgriciDaniel/anti-slop/plugin install anti-slopWrote 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/hooks/agricidaniel/anti-slop/post-tool-use)<a href="https://agentmods.dev/hooks/agricidaniel/anti-slop/post-tool-use"><img src="https://agentmods.dev/badge/hooks/agricidaniel/anti-slop/post-tool-use.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
PostToolUse 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 7d 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.
Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
"command": "python3 -c \"import json,os,subprocess,sys; d=json.load(sys.stdin); p=(d.get('tool_input') or {}).get('file_path') or ''; s=os.path.join(os.environ.get('CLAUDE_PLUGIN_ROOT',''),'..','anti-slop-brain','scripts What it actually says
{
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "python3 -c \"import json,os,subprocess,sys; d=json.load(sys.stdin); p=(d.get('tool_input') or {}).get('file_path') or ''; s=os.path.join(os.environ.get('CLAUDE_PLUGIN_ROOT',''),'..','anti-slop-brain','scripts','lint_voice.py'); r=(subprocess.run([sys.executable,s,p],capture_output=True,text=True) if (p and os.path.isfile(p) and os.path.isfile(s)) else None); bad=bool(r) and r.returncode!=0; sys.stderr.write((r.stdout+r.stderr) if bad else ''); sys.exit(2 if bad else 0)\"",
"timeout": 15
}
]
}
]
}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.
- 7d ago First seen · 14 lines scan A 1b937e457754
PostToolUse is a hook published in the GitHub repository AgriciDaniel/anti-slop (45 stars, last pushed 1mo ago), licensed Apache-2.0. Its token cost is not measured: a hook is shell that never enters the context. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other hooks, from other repositories
PostToolUse
Runs after a tool call finishes for Write and Edit tool calls, executing format_and_lint.sh. From supabase/supabase.
SessionStart
Runs when a session starts on startup, executing install_pkgs.sh. From supabase/supabase.
SessionStart
Runs when a session starts, executing on-start.js via node. From google-gemini/gemini-cli.
PreToolUse
Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From apache/superset.
PreToolUse
Runs before the agent uses a tool, executing pre-write.sh and pre-bash.sh (2 commands). From anthropics/claude-cookbooks.
PreCompact
Runs before the context is compacted for manual and auto tool calls, executing hook-handler.cjs via node (4 commands). From ruvnet/RuView.