writing-python-code
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The guidelines recommend using the
uvtool to execute standard development utilities such asruff,pytest, andbasedpyright. These are routine operations for code quality and testing within a local development environment. - [EXTERNAL_DOWNLOADS]: The skill mentions several standard Python libraries including
httpx,msgspec,rusty-results, andtyper. These are well-established, reputable packages in the Python ecosystem. - [SAFE]: The instructions specifically mandate security best practices, such as avoiding
shell=Truein subprocesses, implementing path validation to prevent directory traversal attacks, and prohibiting the use of hardcoded secrets.
Audit Metadata