{
  "id": "python-container-serverless-runtime",
  "name": "python-container-serverless-runtime",
  "version": "0.1.0",
  "type": "skill",
  "provider": "python",
  "harnesses": [
    "codex",
    "claude-code",
    "cursor",
    "gemini",
    "kiro",
    "other"
  ],
  "summary": "Static review of containerized/serverless Python runtime behavior: PID 1 and signal handling, worker/process model, graceful shutdown, read-only-filesystem and cold-start assumptions, and dependency footprint. Reads Dockerfiles, process/server config, and source only; never builds or runs a container.",
  "source_type": "original",
  "official_docs": [
    "https://docs.gunicorn.org/en/stable/signals.html",
    "https://www.uvicorn.org/deployment/",
    "https://docs.python.org/3/library/signal.html",
    "https://docs.docker.com/reference/dockerfile/"
  ],
  "security_notes": "Static review only — reads Dockerfiles, entrypoint scripts, and gunicorn/uvicorn process/server configuration to assess signal-handling, worker-model, and runtime-assumption correctness; never builds, runs, or deploys a container image. A claim about actual signal delivery, shutdown timing, or cold-start latency is flagged as needing confirmation by building and running the container. Never requests credentials, secrets, or registry access.",
  "last_verified": "2026-07-26",
  "path": "skills/python/python-container-serverless-runtime",
  "author": "github: VincentChuWaiChow"
}
