commit
Pass
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard Git CLI commands (e.g.,
git commit,git push,git pull,git diff) and the TypeScript compiler (npx tsc) to perform version control and code validation tasks. These are appropriate for the skill's stated purpose. - [DATA_EXFILTRATION]: Network operations are limited to
git pushandgit pull. These operations target the user's own configured remote repositories and are necessary for the skill's primary functionality of synchronizing code. - [CREDENTIALS_UNSAFE]: The skill explicitly instructs the user and agent to check for and avoid committing sensitive data such as API keys, passwords, or credentials.
- [REMOTE_CODE_EXECUTION]: No patterns of remote script execution or downloads from untrusted sources were detected. The use of
npx tscis a standard developer workflow for syntax checking locally.
Audit Metadata