swe-test-unit-test-writer
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to read source code and generate tests, which creates an attack surface where malicious code in a project could influence agent behavior.
- Ingestion points: Reads project files and existing tests using ReadFile and ListDirectory (SKILL.md).
- Boundary markers: The instructions do not define explicit delimiters or warnings to ignore instructions embedded in the analyzed code.
- Capability inventory: The skill uses WriteFile to create files and RunCommand to execute shell commands (SKILL.md).
- Sanitization: No specific sanitization or filtering logic for ingested content is provided.
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands to run tests, which involves executing code derived from the workspace.
- Evidence: The instructions guide the agent to run
npx vitest run <path-to-test-file>andnpx jest <path-to-test-file> --no-coverage(SKILL.md).
Audit Metadata