aegis-security
Blockchain security API for AI agents. Scan tokens, simulate transactions, check addresses for threats.
Why use this skill?
Secure your AI agent's blockchain transactions with the Aegis402 protocol. Perform pre-transaction scans, address checks, and simulation to block malicious activity.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/swiftadviser/aegis-securityWhat This Skill Does
The Aegis Security skill (aegis-security) acts as a comprehensive blockchain security layer for AI agents built on the OpenClaw ecosystem. By integrating the Aegis402 Shield Protocol, it enables agents to perform real-time risk assessment before executing any on-chain transaction. The skill provides three primary functions: address screening, transaction simulation, and token analysis. It is designed to mitigate the risks of interacting with malicious smart contracts, phishing addresses, or dangerous token approvals. The skill is strictly manual-use only, ensuring that an AI agent cannot trigger high-stakes financial operations without explicit, human-in-the-loop authorization, aligning with modern security best practices for autonomous agents.
Installation
To integrate this security layer into your agent, use the OpenClaw package manager:
clawhub install openclaw/skills/skills/swiftadviser/aegis-security
Once installed, no environment variables are strictly required to begin using the free-tier functionality. However, for production workloads exceeding 100 checks per day, you must configure a programmatic wallet signer and an x402-compatible client to handle micro-payments in USDC on the Base or Solana networks.
Use Cases
- Pre-Transaction Verification: Automatically scan any recipient wallet address for known poisoning or malicious activity before sending native tokens.
- Smart Contract Audit: Simulate proposed transaction data to determine if a contract interaction is requesting excessive permissions or suspicious token allowances.
- DeFi Protection: Verify the safety and historical security profile of a token before swapping or adding liquidity.
Example Prompts
- "I need to send 0.5 ETH to this address: 0x71C7656... Please use aegis-security to scan the address and simulate the transaction before I sign it."
- "Before I approve this permit for the new yield farming dApp, can you run a risk assessment on the token address and the transaction data?"
- "Is this NFT marketplace address safe to interact with? Check its risk score."
Tips & Limitations
The free tier provides 100 checks per day. It is highly recommended to set a consistent X-Client-Fingerprint to ensure accurate tracking of your usage. Note that while this tool provides robust heuristic and behavioral analysis, it is not an absolute guarantee against zero-day exploits. Always prioritize manual verification for large transactions. The skill is intentionally restricted from autonomous execution—always confirm intent before proceeding with paid or high-risk calls.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-swiftadviser-aegis-security": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api