← All skills
Tencent SkillHub Β· Finance & Trading

Agent Security Auditor

Audits ERC-8004 agents by analyzing metadata, endpoints, payment configs, and reputation to identify security risks and generate detailed reports.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Audits ERC-8004 agents by analyzing metadata, endpoints, payment configs, and reputation to identify security risks and generate detailed reports.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, package.json, references/ERC-8004.md, registration.json, scripts/audit.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

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

# 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

# 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

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 registrations Missing supportedTrust indicators Inactive agent status

Info

Reputation score summary Validation count Service endpoint count

Architecture

agent-security-auditor/ β”œβ”€β”€ SKILL.md # This file β”œβ”€β”€ scripts/ β”‚ └── audit.js # Main audit logic └── references/ └── ERC-8004.md # ERC-8004 specification reference

Dependencies

ethers.js ^6.x - Ethereum blockchain interaction node-fetch or built-in fetch - HTTP requests for off-chain metadata

Exit Codes

0 - Audit completed successfully 1 - Invalid agent address 2 - Blockchain connection error 3 - Critical error during audit

Notes

Requires internet connection for RPC calls and metadata fetching Some checks require off-chain metadata fetching which may be slow Reputation and validation registries are optional deployments

Category context

Trading, swaps, payments, treasury, liquidity, and crypto-financial operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Config1 Scripts
  • SKILL.md Primary doc
  • references/ERC-8004.md Docs
  • scripts/audit.js Scripts
  • package.json Config
  • registration.json Config