mattijsmoens/intentshield
Pre-execution intent verification for AI agents. Audits what your AI is about to do, not what it says. Zero dependencies, deterministic, hash-sealed.
Intercepts action payloads (shell commands, file operations, API calls) before execution using two deterministic safety layers—CoreSafety with hash-sealed immutable rules and Conscience with regex-based behavioral detection—eliminating LLM calls from the security path. Provides optional human-in-the-loop approval and SIEM-compatible structured logging, with per-action type auditing (SHELL_EXEC, FILE_WRITE, BROWSE, ANSWER) returning deterministic pass/block decisions tied to specific rule violations.
Available on PyPI.
Stars
17
Forks
3
Language
Python
License
—
Category
Last pushed
Mar 11, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/mattijsmoens/intentshield"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Featured in
Related agents
microsoft/agent-governance-toolkit
AI Agent Governance Toolkit — Policy enforcement, zero-trust identity, execution sandboxing, and...
ucsandman/DashClaw
🛡️Decision infrastructure for AI agents. Intercept actions, enforce guard policies, require...
mattijsmoens/sovereign-shield
AI security framework: tamper-proof action auditing, prompt injection firewall, ethical...
vstorm-co/pydantic-ai-middleware
Middleware layer for Pydantic AI — intercept, transform & guard agent calls with 7 lifecycle...
vstorm-co/pydantic-ai-shields
Guardrail capabilities for Pydantic AI — cost tracking, prompt injection detection, PII...