Home
Building open-source tools for AI agent governance, compliance, and security.
Founder of asqav - the Python SDK that gives AI agents audit trails, policy enforcement, and EU AI Act compliance.
What I’m working on
- asqav SDK - Python SDK for AI agent governance. One decorator to make any agent call auditable.
- asqav MCP - MCP server for Claude Desktop, Cursor, and Claude Code. Governance without changing your agent code.
- asqav Compliance Scanner - GitHub Action that scans PRs for governance gaps. EU AI Act, DORA, ISO 42001.
- EU AI Act Checklist - Practical compliance checklist for AI engineering teams.
Writing
I write about AI agent security, governance, and compliance on dev.to and Hashnode.
Recent topics:
- EU AI Act compliance for AI agents
- Adding audit trails to LangChain and CrewAI
- MCP server security
- OWASP Top 10 for Agentic AI
- AI agent threat detection
Install
pip install asqav
from asqav import audit
@audit
def my_agent_call(prompt):
return llm.invoke(prompt)
Every call gets a tamper-evident audit trail. No infrastructure changes needed.
Posts
-
Your AI agents need audit trails before August 2026
-
One decorator to audit every AI agent call
-
EU AI Act compliance checklist for engineering teams
subscribe via RSS