uv-pytest-unit-testing
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or security vulnerabilities were detected in the skill's instructions, configuration files, or shell scripts. The skill follows established best practices for local development environments and configuration management.- [COMMAND_EXECUTION]: The skill executes local shell commands via the
uvtool andpytest. These operations are transparent, strictly scoped to the user's project directory, and used solely for managing development dependencies and running tests. The scripts use array-based command execution to prevent shell injection.- [EXTERNAL_DOWNLOADS]: The skill utilizes theuvpackage manager to install standard development dependencies (pytest,pytest-cov) from official registries. These are well-known, reputable packages and their installation is a routine part of the Python development workflow.
Audit Metadata