Skip to content

Security

OVAV vault uses AES-256-GCM with PBKDF2 key derivation.

Terminal window
ovav vault scan # Discover sensitive assets
ovav vault encrypt # Encrypt all discovered assets
ovav vault decrypt # Decrypt for access
ovav vault gen-key # Generate new master key

All encryption is local-first — keys never leave your machine.

  • OAuth 2.0: Google and GitHub (cPanel)
  • JWT RS256: Session tokens with role-based claims
  • Token auth: Development mode access

Every governed action is logged:

  • Profile application/removal
  • Tool execution with parameters
  • Model switches and configuration changes
  • Security events (canary alarms)

OVAV is stdlib-only on the Go side:

  • Zero third-party Go dependencies
  • Static binary compilation
  • Reproducible builds via Go modules

Found a security issue? Email security@ovav.dev. See our security policy for details.