devops-skills

Agent settings that block selected potentially destructive or high-impact AWS, Kubernetes, and Terraform commands. AWS is Amazon's cloud platform, Kubernetes manages containers, and Terraform manages infrastructure through code.

In plain words
What is it for?
Restricting cloud and infrastructure operations such as deletion, deployment, scaling, and resource creation.
Why use it?
They reduce the chance that an agent will delete resources, change live infrastructure, or start costly services.

Settings file for Claude Code

Install

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.

agentmods
npx agentmods add settings/abdullahkhawer/devops-skills/settings
Clone the repo
git clone --depth 1 https://github.com/abdullahkhawer/devops-skills

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan F 4 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade 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)",
.claude/settings.json · 132 lines

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(wget

Read the full file on GitHub · 132 lines

Changes

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.

  1. yesterday First seen · 132 lines scan F b3a8d4b5879d

Subscribe to this mod's changes

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.