ring:dev-dep-security-check

Installation
SKILL.md

Dependency Security Check — Supply Chain Gate

Overview

Every pip install, npm install, and go get is a trust decision. This skill ensures that trust is verified before code enters your environment.

Supply chain attacks exploit implicit trust in package ecosystems. A single compromised package can exfiltrate credentials, inject backdoors, or pivot into production infrastructure. This skill acts as a gate — intercepting install commands and validating packages before they execute.

When This Skill Activates

  • New dependency — any install command for a package not in the current lockfile
  • Version change — updating an existing dependency to a new version
  • Full audit — scanning all dependencies in a project for supply-chain risk
  • PR review — when a PR modifies dependency files (go.mod, package.json, requirements.txt, etc.)

Pre-Install Checks

Before allowing any installation, run ALL of the following checks:

Related skills
Installs
2
GitHub Stars
180
First Seen
Apr 6, 2026