Security architecture of the MCP Tools plugin
mainThe plugin implements several security layers to protect vault data:
- Binary Integrity: All server binaries are signed and include SLSA provenance.
- Encrypted Communication: All communication is encrypted using the Local REST API's TLS.
- Secure Key Management: API keys are stored using platform-specific secure methods.
- Principle of Least Privilege: The server runs with only the minimal required permissions.