prepare-merge-request

Pass

Audited by Gen Agent Trust Hub on Aug 23, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses local CLI tools including git for version control, ./gradlew for builds, and adb for Android device management.
  • [REMOTE_CODE_EXECUTION]: Contains an inline Python script executed via a shell heredoc. The script parses local JUnit XML files to count test successes and failures. It only uses standard libraries (os, re, collections) and does not perform any network activity.
  • [CREDENTIALS_UNSAFE]: Includes a dedicated security gate (Step 1.2) that uses grep to scan for sensitive files like .env, keystore, and credential files before they are added to the git index, which is a positive security practice.
  • [COMMAND_EXECUTION]: Utilizes find to remove stale build directories (test-results) to ensure that verification steps reflect the most recent test run.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 23, 2026, 09:00 PM
Security Audit — agent-trust-hub — prepare-merge-request