humsana_check_dangerous_command
Check command safety and user fatigue before executing potentially destructive operations such as rm -rf or DROP TABLE. Helps prevent dangerous actions in AI-assisted coding environments.
Instructions
Check if a command is dangerous and whether the user is too fatigued to safely run it. Use this before helping with potentially destructive operations like rm -rf, DROP TABLE, git push --force, kubectl delete, terraform destroy, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The command to check |