MalikClaw is built on the principle that your AI agent shouldn't have unchecked power. Every action is cryptographically verified and locally contained.
MalikClaw is engineered to protect against:
Critical transactions are signed using local Ed25519 keys generated upon installation. The private key never leaves your device's secure enclave (or equivalent keystore).
Skills fetched from the registry are checksummed and signature-verified before execution. Tampered skills are automatically rejected.
High-risk actions require explicit human approval via the local TUI or web interface before the agent can proceed.
Your data never leaves your device without explicit consent. Vector embeddings and memories are stored in your local workspace.
Memory & Keys
(e.g. Gemini/OpenAI)
Every API call, file access, and state change can be recorded in an immutable local ledger for complete transparency.
malikclaw agent --audit-logSecurity is an ongoing process. If you discover a vulnerability, please report it securely through our dedicated channel.
Read SECURITY.md