agentic-actions-auditor

Audit GitHub Actions workflows for AI agent security vulnerabilities.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/rauly-1408/order-saas --skill agentic-actions-auditor-rauly-1408
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-actions-auditor
Source: https://github.com/rauly-1408/order-saas/tree/main/.claude/skills/agentic-actions-auditor
Command: npx skills add https://github.com/rauly-1408/order-saas --skill agentic-actions-auditor-rauly-1408

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps security teams identify vulnerabilities in GitHub Actions workflows where AI coding agents may be exposed to attacker-controlled inputs, unsafe permissions, or insecure execution configurations.

Core Features & Use Cases

  • AI Agent Workflow Auditing: Analyze GitHub Actions pipelines that invoke Claude Code Action, Gemini CLI, OpenAI Codex, or GitHub AI Inference for security weaknesses.
  • Prompt Injection Detection: Trace untrusted data flows through environment variables, event payloads, prompts, and workflow configuration to find agentic attack paths.
  • Security Configuration Review: Evaluate sandbox settings, tool permissions, user allowlists, triggers, and repository access patterns for risky configurations.

Quick Start

Use the agentic-actions-auditor skill to review the GitHub Actions workflows in this repository for AI agent security vulnerabilities.

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?

To audit GitHub Actions workflows for AI agent security vulnerabilities, you need static workflow inspection, data flow tracing, and trigger analysis to identify insecure execution configurations and agentic attack vectors.

What is prompt injection risk in CI/CD pipelines using AI coding agents?

Prompt injection risk in CI/CD pipelines occurs when AI coding agents receive attacker-controlled input through environment variables, event payloads, or prompts, creating agentic attack paths that compromise workflow execution.

How do I detect untrusted data flows in GitHub Actions workflows using Claude Code Action or Gemini CLI?

Detecting untrusted data flows in workflows using Claude Code Action or Gemini CLI requires tracing attacker-controlled inputs through environment variables, event payloads, and workflow configuration to find agentic attack paths.

Can I review workflow permissions and sandbox settings for OpenAI Codex and GitHub AI Inference?

You can review workflow permissions and sandbox settings for OpenAI Codex and GitHub AI Inference by evaluating tool permissions, user allowlists, triggers, and repository access patterns for risky security configurations.

What are the limitations of static workflow inspection for AI agent CI/CD security review?

Static workflow inspection for AI agent CI/CD security review is limited to analyzing configuration files, trigger conditions, and permission scopes without executing the pipeline to detect runtime prompt injection or dynamic data flow exploits.

Does agentic-actions-auditor support security configuration evaluation for GitHub Actions triggers?

Agentic-actions-auditor supports security configuration evaluation for GitHub Actions triggers by performing static workflow inspection to analyze risky repository access patterns and unsafe execution configurations.