awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
pyupio avatar

pyupio/safety

0
View on GitHub↗
1,988 stars·190 forks·Python·12 viewssafetycli.com/product/safety-cli↗

Safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.

Features

  • Code Security - Checks dependencies for known security vulnerabilities.
  • Dependency Auditing - Checks installed packages for known security flaws.
  • Static Analysis - Checks Python dependencies for known vulnerabilities.

Star history

Star history chart for pyupio/safetyStar history chart for pyupio/safety

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Safety

Similar open-source projects, ranked by how many features they share with Safety.
  • pycqa/banditPyCQA avatar

    PyCQA/bandit

    8,092View on GitHub↗

    Bandit is a static analysis security testing tool and vulnerability detection scanner for Python source code. It functions as a security-focused linter and static analyzer that identifies common vulnerabilities and architectural flaws without executing the program. The tool utilizes an abstract syntax tree to analyze code patterns and identifies risky function calls or insecure configurations. It employs a plugin-based rule engine to decouple scanning logic from individual security checks and supports configuration-driven filtering to exclude specific files or ignore certain warnings. The sy

    Pythonbanditlinterpython
    View on GitHub↗8,092
  • pypa/pipenvpypa avatar

    pypa/pipenv

    25,066View on GitHub↗

    Pipenv is a Python dependency manager and virtual environment manager that ensures reproducible environments across different systems. It functions as a lockfile resolver, generating deterministic lockfiles from high-level dependency constraints to prevent version drift. The tool integrates project workflow automation by loading environment variables and executing custom project scripts. It also includes security auditing capabilities to scan installed packages for known vulnerabilities. The system covers a broad range of capabilities including dependency version locking, package installatio

    Python
    View on GitHub↗25,066
  • bearer/bearerBearer avatar

    Bearer/bearer

    2,566View on GitHub↗

    Bearer is a static analysis security testing tool and privacy compliance auditor. It identifies security vulnerabilities, hard-coded secrets, and privacy risks in source code through static analysis and data flow tracing. The tool distinguishes itself by tracking the movement of sensitive data through code to identify leaks and by mapping personal and health-related information flows to generate evidence for privacy impact assessments. It also provides differential scanning for pull requests and uses fingerprint-based suppression to exclude known false positives from reports. The platform co

    Goappseccode-qualitycompliance
    View on GitHub↗2,566
  • david-a-wheeler/flawfinderdavid-a-wheeler avatar

    david-a-wheeler/flawfinder

    572View on GitHub↗

    This is "flawfinder" by David A. Wheeler.

    Python
    View on GitHub↗572
See all 28 alternatives to Safety→

Frequently asked questions

What does pyupio/safety do?

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.

What are the main features of pyupio/safety?

The main features of pyupio/safety are: Code Security, Dependency Auditing, Static Analysis.

What are some open-source alternatives to pyupio/safety?

Open-source alternatives to pyupio/safety include: pycqa/bandit — Bandit is a static analysis security testing tool and vulnerability detection scanner for Python source code. It… pypa/pipenv — Pipenv is a Python dependency manager and virtual environment manager that ensures reproducible environments across… bearer/bearer — Bearer is a static analysis security testing tool and privacy compliance auditor. It identifies security… designsecurity/progpilot — A static analysis tool for security. dlint-py/dlint — Dlint is a tool for encouraging best coding practices and helping ensure Python code is secure. david-a-wheeler/flawfinder — This is "flawfinder" by David A. Wheeler.