lf-git-status
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes Git commands using the Bash tool to inspect the state of the main repository and its submodules. These commands include
git status,git rev-parse,git rev-list, andgit logto collect branch names, commit SHAs, and change counts. - [SAFE]: No malicious patterns were identified. The skill does not access sensitive files, perform network operations, or use obfuscation. Its behavior is consistent with its stated purpose of repository management and follows standard developer workflows.
Audit Metadata