studio-define-product
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes multiple markdown files from the
productos/define/directory as primary inputs to generate a summary. - Ingestion points: The skill reads
1-Product-Offer.md,2-Customer-Persona.md,3-Pricing-Strategy.md,4-Mini-Launch.md,docs/LAUNCHES.md, andBONUS-Business-Strategy-Deep-Dive.md. - Capability inventory: The agent has permissions to read local files and write the synthesized summary to
docs/PRODUCT.md. - Boundary markers: The instructions do not define delimiters for user-provided data or include specific warnings to ignore embedded commands within the input files.
- Sanitization: No sanitization, escaping, or validation of the ingested text is performed before it is processed by the model or written to the filesystem.
- [COMMAND_EXECUTION]: The workflow allows for the execution of shell commands, specifically
mkdir -p, to ensure the destination directory exists before writing the file. While functional, this represents direct interaction with the system's command interpreter.
Audit Metadata