{
  "id": "python-live-runtime-control",
  "name": "python-live-runtime-control",
  "version": "0.1.0",
  "type": "skill",
  "provider": "python",
  "harnesses": [
    "codex",
    "claude-code",
    "cursor",
    "gemini",
    "kiro",
    "other"
  ],
  "summary": "Reads live interpreter, process, worker, task, thread, memory, and health state and performs allowlisted diagnostics. Cannot change application state.",
  "source_type": "original",
  "official_docs": [
    "https://docs.python.org/3/library/sys.html",
    "https://docs.python.org/3/library/gc.html",
    "https://docs.python.org/3/library/faulthandler.html"
  ],
  "security_notes": "Read-only-runtime: captures interpreter, process, worker, thread, memory, and health state via allowlisted read-only diagnostics only (sys, gc, faulthandler) and never restarts, kills, scales, or reconfigures a process. Emits an audit event for every diagnostic read, never uses shared or standing credentials, never retrieves raw secret values, and redacts personally identifiable fields captured in a diagnostic dump.",
  "last_verified": "2026-07-26",
  "path": "skills/python/python-live-runtime-control",
  "author": "github: VincentChuWaiChow"
}
