agentic-actions-auditor

Audit GitHub Actions workflows for AI agent security vulnerabilities and attack vectors.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/z1439527767/claude-config --skill agentic-actions-auditor-z1439527767
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-actions-auditor
Source: https://github.com/z1439527767/claude-config/tree/main/skills/imported/agentic-actions-auditor
Command: npx skills add https://github.com/z1439527767/claude-config --skill agentic-actions-auditor-z1439527767

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps security teams identify vulnerabilities in GitHub Actions workflows where attacker-controlled inputs can reach AI coding agents and create CI/CD security risks.

Core Features & Use Cases

  • AI Agent Workflow Auditing: Analyze GitHub Actions configurations that invoke Claude Code Action, Gemini CLI, OpenAI Claude, or GitHub AI Inference.
  • Attack Vector Detection: Trace data flows and identify prompt injection paths, unsafe permissions, exposed triggers, and dangerous agent configurations.
  • Use Case: Review a repository's CI/CD workflows to determine whether external pull requests, issue content, or environment variables can influence AI agents running with elevated access.

Quick Start

Ask the agentic actions auditor skill to scan my GitHub Actions workflows for AI agent security vulnerabilities and provide a structured findings report.

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 agent security vulnerabilities?

Auditing GitHub Actions workflows for AI agent security vulnerabilities involves static analysis of workflow files to trace attacker-controlled inputs. This process detects prompt injection paths, unsafe permissions, and dangerous agent configurations to provide actionable remediation guidance.

What CI/CD security risks exist when integrating AI coding agents into GitHub Actions?

CI/CD security risks in AI coding agent integrations occur when external pull requests, issue content, or environment variables reach AI agents with elevated access. Attackers can exploit these data flows to execute prompt injection and manipulate CI/CD pipelines.

Can I scan for prompt injection attack vectors in Claude Code Action or Gemini CLI workflows?

Yes, you can scan Claude Code Action, Gemini CLI, OpenAI Claude, and GitHub AI Inference workflows. The analysis performs cross-file resolution to identify exposed triggers and trace prompt injection paths from attacker-controlled inputs to AI agents.

How do external pull requests compromise AI agents running with elevated access in CI/CD?

External pull requests compromise AI agents by injecting malicious content into issue text or environment variables that reach the agent during execution. This attacker-controlled input triggers prompt injection, forcing the agent to execute unauthorized actions with its elevated permissions.

Does this workflow audit require static analysis of cross-file dependencies in GitHub Actions configurations?

Yes, this workflow audit requires static analysis of workflow files and cross-file resolution. Capturing the full security context is necessary to accurately trace unsafe permissions and attacker-controlled input flows across the entire CI/CD pipeline configuration.

When should I review repository workflow configurations for unsafe AI agent permissions?

You should review repository workflow configurations for unsafe AI agent permissions whenever you integrate AI tools like Claude Code Action or Gemini CLI into CI/CD pipelines, especially if these workflows process external pull requests or untrusted environment variables.