python-packaging
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard guidance for Python project setup and distribution. All instructions align with modern Python packaging standards (PEPs).
- [EXTERNAL_DOWNLOADS]: References official documentation for the Python Packaging Authority (PyPA) and standard build/upload tools like
buildandtwine. These are well-known and trusted resources. - [COMMAND_EXECUTION]: Includes example shell commands for building and installing packages (e.g.,
pip install,python -m build). These are documented, safe development workflows. - [CREDENTIALS_UNSAFE]: Correctly identifies the need for API tokens for PyPI and demonstrates the use of GitHub Secrets and
.pypirctemplates with safe placeholders.
Audit Metadata