| Version | Supported |
|---|---|
| 0.11.x | ✅ |
| 0.10.x | ✅ |
| < 0.10 | ❌ |
KDNA CLI is the runtime control plane for domain judgment. The primary security surface is signature verification, identity key management, and registry trust.
If you discover a security vulnerability:
- Do not open a public issue.
- Report by email to security@aikdna.com or via GitHub private vulnerability reporting.
- Include: affected version, steps to reproduce, potential impact.
We will acknowledge within 5 business days and provide a timeline for a fix.
kdna verify --trust: Ed25519 signature verificationkdna identity init/export/import: key generation and backup encryptionkdna install: registry trust chain and SHA-256 verificationkdna publish: signing and key material handling
- Domain content files (KDNA_*.json) — these are user-authored judgment assets
- Network-level attacks (man-in-the-middle on registry fetch) — use HTTPS
- Local filesystem access — CLI runs with user privileges
KDNA CLI publishes to npm as @aikdna/kdna-cli. Builds are reproducible
from source. Dependencies are pinned in package-lock.json.