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
26 changes: 26 additions & 0 deletions data/tools/kuzushi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: kuzushi
categories:
- linter
tags:
- c
- cpp
- go
- java
- javascript
- php
- python
- ruby
- security
- typescript
license: MIT
types:
- cli
source: 'https://github.com/allsmog/kuzushi-security-plugin'
homepage: 'https://github.com/allsmog/kuzushi-security-plugin'
description: >-
A local-first security-review pipeline that runs inside Claude Code. It hunts
source-to-sink vulnerabilities across a repository, then advances each finding
through a proof ladder: it reconstructs the exploit, proves it in a
network-denied sandbox, and validates the patch against that exploit. It also
benchmarks its own recall against planted bugs, so it reports what it missed.
Static-first with sandboxed dynamic proof; SARIF output for CI.
Loading