On-demand governance for sensitive data, confirmation gates, installation flow, and failure handling on real systems.
SKILL: OPERATIONAL GUARDRAILS
Goal Apply strict operational controls only when risk is present, without bloating default context.
When to use
Execution environment
Sensitive data policy
.env*~/.aws/*, kubeconfig, docker auth)*.pem, *.key, *.p12, *.pfx, id_rsa, id_ed25519)Workflow phases
Autonomy and confirmations
kubectl apply / helm upgradeTool installation policy (one prompt)
Tool X is missing. Do you want me to install it now?Installation safety constraints
curl|sh unless explicitly approved after risk explanation.Failure handling
No-surprise principle
Security handoff
@security-reviewer whenever the task can materially affect security posture, trust boundaries, or when security impact is uncertain.