What is TealTiger?
What is TealTiger?
How is TealTiger different from guardrails?
How is TealTiger different from guardrails?
- 10 governance domains (not just content)
- Deterministic — no LLM in the governance path
- Separation of duties — governance teams define policy, developers consume
- Cryptographic evidence — Merkle receipts, RFC 3161 timestamping
- Non-human identity — agents as first-class principals with lifecycle
- Anti-tamper — signed bundles, FREEZE rules, forbidden config keys
Is TealTiger open source?
Is TealTiger open source?
What languages are supported?
What languages are supported?
- TypeScript —
npm install tealtiger - Python —
pip install tealtiger
What LLM providers are supported?
What LLM providers are supported?
Does TealTiger use an LLM to make governance decisions?
Does TealTiger use an LLM to make governance decisions?
What's the performance overhead?
What's the performance overhead?
- Full v1.3 pipeline: < 25ms p99
- Basic evaluation (4 modules): < 15ms p99
- PLAN_ONLY mode: < 10ms p99
- Pre-evaluation (FREEZE + NHI): < 2ms
Can developers bypass governance controls?
Can developers bypass governance controls?
- FREEZE rules cannot be modified or disabled by application code
- Signed bundles reject tampering (Ed25519 verification)
- Forbidden config keys (
disable_enforcement,bypass,allow_all) are rejected - Governance-owned cost ceilings cannot be raised by application code
- All bypass attempts are logged as
TAMPER_ATTEMPTsecurity events
What compliance frameworks does TealTiger map to?
What compliance frameworks does TealTiger map to?
- OWASP Agentic Top 10 — Complete coverage (ASI-01 through ASI-10)
- NIST AI RMF — Cross-mapped controls
- ISO 42001 — AI management system alignment
- EU AI Act — Relevant articles referenced
- SOC 2 — Audit evidence and separation of duties
- HIPAA — PHI governance in agent memory
How do I get started?
How do I get started?
What are FREEZE rules?
What are FREEZE rules?
database.drop in production). See FREEZE Rules.What is Non-Human Identity (NHI)?
What is Non-Human Identity (NHI)?
What is Zero Standing Privilege (ZSP)?
What is Zero Standing Privilege (ZSP)?
How does TealProof work?
How does TealProof work?
Can I use TealTiger with LangChain / CrewAI / MCP?
Can I use TealTiger with LangChain / CrewAI / MCP?
How do I deploy in Kubernetes?
How do I deploy in Kubernetes?
- Embedded SDK — inside your application (recommended)
- Sidecar container — HTTP API alongside your pod
- Helm chart — for cluster-wide deployment
Is there a SaaS version?
Is there a SaaS version?

