From https://github.com/suchithnarayan/actions-guard-hub
ActionsGuardHub is a comprehensive, modular security analysis tool for GitHub Actions that provides AI-powered analysis for malicious GitHub Actions, vulnerability detection, detailed reporting, and an intuitive web dashboard for results visualization.
# Scan a single action
python actionsguardhub.py --input-type actions --input-value "actions/checkout@v4"
# Scan all actions in a repository
python actionsguardhub.py --input-type repositories --input-value "microsoft/vscode"
# Scan entire organization
python actionsguardhub.py --input-type organization --input-value "microsoft"
Presented at c0c0n 2025 by Suchith Narayan.