What problem does it solve?
This Skill helps you secure package installation workflows so future dependency fetches are protected by the right controls, while also separating install-time protection from cache cleanup and existing dependency auditing.
Core Features & Use Cases
- Install-time protection: Configure and verify shims or other supported mechanisms so package-manager downloads pass through a firewall or policy layer.
- Age-gate reasoning: Understand and apply minimum release age controls across npm, pnpm, Yarn Berry, Bun, and uv without confusing them with audits of already installed packages.
- Machine and repo audit workflow: Check package-manager state, lockfiles, manifests, and related system posture to assess supply-chain exposure and remediation steps.
- Use case: A developer suspects recent dependency compromise and needs to harden future installs, confirm which package managers are actually protected, and run the right audits from the correct directories.
Quick Start
Ask the assistant to inspect my package-manager setup, verify whether install-time protection is active, and recommend the safest way to harden future dependency installs.