effective-python
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill content is informational and educational, providing guidance on Pythonic coding standards. The provided reference files accurately reflect established best practices from industry-standard literature.
- [COMMAND_EXECUTION]: The utility script
scripts/lint.pyusessubprocess.runto execute therufflinter. The execution is performed securely by passing arguments as a list and avoiding shell execution, which mitigates command injection risks. - [EXTERNAL_DOWNLOADS]: The skill references well-known and trusted ecosystem tools such as
ruffandrequests. It provides instructions for manual installation and does not perform any automated or hidden downloads of remote code or scripts.
Audit Metadata