testing
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Executes local shell scripts provided by the target project as part of its verification process.
- Evidence: Phase 2 instructions run
bash hooks/session-startand other scripts referenced inhooks.jsonunderPreToolUseorPostToolUsekeys. - [COMMAND_EXECUTION]: Uses the Node.js runtime to dynamically load and inspect local JavaScript files from the project.
- Evidence: The OpenCode test guide in
references/platform-test-guides.mdusesnode -eto import plugin JS files directly. - [COMMAND_EXECUTION]: Performs file system modifications, including writing files outside the project root.
- Evidence: Phase 1 instructions create a
../dev-marketplace/directory and use shell redirection (cat > ...) to generate configuration files. - [PROMPT_INJECTION]: Vulnerable to indirect prompt injection via the project files it processes.
- Ingestion points: Reads metadata and body content from
SKILL.mdand.mdfiles in theskills/andagents/directories (SKILL.md, Phase 3). - Boundary markers: None identified to isolate project content from agent instructions.
- Capability inventory: Can execute local scripts via
bashandnode, and write files to the local system. - Sanitization: No sanitization or validation of the extracted project metadata before it is used to generate the final test report or used in internal logic.
Audit Metadata