VerdictSwarm

v2.0.0

Fight AI with AI. 6 adversarial AI agents debate crypto token risk before your agent trades. Rug-pull detection, security audits, consensus scoring via MCP.

0· 397·0 current·0 all-time
byDev 2 - SentienLabs@vswarm-ai

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for vswarm-ai/verdictswarm.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "VerdictSwarm" (vswarm-ai/verdictswarm) from ClawHub.
Skill page: https://clawhub.ai/vswarm-ai/verdictswarm
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install verdictswarm

ClawHub CLI

Package manager switcher

npx clawhub@latest install verdictswarm
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (multi-agent token analysis) align with the SKILL.md: it instructs calls to https://api.vswarm.io and describes MCP helpers for scanning, scoring, and reports. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions are narrowly scoped: use MCP tools or call the vendor API, present score/consensus, and include report URL. The skill does not ask the agent to read local files, access unrelated env vars, or transmit data to unexpected endpoints beyond api.vswarm.io.
Install Mechanism
The SKILL.md recommends a pip package (verdictswarm-mcp) but provides no install spec; that is expected for an instruction-only skill. Installing third-party Python packages can execute arbitrary code — users should review the package/source (e.g., PyPI listing or upstream repository) before running pip install.
Credentials
No environment variables, credentials, or config paths are required. The suggested operations (API calls and optional pip package) do not demand secrets from the user. Payment operations referenced (USDC on Solana) imply on-chain tx verification but do not request private keys.
Persistence & Privilege
This is an instruction-only skill with no install spec that would write persistent artifacts. always is false and there is no request to modify system or other skills' configurations.
Assessment
This skill appears coherent with its stated purpose, but take ordinary precautions: 1) Confirm the vendor domain (api.vswarm.io) is legitimate before sending token addresses or payment info. 2) Never share private keys or wallet seed phrases; the API should only receive public addresses/tx hashes. 3) If you plan to pip install verdictswarm-mcp, inspect the package source (PyPI page or upstream Git repo) to ensure it is trustworthy. 4) Be aware of pay-per-scan costs (USDC on Solana) and verify any on-chain payment flows independently. If you need higher assurance, ask the publisher for a homepage, source repository, or signed release artifacts before use.

Like a lobster shell, security has layers — review code before you run it.

cryptovk97fz8x2nxcf14gnpwnxpaj1b1843pz5defivk97fz8x2nxcf14gnpwnxpaj1b1843pz5latestvk97fz8x2nxcf14gnpwnxpaj1b1843pz5mcpvk97fz8x2nxcf14gnpwnxpaj1b1843pz5rug-pullvk97fz8x2nxcf14gnpwnxpaj1b1843pz5securityvk97fz8x2nxcf14gnpwnxpaj1b1843pz5solanavk97fz8x2nxcf14gnpwnxpaj1b1843pz5token-analysisvk97fz8x2nxcf14gnpwnxpaj1b1843pz5
397downloads
0stars
6versions
Updated 3w ago
v2.0.0
MIT-0

VerdictSwarm — Multi-Agent Token Intelligence

Get a second, third, fourth, fifth, and sixth opinion on any crypto token.

Six specialized AI agents independently analyze your token from different angles, then debate their findings across multiple rounds before reaching consensus. You see the full analysis and any disagreements.

"What do you think of this token?" → 6 agents analyze → Consensus reached → You decide

Free tier available. 10 quick scans per day, no API key needed.

How It Works

Each agent specializes in a different aspect of token analysis:

AgentFocus Area
Security BotSmart contract permissions, mint/freeze authority, honeypot detection
Tokenomics BotSupply mechanics, holder concentration, distribution
Social BotCommunity signals, social presence, engagement patterns
Technical BotOn-chain metrics, liquidity analysis, trading patterns
Macro BotMarket context, comparative analysis, sector trends
Devil's AdvocateChallenges every verdict, finds what others missed

MCP Tools

Install via MCP for agent integration:

pip install verdictswarm-mcp
ToolDescription
scan_tokenFull 6-agent consensus risk scan
get_quick_scoreFast cached score (0-100) for pre-trade screening
check_rug_riskRug-pull focused security check (SAFE/CAUTION/DANGER)
get_token_reportShareable markdown report
get_pricingView pricing and Solana payment details
verify_paymentVerify USDC payment on Solana

Quick Start (API)

curl -s "https://api.vswarm.io/api/scan/quick" \
  -H "Content-Type: application/json" \
  -d '{"address": "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN", "chain": "solana"}'

Scoring Guide

  • 80-100: LOW risk (Grade A)
  • 70-79: LOW-MEDIUM (Grade B)
  • 60-69: MEDIUM (Grade C)
  • 40-59: HIGH (Grade D)
  • 0-39: CRITICAL (Grade F)

Pricing

TierCostDetails
Free$010 quick scans/day
Quick Scan0.02 USDCCached score + metadata
Rug Check0.05 USDCSecurity-focused verdict
Full Scan0.10 USDCAll 6 agents, full debate

Pay per scan with USDC on Solana, or use a free API key from vswarm.io.

Supported Chains

Solana, Ethereum, Base, BSC

Agent Instructions

When the user asks to analyze or check a crypto token, use the MCP tools (preferred) or call the API directly. Present the verdict score, risk level, and consensus summary. If agents disagreed, highlight the differences. Include the report URL for the full breakdown.

Comments

Loading comments...