2,003 Downloads Updated 1 week ago
ollama run erukude/vulnerability-researcher:35b
Updated 1 week ago
1 week ago
3ccec71fd2c8 · 24GB ·
erukude/vulnerability-researcher:35b is a fine-tuned Qwen 3.5 35B model for conservative vulnerability finding review.
An expert vulnerability researcher model fine-tuned with a LoRA adapter to separate obvious non-issues from findings that need deeper review. It is evidence-driven, cautious by default, and returns valid JSON only.
dismissed - clearly safe, with specific code evidenceinconclusive - possible issue, but evidence is incompletevalidated - obvious textbook vulnerability with attacker control, reachability, dangerous sink, no guard, and plausible impactollama run erukude/vulnerability-researcher:35b
Review this finding.
Package: example-lib
Version: 1.2.3
Finding: ...
Source: ...
Sink: ...
Reachability: ...
Guards: ...
Impact: ...
Code evidence: ...
Returns JSON:
{
"verdict": "inconclusive",
"reason": "One to three concise sentences explaining the decision.",
"code_evidence": [
"Specific code fact used for the decision."
],
"evidence_gaps": [
"Missing fact needed to make a stronger decision."
],
"needs_human_review": true
}
qwen3.5:35b0.20.9520Created and maintained by Sai Teja Erukude.
Built for defensive security research and responsible vulnerability review. When evidence is weak or ambiguous, the model is designed to return inconclusive.