Skip to content

Haldir v0.1.0 — The Guardian Layer for AI Agents

Choose a tag to compare

@ExposureGuard ExposureGuard released this 05 Apr 23:16
· 136 commits to main since this release

What's included

Gate — Agent Identity & Auth

  • Scoped sessions with permissions and spend limits
  • Permission checking on every tool call
  • Session revocation

Vault — Encrypted Secrets & Payments

  • AES-encrypted secret storage
  • Session-scoped access control
  • Payment authorization with budget enforcement

Watch — Audit Trail & Compliance

  • Immutable audit log for every action
  • Anomaly detection
  • Cost tracking and spend reports
  • Compliance export

Proxy — Enforcement Layer

  • Intercepts every MCP tool call
  • Policy enforcement: allow/deny lists, spend limits, rate limits, time windows
  • Automatic tool discovery from upstream MCP servers

Approvals — Human-in-the-Loop

  • Pause agent execution for human review
  • Auto-rules: spend_over, tool_blocked, destructive
  • Webhook notifications

Infrastructure

  • 28+ REST API endpoints
  • 10 MCP tools (98/100 on Smithery)
  • Python SDK (sync + async)
  • Multi-tenant isolation
  • Postgres support
  • Rate limiting
  • Usage tracking
  • Dashboard UI
  • API docs

Install

pip install haldir

Links