I built PyPIPlus.com a tool to explore Python packages in depth and I’d love your feedback. In the past, two of my posts about this project went viral, and the feedback from the community helped shape it into what it is today. Now I’m focusing on how PyPIPlus can specifically help cybersecurity teams, researchers, and anyone interested in the security side of Python packages:
Below is what the site currently does: PyPIPlus.com can be used to check a python package dependencies (incl. extras), reverse dependents, OSV CVEs, licenses, health score, purity, and to generate offline ready to install bundles.
Bundle contents:
wheels/ → all dependency wheels requirements.txt → pinned versions install.py → universal installer (Windows/macOS/Linux) sbom.cdx.json → CycloneDX SBOM for security scans LICENSES.md → license summary for all packages NOTICE → attribution (when required) Install: python install.py
Scan: osv-scanner --sbom sbom.cdx.json
Live: https://pypiplus.com
Example (flask v2.3.1): https://pypiplus.com/project/flask/2.3.1/
Previous Posts:
If you’re new to the project:
Click to Open Code Editor