diff --git a/data/tools/vulnhawk.yml b/data/tools/vulnhawk.yml new file mode 100644 index 000000000..ed5a9a9ed --- /dev/null +++ b/data/tools/vulnhawk.yml @@ -0,0 +1,23 @@ +name: VulnHawk +categories: + - linter +tags: + - go + - java + - javascript + - php + - python + - ruby + - security + - typescript +license: MIT +types: + - cli +source: 'https://github.com/momenbasel/vulnhawk' +homepage: 'https://github.com/momenbasel/vulnhawk' +description: >- + AI-powered static analysis tool that uses LLMs to understand business logic + and detect security vulnerabilities like missing auth checks, IDOR flaws, + and logic bugs that pattern-matching SAST tools miss. Supports multiple LLM + backends (Claude, OpenAI, Ollama for local scanning) and outputs SARIF, JSON, + and Markdown. Available as CLI via PyPI and as a GitHub Action.