actionlint
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted GitHub Action workflow files which could contain malicious instructions designed to mislead the agent during the validation process (Indirect Prompt Injection).
- Ingestion points: Reads content from
.github/workflows/*.ymlfor validation. - Boundary markers: No delimiters or ignore instructions are used when reading or processing the workflow files.
- Capability inventory: The skill executes shell commands via
actionlintand reports results back to the agent context. - Sanitization: There is no sanitization or escaping of the workflow content before it is processed or reported.
- [EXTERNAL_DOWNLOADS]: The skill downloads the
actionlintbinary from GitHub's official repository via the releases API (api.github.com/repos/rhysd/actionlint/releases/latest). This is a well-known service and the source is appropriate for the skill's purpose. - [COMMAND_EXECUTION]: The skill performs system-level modifications by attempting to install the
actionlintbinary into/usr/local/binusingtarandcurlcommands. While standard for tool installation, this modifies the system environment.
Audit Metadata