finishing-a-development-branch
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard development commands such as
git,npm,cargo, andghto manage branches and verify tests. These operations are essential to the skill's stated purpose and are implemented with safety checks like test verification and confirmation prompts. - [DATA_EXFILTRATION]: Network operations are limited to
git pushandgh pr create, which are standard actions for pushing code to a remote repository and creating pull requests in a professional development environment. - [PROMPT_INJECTION]: No patterns of prompt injection or behavior override instructions were detected in the skill instructions or metadata.
- [INDIRECT_PROMPT_INJECTION]: The skill processes branch information to generate Pull Request descriptions. It uses quoted heredocs (
cat <<'EOF') to safely handle content, reducing the risk of shell injection during the PR creation process.
Audit Metadata