Research
Vakttårn
A vulnerability-identification and solution model for scans that need resolution.
Overview
Vakttårn is the Vaktex model for end-to-end vulnerability work: find the issue, classify it, and return a suggested solution. It is the default choice when the output should be actionable inside a codebase rather than limited to a report.
Use Vakttårn when you want scan results that can feed interactive review, JSONL pipelines, or auto-apply workflows. Compared with Minisøk, Vakttårn does the extra work of producing solutions.
Benchmarks
| Benchmark | Identification | Solutions |
|---|---|---|
| Vaktex Vulnerability Detection | 69.16% | 76.82% |
| OWASP Java | 80.44% | 63.70% |
Capabilities
- Identifies likely vulnerabilities in application code
- Generates suggested solutions for supported findings
- Returns solution code in JSONL output when available
- Supports interactive review and non-interactive pipelines where solutions need to be inspected or applied
Limitations
Vakttårn suggestions should be reviewed like any security-sensitive code change. Generated solutions may need adaptation for project conventions, surrounding architecture, or tests that were not visible during the scan.
Solution scores vary by benchmark. On OWASP Java, Vakttårn leads identification in the listed results, while GPT-5.5 has the highest solution score. On the Vaktex Vulnerability Detection benchmark, Vakttårn leads both identification and solutions among the listed models.
Recommended Use
Choose Vakttårn when you want findings and solutions in one pass.
Choose Minisøk when you only need vulnerability identification and do not want generated solutions.