commit-changes
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard Git commands (
git status,git add,git commit,git log,git show) through the Bash tool. These commands are consistent with the skill's purpose of managing version control. - [DATA_EXFILTRATION]: No network calls or unauthorized data access patterns were identified. The skill includes proactive safety guidance, specifically advising against staging sensitive files like
.envor credentials. - [PROMPT_INJECTION]: The instructions do not contain any patterns associated with prompt injection, role-play bypasses, or attempts to override system constraints.
- [SAFE]: The implementation demonstrates secure command construction by using HEREDOCs for commit messages, which effectively prevents shell injection vulnerabilities if the message body contains special characters.
Audit Metadata