Add VulnHawk - AI-powered security scanner action#761
Open
momenbasel wants to merge 1 commit intosdras:mainfrom
Open
Add VulnHawk - AI-powered security scanner action#761momenbasel wants to merge 1 commit intosdras:mainfrom
momenbasel wants to merge 1 commit intosdras:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds VulnHawk to the repository’s curated list of GitHub Actions under the Security section, expanding the set of available security scanning options.
Changes:
- Added a new Security list entry linking to the VulnHawk GitHub Action repository.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - [Snyk Test Action](https://github.com/snyk/actions) | ||
| - [Manage Your GitHub Actions Secrets With A Simple CLI](https://github.com/unfor19/githubsecrets) | ||
| - [SecretHub](https://github.com/secrethub/actions) - Have a single source of truth for your secrets and load them into GitHub Actions on demand. | ||
| - [VulnHawk](https://github.com/momenbasel/vulnhawk) - AI-powered code security scanner that detects business logic flaws, missing auth checks, and IDOR vulnerabilities beyond pattern matching. |
There was a problem hiding this comment.
Consider spelling out the acronym “IDOR” (e.g., “insecure direct object reference (IDOR)”) so readers unfamiliar with security terminology can understand the description without extra context.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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!