Skip to content

pyupio/safety-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Safety Skills for Claude Code

A Claude Code plugin that scans Python dependencies for vulnerabilities and malicious packages using Safety CLI.

Skills

  • /scan — Scan the current project's Python dependencies for known vulnerabilities and malicious packages, with actionable remediation guidance.

Installation

Prerequisites

  • Safety CLI installed (pip install safety)
  • Authenticated via safety auth login

Install the plugin

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.

Local development

To test locally without installing via a marketplace:

claude --plugin-dir /path/to/safety-skills

About

Skills for your Claude Code to scan your project or system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors