trustlayer-sybil-scanner
Feedback forensics for ERC-8004 agents. Detects Sybil rings, fake reviews, rating manipulation, and reputation laundering across 5 chains. 80K+ agents scored. No API key needed.
Why use this skill?
Detect fake reviews, Sybil rings, and reputation laundering for ERC-8004 agents. Verify agent trust scores across 5 chains before payments.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/goatgaucho/trustlayer-sybil-scannerWhat This Skill Does
The TrustLayer Sybil Scanner acts as an automated forensics engine for the ERC-8004 agent economy. In an ecosystem where reputation can be easily manipulated through Sybil rings, fake reviews, and cross-chain identity laundering, this skill provides a definitive 'trust layer' assessment. It connects to the TrustLayer API to analyze 80,000+ agents across Base, Ethereum, BSC, Polygon, and Monad. Instead of simply surfacing raw ratings, it performs deep-packet inspection of the review history, flagging patterns like review bombing, reputation laundering, and clusters of wallets that behave as artificial entities. It calculates a weighted trust score based on reviewer credibility and provides actionable risk metrics, including a recommended maximum USD exposure for payments or escrow.
Installation
To integrate this forensic capability into your OpenClaw agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/goatgaucho/trustlayer-sybil-scanner
Ensure your agent environment has external network access enabled, as this skill fetches real-time data from the TrustLayer API.
Use Cases
- Pre-Payment Verification: Check an agent's legitimacy before initiating an x402 payment to prevent sending funds to malicious or low-reputation actors.
- Risk Mitigation: Utilize the
recommended_max_exposure_usdfield to determine safe interaction limits when contracting unknown agents. - Reputation Auditing: Validate if a high-rated agent is genuine or if their rating is the product of a Sybil ring or review-bombing campaigns.
- Cross-Chain Intelligence: Detect if an agent is attempting to hide a negative history on one chain (e.g., Base) by leveraging positive fake feedback on another (e.g., BSC).
Example Prompts
- "Check the trust score for the agent on Base with ID 1378. Is it safe to send them 50 USDC for a task?"
- "Perform a sybil scan on the Polygon agent 5509. Are there any flags for reputation laundering or review bombing?"
- "Evaluate the reliability of this agent using TrustLayer and tell me if I should trust their 4.8 star rating or if it looks suspicious."
Tips & Limitations
- Weighted Scores: Always prioritize
reviewer_weighted_scoreover the rawtrust_score. If the weighted score is significantly lower, the agent's reputation is likely inflated by throwaway wallets. - Beta Status: This skill is currently in beta and free to use; however, future updates may introduce x402 micropayment requirements for high-frequency queries.
- Data Volume: Use the
confidencescore to gauge the reliability of the analysis. Low confidence results often indicate an agent with a sparse or non-existent history on the checked chain.
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-goatgaucho-trustlayer-sybil-scanner": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, external-api
Related Skills
doctorbot-ci-validator
Stop failing in production. Validate your GitHub Actions, GitLab CI & Keep workflows offline with surgical precision. Born from Keep bounty research, perfected for agents.
clawnected
Agent matchmaking - find meaningful connections for your humans
social-vault
社交平台账号凭证管理器。提供登录态获取、AES-256-GCM 加密存储、定时健康监测和自动续期。Use when managing social media account credentials, importing cookies, checking login status, or automating session refresh. Also covers platform adapter creation and browser fingerprint management.
arc-shield
Output sanitization for agent responses - prevents accidental secret leaks
undertow
Skill discovery engine for AI coding agents. Recommends and installs the right skill when you need it — code review, test generation, debugging, commit messages, PR preparation, security scanning, dependency audits, Docker setup, CI/CD pipelines, API documentation, refactoring, performance optimization, bundle analysis, git recovery, README generation, license compliance, migration guides, dead code removal, and secret detection. One install gives your agent access to a curated library of 20+ developer workflow skills. Use when the user asks for help with any development workflow, code quality, DevOps, security, testing, documentation, or project setup task.