From agentic-value-loops
Maintenance & Security Loop. Goal: keep dependencies current and the app free of known vulnerabilities — one safe batch per iteration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-value-loops:maintenance-security-loopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Goal:** keep dependencies current and the app free of known vulnerabilities — one safe batch per iteration.
Goal: keep dependencies current and the app free of known vulnerabilities — one safe batch per iteration. Cadence: weekly.
npm audit, npm outdated, check CI secrets jobs.docs/features/platform/maintenance/PLAN.md.npm audit fix).package-lock.json updated; revert path clean.rtk npm run version:validate — MUST exit 0.npm audit for 0 high/critical.version:validate exit 0. Audit clean.ITERATION_LOG.md: CVEs closed, deferred bumps, breakages (Never-Repeat).overrides if a transitive dep is stubborn.npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin agentic-value-loopsAudits npm dependencies for security vulnerabilities, freshness, and bundle impact. Guides through CVE research, upgrade planning, and PR creation.
Audits and hardens third-party dependencies with npm audit, lockfiles, Dependabot, script blocking, and vulnerability monitoring. Useful for CI security gating and supply chain hardening.
Secure dependency upgrades with supply chain protection, cooldown periods, staged rollout, and compatibility analysis. Use when upgrading deps, configuring security policies, or preventing supply chain attacks.