git-log
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill utilizes standard
gitcommands (status,diff,log,show,add,commit) to manage version control and documentation. These operations are restricted to the local repository context. - [DATA_EXFILTRATION] (SAFE): No network operations or attempts to access sensitive system files (e.g., SSH keys, AWS credentials) were detected. File operations are limited to the project's own directory.
- [REMOTE_CODE_EXECUTION] (SAFE): There are no patterns involving the download or execution of remote scripts or packages.
- [PROMPT_INJECTION] (LOW): The skill has a surface for indirect prompt injection because it processes output from
git diffandgit logwhich may contain untrusted data from modified files. However, the scope of the skill is limited to documentation and commit management, posing minimal risk.
Audit Metadata