effective-python
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary purpose is educational and assistive, providing guidelines for Python best practices. No malicious prompt injections or bypass instructions were found.
- [COMMAND_EXECUTION]: The script
scripts/lint.pyutilizessubprocess.runto execute therufflinter. The execution is handled safely by passing arguments as a list, which prevents shell injection vulnerabilities. This is a standard implementation for a developer tool. - [EXTERNAL_DOWNLOADS]: The skill references the
ruffandrequestspackages in its documentation and scripts. These are well-known, trusted libraries in the Python ecosystem. - [DATA_EXPOSURE]: No hardcoded credentials, sensitive file access, or unauthorized network operations were identified. The included code examples use placeholder API URLs and follow best practices for error handling.
Audit Metadata