Claude Skill

Audit Python dependency sets for known vulnerabilities before release or environment promotion with Safety

Scan Python requirements and environments for known vulnerable or malicious packages before they move further through delivery or promotion workflows.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_audit-python-dependency-sets-for-known-vulnerabilities-before-release-or-environment-promotion-with-safety-07beb56.zip · 0 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/audit-python-dependency-sets-for-known-vulnerabilities-before-release-or-environment-promotion-with-safety
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Audit Python dependency sets for known vulnerabilities before release or environment promotion with Safety

Scan Python requirements and environments for known vulnerable or malicious packages before they move further through delivery or promotion workflows.

Prerequisites

Python, pip, a requirements file or Python environment to scan, and Safety authentication when using full Safety features.

Installation

Use the upstream install or setup path that matches your environment:

  • Run pip install safety.

Requirements and caveats from upstream:

  • Python Versions
  • Supported Python Versions
  • Safety CLI is a Python dependency vulnerability scanner designed to enhance software supply chain security by detecting packages with known vulnerabilities and malicious packages in local development environments, CI/...

Basic usage or getting-started notes:

Documentation

Source

Files (skills)
  • SKILL.md 2.1 KB
    ---
    name: "Audit Python dependency sets for known vulnerabilities before release or environment promotion with Safety"
    slug: "audit-python-dependency-sets-for-known-vulnerabilities-before-release-or-environment-promotion-with-safety"
    description: "Scan Python requirements and environments for known vulnerable or malicious packages before they move further through delivery or promotion workflows."
    github_stars: 1974
    verification: "security_reviewed"
    source: "https://github.com/pyupio/safety"
    author: "pyup.io"
    publisher_type: "company"
    category: "Security & Verification"
    framework: "Multi-Framework"
    tool_ecosystem:
      github_repo: "pyupio/safety"
      github_stars: 1974
    ---
    
    # Audit Python dependency sets for known vulnerabilities before release or environment promotion with Safety
    
    Scan Python requirements and environments for known vulnerable or malicious packages before they move further through delivery or promotion workflows.
    
    ## Prerequisites
    
    Python, pip, a requirements file or Python environment to scan, and Safety authentication when using full Safety features.
    
    ## Installation
    
    Use the upstream install or setup path that matches your environment:
    - Run pip install safety.
    
    Requirements and caveats from upstream:
    - ![Python Versions](https://img.shields.io/pypi/pyversions/safety)
    - [Supported Python Versions](#supported-python-versions)
    - Safety CLI is a Python dependency vulnerability scanner designed to enhance software supply chain security by detecting packages with known vulnerabilities and malicious packages in local development environments, CI/...
    
    Basic usage or getting-started notes:
    - [Getting Started](#getting-started)
    - ## GitHub Action
    - Test Safety CLI in CI/CD using our [GitHub Action](https://github.com/pyupio/safety-action).
    
    - Source: https://github.com/pyupio/safety
    - Extracted from upstream docs: https://raw.githubusercontent.com/pyupio/safety/HEAD/README.md
    
    ## Documentation
    
    - https://docs.safetycli.com/
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/audit-python-dependency-sets-for-known-vulnerabilities-before-release-or-environment-promotion-with-safety/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related