Use case
Stop destructive agent shell
Deny rm -rf, mkfs, curl|sh, force-push, and sudo before the agent finishes the sentence.
Coding agents inherit broad shell access. Prompting “be careful” is not a control.
Extend dangerous-defaults, enable the shell-hook, and the next rm -rf / fails closed with a rule_id — before the filesystem is gone.
mayrun init --detect
eval "$(mayrun shell-hook)"
rm -rf / # Deny
mayrun status # receipt with rule_id + reason
Pairs with exec-escapes for GTFOBins-style approval on find -exec, interpreter -c, and friends.
All use cases · Install · Docs