validate
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines standard procedures for code validation, linting, and testing using local tools. No malicious patterns, obfuscation, or data exfiltration attempts were detected.
- [COMMAND_EXECUTION]: Provides instructions to run validation commands such as
ruff,basedpyright, andpytestusing theuvtool. This is consistent with the skill's stated purpose of repository maintenance and does not involve unsafe command injection or privilege escalation. - [EXTERNAL_DOWNLOADS]: Utilizes
uv syncfor dependency management, which is a standard practice in Python development environments to ensure the local environment matches the project's requirements.
Audit Metadata