code-rules
Pass
Audited by Gen Agent Trust Hub on Mar 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides coding guidelines and best practices for Python and Lean development.
- [EXTERNAL_DOWNLOADS]: Recommends standard Python development tools including
pytestandruffvia theuvpackage manager. These are well-known utilities from the official Python Package Index (PyPI). - [COMMAND_EXECUTION]: Provides example shell commands for project initialization and maintenance (e.g.,
uv init,uv run pytest). These are standard development workflows intended for local execution by the user or agent in a development context. - [DATA_EXPOSURE]: No sensitive file access or hardcoded credentials were found. It promotes secure practices such as using context managers for file handling and avoiding bare exception clauses.
Audit Metadata