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 settings/astroicers/security-weekly-mcp/settingsgit clone --depth 1 https://github.com/astroicers/security-weekly-mcpGrade C, and why
settings scanned grade C 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 yesterday.
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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
"Bash(rm -rf *)" What it actually says
{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "/home/ubuntu/.claude/asp/hooks/clean-allow-list.sh"
},
{
"type": "command",
"command": "/home/ubuntu/.claude/asp/hooks/session-audit.sh"
}
]
}
]
},
"permissions": {
"allow": [
"Bash(*)"
],
"ask": [
"Bash(docker deploy *)",
"Bash(docker push *)",
"Bash(git push *)",
"Bash(git push)",
"Bash(git rebase *)",
"Bash(git rebase)",
"Bash(rm -r *)",
"Bash(rm -rf *)"
],
"deny": [
"Bash(docker deploy *)",
"Bash(docker push *)",
"Bash(git push *)",
"Bash(git push)",
"Bash(git rebase *)",
"Bash(git rebase)",
"Bash(rm -r *)",
"Bash(rm -rf *)"
]
}
}
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.
- yesterday First seen · 44 lines scan C 797aba44e58f
settings is a settings file published in the GitHub repository astroicers/security-weekly-mcp (0 stars, last pushed 2d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other settings, from other repositories
settings
A comprehensive MCP-based todo management system, that serves as a central nervous system for Madness Interactive, a multi-project task coordination workshop.
slack-mcp
Agent settings configuring enabledPlugins.
supabase
Agent settings declaring 2 hook events (SessionStart, PostToolUse).
superset
Agent settings declaring 1 hook event (PreToolUse).
claude-cookbooks
Agent settings declaring 2 hook events (SessionStart, PreToolUse).
claude-code-best-practice
Agent settings declaring 30 hook events (PreToolUse, PermissionRequest, PostToolUse, PostToolUseFailure) and 24 allowed tools.