zizmorcore/zizmor

Static analysis for GitHub Actions

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 17 minutes ago
Added to GitGenius on September 10th, 2026
Created on August 19th, 2024
Open Issues & Pull Requests: 161 (+0)
GitHub issues: Enabled
Number of forks: 248
Total Stargazers: 6,483 (+1)
Total Subscribers: 15 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 137
New in 7 days: 11
Closed in 7 days: 10
Avg open age: 286 days
Stale 30+ days: 105
Stale 90+ days: 81

Recent activity

Opened in 7 days: 9
Closed in 7 days: 9
Comments in 7 days: 9
Events in 7 days: 31

Top labels

  • enhancement (253)
  • bug (211)
  • new-audit (56)
  • triage (47)
  • cli (36)
  • wolfi-zizmor-bump (32)
  • duplicate (29)
  • false-positive (29)

Detailed Description

Zizmor is a static analysis tool for CI/CD systems that scans GitHub Actions workflows, Dependabot configurations, and pre-commit setups for security vulnerabilities.

The tool addresses security risks in CI/CD pipelines by identifying template injection vulnerabilities that can lead to attacker-controlled code execution, accidental credential persistence and leakage, excessive permission scopes granted to runners, impostor commits, and confusable git references. It performs static analysis on workflow files to detect these issues without executing the workflows themselves.

Teams managing GitHub Actions workflows should adopt this tool if they want automated security scanning integrated into their development process. It suits projects of any size that use GitHub Actions as their primary CI/CD platform, particularly those handling sensitive credentials or requiring strict permission controls. The tool can both identify and fix security issues, making it useful for both auditing existing workflows and preventing new vulnerabilities.

The project maintains active development with regular updates addressing new security patterns and edge cases in CI/CD configurations. The codebase receives consistent refinement and expansion of detection capabilities. Documentation is comprehensive and kept current with usage recipes and detailed guidance. The project has established community contribution processes through a formal contributing guide.