Bunbox logoBunbox
Security-first CLI and MCP runtime
Bunbox (@bunboxnode/bunbx)

Secure softwarefor AI agents.

Bunbox is a next-generation package manager and Model Context Protocol runtime built for autonomous coding assistants. It combines DID-based provenance, capability auditing, and sandboxed installs in one CLI.

Designed to replace implicit trust with cryptographic verification.

Install Bunbox
bun install -g @bunboxnode/bunbx
$bunbx search file-reader --online
$bunbx inspect web-searcher@1.0.0
bunbx install file-reader --plan
$ bunbx install file-reader --json
ZERO TRUST PACKAGE PIPELINE
DID IdentitiesCapability AuditsWitness LedgerUCAN DelegationsMCP ToolsSandboxed Installs

Package consumption

Search verified packages, inspect signatures and digests, and install only after the capability audit passes.

Why Bunbox exists

Traditional package managers assume a human is watching. Bunbox is built for AI agents that need explicit provenance, least-privilege execution, and transparent auditing.

Bunbox

Cryptographic trust

Every release is tied to a DID, a signed payload, and an immutable witness checkpoint.

Static audit

Least privilege enforced

Packages are blocked when they use network, filesystem, command, or eval capabilities without declaration.