A Claude Code plugin that scans Python dependencies for vulnerabilities and malicious packages using Safety CLI.
/scan— Scan the current project's Python dependencies for known vulnerabilities and malicious packages, with actionable remediation guidance.
- Safety CLI installed (
pip install safety) - Authenticated via
safety auth login
In Claude Code, add this repository as a plugin marketplace:
/plugin marketplace add pyupio/safety-skills
Then install the plugin:
/plugin install safety@pyupio-safety-skills
You can also use the interactive plugin manager by typing /plugin and browsing the Discover tab.
To test locally without installing via a marketplace:
claude --plugin-dir /path/to/safety-skills