Skip to content

feat(code-scanning): add AI Agent ActionGate security starter workflow - #3418

Open
AAH20 wants to merge 1 commit into
actions:mainfrom
AAH20:feat/ai-agent-action-gate-workflow
Open

feat(code-scanning): add AI Agent ActionGate security starter workflow#3418
AAH20 wants to merge 1 commit into
actions:mainfrom
AAH20:feat/ai-agent-action-gate-workflow

Conversation

@AAH20

@AAH20 AAH20 commented Aug 17, 2026

Copy link
Copy Markdown

Summary

Adds the AI Agent ActionGate Security starter workflow and properties under code-scanning/ai-agent-action-gate.yml and code-scanning/properties/ai-agent-action-gate.properties.json.

Problem Solved

As developer and enterprise repositories deploy autonomous multi-agent systems and LLM integrations (LangChain, LangGraph, CrewAI, AutoGen, LlamaIndex), security teams require automated CI/CD checks to:

  1. Detect Un-Gated Agent Tool Calls (OWASP Top 10 for LLMs - LLM06): Enforcing static analysis on tool declarations and execution branches before merging to production.
  2. Verify Zero-Trust ActionBoundary Enforcement: Ensuring code complies with never_equate_intent_to_approval.
  3. Generate Audit Receipts for Step Summaries: Providing tamper-evident audit logs directly in GitHub PRs for SOC 2 Type II and ISO 42001 compliance reviews.

Files Added

  • code-scanning/ai-agent-action-gate.yml: Automated CI/CD security workflow for AI agent repositories.
  • code-scanning/properties/ai-agent-action-gate.properties.json: Catalog metadata for GitHub Actions starter workflow selector.

Testing & Validation

  • Verified YAML syntax and JSON properties schema against repository conventions.

Commercial & Ecosystem Context

Maintained by A2Z SOC for enterprise AI application security and automated governance.

Documentation & Instant Audits:

@AAH20
AAH20 requested a review from a team as a code owner August 17, 2026 18:06
Copilot AI lite review requested due to automatic review settings August 17, 2026 18:06
@AAH20
AAH20 requested review from a team as code owners August 17, 2026 18:06

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions github-actions Bot added the code-scanning Related to workflows that show on the Code Scanning setup page label Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-scanning Related to workflows that show on the Code Scanning setup page

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants