diff --git a/data/tools/vulnhawk.yml b/data/tools/vulnhawk.yml new file mode 100644 index 0000000000..7b0bc165ea --- /dev/null +++ b/data/tools/vulnhawk.yml @@ -0,0 +1,18 @@ +name: VulnHawk +categories: + - linter +tags: + - go + - javascript + - python + - security + - typescript +license: MIT +types: + - cli +source: 'https://github.com/momenbasel/vulnhawk' +description: >- + AI-powered code security scanner that uses LLMs to understand business logic + and detect vulnerabilities like missing auth checks, IDOR flaws, and logic bugs + that pattern-matching tools miss. Supports multiple LLM backends (Claude, OpenAI, Ollama) + and outputs JSON, SARIF, and Markdown. Available as CLI and GitHub Action.