tech-design-writer
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
curlcommands to upload user files and submit task payloads to an internal service located athttp://opencode-bridge:8000. This is used for delegating document generation tasks. - [EXTERNAL_DOWNLOADS]: The skill communicates with a local network bridge (
opencode-bridge). While this service appears to be part of the skill's infrastructure, it involves transmitting user-provided data and authentication tokens over the network. - [PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection as it processes untrusted external data.
- Ingestion points:
Phase 2allows the upload of arbitrary user files including Word docs, PDFs, spreadsheets, and logs into theinput/directory. - Boundary markers: The task submission template in
Phase 3does not use explicit delimiters or instructions to ignore embedded commands within the referenced input files. - Capability inventory: The skill uses
curlto interact with an execution bridge (opencode-bridge) which performs complex document generation. - Sanitization: No explicit sanitization, validation, or content filtering of the uploaded user files is performed before they are processed by the backend service.
Audit Metadata