standards-for-python-development
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a comprehensive documentation file outlining Python development standards and quality gates. It explicitly promotes security best practices, such as preventing command injection (avoiding
shell=True), SQL injection (using parameterized queries), and hardcoding secrets. - [COMMAND_EXECUTION]: The document mentions executing standard development tools such as
uv,ty,mypy, andruff. These are used in the context of type checking and linting, which is entirely consistent with its purpose as a development standards guide. - [EXTERNAL_DOWNLOADS]: The skill references well-known Python tools and libraries (e.g.,
uv,httpx,Rich,Typer,tomlkit) and official documentation sites likedevguide.python.org. These are standard, trusted resources in the Python ecosystem. - [PROMPT_INJECTION]: The skill includes instructions for the agent to update its own documentation (Section 4, 'Reviewing and Amending Standards'). This is a functional meta-instruction intended for document maintenance and does not attempt to bypass safety filters or override core agent behavior.
Audit Metadata