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, and go 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, and gh pr create are used for standard version control workflows.
  • [DATA_EXFILTRATION] (SAFE): No unauthorized data exfiltration patterns were identified.
  • Evidence: The git push command 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
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:37 PM