git-pushing

Pass

Audited by Gen Agent Trust Hub on Feb 28, 2026

Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes a local bash script to automate Git operations.
  • Evidence: The file SKILL.md instructs the agent to execute bash skills/git-pushing/scripts/smart_commit.sh.
  • [DATA_EXFILTRATION]: The script transmits local repository content to a remote server.
  • Evidence: The script scripts/smart_commit.sh uses git push -u origin "$BRANCH" to upload staged changes.
  • Risk Factor: The use of git add . stages all changes in the current directory, which could inadvertently include sensitive files like .env or credentials if they are not correctly specified in a .gitignore file.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 28, 2026, 09:42 AM