FAQ
Answers to the objections developers and buyers ask first.
Vibe Vault starts narrow on purpose: credentials, agent access, local approval,
provider sync, and audit evidence for AI coding.
How is this different from 1Password?
1Password is a strong human vault. Vibe Vault is the local credential runtime for AI coding: repo scanning, agent setup, command injection, provider sync, and per-agent audit.
Why not keep using .env files?
.env is convenient until files drift, get copied, or reach git. Vibe Vault keeps the source of truth outside the repo and injects values only when needed.
Can Cursor or Claude see every secret?
No. Agents request values through the configured workflow. They receive the values you allow for the current project or command, not unrestricted vault access.
Can an agent print or leak a credential?
After an approved process receives a secret, Vibe Vault cannot control everything that process does with it. The product reduces exposure, scopes access, and records the read so misuse is visible.
Can my employer see my keys?
Solo secrets are local to your Mac. Team licensing covers seats and support; it does not move your vault into a LunaOS cloud account.
What happens if my Mac dies?
The current product is local-first. You should keep provider recovery paths and rotate credentials when a machine is lost. Shared vault and relay workflows are on the roadmap for larger teams.
How do audits work?
Reads are recorded with secret name, action, project context, agent or process, and timestamp so you can review what happened after an AI session.
Can secret values appear in logs?
Audit events are for access metadata, not raw values. Shell commands and third-party tools can still log values if you print or pass secrets to them unsafely.
What data leaves my Mac?
Solo vault data stays local. Data leaves the machine only through actions you initiate, such as provider sync, downloads, checkout, or support email.
Can local malware read my secrets?
No local secret manager can defend against complete device compromise. Vibe Vault relies on macOS Keychain, local approval, and reduced copy-paste exposure; it is not an anti-malware boundary.
Where do secrets live?
Secrets are encrypted locally. The vault ciphertext lives on disk and the master key is held in macOS Keychain.
Does Team phone home?
No. Signed offline licenses verify against an embedded public key. The app does not need a license server to open.
Why is a cloud-free product subscription based?
The subscription covers updates, support, and license use. License verification stays offline; renewal issues a fresh signed license rather than requiring an always-online account.
What does vibevault cursor prepare do?
It wires the MCP server, installs the agent skill and rules, and prepares guardrails so Cursor can request secrets through the vault.
Can it sync provider environments?
Yes. Vibe Vault can push to Cloudflare, Vercel, and PushCI when you explicitly run a sync command.
Does this replace ChatGPT Projects or Claude Projects?
No. Those tools organize context and instructions. Vibe Vault protects the credentials those workflows need when agents run real commands.
Is Windows or Linux supported?
Not yet. Vibe Vault is macOS-first because it uses local developer machines and native Keychain security. Linux, Windows, and remote development environments are on the expansion path.