Overview
- Skill Key
- aviclaw/agent-security-auditor
- Author
- aviclaw
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/aviclaw/agent-security-auditor
- Latest Commit SHA
- f7ecf6094f3c347df0bcd40e216574adce123a34
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Agent Security Auditor 技能。 若已安装,则直接安装 Agent Security Auditor 技能。
# Agent Security Auditor Scans ERC-8004 agents for security vulnerabilities and generates comprehensive security reports. ## Overview This skill audits ERC-8004 Trustless Agents by querying the Identity Registry and analyzing agent metadata for common security issues. It helps identify potentially malicious or misconfigured agents before interacting with them. ## Features - **Identity Registry Query**: Fetches agent metadata from the ERC-8004 Identity Registry - **Metadata Validation**: Checks for missing, empty, or suspicious metadata - **Endpoint Security**: Analyzes service endpoints for red flags - **x402 Payment Analysis**: Validates payment configuration - **Reputation Check**: Queries the Reputation Registry for feedback signals - **Verification Status**: Checks if endpoints are verified via domain control ## Usage ```bash # Run the audit script directly with Node.js node scripts/audit.js <agent-address> [options] # Options: # --rpc <url> RPC endpoint URL (default: https://eth.llamarpc.com) # --chain <id> Chain ID (default: 1) # --output <file> Output file for JSON report # --verbose Enable verbose logging ``` ## Example ```bash # Audit an agent on Ethereum mainnet node scripts/audit.js 0x742d35Cc6634C0532925a3b844Bc9e7595f8bE21 # Audit with custom RPC node scripts/audit.js 0x742d35Cc6634C0532925a3b844Bc9e7595f8bE21 --rpc https://mainnet.infura.io/v3/YOUR_KEY # Save report to file node scripts/audit.js 0x742d35Cc6634C0532925a3b844Bc9e7595f8bE21 --output report.json ``` ## What Gets Scanned ### Critical Issues - Missing or empty metadata (no name, description) - No registered services/endpoints - Invalid or unreachable agent URI - No agent wallet configured ### High Severity Issues - Unverified endpoints (no domain control proof) - Suspicious endpoint patterns (localhost, IP addresses, unusual ports) - No x402 payment support warning - No reputation signals ### Medium Severity Issues - No validation registration...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.