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.sh facilitates interactive rebasing and cherry-picking, which are standard development tasks.
  • [External Downloads] (LOW): The documentation in references/recovery.md suggests installing git-filter-repo via pip. 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, and git blame. 2. Boundary markers: Absent; the skill does not explicitly define delimiters for Git metadata. 3. Capability inventory: Execution of git commands and local shell scripts. 4. Sanitization: None; the skill assumes the underlying Git environment is managed by the user.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 21, 2026, 07:02 AM