ci-local
Warn
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill translates
run:blocks from repository workflow files directly into shell commands. This allows for the execution of arbitrary code as defined in the project's configuration files. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection by processing untrusted instructions within GitHub Action YAML files.
- Ingestion points: Phase 1 reads workflow files from the
.github/workflows/directory. - Boundary markers: The instructions lack explicit boundary markers or warnings to ignore instructions embedded in the workflow YAML.
- Capability inventory: Uses the
BashandTasktools to execute commands on the host system. - Sanitization: No validation or sanitization of the extracted command strings is performed prior to execution.
- [DATA_EXFILTRATION]: The skill is instructed to access and parse local
.envfiles to check for keys matching secrets defined in the workflow. This represents automated access to sensitive local environment configurations.
Audit Metadata