Skip to content

Commit 6819c63

Browse files
committed
fix: add missing homepage field to vulnhawk.yml
1 parent cf9a539 commit 6819c63

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

data/tools/vulnhawk.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,21 @@ categories:
33
- linter
44
tags:
55
- go
6+
- java
67
- javascript
8+
- php
79
- python
10+
- ruby
811
- security
912
- typescript
1013
license: MIT
1114
types:
1215
- cli
1316
source: 'https://github.com/momenbasel/vulnhawk'
17+
homepage: 'https://github.com/momenbasel/vulnhawk'
1418
description: >-
15-
AI-powered code security scanner that uses LLMs to understand business logic
16-
and detect vulnerabilities like missing auth checks, IDOR flaws, and logic bugs
17-
that pattern-matching tools miss. Supports multiple LLM backends (Claude, OpenAI, Ollama)
18-
and outputs JSON, SARIF, and Markdown. Available as CLI and GitHub Action.
19+
AI-powered static analysis tool that uses LLMs to understand business logic
20+
and detect security vulnerabilities like missing auth checks, IDOR flaws,
21+
and logic bugs that pattern-matching SAST tools miss. Supports multiple LLM
22+
backends (Claude, OpenAI, Ollama for local scanning) and outputs SARIF, JSON,
23+
and Markdown. Available as CLI via PyPI and as a GitHub Action.

0 commit comments

Comments
 (0)