Triage

A ranked list, not a raw dump

Findings arrive triaged and ordered by severity, as HTML and JSON reports, so the first hour goes on the real ones rather than on sorting the list.

Overview

Findings, triaged

Raw scanner output is a long list of maybes, and the work of separating a real weakness from a theoretical one usually falls on a team with no hours to spare. Argus Pentest uses the model for two narrow jobs — generating payloads and triaging what comes back — and reports findings ranked by severity, with HTML for a person to read and JSON for whatever you feed next.

What it does

Less sorting, more fixing

The model generates payloads and triages findings.

Model use is text in, text out — never vision.

Findings are reported by severity rather than as a flat list.

HTML reports for reading, JSON for pipelines and tickets.

A failure to authenticate is reported as such, not dressed up as a finding.

How it works

How a finding is reported

1The scanner probes the authenticated surface
2Model-generated payloads exercise candidate weaknesses
3Results are triaged and assigned a severity
4HTML and JSON reports are produced
FAQ

Common questions

Does the model decide what is a vulnerability?

It proposes and ranks. The severity list is triage output for a security engineer to act on, in the same spirit as the QA engine never filing a defect on its own authority.

Which scanner is underneath?

Deep Eye, an open-source engine driven only through its CLI contract — so it can be upgraded or replaced without changing the platform around it.

Can findings feed our tracker?

Yes. Every scan exports JSON alongside the HTML report.

Explore more

More of what Argus Pentest does

Get started

See an authenticated scan of your own application

Request a demo to watch a scan log in to an approved target and work the surface behind the sign-in form.