actionlint
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface by reading and processing the content of GitHub Actions workflow files during the linting process.
- Ingestion points: Content of staged files located in
.github/workflows/(SKILL.md). - Boundary markers: The skill does not define specific delimiters or instructions to ignore embedded commands within the ingested workflow files.
- Capability inventory: Executes shell commands via
gitand theactionlintbinary (SKILL.md). - Sanitization: No explicit sanitization or filtering is performed on the workflow content before it is passed to the linter or reported to the agent.
- [COMMAND_EXECUTION]: Executes shell commands including
git diff,git rev-parse, andactionlintto identify staged changes and perform syntax validation. - [EXTERNAL_DOWNLOADS]: References and suggests the installation of the
actionlintbinary and thepre-commitframework. It correctly directs the agent to use themisetool manager and official GitHub sources, explicitly advising against insecure installation practices likecurl | bash.
Audit Metadata