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/oprogramadorreal/optimus-claude/settingsgit clone --depth 1 https://github.com/oprogramadorreal/optimus-claudeGrade F, and why
optimus-claude scanned grade F with 5 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.
Sends data to an external URLmediumData exfiltration
A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.
"Bash(curl * -d @*)" Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
"Bash(sudo *)", 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.
"Bash(curl * | bash*)", 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 /*)", Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
"Bash(curl * | bash*)", What it actually says
{
"permissions": {
"allow": [
"Bash",
"Read",
"Edit",
"MultiEdit",
"Write",
"NotebookEdit",
"Glob",
"Grep",
"WebFetch",
"WebSearch",
"Task",
"TodoWrite",
"Skill"
],
"deny": [
"Bash(git push --all*)",
"Bash(git push --mirror*)",
"Bash(*git push --force)",
"Bash(*git push --force *)",
"Bash(*git push -f *)",
"Bash(*git push -f)",
"Bash(*git reset --hard*)",
"Bash(git clean *)",
"Bash(git stash drop*)",
"Bash(rm -rf /*)",
"Bash(rm -rf ~*)",
"Bash(sudo *)",
"Bash(curl * | bash*)",
"Bash(curl * | sh*)",
"Bash(wget * | bash*)",
"Bash(wget * | sh*)",
"Bash(docker system prune*)",
"Bash(docker compose down -v*)",
"Bash(kubectl delete *)",
"Bash(npm publish*)",
"Bash(cargo publish*)",
"Bash(twine upload*)",
"Bash(gem push*)",
"Bash(dotnet nuget push*)",
"Bash(mvn deploy*)",
"Bash(mvnw deploy*)",
"Bash(./mvnw deploy*)",
"Bash(gradle publish*)",
"Bash(./gradlew publish*)",
"Bash(npx npm-cli-login*)",
"Bash(curl * -d @*)"
]
},
"hooks": {
"PreToolUse": [
{
"matcher": "Edit|MultiEdit|Write|NotebookEdit|Bash",
"hooks": [
{
"type": "command",
"command": "bash \"$CLAUDE_PROJECT_DIR\"/.claude/hooks/restrict-paths.sh",
"timeout": 5
}
]
}
],
"PostToolUse": [
{
"matcher": "Edit|MultiEdit|Write",
"hooks": [
{
"type": "command",
"command": "bash \"$CLAUDE_PROJECT_DIR\"/.claude/hooks/format-python.sh",
"timeout": 30
}
]
}
]
}
}
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 · 85 lines scan F 49d4089dbbc3
optimus-claude is a settings file published in the GitHub repository oprogramadorreal/optimus-claude (73 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 F with 5 findings (sends data to an external url, asks for root, downloads and executes remote code). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other settings, from other repositories
supabase
Agent settings declaring 2 hook events (SessionStart, PostToolUse).
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.
electron
Agent settings declaring 17 allowed tools.
uv
Agent settings declaring 2 hook events (SessionStart, PostToolUse).
ui-ux-pro-max-skill
Agent settings declaring 7 allowed tools.