A specialized auditing tool designed to scan ERC-8004 agents for security vulnerabilities, configuration errors, and malicious metadata.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-security-auditor
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agent-security-auditor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agent Security Auditor is a technical utility designed to enhance the safety of the decentralized agent ecosystem. By analyzing ERC-8004 Trustless Agents, this tool helps developers and users identify potentially malicious or misconfigured agents before any interaction occurs. It serves as a vital component within the broader ecosystem of Openclaw Skills by providing a programmatic way to verify agent integrity and reputation.
The skill operates by querying the Identity Registry on-chain and cross-referencing off-chain metadata. It looks for critical red flags such as unverified endpoints, missing payment configurations, and suspicious network patterns. This proactive approach to security ensures that interactions with autonomous agents remain transparent and trustless.
To use this tool within your Openclaw Skills environment, ensure you have Node.js and ethers.js installed. Follow these steps:
# Install required dependencies
npm install ethers
# Run the audit for a specific agent address
node scripts/audit.js <agent-address> --rpc https://eth.llamarpc.com
# Optional: Save the output to a JSON file
node scripts/audit.js <agent-address> --output report.json
The auditor generates a detailed report based on the ERC-8004 specification. The output typically follows this structure:
| Category | Description |
|---|---|
| Identity | Validates name, description, and agent URI integrity. |
| Endpoints | Checks for domain control proofs and service reachability. |
| Payment | Verifies x402 payment support and configuration. |
| Reputation | Aggregates data from the on-chain Reputation Registry. |
| Verification | Confirms if endpoints are mapped to verified domains. |
Loading
A comprehensive guide and decision tool for implementing Semantic Versioning 2.0.0 in software projects.

A sophisticated CLI tool for managing Linear tasks through natural language commands and automated priority scheduling.

A comprehensive security scanner designed to identify vulnerabilities, exposed secrets, and risky file permissions in Openclaw Skills projects.

A high-performance file reading utility designed to minimize token consumption through targeted sampling and pattern matching.

Enable AI agents to perform secure, non-custodial cross-chain cryptocurrency swaps and asset transfers via the deBridge protocol.

A high-performance utility designed to convert web pages into clean, developer-friendly markdown via the markdown.new API.








































