agentic-actions-auditor

Audit GitHub Actions workflows for AI prompt-injection and execution risks.

965|142|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/vigolium/vigolium --skill agentic-actions-auditor-vigolium
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-actions-auditor
Source: https://github.com/vigolium/vigolium/tree/main/platform/vigolium-audit/src/content/skills/agentic-actions-auditor
Command: npx skills add https://github.com/vigolium/vigolium --skill agentic-actions-auditor-vigolium

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you prevent prompt-injection and workflow exploitation risks in GitHub Actions that integrate agentic AI tooling, by statically auditing how untrusted inputs can reach AI prompts and execution paths.

Core Features & Use Cases

  • Workflow discovery and AI step identification: Finds AI agent action steps across .github/workflows and records where each AI integration is configured.
  • Cross-file context tracing (depth-1): Resolves local composite actions and reusable workflows one level deep to uncover hidden AI agent usage.
  • Attack vector detection for agent integrations: Detects high-risk patterns such as attacker-controlled event data injected into prompts (directly or via env), runtime gh-based content fetch instructions, pull_request_target + PR-head checkout, dangerous sandbox/approval configurations, and wildcard allowlists.
  • Actionable security reporting: Produces findings with severity, evidence snippets, data-flow traces, and remediation guidance aligned to supported action security profiles.

Quick Start

Use the agentic-actions-auditor skill to audit your repository’s .github/workflows for GitHub Actions that invoke AI coding agents and report prompt-injection and CI/CD security misconfigurations.

Frequently Asked Questions about agentic-actions-auditor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit GitHub Actions workflows for AI prompt injection vulnerabilities?

This Skill detects prompt injection vectors in GitHub Actions AI integrations by tracing untrusted event data into prompt fields via direct expression injection, environment variable intermediary flows, runtime gh content fetch instructions, and pull_request_target with PR-head checkout.

What security risks occur when untrusted inputs reach AI agents in CI/CD pipelines?

When untrusted inputs reach AI agents in CI/CD pipelines, risks include prompt injection via environment variables, direct expression injection, runtime content fetch instructions, and unsafe consumption of AI outputs that can compromise workflow execution and sandbox configurations.

How do I scan composite actions and reusable workflows for hidden AI agent usage?

This Skill resolves local composite actions and reusable workflows one level deep to uncover hidden AI agent usage, capturing structured evidence of data-flow traces and matching steps against supported action security profiles.

Does the auditor detect pull_request_target vulnerabilities with PR-head checkout?

Yes, the auditor detects pull_request_target vulnerabilities combined with PR-head checkout, along with error-log injection, subshell-expansion bypasses, and dangerous sandbox or wildcard allowlists that expose agentic AI workflows to exploitation.

Can I scan remote repositories for GitHub Actions workflow hardening misconfigurations?

Yes, you can scan repositories in local or remote mode to identify agentic AI security misconfigurations, generating structured reports with evidence snippets, data-flow traces, and vector-based remediation guidance for hardening your workflows.