gh-fix-ci
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The bundled script
scripts/inspect_pr_checks.pyexecutes standardgitandgh(GitHub CLI) commands using Python'ssubprocess.runto retrieve repository metadata and CI status. These calls use argument lists which prevent shell injection. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data from GitHub Actions logs, creating a potential surface for indirect prompt injection attacks.
- Ingestion points: The
fetch_check_logandfetch_run_logfunctions inscripts/inspect_pr_checks.pyretrieve raw log data from GitHub's servers. - Boundary markers: The extracted log snippets are printed directly to standard output and presented to the agent without specific delimiters or instructions to ignore embedded commands within the logs.
- Capability inventory: According to the
Workflowsection inSKILL.md, the agent is authorized to perform code changes and execute tests based on the analysis of these logs. - Sanitization: The script performs no filtering or sanitization of the log content before it is incorporated into the agent's context.
Audit Metadata