git-advanced
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [Command Execution] (SAFE): The skill provides documentation and scripts for executing standard Git commands. The script
scripts/rebase-helper.shfacilitates interactive rebasing and cherry-picking, which are standard development tasks. - [External Downloads] (LOW): The documentation in
references/recovery.mdsuggests installinggit-filter-repoviapip. This is a recognized and safe tool for advanced Git history filtering, but constitutes an external package recommendation. - [Prompt Injection] (LOW): The skill identifies an indirect prompt injection surface. 1. Ingestion points: Git commit messages and history logs accessed via
git log,git reflog, andgit blame. 2. Boundary markers: Absent; the skill does not explicitly define delimiters for Git metadata. 3. Capability inventory: Execution ofgitcommands and local shell scripts. 4. Sanitization: None; the skill assumes the underlying Git environment is managed by the user.
Audit Metadata