changelog-writer
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill is designed to ingest and process untrusted data from git logs, PR titles, and issue descriptions which could contain malicious instructions.
- Ingestion points:
git logoutput, PR titles, and issue references listed in the 'Commit Analysis' section ofSKILL.md. - Boundary markers: Absent. There are no specific delimiters or instructions for the agent to ignore prompt-like content within commit messages.
- Capability inventory: Shell command execution via
git,npm,cargo, andghCLI tools as documented inSKILL.md. - Sanitization: Absent. The skill provides no logic for escaping or validating the content of commit messages before processing.
- [Command Execution] (SAFE): The skill uses standard git history and GitHub CLI commands (
git log,gh release create) which are necessary for its primary functionality. - [External Downloads] (SAFE): Mentions installation of
conventional-changelog-cliandgit-clifffrom official registries (npm and crates.io). These are established development tools relevant to the skill's purpose.
Audit Metadata