gstack-safety
Installation
SKILL.md
Gstack Safety Guardrails
"Maximum safety for production and complex work."
1. Careful Mode (Safety Guardrails)
When activated (user says "be careful" or the agent detects a risky command), the agent must:
- Warn before destructive commands:
rm -rf,DROP TABLE,force-push,force-delete, etc. - Confirm environment: Verify if the command is running against production or staging.
- Explain impact: Clearly state what will be deleted or changed.
- Provide override: Allow the user to proceed explicitly.
2. Freeze Mode (Edit Lock)
Restrict file edits to a specific directory or set of files.