python-best-practices
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is primarily instructional, providing 75 guidelines for Python software engineering organized by impact. Analysis of the markdown content found no prompt injection or deceptive instructions.
- [SAFE]: Build and validation scripts in the
src/directory (build.py, validate.py, extract_tests.py) were audited. They perform local file system operations to compile documentation and lint rule files. No network operations, arbitrary command execution, or privilege escalation patterns were found. - [SAFE]: External URLs referenced throughout the rules and metadata point exclusively to official Python documentation (docs.python.org, peps.python.org) or established open-source projects (Pydantic, Mypy, Ruff). No suspicious or obfuscated links were detected.
- [SAFE]: The skill includes code examples for error handling and input validation that correctly advocate for failing fast at system boundaries and catching specific exceptions, which aligns with defensive programming practices.
Audit Metadata