Vulnix

Introduction

What Vulnix is, and how an autonomous pentest actually runs.

Vulnix is an agentic AI-pentesting platform. You connect a target — a live web/API asset or a source repository — and an autonomous security-testing agent runs against it inside an isolated sandbox, producing verified findings, a live agent trace, and an exportable report. The same engine also runs as an automated reviewer on your GitHub pull requests.

Vulnix is the product and orchestration layer around that engine: organizations, scoping, run lifecycle, findings triage, and reporting. The agent itself does the actual testing; Vulnix is what makes that testing safe to run repeatedly, easy to scope, and useful to act on afterward.

Product overview — a run in progress

The two ways to test

What a run produces

  • Findings — each with severity, a CWE/CVE where applicable, reproduction evidence, and (for whitebox findings) an exact code location.
  • An agent trace — a live, then permanent, record of what the agent actually did: the sub-agents it spawned, the tools it called, and why.
  • A report — exportable as PDF, DOCX, JSON, or SARIF (the last one built for feeding straight into a CI pipeline).

Where to go next

On this page