Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
GitHub Actions Hardening logo
Skill

GitHub Actions Hardening

Reviews workflow YAML for the ways CI specifically gets compromised.

0
SaveVisit website ↗

Install

gh skills install github/awesome-copilot github-actions-hardening
Triggers on

.github/workflows altına yeni bir dosya yazarken ya da mevcut birini gözden geçirirken; pull_request_target, workflow_run, issue_comment tetikleyicileri veya GITHUB_TOKEN izinleri söz konusuysa

Needs tools
ReadGrep
Author
Amir
License
MIT

The trust boundaries in a GitHub Actions workflow live in the YAML, not in the application code a language linter reads. This skill goes after that surface: expressions that paste an issue title or branch name into a shell before it runs, pull_request_target and workflow_run triggers that hand fork code a privileged token, actions bound to a mutable tag instead of a commit SHA, and GITHUB_TOKEN scopes wider than the job needs. Five reference files split the work into injection, triggers and privilege, permissions and tokens, supply chain, and the shape of the report.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar skills

Report this comment

Why are you reporting this?