Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions data/tools/vulnhawk.yml
Original file line number Diff line number Diff line change
@@ -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: >-
Comment on lines +11 to +14
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.

homepage appears to be a required field for tool entries (the renderer’s Entry/ParsedEntry structs require it). This new tool file only sets source, so CI/rendering will likely fail to deserialize the YAML. Add a homepage: URL (can be the project website or reuse the GitHub repo URL if there isn’t a separate homepage).

Copilot uses AI. Check for mistakes.
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.
Loading