PostToolUse

A post-edit hook that runs a shell check after an assistant changes a file. A hook is an automatic command triggered by a specific event, such as completing an edit.

In plain words
What is it for?
Use it to check edits to files such as AGENTS.md, CLAUDE.md, CONTRIBUTING.md, and architecture notes after they are written.
Why use it?
It can provide immediate feedback when changes affect project instructions, contribution guidance, or architecture documentation.

Hook for Claude Code

Install

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.

agentmods
npx agentmods add hooks/l337-org/docker-mcp/post-tool-use
Clone the repo
git clone --depth 1 https://github.com/L337-org/docker-mcp

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade 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.

.claude/settings.json · 13 lines

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\""
        }
      ]
    }
  ]
}
Changes

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.

  1. 3d ago First seen · 13 lines scan A 3b4473b4d3ba

Subscribe to this mod's changes

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.