prempti
Real-time guardrails and audit trails for coding agents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Prempti?▼
Run `npx skills add falcosecurity/prempti --all -g -y` in your terminal to install all skills in this suite globally.
How to control what a coding agent can do?▼
Prempti intercepts every tool call before it runs and applies your Falco rules to allow, deny, or ask for confirmation. You define boundaries like blocking access to .env files or preventing pushes to remote.
How to write custom Falco rules for coding agents?▼
Use the prempti-falco-rules skill to draft YAML rules with the correct fields, tags, and output format, then validate them with the Falco binary before applying.
Does Prempti work with Claude Code and Codex?▼
Yes. Claude Code is the primary integration on Linux, macOS, and Windows, with experimental support for Codex CLI.
Can I monitor agent activity without blocking anything?▼
Yes. Switch to monitor mode with `premptictl mode monitor` so all tool calls proceed while every action is still evaluated and logged.
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