dependencies
Hold new dependency releases for a cooldown, configure Renovate, freeze install commands to their lock files, and deny install-time script execution.
Install
/plugin marketplace add staticaland/skills
/plugin install dependencies@staticaland-skills
Skills
- dependency-cooldown (skill) - Sets up a minimum release age across a project's package managers and update bots, so a compromised release is caught before it resolves. Per-ecosystem references from cooldowns.dev.
- Renovate setup (skill) - Configures Renovate with a seven-day minimum release age and immutable updates through lock files, integrity hashes, action SHAs, and image digests.
- frozen-install (skill) -
Rewrites resolving install commands as frozen ones (
npm ci,uv sync --locked) at every site meant to reproduce a lockfile - CI, image builds, task runners, docs - and proves the lockfile check fails when the lockfile drifts. - install-scripts (skill) -
Denies dependency install scripts by default (
ignore-scripts,uv sync --no-build), then allowlists by name the packages that build something, and proves a fresh install runs nothing else.
License
MIT