FailproofAIFailproofAIOfficialยท3 Agent Skills Included

failproofai

Monitor AI agents and block dangerous actions before they run

Records every AI agent run and blocks dangerous tool calls like sudo, force pushes, and secret file reads before they execute. Works across Claude Code, Codex, Copilot, Cursor, and other coding agents, plus custom agents via a Python SDK. Eliminates blind spots in agent behavior with session history, audits, and enforceable team-wide safety policies.
npx skills add FailproofAI/failproofai --all -g -y
Available:

Gives AI coding agents strict operating rules for this repository, including testing requirements, hook configuration across Claude Code, Codex, Copilot, and Cursor, and validation steps before any change is pushed.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’