What problem does it solve? Modern software is assembled from untrusted sources: any dependency, build step, or published artifact can be substituted, tampered with, or impersonated. This Skill provides a defensive reference for establishing provenance, integrity, and hygiene across the entire chain from source to consumer install. ## Core Features & Use Cases - SBOM Generation and Verification: Guidance on SPDX and CycloneDX formats, NTIA minimum elements, build-time generation with syft, and SBOM diffing to detect tampering. - Dependency-Confusion and Typosquatting Defense: Controls for namespace scoping, source pinning, lockfile hash-pinning, and name-similarity detection. - Provenance and Signing: SLSA Build levels L0-L3, Sigstore/cosign keyless signing, and consumer-side signature verification at install or admission time. - Use Case: Before adopting a newly flagged dependency, run the malicious-package triage playbook: quarantine the suspect version, verify its provenance, use the SBOM to inventory exposure, and report upstream. ## Quick Start Ask the agent to audit your project's dependency closure and generate a build-time SBOM with hash-pinned lockfile verification.