Zeron is a part of Google for Startups AcceleratorLearn more →
Platform ZAK Agentsagentctl Company
Solutions
By industryBy role
Resources
Resources hubBlogCustomer storiesResearch
Contact
Agent Development Kit (ADK) · agentic security

The act layer of the control plane.

ZAK is Zeron's Agent Development Kit (ADK) for cybersecurity — where the control plane acts. Governed agents reason, decide and act on your stack, with every step written to a tamper-evident, SCF-mapped audit ledger.

Agents you can build
100%
Actions on the ledger
HITL
Approval where you want
live · hover the agents
Three primitives

Build, govern and prove every agent.

ZAK is built on three primitives — so security teams get autonomy without losing control or auditability.

Agent Builder
A visual workflow editor. Drag triggers, compose actions, and ship governed agents in minutes — no glue code.
Action Ledger
A tamper-evident, SCF-mapped audit trail. Every trigger, decision and action is provable after the fact.
Policy Studio
A DSL editor with version control and dry-run. Govern precisely what each agent is allowed to do.
Visual workflow editor

Drag triggers. Compose actions. Ship in minutes.

Every step an agent takes is written to the ledger — reason, decide, act, with a human in the loop wherever you want one.

zak/agents/vuln-remediation.flow Running
Triggers
Critical CVE detectedInterno · signal
Vendor risk spikeVendor Pulse · event
Compliance driftConformity · schedule
ZAK
ZAK · Auto-Remediation
reason · decide · act
Actions
Slack approvalHITL · #sec-ops
Patch endpointCrowdStrike API
Update ticketJira · SECOPS
Anatomy of a governed agent

A reasoning loop, wrapped in governance.

Every ZAK agent runs the same loop — observe, reason, decide, act, verify — but each step passes through a policy gate, optional human approval, and the ledger.

Policy gate Human-in-the-loop Guardrails
01
Observe
Subscribes to normalized OCSF events from the control plane.
02
Reason
Correlates context, enriches with EPSS/KEV and CVaR impact.
03
Decide
Evaluates the policy DSL; chooses an action or escalates.
04
Act
Calls the integration — patch, ticket, isolate, notify.
05
Verify
Confirms the outcome and recomputes the residual risk.
Every step appended to the tamper-evident Action Ledger
Policy Studio

Govern agents as code.

A declarative DSL defines exactly what an agent may do, when it needs approval, and what it can never touch — version-controlled and dry-run before it ships.

  • Conditions on severity, exposure and CVaR impact
  • Human-in-the-loop gates per action
  • Hard guardrails & blast-radius limits
  • Dry-run, version control, instant rollback
policies/auto-remediation.zplpolicy
agent "vuln-remediation" {
  on: finding.created
  when:
    severity >= high
    and asset.exposure == "internet"
    and cvar_delta > 500_000

  approve: slack("#sec-ops")   # HITL gate

  do:
    patch(asset, via="crowdstrike")
    ticket("jira", project="SECOPS")

  never: touch(tag="production-db")
  ledger: true
}
Ready for your stack

Six agents that ship with ZAK.

Pre-built, governed and ready to deploy — extend them or write your own in the Builder.

Conformity
Compliance Evidence
Auto-collects controls evidence for SOC 2, ISO 27001, RBI and SEBI CSCRF — refreshed live.
governed · ledger-logged
Interno
Vulnerability Triage
Scores, prioritizes and opens tickets for new CVEs against the live attack surface.
governed · ledger-logged
Vendor Pulse
Vendor Risk Watcher
Re-assesses third parties when posture changes; routes high-risk vendors to approvers.
governed · ledger-logged
Interno
Threat Hunting
Investigates anomalies, correlates across signals, returns a verdict with reasoning.
governed · ledger-logged
Conformity
Audit Companion
Answers auditor questions in natural language — sourced from ledger evidence with citations.
governed · ledger-logged
Cyber Navigator
CRQ Refresh
Updates CVaR and loss curves when telemetry changes. Boards always see today's number.
governed · ledger-logged
Action Ledger

Autonomy you can prove.

Every agent action — and the reasoning behind it — is written to a tamper-evident ledger and mapped to the Secure Controls Framework. When the auditor asks "who did what, and why?", the answer is one query away.

  • Tamper-evident, append-only audit trail
  • SCF-mapped to your control frameworks
  • Human-in-the-loop approvals where it matters
  • Dry-run and version control before anything ships
Action Ledgervuln-remediation · run #1438
09:14:02Trigger · critical CVE detected on edge-07#a3f1
09:14:03Reason · CVSS 9.8, internet-facing, +$640K CVaR#b7c2
09:14:05Decision · auto-patch eligible · await approval#c019
09:16:41HITL · approved by @security-lead · #sec-ops#d8e4
09:16:44Action · patch dispatched · CrowdStrike API#e55a
09:18:10Verify · CVE resolved · CVaR −$640K · Jira updated#f0b3
FAQ

Agentic security, answered.

What AI security agents are, how ZAK keeps them governed, and how you prove what they did.

What is an AI security agent?+

An AI security agent is an autonomous worker that observes your environment, reasons over it, decides on an action and executes it — for example triaging a CVE or collecting compliance evidence. ZAK agents do this inside policy guardrails, with every step logged.

How do you stop an AI agent from doing something dangerous?+

Every ZAK agent runs inside a declarative policy (Policy Studio) that defines what it may do, when it needs human approval, and what it can never touch. Actions pass through policy gates, with a human in the loop wherever you want one.

Can we prove what an agent did for an audit?+

Yes. Every action and the reasoning behind it is written to a tamper-evident Action Ledger, mapped to the Secure Controls Framework (SCF) — provable after the fact.

Can we build our own agents?+

Yes. ZAK ships with six governed agents and a visual Agent Builder to compose your own — drag triggers, compose actions and ship a governed agent in minutes.

Phase II

Put agents to work — under your control.

Join the early-access program and bring governed, auditable automation to your security operations.

Hello there!
Access the full technical paper detailing graph-based AI reasoning for cyber risk decisions.
Download the Whitepaper