# Xpectra Research: Autonomous Research Lab
**AI-native vulnerability research. Human-governed scope. Defender-focused outcomes.**
[Xpectra.ai](https://xpectra.ai) created the Autonomous Research Lab to study what long-horizon AI agents can accomplish when they investigate real, already-disclosed vulnerabilities from end to end.
The project uses offensive reconstruction as a research method and turns the result into knowledge defenders can inspect: laboratory artifacts, exploit mechanics, detection content, remediation guidance, incident-response material, evidence, and a durable record of how the AI research pipeline evolves.
> [!IMPORTANT]
> This repository covers vulnerabilities that have already been publicly disclosed and remediated by their vendors. It is not a zero-day discovery or disclosure program.
## Why this repository exists
A vulnerability advisory is the beginning of a defensive investigation, not the end. Autonomous Research Lab asks deeper operational questions:
- Can an AI-agent system sustain a complex security investigation over days?
- Can it construct and operate an isolated laboratory?
- Can it connect exploit mechanics to useful telemetry and defensive controls?
- Can it document both successful and failed work without losing provenance?
- How does that capability change as models, harnesses, and local hardware improve?
Each publication is both a security investigation and a time capsule. Earlier cases remain preserved so future systems can be compared with the methods, limitations, and outputs of the systems that came before them.
## Current research
| Case | Subject | Publication state |
|---|---|---|
| **001** | [CVE-2026-73570](CVE-2026-73570/README.md): Zimbra Collaboration Suite SNMP monitoring sink command injection | Preserved retrospective baseline |
| **002** | [CVE-2026-60004](CVE-2026-60004/README.md): Gitea diffpatch API Git hook code injection | Current research release |
| **003** | [CVE-2026-82078](CVE-2026-82078/README.md): PaperCut NG/MF authentication-bypass to unsafe-driver-loading chain | Current research release |
| **004** | [CVE-2026-85706](CVE-2026-85706/README.md): GitLab CE/EE unauthenticated path traversal in the repository commits API | Current research release |
| **005** | [CVE-2026-58138](CVE-2026-58138/README.md): Orkes Conductor unauthenticated RCE through GraalVM script evaluators | Current research release |
## How the research is produced
```mermaid
flowchart TB
A([Publicly disclosed
and vendor-remediated CVE])
B[Research objective
and authorized scope]
C[AI-agent planning
and task decomposition]
D[(Controlled
isolated laboratory)]
E[Offensive reconstruction
and evidence collection]
F[Detection engineering
remediation and response]
G{Human expert
review}
H([Preserved public
research record])
A --> B --> C --> D --> E --> F --> G
G -- Approved --> H
G -. Clarification or revision .-> C
class A,B scope
class C agent
class D lab
class E,F research
class G review
class H publish
classDef scope fill:#0F4C81,stroke:#38BDF8,color:#FFFFFF,stroke-width:2px
classDef agent fill:#5B21B6,stroke:#A78BFA,color:#FFFFFF,stroke-width:2px
classDef lab fill:#334155,stroke:#94A3B8,color:#FFFFFF,stroke-width:2px
classDef research fill:#065F46,stroke:#34D399,color:#FFFFFF,stroke-width:2px
classDef review fill:#9A3412,stroke:#FDBA74,color:#FFFFFF,stroke-width:2px
classDef publish fill:#155E75,stroke:#22D3EE,color:#FFFFFF,stroke-width:2px
linkStyle default stroke:#64748B,stroke-width:2px
```
Except for identified third-party material, the research artifacts, code, laboratory automation, documentation, editing, and media in this project are generated by AI agents operating through controlled harnesses.
**Miguel Zabala**, Founder of Xpectra.ai, defines the objectives, contributes offensive-security judgment, requests clarifications, controls scope, and approves publication. The execution and production pipeline itself is AI-native.
Each case identifies its models, artifacts, methodological limitations, and safety context inside its own README. Prompts and private reasoning traces are not published.
## Research infrastructure