[RFC] TealTiger v1.3 — Autonomous Agent Governance (Modes, NHI, Safety Rails, Identity) #33
nagasatish007
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
[RFC] TealTiger v1.3 — Autonomous Agent Governance (Modes, NHI, Safety Rails, Identity)
Summary
As AI agents gain autonomy (tool access, memory persistence, multi-step execution), governance needs to operate at machine speed for low-risk actions while maintaining hard stops for high-risk ones. This group covers how TealTiger governs agent autonomy, identity, and safety boundaries.
Proposed Capabilities
Automation Levels (Req 1)
automation_level:auto_allow,auto_deny,auto_sanitize, orapproval_requiredNon-Human Identity Governance (Req 2)
High-Impact Safety Rails (Req 4)
PLAN_ONLYmode: agent can reason and plan, but all side-effecting actions are blockedFREEZErules: immutable controls that cannot be overridden by agent output, policy hot-swap, or configuration changeAgent Identity Integrity & Zero Standing Privilege (Req 19)
Questions for the Community
Automation levels — Do the four levels (
auto_allow,auto_deny,auto_sanitize,approval_required) cover your use cases? Is there a fifth level you'd need?NHI governance — How do you currently track which AI agents have access to what? Is there an existing identity system you'd want TealTiger to integrate with (SPIFFE, cloud IAM, custom)?
FREEZE rules — What actions would you FREEZE in your environment? Are there scenarios where even FREEZE should have an emergency override (break-glass)?
Zero Standing Privilege — Is JIT access practical for your agent workflows, or would it create too much latency? What's an acceptable grant TTL for your use case?
Missing capabilities — Is there an autonomy governance problem you're hitting that isn't covered above?
How to Give Feedback
Full Spec Reference
See Requirements 1, 2, 4, and 19 in the complete specification
Beta Was this translation helpful? Give feedback.
All reactions