You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Highlights
Added contextforge actions-audit to inspect .github/workflows/* for GitHub Actions hardening issues.
Emits Markdown and SARIF so teams can attach release proof and upload findings to GitHub code scanning.
Flags missing or broad permissions, mutable action refs, risky pull_request_target usage, pwn-request checkout patterns, and direct interpolation of untrusted GitHub contexts in shell scripts.
Dogfooded the audit by pinning ContextForge workflows to full action SHAs and least-privilege permissions.