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 mcp/bmdhodl/agent47/agentguard47git clone --depth 1 https://github.com/bmdhodl/agent47Grade A, and why
agentguard47 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 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
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
{
"agentguard47": {
"command": "npx",
"args": [
"-y",
"@agentguard47/mcp-server"
],
"env": {
"AGENTGUARD_API_KEY": "",
"AGENTGUARD_URL": ""
}
}
}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.
- 2d ago First seen · 13 lines scan A 48698391821a
agentguard47 is an MCP server published in the GitHub repository bmdhodl/agent47 (4 stars, last pushed 3d ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. 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 mcp servers, from other repositories
shield
MCP server "shield" as configured in kobepaw/goop-shield-community. Launched with goop-shield mcp --port 8787.
aegis
Auto-instrument AI agent frameworks with runtime security. One line to govern LangChain, CrewAI, OpenAI, Anthropic — injection blocking, PII masking, action policy, audit trail. Zero code changes. Runs locally from the agent-aegis Python package. Needs 1 environment variable to run.
humane-proxy
Lightweight, plug-and-play AI safety middleware that protects humans. Runs locally from the humane-proxy Python package. Needs 2 environment variables to run.
veriswarm-mcp
VeriSwarm MCP Server — Trust infrastructure for AI agents via Model Context Protocol. Runs locally from the veriswarm-mcp Python package.
warrant-mcp
Write the rules for your AI agent once, in plain English. Deterministic code checks every tool call, and a Claude Code hook blocks the ones your rules forbid. Runs locally from the warrant-mcp npm package.
semantix-ai
A Semantic Type System for AI outputs — validate intent, not just shape. Runs locally from the semantix-ai Python package.