Live data from Hacker News

A Python package for verifying PyPI attestations of other Python packages

github.com

1–5 of 5 posts

Re: A Python package for verifying PyPI attestations of other Python packages

#2
I built trustcheck, a Python CLI that evaluates the trust posture of a PyPI release before it is installed, promoted or approved. trustcheck is currently in BETA and I am looking for real-world testing and feedback to help move it toward production-grade stability. If you are working with PyPI packages, supply-chain security or CI pipelines, I would really appreciate you trying it out and sharing your experience.

Re: A Python package for verifying PyPI attestations of other Python packages

#3
Due to the limitations of the dependencies used, this package "trustcheck" can work only on standard python environments like Linux, Windows and MacOS. Android-Termux is not supported. When the dependency "cryptography" adds Termux support, trustcheck can work on that environment too.