git-master
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Command Execution] (SAFE): The skill uses the Bash tool to run standard Git operations such as git log, git blame, and git bisect. These operations are consistent with the skill's stated purpose and do not involve high-risk command patterns or privilege escalation.
- [Data Exposure] (SAFE): Analysis of the skill instructions confirms that no sensitive files (e.g., ~/.ssh, .env) or credentials are accessed or exfiltrated.
- [Indirect Prompt Injection] (SAFE): The skill has a data ingestion surface as it reads Git logs and commit messages which may contain untrusted data. Evidence: 1. Ingestion points: git log output (SKILL.md). 2. Boundary markers: Absent. 3. Capability inventory: Bash (SKILL.md). 4. Sanitization: Absent. Although markers are absent, the usage is confined to style detection and history searching, presenting no significant risk.
Audit Metadata