merged
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: LOWCOMMAND_EXECUTION
Full Analysis
- Command Execution (LOW): The skill executes multiple Git commands (
git branch,git checkout,git pull,git push) to manage repository state. - Evidence: Commands are found in the bash blocks of Steps 1 through 4 in
SKILL.md. - Risk: These are standard developer operations. While they modify the local file system (via Git), they do so within the expected scope of the skill's description.
- Data Exposure (SAFE): The skill does not access sensitive directories such as SSH keys or environment files. The
git push origin --deletecommand targets the user's configured remote, which is standard for branch management. - External Downloads (SAFE): No external scripts, binaries, or packages are downloaded or executed at runtime.
- Prompt Injection (SAFE): No instructions were found that attempt to bypass AI safety guardrails or override system instructions.
Audit Metadata