Skip to content

Add VulnHawk to Vulnerability Scanners#93

Open
momenbasel wants to merge 2 commits intovavkamil:mainfrom
momenbasel:add-keyfinder
Open

Add VulnHawk to Vulnerability Scanners#93
momenbasel wants to merge 2 commits intovavkamil:mainfrom
momenbasel:add-keyfinder

Conversation

@momenbasel
Copy link
Copy Markdown
Contributor

Summary

  • Adds VulnHawk to the Vulnerability Scanners section
  • VulnHawk is an AI-powered code security scanner (Python, MIT license) that detects business logic vulnerabilities - missing auth checks, IDOR, logic bugs - that traditional SAST tools like Semgrep and CodeQL miss
  • Supports Python, JavaScript/TypeScript, and Go with both CLI and GitHub Action integration

AI-powered code security scanner that detects business logic
vulnerabilities (missing auth checks, IDOR, logic bugs) that
traditional SAST tools like Semgrep and CodeQL miss.
Supports Python, JS/TS, and Go with CLI and GitHub Action.
keyFinder is a Chrome extension (MIT, 556 stars) that passively scans
every page for leaked API keys, tokens, and secrets using 80+ detection
patterns and Shannon entropy across 10 attack surfaces. Zero deps,
Manifest V3.

https://github.com/momenbasel/keyFinder
Copilot AI review requested due to automatic review settings April 8, 2026 21:58
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the README’s security tooling lists to include additional scanners/extensions, expanding the catalog of vulnerability and secret-detection tools.

Changes:

  • Add keyFinder to the Secrets section.
  • Add VulnHawk to the Vulnerability Scanners section.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines 452 to 456
- [SecretFinder](https://github.com/m4ll0k/SecretFinder) - A python script for finding sensitive data (apikeys, accesstoken,jwt,..) and search anything on javascript files.
- [js-snitch](https://github.com/vavkamil/js-snitch) - Scans remote JavaScript files with Trufflehog + Semgrep to detect leaked secrets.
- [keyhacks](https://github.com/streaak/keyhacks) - KeyHacks shows methods to validate different API keys found on a Bug Bounty Program or a pentest.
- [keyFinder](https://github.com/momenbasel/keyFinder) - A Chrome extension that passively scans web pages for API keys, tokens, and secrets using 80+ regex patterns and Shannon entropy analysis across 10 attack surfaces.

Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title/description says this change adds VulnHawk, but this diff also adds keyFinder to the Secrets section. Please either update the PR description/title to reflect both additions, or move the keyFinder entry into a separate PR to keep scope and review intent aligned.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants