01API Key Proxy: Injects API keys into requests, sanitizing responses to prevent accidental leakage.
02Tamper-proof Audit Trail: Logs all credential activities with a SHA-256 hash chain to detect unauthorized modifications.
03Encrypted Storage: Stores credentials using AES-256-GCM encryption with unique Initialization Vectors (IVs).
04Automated Browser Login: Fills web forms securely via Chrome DevTools Protocol without exposing credentials to the LLM.
05Secure Credential Isolation: Prevents LLMs from ever seeing sensitive data like passwords and API keys.
060 GitHub stars