git-expert
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates as a transparent wrapper for the Git CLI, with no evidence of malicious behavior or hidden functionality. It provides high-quality documentation that emphasizes security, such as advising against committing secrets and force-pushing to shared branches.- [COMMAND_EXECUTION]: The script
scripts/main.cjsexecutes thegitbinary usingchild_process.spawn. It correctly setsshell: false, which is a security best practice that prevents shell injection attacks by ensuring arguments are passed directly to the executable rather than being interpreted by a shell environment.- [EXTERNAL_DOWNLOADS]: All external links provided in theSKILL.mdare for documentation, installation, and training from well-known and trusted sources, includinggit-scm.com,atlassian.com,microsoft.com, andgithub.com. There are no automated scripts that download or execute code from untrusted remote servers.- [PROMPT_INJECTION]: The skill instructions do not contain any patterns attempting to override agent safety guidelines or system prompts. The 'Iron Laws' and 'Anti-Patterns' sections reinforce standard security and collaboration practices rather than attempting to manipulate the agent's behavior for malicious purposes.- [DATA_EXFILTRATION]: No data exfiltration patterns were found. The skill does not perform any network operations to send data to third-party domains. It explicitly warns users and the agent against committing credentials or sensitive files like.envto the repository history.
Audit Metadata