ci-test-failures
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill uses
dotnet runto launch diagnostic projects and scripts from thetools/directory, which is a standard pattern for executing repository-specific automation logic.\n- Input Handling: The instructions involve processing user-provided inputs such as GitHub URLs and test names. These are passed as arguments to local tools, and the examples use quoting to manage these parameters within the shell environment.\n- GitHub Integration: The skill makes use of the GitHub CLI (gh) to query API annotations and download workflow logs, which is an essential capability for automated investigation of CI failures.\n- Temporary Storage: Diagnostic results and logs are directed to temporary system directories, which is a common practice that ensures troubleshooting data is captured for analysis without impacting the main codebase.
Audit Metadata