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/abdullahkhawer/devops-skills/settingsgit clone --depth 1 https://github.com/abdullahkhawer/devops-skillsGrade F, and why
devops-skills scanned grade F with 4 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 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.
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 * | sh)", 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 * | sh)", How it starts
The opening of the file, as written. The whole thing — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"deny": [
"Bash(aws * delete*)",
"Bash(aws * remove*)",
"Bash(aws * destroy*)",
"Bash(aws * terminate*)",
"Bash(aws * deregister*)",
"Bash(aws * purge*)",
"Bash(aws s3 rm *)",
"Bash(aws s3 rb *)",
"Bash(aws cloudformation delete-stack *)",
"Bash(aws ec2 run-instances *)",
"Bash(aws ec2 stop-instances *)",
"Bash(aws autoscaling set-desired-capacity *)",
"Bash(aws autoscaling update-auto-scaling-group *)",
"Bash(aws application-autoscaling *)",
"Bash(aws ecs update-service *)",
"Bash(aws iam delete*)",
"Bash(aws iam create*)",
"Bash(aws iam put*)",
"Bash(aws iam attach*)",
"Bash(kubectl delete *)",
"Bash(kubectl apply *)",
"Bash(kubectl create *)",
"Bash(kubectl patch *)",
"Bash(kubectl scale *)",
"Bash(kubectl rollout *)",
"Bash(kubectl drain *)",
"Bash(kubectl cordon *)",
"Bash(kubectl exec *)",
"Bash(kubectl edit *)",
"Bash(terraform destroy *)",
"Bash(terraform destroy)",
"Bash(terraform apply *)",
"Bash(terraform apply)",
"Bash(terraform import *)",
"Bash(terraform state rm *)",
"Bash(terraform taint *)",
"Bash(helm install *)",
"Bash(helm upgrade *)",
"Bash(helm delete *)",
"Bash(helm uninstall *)",
"Bash(helm rollback *)",
"Bash(git push --force *)",
"Bash(git push -f *)",
"Bash(git push --force-with-lease *)",
"Bash(git push origin main *)",
"Bash(git push origin main)",
"Bash(git push origin master *)",
"Bash(git push origin master)",
"Bash(git reset --hard *)",
"Bash(git clean -f *)",
"Bash(rm -rf /)",
"Bash(rm -rf /*)",
"Bash(rm -rf ~)",
"Bash(rm -rf ~/*)",
"Bash(rm -rf ..*)",
"Bash(mkfs.*)",
"Bash(dd if=*/dev/*)",
"Bash(sudo *)",
"Bash(sudo)",
"Bash(chmod 777 *)",
"Bash(chown root *)",
"Bash(ssh *)",
"Bash(scp *)",
"Bash(curl * | sh)",
"Bash(curl * | bash)",
"Bash(wget * | sh)",
"Bash(wgetWhat 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 · 132 lines scan F b3a8d4b5879d
devops-skills is a settings file published in the GitHub repository abdullahkhawer/devops-skills (7 stars, last pushed 3mo ago), licensed Apache-2.0. 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 4 findings (asks for root, downloads and executes remote code, 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
vscode-gitlens
Agent settings declaring 4 hook events (WorktreeCreate, WorktreeRemove, PostToolUse, PreToolUse).
thesis-proposal-skills
Agent settings declaring 54 allowed tools.
AI-Agents-Orchestrator
Agent settings declaring 1 hook event (PostToolUse) and 19 allowed tools.
settings
Agent settings declaring 3 allowed tools.
supabase
Agent settings declaring 2 hook events (SessionStart, PostToolUse).
claude-cookbooks
Agent settings declaring 2 hook events (SessionStart, PreToolUse).