git-push
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a standard git workflow for managing code changes. The instructions focus on quality control (linting, testing) and conventional commit formatting.
- [COMMAND_EXECUTION]: Executes standard git commands including
git diff,git add, andgit push. These operations are required for the skill's primary function and do not include dangerous flags or arbitrary command construction. - [DATA_EXPOSURE]: Accesses global git configuration (
user.name,user.email) to ensure commits are correctly attributed using the user's environment rather than an automated identity. This is a standard and expected operation for version control tools. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from the local repository via
git diff. However, the skill acts solely as an orchestrator for version control operations and does not use the ingested data to perform higher-privilege actions or network operations to untrusted domains.
Audit Metadata