[RFC] TealTiger v1.3 — Evidence, Proof & Audit (SOC/IR, TealProof, Tamper Resistance) #34
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 — Evidence, Proof & Audit (SOC/IR, TealProof, Tamper Resistance)
Summary
Autonomous agents make decisions at machine speed. Security teams need those decisions visible in existing monitoring workflows, cryptographically verifiable, and tamper-resistant. This group covers how TealTiger produces evidence that satisfies both real-time SOC operations and post-hoc audit requirements.
Proposed Capabilities
SOC/IR Evidence Pipeline (Req 5)
TealProof — Cryptographic Governance Receipts (Req 7)
LEVEL_1_INTEGRITY(receipt valid),LEVEL_2_SUFFICIENCY(receipt + trace + policy confirmed),LEVEL_3_APPROPRIATENESS(receipt + trace + policy + business context)Tamper Resistance & Separation of Duties (Req 15)
Questions for the Community
SIEM integration — What SIEM are you using? What log format would make governance decisions immediately queryable without custom parsing? (CEF, JSON, OCSF?)
OTel spans — Are you already using OpenTelemetry for your AI agent observability? Would governance spans integrate naturally into your existing trace views?
TealProof verification levels — The distinction between "integrity verified" and "decision appropriate" matters for regulators. Is this three-level model (integrity → sufficiency → appropriateness) the right abstraction? Too many levels? Too few?
Tamper resistance — Is "no local policy files in production" too strict for your environment? Are there legitimate cases where you need local policy override?
Response hooks — What would you do with a real-time governance violation signal? Page someone? Auto-revoke agent access? Trigger a runbook?
How to Give Feedback
Full Spec Reference
See Requirements 5, 7, and 15 in the complete specification
Beta Was this translation helpful? Give feedback.
All reactions