Sample output
policyParams are flagged here so you can catch typos early.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
See which policies are enabled, their parameters, and custom policies
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 Policies (/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?
