commit
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- COMMAND_EXECUTION (SAFE): The skill utilizes standard local git commands (status, diff, log, add, commit) to perform its stated function of version control management.
- PROMPT_INJECTION (LOW): The skill is subject to indirect prompt injection (Category 8) because it processes the output of 'git diff', which contains arbitrary code/text changes. • Ingestion points: git status and git diff output. • Boundary markers: Absent. • Capability inventory: git add and git commit. • Sanitization: None. However, the risk is minimal as the commands are confined to git operations.
Audit Metadata