doc-changelog
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
gitandgh(GitHub CLI) commands to retrieve history, tags, and pull request data. These are standard operations for generating development documentation. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it processes untrusted data from git commits and pull request metadata which could contain malicious instructions.
- Ingestion points: Processes commit messages via
git logand pull request details (titles, labels, bodies) viagh pr listas defined inSKILL.md. - Boundary markers: Absent. The skill does not define explicit delimiters or instructions to ignore embedded commands within the processed commit or PR data.
- Capability inventory: Executes subprocesses for
gitandgh, and performs file-write operations toCHANGELOG.mdas described inSKILL.md. - Sanitization: Absent. There is no mention of escaping or validating the content retrieved from the git history or GitHub API before inclusion in the final document.
Audit Metadata