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/l337-org/docker-mcp/post-tool-usegit clone --depth 1 https://github.com/L337-org/docker-mcpGrade A, and why
PostToolUse 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.
What it actually says
{
"PostToolUse": [
{
"matcher": "Edit|Write|MultiEdit",
"hooks": [
{
"type": "command",
"command": "python3 -c \"import json,sys,os; d=json.load(sys.stdin); fp=(d.get('tool_input') or {}).get('file_path',''); root=os.environ.get('CLAUDE_PROJECT_DIR') or os.getcwd(); rel=os.path.relpath(os.path.normpath(os.path.join(root,fp)),root) if fp else ''; rel=rel.replace(os.sep,'/'); members={'CLAUDE.md':'pointer','.github/copilot-instructions.md':'pointer','AGENTS.md':'brief','CONTRIBUTING.md':'detail'}; which=members.get(rel) or ('detail' if rel.startswith('architecture/') else None); tail=' First check the rule belongs in an always-loaded file at all: if a CI test already enforces it, nothing needs to carry it in prose.'; msgs={'pointer':'You edited '+rel+' - it is a generated pointer to AGENTS.md and carries no rules of its own. A hand edit here is overwritten the next time it is generated, so make the change in AGENTS.md, or in the architecture/ note that owns the detail.','brief':'You edited AGENTS.md - it is always loaded, so it carries what every session needs and nothing more. If this is detail rather than a rule, it belongs in the architecture/ note that owns the area, with AGENTS.md pointing at it.','detail':'You edited '+rel+' (the detail layer) - this is the correct home for detail, and a detail-only edit rightly touches nothing else, so there is usually nothing more to do. Only if you have written a RULE does it need promoting into AGENTS.md.'}; msg=(msgs[which]+tail) if which else ''; print(json.dumps({'hookSpecificOutput':{'hookEventName':'PostToolUse','additionalContext':msg}})) if which else None\""
}
]
}
]
}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 · 13 lines scan A 3b4473b4d3ba
PostToolUse is a hook published in the GitHub repository L337-org/docker-mcp (4 stars, last pushed 5d 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. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other hooks, from other repositories
PreToolUse
Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From av/harbor.
PostToolUse
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From DefangLabs/defang.
PostToolUse
Runs after a tool call finishes for Write and Edit tool calls, executing post-edit.sh and check_citation_provenance.py (2 commands). From kstenerud/yoloai.
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, executing on-start.js via node. From google-gemini/gemini-cli.
SessionStart
Runs when a session starts on startup, executing install_pkgs.sh. From supabase/supabase.