DEV Community

Dk Bk
Dk Bk

Posted on

"I built an open source AI agent governance kernel in 3 days as a non-coder"

"Just posted AgentGuard on Hacker News πŸ›‘οΈ
AI agent governance kernel β€” built in 3 days

Would mean a lot if you checked it out πŸ™

You're building with AI agents. Your agent has access to your database, your payments, your users.

What happens when it does something it shouldn't?

Most startups have no answer. No pause button. No audit trail. No trust scoring. No approval gate. Just an agent with full access and a prayer.

AgentGuard changes that.

GitHub logo Mangomindai / agentguard

AI Agent Governance Kernel β€” trust, approvals, audit

AgentGuard

AgentGuard is a governance kernel for AI agents β€” trust scoring, capability tokens, human approval gates, and full audit logs

"Your AI agents are only as safe as the system governing them."

License: MIT Python 3.10+ Flask


The Problem

You're building with AI agents. Your agent has access to your database, your payments, your users.

What happens when it does something it shouldn't?

Most startups have no answer. No pause button. No audit trail. No trust scoring. No approval gate. Just an agent with full access and a prayer.

AgentGuard changes that.


What AgentGuard Does

Agent wants to take an action
              ↓
AgentGuard checks
  β†’ Is this agent trusted enough?
  β†’ Is this action too risky?
  β†’ Does a human need to approve this?
  β†’ Is this agent even allowed to act right now?
              ↓
ALLOW    β†’ action proceeds, logged
PENDING  β†’ paused, human notified for approval
BLOCK    β†’ stopped, agent trust score drops
…

Top comments (0)