story-render
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands (such as
rmandnpm run) that directly incorporate a user-suppliedslugargument. This creates a potential for command injection if the input is not strictly validated (e.g., a slug containing shell metacharacters like;or&). - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface where untrusted data could influence agent behavior:
- Ingestion points: Untrusted data enters the agent context via the
story.jsonconfiguration files and the user-providedslugdirectory name. - Boundary markers: No delimiters or instructions to ignore embedded commands are specified when reading or processing these inputs.
- Capability inventory: The skill leverages powerful tools including
Bash,Write,Edit, andRead, which could be abused if the agent follows instructions embedded in the data. - Sanitization: There are no explicit instructions for sanitizing or validating the content of
story.jsonbefore it is used to perform file edits or shell operations.
Audit Metadata