finishing-a-development-branch
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill executes standard build and test commands including
npm test,cargo test,pytest, andgo test. - Evidence: These commands are used solely for verifying code quality before merging, which is the primary purpose of the skill.
- [COMMAND_EXECUTION] (SAFE): The skill utilizes common Git operations and the GitHub CLI (
gh). - Evidence: Commands like
git merge,git push, andgh pr createare used for standard version control workflows. - [DATA_EXFILTRATION] (SAFE): No unauthorized data exfiltration patterns were identified.
- Evidence: The
git pushcommand is directed to the project's 'origin', which is standard behavior for development work. - [PROMPT_INJECTION] (SAFE): The skill does not contain instructions to override system prompts or bypass safety filters.
- Evidence: All instructions are focused on guiding the user through a structured development lifecycle.
Audit Metadata