What problem does it solve? Fetching Linux distribution installation media safely requires verifying signatures and checksums in the correct order, handling resumable downloads, and maintaining a provenance cache — mistakes here silently install unverified or wrong images. ## Core Features & Use Cases - Verified media downloads: Resolves Debian channel/version URLs, verifies detached OpenPGP signatures against pinned keyrings before checking SHA-512/SHA-256 digests, and writes provenance manifests next to every artifact. - Resumable cache management: Uses HTTP Range requests with .part files, a versioned cache layout under $XDG_CACHE_HOME/entangled/media, and no-op re-fetches when the manifest verifies. - Guest bootstrap kernel and Fedora/Ubuntu scripts: Covers the pinned-SHA-256 bootstrap kernel trust model, Fedora clearsigned CHECKSUM handling, kickstart delivery via OEMDRV seed images, and the quirks of automated Fedora installs. - Use Case: Before modifying entangled fetch or the debian-media crate, load this Skill to understand the trust chain ordering, license constraints (rpgp instead of sequoia-openpgp), and test scaffolding so changes do not break verification guarantees. ## Quick Start Load the debian-media skill before working on entangled fetch or media verification code in the debian-media crate.