plugins/secure/skills/github-core-app-setup/SKILL.md
Configure organization-level GitHub Apps for secure cross-repository automation. Machine identity, audit trails, and enterprise-grade authentication.
npx skillsauth add adaptive-enforcement-lab/claude-skills github-core-app-setupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This guide describes the concept, setup, and configuration of a GitHub Core App for organization-level automation.
Required Access
To create a Core App, you need:
- Organization owner role
- Access to organization settings:
https://github.com/organizations/{ORG}/settings/apps
Planning Considerations
Before creating the app, determine:
- Permission scope - Which repository and organization permissions are needed
- Installation scope - All repositories or specific teams
- Token management - Where secrets will be stored (repository or organization level)
- Naming convention - Standard naming (e.g., "CORE App", "Automation Core")
See the full implementation guide in the source documentation.
| Aspect | Core App | Standard App | | -------- | ---------- | -------------- | | Scope | Organization-wide | Single repository or selected repos | | Purpose | Infrastructure automation | Feature-specific functionality | | Permissions | Broad, covers common operations | Narrow, task-specific | | Installation | All repositories | Selective repositories | | Ownership | Organization-level admin | Project or team | | Lifespan | Permanent infrastructure | Project lifecycle |
documentation
Workload Identity Federation implementation guide. GKE setup, IAM bindings, ServiceAccount configuration, migration from service account keys, and troubleshooting patterns.
development
Secure GitHub Actions trigger patterns for pull requests, forks, and reusable workflows. Preventing privilege escalation and code injection through trigger misconfiguration.
development
Structured framework for evaluating GitHub Actions security before adoption. Trust tiers, risk assessment checklist, and decision tree for action evaluation.
testing
Securely store GitHub App credentials across different environments. GitHub Actions secrets, external CI, Kubernetes, and automated rotation patterns.