finish-hotfix
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes system commands and local scripts. It runs
scripts/finish-branch.shto perform git operations and executes project-defined test suites (e.g.,npm test,pytest,cargo test) during the pre-finish phase as described inreferences/gitflow-finish-pipeline.md. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface by ingesting untrusted data from the repository, such as git commit messages for changelog generation and project manifest files to identify test commands.
- Ingestion points: Git commit history (read via
git loginreferences/changelog-generation.md) and project configuration files (read inreferences/gitflow-finish-pipeline.md). - Boundary markers: No specific delimiters or instructions (e.g., "ignore embedded instructions") are used to separate the ingested commit data from the agent's processing logic.
- Capability inventory: The skill uses
gitfor repository management,bashfor script execution and cleanup, and theghCLI for publishing releases. - Sanitization: There is no evidence of sanitization, escaping, or validation of the commit messages or project configuration data before they are processed or used in shell command contexts.
Audit Metadata