cp
Audited by Gen Agent Trust Hub on Feb 13, 2026
The SKILL.md file describes a 'Commit & Push' skill that automates git operations. The analysis found no evidence of prompt injection, data exfiltration, obfuscation, unverifiable dependencies, privilege escalation, persistence mechanisms, metadata poisoning, or time-delayed attacks. The skill's instructions are clear, use standard git commands, and even include explicit safety advice such as 'Never stage: .env files, Credentials or secrets'. The skill primarily acts as a set of instructions for the agent to follow using existing, trusted tools (git). There are no external code downloads or complex scripts that would introduce new attack surfaces. The user-provided commit message is passed to git and not interpreted as an instruction for the LLM itself, mitigating indirect prompt injection risks.