land-the-plane
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill performs automated Git operations including staging all files, committing, pulling with rebase, and pushing to the remote origin. It also uses commands to clear the git stash and prune remote branches.
- [DATA_EXFILTRATION]: By using git add -A and forcing a git push of all modified files regardless of their relevance to the current session, the skill creates a path for unintended data exposure. If sensitive files such as environment variables or keys are present in the repository but not excluded by a .gitignore file, they will be uploaded to the remote server.
Audit Metadata