write-python-tests
Pass
Audited by Gen Agent Trust Hub on Sep 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill triggers shell commands using
uv run pytest,uv run nox, andmise run lintto perform testing and linting tasks. - [DYNAMIC_EXECUTION]: The agent generates Python code in the form of test files and doctests which are then executed locally to validate the project's behavior.
- [INDIRECT_PROMPT_INJECTION]: The skill ingests external project data that could potentially influence agent behavior. 1. Ingestion points: Source code,
pyproject.toml,noxfile.py,.config/mise/, andtests/conftest.py. 2. Boundary markers: No explicit delimiters or instructions to ignore embedded content are provided. 3. Capability inventory: Execution of shell commands and Python code via testing frameworks. 4. Sanitization: No specific sanitization or validation of the input source code is defined.
Audit Metadata