Automatically monitor GitHub Actions workflows after git push operations. Tracks workflow progress and reports pass/fail results.
74
93%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.90). The SKILL.md workflow explicitly calls out fetching GitHub Actions data and logs via the `gh` CLI (e.g., `gh run list`, `gh run view ...`, `--log-failed`), which ingests user-generated/untrusted content from GitHub runs and logs that the agent reads and uses to determine status and next actions.
github.com
domain · 6 sites
The plugin explicitly uses the `gh` CLI to fetch GitHub Actions workflow run data and logs (gh run list, gh run view, gh run watch, gh run view --log-failed), which ingests user-generated/untrusted content from GitHub that the agent reads and acts upon.