docs-changelog
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- Indirect Prompt Injection Surface: The skill ingests raw markdown content from release notes, which typically contains externally-sourced text. This data is used to generate summarized highlights and is written to changelog files. Since the input may contain untrusted content, there is a risk of indirect prompt injection where malicious instructions embedded in the notes could influence the agent's processing. Ingestion points:
BODYinput variable inSKILL.md. Boundary markers: Absent; the skill lacks explicit instructions to treat theBODYcontent as data only. Capability inventory: File system write access todocs/changelogs/and execution ofnpmcommands. Sanitization: Limited to link reformatting, which does not prevent text-based injection. - Execution of Shell Commands: The process concludes with commands such as
npm run formatandnpm install. These commands are standard for maintaining code style but represent an execution surface. It is recommended to ensure that the environment and configuration files are trusted before these automated tasks are allowed to run.
Audit Metadata