What problem does it solve? Dependency-update PRs from Dependabot or Renovate look trivial, but green CI proves neither compatibility nor safety — roughly a third of releases ship breaking changes, and major supply-chain attacks (event-stream, xz, chalk/debug, Shai-Hulud) all arrived as ordinary version bumps. This Skill performs a full pre-merge audit so a human can merge with evidence instead of trust. ## Core Features & Use Cases - Two-axis audit: Checks compatibility (changelogs across every intermediate version, published-artifact diffs, packaging metadata, blast radius in your codebase, build/typecheck/tests) and supply-chain integrity (release-age cooldowns, provenance/signatures, publisher continuity, lockfile tampering, advisory and malware feeds). - Any ecosystem: Covers npm/pnpm/yarn, GitHub Actions, Docker, Go, Python, Rust, Ruby, Java, and .NET with ecosystem-specific commands in references. - Verdict report: Produces a structured MERGE / MERGE WITH CAUTION / HOLD / REJECT report with evidence, findings, and an explicit list of what was not verified. It never merges, approves, or comments on the PR. - Use Case: Point it at a Dependabot PR bumping a production npm package; it verifies the bot author is authentic, diffs the published tarballs, checks the release is past the 3-day cooldown, reviews the lockfile diff, maps usage sites in your code, runs the test suite, and reports a verdict. ## Quick Start Ask the agent to audit a dependency-update PR, for example: "Review this Dependabot PR and tell me if it's safe to merge: https://github.com/owner/repo/pull/123".