failproofai
Monitor AI agents and block dangerous actions before they run
All Skills in This Repository (3)
Pure Emerald Level Indicatorsmintlify
Automate MDX documentation site maintenance and configuration validation with the Mintlify CLI.
failproofai-sdk
Instrument Python AI agents to emit structured telemetry events for the Failproof AI platform.
fp-cloud-cli
Inspect agent telemetry and operate a FailproofAI Cloud deployment via the fp CLI.
Frequently Asked Questions
FAQPage SchemaHow to install FailproofAI?โผ
Run `npx skills add FailproofAI/failproofai --all -g -y` in your terminal to install all skills in this suite globally.
What does FailproofAI block?โผ
It blocks dangerous agent actions like sudo commands, recursive file deletion, force pushes, reading .env files, and unreviewed infrastructure changes, using 39 built-in policies plus your own custom rules.
Which AI coding agents does FailproofAI support?โผ
It supports twelve harnesses including Claude Code, OpenAI Codex, GitHub Copilot CLI, Cursor, OpenCode, Goose, Devin, and Factory Droid, plus custom agents through the Python SDK.
How do I monitor my production AI agents?โผ
Use the fp CLI to query sessions, errors, eval scores, and token usage, or open the local dashboard to review full agent run history and audit findings.
Can I write my own safety policies?โผ
Yes. Drop a JavaScript file into .failproofai/policies/ and it loads automatically, letting you allow, deny, or add instructions to any agent tool call.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core