|
HASP
Source-available with FCL-1.0-ALv2
|
Keeps local project secrets in an encrypted vault and releases them through scoped broker runs.
Treats the repo as part of the risk: bindings, leak checks, redaction, and audited grants live in the same flow.
Fails closed by default. Backup passphrases scrub on lock, MCP regressions block releases, and managed values stay out of agent output.
|
No hosted team dashboard or central identity layer in V1.
No HTTP/WebSocket gateway, provider catalog, or AI spend controls yet.
No declarative policy engine for distributing approvals across many users or services.
|
|
Kontext CLI
MIT
|
Smoother first-run onboarding for centrally managed teams
Stronger hosted identity and org attribution story
|
Claude stays the first-class agent. The deterministic policy engine now runs on-host, but identity and dashboards still live in the backend
Resolved secrets enter the agent process environment, and repo leak blocking is not the main product
|
|
OneCLI
Apache-2.0
|
Faster self-serve onboarding with a full dashboard and bundled local stack
WebSocket proxy support and a generic body transform pattern extend coverage to streaming agent-tool flows
|
The model centers on HTTP and WebSocket gateway traffic, so local command and file-secret workflows stay outside the happy path
It needs a web/database control plane. That is useful for teams, heavier for a solo local repo
|
|
fnox
MIT
|
A github-oauth device-flow lease backend mints short-lived user-attributed tokens with no app private key, on top of an already broad provider catalog
The `fnox-core` crate split makes fnox usable as a library for other tools without dragging the CLI/TUI/MCP surface
|
The default developer path materializes secrets into env vars or shell state, even after POSIX-safe shell hardening
The MCP surface can return raw secret values, and the repo scanner is still a placeholder
|
|
Infisical Agent Vault
MIT Expat for non-ee code; enterprise features reserved for ee/ Infisical license
|
MITM-only ingress with WebSocket transparency tightens the network coverage story
The `run` agent mode gives Agent Vault a real path for unattended and containerized deploys
|
v0.15 flipped the default to passthrough for unmatched hosts. Adoption is smoother, fail-closed posture is weaker
It is strongest for HTTP/WebSocket. Repo leak prevention and non-HTTP command/file delivery are weaker
|
|
Tailscale Aperture
Proprietary managed service
|
Much stronger hosted identity, attribution, and centralized AI usage reporting
Full request/response capture, tool-use logging, and SIEM/S3 export
|
It is a managed beta tied to Tailscale identity and network assumptions
It does not give you a local vault, offline workflow, or repo leak guardrails
|
|
Agent Cookie
MIT
|
Much stronger browser and CLI session continuity for a second Mac or headless agent machine
MIT license and public Go implementation
|
It makes existing sessions available on an agent Mac, so compatibility can mean cookies, sidecars, env files, or adapter blobs
It does not give you a local vault, repo leak guardrails, or explicit per-use grants
|
|
Docker Secrets Engine
Apache-2.0
|
Cleaner value-free pointer UX through `se://` references in Docker, Compose, and env-wrapper workflows
Broader provider and plugin architecture with public Go SDKs
|
The resolver path returns plaintext bytes to clients, and `docker pass run` materializes values into child-process env
`se://` references improve Docker and Compose config hygiene, but they are not per-use grants or repo leak guardrails
|