onecli/onecli
Open-source credential vault, give your AI agents access to services without exposing keys.
What's novel
Open-source credential vault, give your AI agents access to services without exposing keys.
Code Analysis
12 files read · 7 roundsA Rust-based MITM proxy gateway that intercepts AI agent HTTPS connections, decrypts injected secrets from a PostgreSQL database using AES-256-GCM, and transparently injects credentials into agent responses.
Strengths
Excellent architectural separation between the Rust gateway (performance-critical) and Next.js dashboard; well-chosen tech stack with proper streaming support for large payloads; clear security model with CA-based MITM and token-based auth; production-ready Docker setup with health checks.
Weaknesses
Core implementation logic is missing from the repository (module files don't exist), making it impossible to verify actual injection mechanics or policy evaluation; no visible test coverage; over-engineered for simple secret vault use cases.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
48
Contributors
2
Files
238
Active weeks
2
Repository
Language
TypeScript
Stars
638
Forks
23
License
Apache-2.0