docs-changelog
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the command
bun run formatas part of its finalization step. This is a standard development workflow used to maintain file consistency and is considered a legitimate operation within the scope of documentation management. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection through its handling of external release data.
- Ingestion points: The
BODYinput variable inSKILL.mdreceives raw markdown release notes from potentially untrusted contributors. - Boundary markers: There are no explicit delimiters or system instructions provided to the agent to treat the
BODYcontent strictly as data rather than instructions. - Capability inventory: The agent has the ability to overwrite documentation files in the
docs/changelogs/directory and execute shell commands viabun. - Sanitization: The skill performs structural modifications (reformatting links, deleting sections) but does not include sanitization to filter out or neutralize embedded natural language instructions.
Audit Metadata