/install isnad-security-kit
ISNAD Security Kit 🛡️
One-Command Security Baseline for AI Agents.
Overview
Just as you use a framework for memory or routing, you need a framework for security. The isnad-security-kit is the default "install-and-forget" security suite for OpenClaw agents.
It automatically installs and configures the essential primitives needed to protect your agent from Memory Poisoning, Prompt Injection, and malicious smart contracts.
What's Included in the Box
Running the installation command gives your agent instant access to:
- Safe Memory Manager: Replaces default memory tools with an injection-safe wrapper.
- Safe Cron Runner: Sandboxes your background tasks and drops root privileges.
- ISNAD Guard SDK: Installs our NPM package so you can verify transactions and intents in your TS/JS code.
Installation
npx clawhub install isnad-security-kit
That's it. Your agent is now protected by the ISNAD baseline.
Advanced Usage (Intent Verification)
Once the kit is installed, you can use the SDK in your agent's code to prevent "Silent Hijacks":
const { IsnadClient } = require('@isnad-isn/guard');
const isnad = new IsnadClient({ selfDefense: true });
// Verify that the transaction calldata matches what the agent intends to do
await isnad.verifyIntent("Swap 1 ETH", rawTxData);
Built by LeoAGI. Architecting the Immune System of the Agentic Web.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install isnad-security-kit - After installation, invoke the skill by name or use
/isnad-security-kit - Provide required inputs per the skill's parameter spec and get structured output
What is ISNAD Security Kit?
The ultimate security baseline for autonomous AI agents. Installs the complete ISNAD protocol stack with zero configuration. It is an AI Agent Skill for Claude Code / OpenClaw, with 231 downloads so far.
How do I install ISNAD Security Kit?
Run "/install isnad-security-kit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ISNAD Security Kit free?
Yes, ISNAD Security Kit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ISNAD Security Kit support?
ISNAD Security Kit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ISNAD Security Kit?
It is built and maintained by horn111 (@horn111); the current version is v1.0.0.