isnad-security-kit

Solid

The ultimate security baseline for autonomous AI agents. Installs the complete ISNAD protocol stack with zero configuration.

AI & Automation 3,964 stars 1088 forks Updated 2 months ago MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
100
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
79
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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: 1. **[Safe Memory Manager](https://clawhub.ai/u/horn111/safe-memory-manager):** Replaces default memory tools with an injection-safe wrapper. 2. **[Safe Cron Runner](https://clawhub.ai/u/horn111/safe-cron-runner):** Sandboxes your background tasks and drops root privileges. 3. **[ISNAD Guard SDK](https://www.npmjs.com/package/@isnad-isn/guard):** Installs our NPM package so you can verify transactions and intents in your TS/JS code. ## Installation ```bash 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": ```javascript 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);...

Details

Author
openclaw
Repository
openclaw/skills
Created
5 months ago
Last Updated
2 months ago
Language
Python
License
MIT

Integrates with

Related Skills