{
  "id": "python-live-control-evidence-agent",
  "name": "Python Live Control Evidence Agent",
  "version": "0.1.0",
  "type": "agent",
  "provider": "python",
  "harnesses": [
    "codex",
    "copilot",
    "claude-code",
    "cursor",
    "gemini",
    "kiro"
  ],
  "summary": "Collects, hashes, and stores control evidence in an approved destination and maps it to controls. Cannot approve or execute.",
  "source_type": "original",
  "official_docs": [
    "https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final",
    "https://www.aicpa-cima.com/resources/landing/system-and-organization-controls-soc-suite-of-services",
    "https://docs.python.org/3/library/hashlib.html"
  ],
  "security_notes": "Read-only-runtime: collects, hashes, and seals control evidence to an approved destination and maps it to controls; never mutates a live system, approves, or executes. Emits an immutable audit event for every observation; never uses shared or standing credentials; never retrieves raw secret values; redacts and tokenizes PII/sensitive fields before sealing, and never persists secrets.",
  "last_verified": "2026-07-26",
  "path": "agents/python/python-live-control-evidence-agent/",
  "harness_variants": {
    "codex": "agents/python/python-live-control-evidence-agent/harnesses/codex.toml",
    "copilot": "agents/python/python-live-control-evidence-agent/harnesses/copilot.agent.md",
    "claude-code": "agents/python/python-live-control-evidence-agent/harnesses/claude-code.agent.md",
    "cursor": "agents/python/python-live-control-evidence-agent/harnesses/cursor.agent.md",
    "gemini": "agents/python/python-live-control-evidence-agent/harnesses/gemini.agent.md",
    "kiro-ide": "agents/python/python-live-control-evidence-agent/harnesses/kiro-ide.agent.md",
    "kiro-cli": "agents/python/python-live-control-evidence-agent/harnesses/kiro-cli.agent.json"
  },
  "companion_skills": [
    "python-live-control-evidence"
  ],
  "execution_tier": "read-only-runtime",
  "lifecycle": "experimental",
  "author": "github: VincentChuWaiChow"
}
