release-notes
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes untrusted external data that could contain malicious instructions designed to subvert the agent's behavior.
- Ingestion points: The skill instructions in
SKILL.mddirect the agent to fetch data usinggit logandgh pr list. This data includes commit messages, Pull Request titles, and labels which are controlled by external contributors. - Boundary markers: Absent. There are no instructions to use delimiters or warnings to ignore embedded commands within the fetched data.
- Capability inventory: The skill uses subprocess calls to execute
gitandghCLI tools (specified inSKILL.md). - Sanitization: Absent. There is no mention of filtering, escaping, or validating the content of commit messages or PR titles before the agent processes them for categorization and summary.
- [COMMAND_EXECUTION]: The skill uses the shell to execute
gitandgh(GitHub CLI) commands to retrieve repository history and metadata. While these are read-only operations and part of the intended functionality, they represent a capability that could be targeted if the input parameters (like version tags) are not properly handled by the agent.
Audit Metadata