summarize-releases
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes commit messages and changelog text from the repository history to generate documentation. \n
- Ingestion points: The
scripts/collect-releases.jsscript reads data from local Git tags, commit subjects, andCHANGELOG.mdfiles.\n - Boundary markers: Instructions in
SKILL.mdprovide a specific Markdown template and require the agent to "State only claims supported by that evidence," though it lacks strict data/instruction delimiters.\n - Capability inventory: The skill can execute shell commands (
git,vale,prettier,pnpm) and write documentation files to the local repository.\n - Sanitization: Content from the Git history is summarized without explicit filtering for adversarial instructions, which is a common surface for indirect injection in text-processing tasks.\n- [COMMAND_EXECUTION]: The script
scripts/collect-releases.jsexecutes localgitcommands usingexecFile, which is a secure method for subprocess invocation that prevents shell injection by passing arguments as an array. The skill also involves running standard development tools such asvalefor linting andpnpmfor builds.\n- [EXTERNAL_DOWNLOADS]: The instructions describe usinggit fetch --tags originto synchronize the local environment with the remote repository. This is a standard and expected operation for a release management tool.
Audit Metadata