test-generator
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute testing tools, linters, and type checkers using the
uv runcommand. These are standard development operations within a Python environment managed by Astral'suvtool. - [PROMPT_INJECTION]: The skill ingests external source code to generate test cases, creating a surface for indirect prompt injection where instructions embedded in the source code could influence agent behavior. Ingestion points: Source code files processed for test generation. Capability: Execution of tests and linters via
uv runin the shell. Boundary markers: None explicitly defined. Sanitization: None explicitly defined. - [EXTERNAL_DOWNLOADS]: The skill lists standard Python testing and development dependencies. These are well-known tools from the Python ecosystem.
Audit Metadata