ZAK — Zeron Agentic Kit, open-source ADK for building autonomous cybersecurity agents. Build, deploy, and govern autonomous cybersecurity agents.
Project description
ZAK is an open-source Agent Development Kit for building, deploying, and governing autonomous cybersecurity agents.
Quick Start
pip install zin-adk
# Scaffold a new agent
zak init --name "My Risk Agent" --domain risk_quant --out ./agents
# Implement agents/my_risk_agent.py → execute()
# Validate
zak validate agents/my-risk-agent.yaml
# Run
zak run agents/my-risk-agent.yaml --tenant acme
Built-in Agents
| Domain | Description |
|---|---|
risk_quant |
FAIR-inspired risk scoring for all assets |
vuln_triage |
Prioritize CVEs by severity, criticality, and exploitability |
appsec |
SAST, SCA, secrets detection, and dependency scanning |
generic |
DSL-only custom agent executor |
Key Features
- US-ADSL — Declarative YAML schema for agent definitions
- Policy Engine — 6 runtime guardrails enforced on every tool call
- Tool Substrate —
@zak_tooldecorator for safe, audited tool execution - SIF Graph — Security Intelligence Fabric for shared knowledge persistence
- Multi-tenant — Namespace isolation per tenant
- LLM Modes — ReAct reasoning with OpenAI, Anthropic, Google, or local Ollama
Installation Options
pip install zin-adk # Core + CLI
pip install "zin-adk[llm]" # + LLM providers (OpenAI, Anthropic, Google)
pip install "zin-adk[graph]" # + Memgraph/Neo4j graph backend
pip install "zin-adk[dev]" # + Dev tools (pytest, ruff, mypy)
CLI Commands
| Command | Description |
|---|---|
zak init |
Scaffold a new agent (YAML + Python) |
zak validate |
Validate a YAML agent definition |
zak run |
Execute an agent in a tenant context |
zak agents |
List registered agents |
zak info |
Show platform info |
Architecture
┌─────────────────────────────────────────────────┐
│ Your Agent (BaseAgent) │
│ define: execute() + @zak_tool │
└─────────────────────┬───────────────────────────┘
│ calls ToolExecutor.call()
┌─────────────────────▼───────────────────────────┐
│ ZAK Core Layer │
│ PolicyEngine │ AuditLogger │ AgentExecutor │
└─────────────────────┬───────────────────────────┘
│ reads/writes
┌─────────────────────▼───────────────────────────┐
│ Security Intelligence Fabric (SIF) │
│ Asset │ Vulnerability │ Risk │ Vendor │
└─────────────────────────────────────────────────┘
Enterprise Edition
Need more? The ZAK Enterprise Edition adds 19 additional agents:
AI Security, API Security, Attack Surface, Cloud Posture, Compliance, Container Security, Cyber Insurance, Data Privacy, IaC Security, IAM Drift, Identity Risk, Incident Response, Malware Analysis, Network Security, Pentest Automation, Red Team, Supply Chain, Threat Detection, Threat Intel
Plus: REST API server, platform dashboard, user management, and integrations.
Learn more at zeron.one
Documentation
Full docs: securezeron.github.io/zeron-agent-development-kit
Contributing
See CONTRIBUTING.md.
License
Apache 2.0 — see LICENSE.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zin_adk-0.1.4.tar.gz.
File metadata
- Download URL: zin_adk-0.1.4.tar.gz
- Upload date:
- Size: 55.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc1498c0d4965113d0369a762af7c6236460cabb2685e01d879c7c43403eee6b
|
|
| MD5 |
75de4b59b500d9ce2f662aff2bf59275
|
|
| BLAKE2b-256 |
97423cf99d11532ab925f61773f790625490a594a5a8dc9c7baeb7948ecdf6b0
|
File details
Details for the file zin_adk-0.1.4-py3-none-any.whl.
File metadata
- Download URL: zin_adk-0.1.4-py3-none-any.whl
- Upload date:
- Size: 69.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf75ff9c2d8447e31447ad55bba81735272e7fcb443f29d5da75a55c08c12725
|
|
| MD5 |
6e7f75739e6cc85ba49da47a2e0354f1
|
|
| BLAKE2b-256 |
528c65e50d9d06b883d9d66fd4e69738e7c57c448502211784c66467b30c6f06
|