7 ms·
Have you tried raptor? (https://github.com/gadievron/raptor https://github.com/gadievron/raptor)
by alainrk 7mo ago
Have you tried raptor? (https://github.com/gadievron/raptor https://github.com/gadievron/raptor)
- AMARCOVECCHIO99 7mo agoHaven't used it but just checked it out — interesting project. Different goals though. Raptor configures Claude Code as a security agent for active pentesting and adversarial research. It's an LLM doing dynamic security analysis. Prodlint is the opposite direction with deterministic static analysis, no LLM in the loop. 52 rules that check for the structural patterns AI coding tools consistently get wrong (leaked secrets, missing rate limiting, hallucinated imports, etc.). Same result every time, under 100ms, works offline.