mirror of
https://github.com/sdras/awesome-actions.git
synced 2026-07-17 03:52:32 -05:00
[PR #761] Add VulnHawk - AI-powered security scanner action #4899
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sdras/awesome-actions/pull/761
Author: @momenbasel
Created: 4/10/2026
Status: 🔄 Open
Base:
main← Head:add-vulnhawk-security-scanner📝 Commits (1)
c989c20Add VulnHawk - AI-powered security scanner action📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Hey! I'd like to add VulnHawk to the list. It's an AI-powered code security scanner I built that works as a GitHub Action.
What makes it different from Semgrep/CodeQL actions is that it uses AI to understand business logic - so it catches things like missing auth checks on one endpoint when 12 others have them, IDOR flaws, and logic bugs that pattern matching can't express.
Key highlights:
GitHub: https://github.com/momenbasel/vulnhawk
Marketplace: https://github.com/marketplace/actions/vulnhawk-security-scan
Thanks for maintaining this list!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.