pm-market-problems
Pass
Audited by Gen Agent Trust Hub on Jul 19, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it instructs the agent to ingest and process untrusted external data, such as support tickets, customer reviews, and interview notes, into structured artifacts.
- Ingestion points: Market evidence inputs (interviews, tickets, surveys, reviews) processed in
SKILL.md. - Boundary markers: None; the templates do not utilize delimiters or specific instructions to the agent to disregard potential instructions embedded within the ingested data.
- Capability inventory: The skill utilizes
Bash,Write,Read, andEdittools to perform its tasks. - Sanitization: There are no sanitization or validation routines defined for the external content before it is processed or written to files.
- [COMMAND_EXECUTION]: The skill directs the agent to use the
Bashtool for converting Markdown files to.docxformat. If the agent incorporates user-provided strings, such as company or contact names, into shell commands without proper escaping, it could lead to command injection vulnerabilities depending on the underlying conversion utility used.
Audit Metadata