wiki-changelog
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses local shell commands, specifically
git remote get-url originandgit log, to retrieve repository details and history. These actions are aligned with the skill's stated purpose. - [PROMPT_INJECTION]: The skill contains an attack surface for indirect prompt injection.
- Ingestion points: Untrusted data enters the context through
git logoutput, which contains commit messages and author names provided by external contributors. - Boundary markers: There are no instructions to use delimiters or to treat commit data as untrusted text.
- Capability inventory: The skill performs command execution via git subprocess calls.
- Sanitization: There is no evidence of sanitization or filtering of the commit messages before they are processed by the agent.
Audit Metadata