Skip to main content
Run any Skill in Manus
with one click
$pwd:

check-github-workflow

// Audits a GitHub Actions workflow YAML file (or a directory under `.github/workflows/`) against 30 deterministic checks (top-level `name:`, permissions, timeouts, concurrency, SHA-pinning for every `uses:`, no `@main`/`@master`/floating refs, `pull_request_target` + PR checkout combo, template injection in `run:`, deprecated commands, secrets-in-top-env, fork-PR secret exposure, harden-runner first, persist-credentials, strict bash, actionlint, zizmor, yamllint, shellcheck on extracted `run:` content) plus seven judgment dimensions. Use when the user wants to "audit a github workflow", "check this workflow", "review my github actions", "is this workflow safe", "lint my workflow", or "run zizmor on this". Not for composite actions — different rubric.

$ git log --oneline --stat
stars:1
forks:0
updated:May 6, 2026 at 13:04
File Explorer
21 files
SKILL.md
readonly