generate-changelog
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
bunx ghlogto fetch commit data andnpm infoto verify package versions. These commands execute shell operations and interact with external registries to perform the skill's primary functions. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and analyzes untrusted data from external GitHub repositories.
- Ingestion points: Commit summaries and full code patches are read from
/tmp/gramio-ghlog.mdand/tmp/gramio-patches/(SKILL.md Step 4 and 5). - Boundary markers: There are no explicit instructions or delimiters defined to prevent the agent from following instructions that might be embedded within commit messages or patch files.
- Capability inventory: The skill possesses extensive capabilities including the
Bashtool for command execution andWrite/Edittools for modifying the repository's documentation and skill files. - Sanitization: The skill does not implement sanitization or validation of the ingested commit content before it is processed by the LLM to generate documentation and update files.
Audit Metadata