fix-ci-failures
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the GitHub CLI (gh) to view PR status, list check results, and inspect workflow runs. It also instructs the agent to execute local scripts such as npm run compile-check-ts-native and ./scripts/test.sh for local debugging and verification.
- [EXTERNAL_DOWNLOADS]: The skill downloads diagnostic logs and build artifacts from GitHub Actions. These downloads originate from well-known GitHub services and are used exclusively for identifying build and test failures.
- [DATA_EXFILTRATION]: Network operations are performed via the GitHub CLI and API to fetch metadata and logs for the repository. All data access is directed to official GitHub endpoints, and no sensitive local credentials or files (e.g., .ssh, .aws) are accessed or transmitted externally.
- [SAFE]: No obfuscation, prompt injection, or persistence mechanisms were detected. The skill's operations are transparent and consistent with standard DevOps workflows for troubleshooting automated CI pipelines.
Audit Metadata