Sample output
policyParams are flagged here so you can catch typos early.See which policies are enabled, their parameters, and custom hooks
failproofai policies
Failproof AI Hook Policies (user)
Status Name Description
────── ──────────────────────────────────────────────────────────────
✓ block-sudo Block sudo commands
allowPatterns: ["sudo systemctl status"]
✓ block-rm-rf Block recursive deletions
✗ block-curl-pipe-sh Block curl|bash patterns
✓ sanitize-api-keys Redact API keys from output
additionalPatterns: [{ regex: "MY_TOKEN_...", label: "..." }]
── Custom Hooks (/home/alice/myproject/my-policies.js) ──────────────
✓ require-jira-ticket Block commits without ticket
✓ approval-gate Approval gate for destructive ops
policyParams are flagged here so you can catch typos early.Was this page helpful?