github-actions-security-patterns-hub

Consolidate GitHub Actions security patterns for CI/CD workflows.

3|3|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/adaptive-enforcement-lab/claude-skills --skill github-actions-security-patterns-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-actions-security-patterns-hub
Source: https://github.com/adaptive-enforcement-lab/claude-skills/tree/main/plugins/secure/skills/github-actions-security-patterns-hub
Command: npx skills add https://github.com/adaptive-enforcement-lab/claude-skills --skill github-actions-security-patterns-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires actions/checkout, aws-actions/configure-aws-credentials, and includes scripts (resource) components.

What problem does it solve?

Consolidated, authoritative security patterns for GitHub Actions workflows, reducing fragmentation and guiding teams toward proven defenses.

Core Features & Use Cases

  • Action pinning, minimal permissions, OIDC federation, and runner hardening patterns for secure CI/CD.
  • Ready-to-use templates and code examples for production-grade workflows across private and public repositories.
  • Guidance for evaluating third-party actions, secret management, workflow triggers, and overall security posture.

Quick Start

Review the Action Pinning and Minimal Permissions templates and apply them to harden your workflows.

Frequently Asked Questions about github-actions-security-patterns-hub

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

FAQPage Schema
How do I secure GitHub Actions workflows with minimal permissions and action pinning?

To secure GitHub Actions workflows, you apply minimal permissions and action pinning patterns using ready-to-use templates. This hub consolidates these security patterns to harden CI/CD pipelines against unauthorized access and supply chain attacks.

What is the best way to manage secrets and OIDC federation in GitHub Actions CI/CD?

The best way to manage secrets and OIDC federation in GitHub Actions is by applying consolidated security patterns from this hub. It provides implementation guidance for configuring OIDC federation and secure secret management across private and public repositories.

How do I harden GitHub Actions runners and control workflow triggers for production?

You harden GitHub Actions runners and control workflow triggers by implementing proven security patterns from this hub. It offers reference material and code examples to restrict trigger controls and secure runner environments in production-grade workflows.

Can I use these GitHub Actions security patterns for both public and private repositories?

Yes, you can use these GitHub Actions security patterns for both public and private repositories. The hub provides ready-to-use templates and code examples designed to secure CI/CD workflows across different repository visibility levels.

How do I evaluate third-party actions to improve my DevSecOps security posture?

To evaluate third-party actions and improve your DevSecOps security posture, this hub provides guidance for assessing external actions. It consolidates reference material to help teams evaluate third-party actions and overall security posture within GitHub Actions.

Why does my GitHub Actions workflow need configure-aws-credentials and checkout dependencies?

Your GitHub Actions workflow needs configure-aws-credentials and checkout dependencies to implement secure CI/CD patterns. This hub utilizes these actions to demonstrate secure cloud authentication and repository access within its ready-to-use templates.