python-best-practices
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a repository for best practices and templates aimed at improving code quality and maintainability in Python projects.
- [COMMAND_EXECUTION]: Provides shell scripts
scripts/lint.shandscripts/setup-project.shto automate development tasks. These scripts use standard tools such asuv,ruff, andbanditand handle arguments safely through variable quoting. - [EXTERNAL_DOWNLOADS]: Recommends standard, widely-used Python libraries (e.g.,
polars,pytest,structlog) and tools from established sources like PyPI. - [CREDENTIALS_UNSAFE]: Promotes strong security practices by explicitly advising against hardcoding credentials and providing instructions for managing secrets via environment variables.
Audit Metadata