commit-staged
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard Git commands such as
git diff --cachedandgit committo manage repository state. These operations are restricted to the local environment and are necessary for the skill's primary function. - [DATA_EXFILTRATION]: While the skill reads local code changes to generate summaries, there is no evidence of these contents being transmitted to external or unauthorized domains. The data access is limited to staged files within the current repository context.
- [SAFE]: No malicious patterns such as prompt injection, obfuscation, persistence mechanisms, or unauthorized privilege escalation were detected. The skill follows best practices for command execution, including the use of HEREDOC syntax to handle multi-line commit messages securely.
Audit Metadata