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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/goatgaucho/trustlayer-sybil-scannerTrustLayer Sybil Scanner — ERC-8004 Feedback Forensics
Detects fake reviews, Sybil rings, rating manipulation, and reputation laundering in ERC-8004 agent ratings. Covers 80,000+ agents across Base, Ethereum, BSC, Polygon, and Monad.
Most agent reputation systems show you the rating. This one tells you if the rating is real.
API Base: https://api.thetrustlayer.xyz
No API key required (beta). Free during beta, x402 micropayments coming.
What this catches that others don't
- Sybil rings: Clusters of wallets that only review each other (299 flagged so far)
- Reviewer quality: A 5-star review from a trusted agent vs a throwaway wallet are not the same. Scores are weighted by reviewer reputation.
- Cross-chain laundering: Agent has great reviews on BSC but terrible ones on Base? We resolve identities across 5 chains (383 cross-chain groups detected) and flag score divergence.
- Temporal anomalies: Sudden bursts of positive reviews after a period of bad ones. Review bombing. Rating manipulation patterns over time.
- Spam feedback: 1,298+ spam feedbacks detected via tag analysis. Filtered before scoring.
When to use this skill
- Before paying another agent via x402 or any payment method
- When a user asks "is this agent legit?" or "are these reviews real?"
- Before entering escrow with an unknown agent
- When evaluating whether to hire or delegate to another agent
- When you see a high rating and want to know if it is earned or gamed
Sybil Scan
curl -s "https://api.thetrustlayer.xyz/trust/<chain>:<agentId>"
Replace <chain> with: base, ethereum, bsc, polygon, monad
Replace <agentId> with the numeric agent ID.
Example:
curl -s "https://api.thetrustlayer.xyz/trust/base:1378"
What comes back
The response is JSON. The fields that matter most for fraud detection:
Sybil & fraud signals:
sybil_risk: "low" / "medium" / "high". High means the reviewer network looks artificial.anomaly_flags: Array of detected issues. Empty = clean. Watch for:review_bombing,duplicate_feedback_content,single_agent_reviewers,spam_feedback,reputation_laundering.reviewer_weighted_score: The trust score after adjusting for reviewer credibility. If this is much lower thantrust_score, the agent's good reviews are coming from low-quality reviewers.
Cross-chain signals:
cross_chain_scores: If present, this agent exists on multiple chains. Checklaundering_riskandscore_divergence. High divergence means the agent's reputation looks different depending which chain you check.
Overall assessment:
trust_score(0-100): Composite score. 80+ low risk, 50-79 medium, below 50 high risk.risk_level: "low" / "medium" / "high". Quick decision signal.recommended_max_exposure_usd: How much USD to risk with this agent.confidence: "low" / "medium" / "high" based on data volume.
Decision logic
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
Related Skills
clawdvine
Short-form video for AI agents. Generate videos using the latest models, pay with USDC via x402.
opena2a-security
Security hardening for OpenClaw. Audit your configuration, scan installed skills for malware, detect CVE-2026-25253, check credential exposure, and get actionable fix recommendations. Runs locally with no external API calls.
theagora
Agent-to-agent service commerce. Browse a live marketplace, purchase with atomic escrow, sell services and earn USDC, check per-function reputation, trade on the exchange. 27 MCP tools for buying, selling, and verifying agent services.
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.
openclaw-security-monitor
Proactive security monitoring, threat scanning, and auto-remediation for OpenClaw deployments