pitch-gen
Pass
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION] (LOW): The skill directly interpolates the user-provided
ideaargument into the OpenAI prompt insrc/index.tswithout delimiters or sanitization. A malicious input could attempt to subvert the 'investor-ready' instructions to generate unrelated or harmful content. - [INDIRECT_PROMPT_INJECTION] (LOW):
- Ingestion points: User input via the
ideaargument insrc/cli.ts. - Boundary markers: Absent. The input is directly concatenated:
Create pitch deck content for: ${idea}. - Capability inventory: File system write access via
fs.writeFileSyncinsrc/cli.tsand outbound network access to the OpenAI API. - Sanitization: Absent. There is no validation or escaping of the input string before it is sent to the LLM.
- [DATA_EXPOSURE] (LOW): The CLI tool allows users to specify an output file path via the
-oor--outputflag. If used by an automated agent without path validation, this could be used to overwrite sensitive files on the local system.
Audit Metadata