engineering-architecture
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill provides comprehensive documentation and templates for engineering standards. It emphasizes data ownership, idempotency, and backward compatibility, which are defensive security best practices.
- [COMMAND_EXECUTION]: The skill includes Python scripts (
scripts/ensure_uv.py,scripts/documentation/doc_impact.py, etc.) used for validating project assets and checking documentation impact. These scripts usesubprocess.runto execute commands likeshandgit. These are scoped to local project metadata and environment setup. - [EXTERNAL_DOWNLOADS]: The file
scripts/ensure_uv.pydownloads a shell script fromhttps://astral.sh/uv/install.shand pipes it tosh. This is a standard installation method for theuvtool, which is a high-performance Python package manager developed by Astral. Astral is a well-known entity in the Python ecosystem, and this behavior is documented as the primary way to bootstrap the required environment for the skill's validation scripts. Under [TRUST-SCOPE-RULE], this is treated as safe as it targets a well-known developer service and does not involve sensitive data access. - [SAFE]: Automated scan alerts regarding
urllib.request.urlopenandsubprocess.runinscripts/ensure_uv.pywere evaluated. The logic is confirmed to be a standard installer for theuvtool. The script is used solely to prepare the Python environment for the skill's utility scripts and does not exhibit malicious behavior.
Audit Metadata