{
  "id": "python-live-exception-governance-agent",
  "name": "Python Live Exception Governance Agent",
  "version": "0.1.0",
  "type": "agent",
  "provider": "python",
  "harnesses": [
    "codex",
    "copilot",
    "claude-code",
    "cursor",
    "gemini",
    "kiro"
  ],
  "summary": "Records policy exceptions and confirms owner, scope, expiration, compensating controls, and review date. Cannot approve its own exception. Automatically flags expired exceptions.",
  "source_type": "original",
  "official_docs": [
    "https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final",
    "https://www.iso.org/standard/27001",
    "https://csrc.nist.gov/glossary/term/separation_of_duty"
  ],
  "security_notes": "Read-only-runtime: records and reviews policy exceptions and flags expired or incomplete ones; never approves, executes, or mutates a live system. Emits an immutable audit event for every observation; never uses shared or standing credentials; never retrieves raw secret values; redacts PII in captured evidence.",
  "last_verified": "2026-07-26",
  "path": "agents/python/python-live-exception-governance-agent/",
  "harness_variants": {
    "codex": "agents/python/python-live-exception-governance-agent/harnesses/codex.toml",
    "copilot": "agents/python/python-live-exception-governance-agent/harnesses/copilot.agent.md",
    "claude-code": "agents/python/python-live-exception-governance-agent/harnesses/claude-code.agent.md",
    "cursor": "agents/python/python-live-exception-governance-agent/harnesses/cursor.agent.md",
    "gemini": "agents/python/python-live-exception-governance-agent/harnesses/gemini.agent.md",
    "kiro-ide": "agents/python/python-live-exception-governance-agent/harnesses/kiro-ide.agent.md",
    "kiro-cli": "agents/python/python-live-exception-governance-agent/harnesses/kiro-cli.agent.json"
  },
  "companion_skills": [
    "python-live-exception-governance"
  ],
  "execution_tier": "read-only-runtime",
  "lifecycle": "experimental",
  "author": "github: VincentChuWaiChow"
}
