commit
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: Uses standard git commands such as
git status,git diff,git branch,git log,git add, andgit committo manage the local development environment. - [SAFE]: Implements robust safety mechanisms that explicitly check for and warn the user about sensitive files (e.g.,
.env,*.key,credentials*) to prevent accidental staging or exposure. - [PROMPT_INJECTION]: The skill ingests untrusted repository data through
git diffandgit status(Ingestion points). It does not use explicit boundary markers to delimit this untrusted content (Boundary markers). However, its capabilities are restricted to local git operations (Capability inventory), and it performs specific sanitization by scanning for and flagging sensitive files before they are staged (Sanitization).
Audit Metadata