python-packaging
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill consists of markdown-based documentation and code templates for Python project structure and distribution.
- [COMMAND_EXECUTION]: Includes standard shell command examples for package management, such as
pip install,python -m build, andtwine upload. These are standard development workflows. - [EXTERNAL_DOWNLOADS]: References well-known and trusted entities including the official Python Package Index (PyPI) and GitHub Actions for CI/CD automation.
- [CREDENTIALS_UNSAFE]: Appropriately uses placeholders and secure practices (e.g., GitHub Secrets) for API tokens in distribution templates, avoiding the inclusion of hardcoded credentials.
Audit Metadata