commit-changes
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill is a legitimate utility for managing Git repositories and follows industry-standard conventions for commit messaging.
- [COMMAND_EXECUTION]: The skill utilizes local shell commands such as
git status,git diff,git add, andgit commit. These operations are limited to the local environment and are required for the skill to perform its tasks. - [PROMPT_INJECTION]: The skill processes untrusted data from the local repository (via
git diff) as part of its normal operation. However, its strictly defined output format and functional constraints mitigate the risk of indirect prompt injection.
Audit Metadata