agentic-actions-auditor

Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches. AI agents running in CI/CD pipelines.

Content Preview
---
name: agentic-actions-auditor
description: >
  Audits GitHub Actions workflows for security
  vulnerabilities in AI agent integrations 
  including Claude Code Action, 
  Gemini CLI, OpenAI Codex, and GitHub AI 
  Inference. 
  Detects attack vectors where attacker-controlled 
  input reaches.
  AI agents running in CI/CD pipelines.
risk: safe
source: community
date_added: 2026-03-18
---

# Agentic Actions Auditor

Static security analysis guidance for GitHub Actions workflows that invoke AI
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/agentic-actions-auditor.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/agentic-actions-auditor/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/agentic-actions-auditor/SKILL.md

Related Skills