mayrun

Pack

dangerous-defaults

Destructive shell, disk, force-push, sudo, rc writes, curl|sh — mostly deny.

Default effect: mostly deny

Extend in policy
extends:
  - pack: dangerous-defaults

Always extend this pack (or equivalent). It is the baseline that stops agents from finishing irreversible mistakes.

Typical denials:

  • rm -rf / and home wipes
  • mkfs, raw disk writers
  • force-push / hard resets at pack boundaries (with git-safe)
  • sudo, profile/rc writes
  • curl|sh style pipe-to-shell
extends:
  - pack: dangerous-defaults

All packs · Policy docs · Source YAML