Skip to main content
AIDiveForge AIDiveForge
Visit Z3r0

Get This Tool

License: MIT Any use incl. commercial
Local-run terms: Users may self-host and run the workbench for authorized purposes under the MIT license.

Share This Tool

Compare This Tool
📋 Embed this tool on your site

Copy this code to embed a compact tool card:

Z3r0

FreeOpen SourceAPISelf-HostedAgentic

Summary

Most red-team sessions die halfway through a long engagement — the model context rolls over, the thread is gone, and you're reconstructing what the recon agent found an hour ago from memory and scattered notes. Z3r0 is built around that failure.

Z3r0 is an open-source, self-hosted workbench where a coordinating agent (Z3r0/CSO) delegates to five specialist agents — code audit, recon, exploitation validation, reverse engineering, and cryptography — each scoped to a defined domain. Sessions run against a PostgreSQL-backed timeline log with replay, so long engagements survive interruptions and context window rollovers. WorkProject records tie every finding to authorized scope, targets, and sandbox bindings, which means the evidence chain stays intact when the model context doesn't. The wall appears when your engagement requires a specialist task not covered by the six fixed roles — there is no agent plugin system described in the docs, so teams extending scope are writing new agents from scratch.

Bottom line: Pick Z3r0 when you need auditable, resumable red-team sessions with a fixed specialist roster; reach for a more general agent framework when your scope demands roles or tool surfaces the six-agent model doesn't cover.

Community Performance Report Card

No community ratings yet. Be the first to rate this tool!

Best For: Security researchers conducting authorized assessments, Red teams needing auditable evidence chains, Operators requiring resumable long-running sessions, Teams using specialist AI agents for scoped tasks

Community Benchmarks Community

No community benchmarks yet. Be the first to share a real-world data point.

  • Timeline event log with replay so an engagement supervisor can reconstruct exactly what each specialist agent concluded, in sequence, after a context rollover or session interruption — without relying on model memory.
  • WorkProject evidence records bind every finding to authorized scope, sandbox assignment, and review state, so the audit trail that a client or legal review requires already exists as structured application data rather than reconstructed from chat history.
  • Coordinator-led specialist delegation means Fr4nk (exploitation validation) never runs outside its domain and L1ly (recon) stays in scope — reducing the drift that happens when a single generalist agent decides its own next action.
  • Self-hosted via open project with MIT license, so the tooling, findings, and session data never leave infrastructure you control — a hard requirement for most authorized engagements involving client environments.
  • Docker sandbox isolation at the execution layer means a misbehaving tool or a model-directed command doesn't escape to the host, which is the failure mode that gets red-team tooling pulled from production environments.
  • The specialist roster is fixed at six roles. When an engagement requires a domain outside code audit, recon, exploitation validation, reverse engineering, and cryptography — say, cloud IAM graph analysis or mobile traffic interception — there is no described plugin interface. Teams building that capability are writing a new agent from scratch and integrating it into the runtime, which means maintaining a fork.
  • Self-hosted PostgreSQL-backed infrastructure is the only deployment model the docs describe. Teams without the capacity to operate and maintain that stack — or whose clients prohibit self-managed tooling on engagement infrastructure — have no hosted fallback. Those teams switch to managed red-team platforms rather than absorb the operational overhead.
  • The architecture separates the runtime, drivers, and tool surface across multiple layers, which is appropriate for long engagements but adds setup complexity for a quick one-day assessment. Teams running short-scope engagements report the initialization overhead tips the time-to-first-finding comparison against lighter single-agent scripts.

Community Reviews

No reviews yet. Be the first to share your experience.

About

API Available
Yes
Self-Hosted
Yes
Last Updated
2026-06-11T06:27:38.304Z

Best For

Who it's for

  • Security researchers conducting authorized assessments
  • Red teams needing auditable evidence chains
  • Operators requiring resumable long-running sessions
  • Teams using specialist AI agents for scoped tasks

What it does well

  • Authorized penetration testing with multi-agent coordination
  • Vulnerability research and impact verification
  • Code auditing and dependency review
  • Asset reconnaissance and relationship mapping
  • Binary, firmware, and cryptography analysis

Discussion Community

No discussion yet. Sign in to start the conversation.

Spotted incorrect or missing data? Join our community of contributors.

Sign Up to Contribute

Community Notes & Tips Community

Be the first to contribute. General notes, observations, gotchas, and tips from people who use this tool day-to-day.

Frequently Asked Questions

Is Z3r0 free?
Yes — Z3r0 is fully free to use. There is no paid tier.
Is Z3r0 open source?
Yes. Z3r0 is open source.
Does Z3r0 have an API?
Yes. Z3r0 exposes a developer API. See the official documentation at https://z3r0.fans for details.
Can I self-host Z3r0?
Yes. Z3r0 supports self-hosting on your own infrastructure.

Hours Saved & ROI Stories Community

Be the first to contribute. Concrete time/cost savings, with context. e.g. "Cut my code review backlog from 4h to 45m per week."

Z3r0

Red-team work generates findings that live and die in chat threads — unstructured, untraceable, and gone the moment the session closes. Z3r0 addresses this by wrapping a coordinator-led multi-agent team inside a layered architecture: a React workbench as the operator interface, a FastAPI boundary, an agent runtime that manages session lifecycle and interrupt-driven task execution, Docker sandboxes isolating tool execution, and a PostgreSQL store that persists timeline events for replay and review. The coordinating agent (Z3r0, the CSO role) receives the authorized scope and decomposes work to five specialists — V3ra for code and dependency audit, L1ly for asset reconnaissance, Fr4nk for exploitation validation, J4m3 for binary and firmware reverse engineering, and Nu1L for cryptographic review.

The differentiating feature is the WorkProject evidence record layer. The vendor’s architecture describes agent output as structured application data — findings are bound to authorized scope, targets, ownership records, sandbox assignments, and review state — rather than left as raw model output in a chat log. The timeline event log enables replay, which means an engagement supervisor can walk back through what each agent concluded, in order, after the session ends or after a context compaction event.

Z3r0 fits authorized security research teams and red-team operators who need durable, auditable records and resumable sessions across long engagements. It fits less well — and teams report reaching for general-purpose agent frameworks instead — when the engagement scope falls outside the six fixed specialist domains, when the team needs to mount custom tools behind the runtime authorization layer, or when the organization requires a hosted deployment model rather than self-managed infrastructure.

The project is MIT-licensed with a self-hosted deployment path. The runtime uses an AgentSessionPool for session creation and resumption, runs non-blocking instance drivers, and normalizes SDK output into stable application events before writing frames to the timeline log. Docker sandboxes gate tool and model access at the execution layer, and notification obligations keep long-running work recoverable when background tasks are deferred.