/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install isnad-security-kit - 安装完成后,直接呼叫该 Skill 的名称或使用
/isnad-security-kit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
ISNAD Security Kit 是什么?
The ultimate security baseline for autonomous AI agents. Installs the complete ISNAD protocol stack with zero configuration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 231 次。
如何安装 ISNAD Security Kit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install isnad-security-kit」即可一键安装,无需额外配置。
ISNAD Security Kit 是免费的吗?
是的,ISNAD Security Kit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ISNAD Security Kit 支持哪些平台?
ISNAD Security Kit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ISNAD Security Kit?
由 horn111(@horn111)开发并维护,当前版本 v1.0.0。