WorkflowsMay 14, 2026·2 min read

ZenGuard — Runtime Guardrails for AI Agents

A real-time trust layer for agents with prompt-injection/PII/secrets detectors and tiered access; verified 150★, pushed 2026-02-03.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Workflow
Install
Pip|Poetry
Trust
Trust: Established
Entrypoint
pip install zenguard
Universal CLI install command
npx tokrepo install 0f14bdd7-e715-5b6a-846b-b555960c79dc
Intro

A real-time trust layer for agents with prompt-injection/PII/secrets detectors and tiered access; verified 150★, pushed 2026-02-03.

Best for: Teams adding runtime safety checks (injection, PII, secrets) around tool-using agents

Works with: Python apps and agent frameworks; README links LangChain + LlamaIndex integrations and docs.zenguard.ai

Setup time: 10-25 minutes

Key facts (verified)

  • GitHub: 150 stars · 21 forks · pushed 2026-02-03.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: pip install zenguard.

Main

  • Start with one detector policy per risk (prompt injection vs secrets vs PII) so you can tune false positives separately.

  • Pick the tier intentionally: README describes BASE vs DEDICATED tiers; use the free tier to validate integration first.

  • Wrap the agent at runtime: put checks around tool calls and retrieval inputs so the agent sees sanitized context.

  • Log decisions and outcomes: guardrails are most useful when you can audit why something was blocked or redacted.

Source-backed notes

  • README lists detectors such as prompt injection, PII, banned/allowed topics, keywords, and secrets (with Colab links).
  • README shows install commands pip install zenguard and poetry add zenguard.
  • README states that as of 03.07.2025 multi-detector detection is supported only on the Dedicated tier.

FAQ

  • Do I need a ZenGuard API key?: README examples reference ZEN_API_KEY for credentials.
  • What tiers exist?: README describes BASE (trial/rate-limited) and DEDICATED (higher QPS; standard/enterprise).
  • Can I use multiple detectors together?: README says multi-detector detection is Dedicated-only as of 2025-07-03.
🙏

Source & Thanks

Source: https://github.com/ZenGuard-AI/fast-llm-security-guardrails > License: MIT > GitHub stars: 150 · forks: 21

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets