release
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes local git commands, including
git logandgit diff, to analyze repository history and code changes for release note generation. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its processing of potentially untrusted project data that may contain malicious instructions. 1. Ingestion points: Commit messages from git logs and source code content from repository files. 2. Boundary markers: Absent; the skill does not use delimiters to isolate ingested data from instructions. 3. Capability inventory: File system read/write access (updating
CHANGELOG.mdand modifying source code) and the ability to trigger theproject-documentationskill. 4. Sanitization: No validation or filtering is applied to commit messages or code contents before they are processed by the agent.
Audit Metadata