finishing-a-development-branch
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard development tools for testing (e.g.,
npm,cargo,pytest,go test) and version control (git,gh). These operations are consistent with the skill's stated purpose of managing development branches. - [DATA_EXFILTRATION]: Use of
git pushandgh pr createinvolves sending local code and metadata to a remote repository. This is an expected behavior for a skill designed to integrate development work into a central repository. - [SAFE]: The skill implements security best practices for development tools, such as requiring explicit user confirmation before deleting branches (Option 4: Discard) and enforcing test verification before allowing merges or pull requests. No obfuscation, prompt injection, or unauthorized credential access was detected.
Audit Metadata