harden-github-actions
Installation
SKILL.md
Resolving Zizmor Warnings in GitHub Actions
Overview
zizmor identifies security vulnerabilities in GitHub Actions workflows. This skill documents the decision guidelines for resolving each warning type: when to fix, how to fix, and when to suppress with an inline comment explaining why.
Core principle: Fix the vulnerability whenever possible. Suppress only when the fix would break required functionality, and always include a reason in the suppression comment.
Prerequisites
This work should be done on a branch in a git worktree. Before starting any work, verify you are in the worktree directory and on the correct branch:
pwd # should be the worktree path
git branch # should show the feature branch, not main
Related skills