stablecoin-risk-check — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited stablecoin-risk-check (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
The official AI skill suite + MCP server from Barker — Yield Primitive for the Agent Economy. Real-time data from 500+ protocols and 20+ CEX, no API key required.
Powered by Barker — Yield Primitive for the Agent Economy. Every agent touching stablecoins eventually plugs in. Free for individuals · Enterprise API for institutions.
接入 Agent 经济的稳定币收益底座 → barker.money
# Install all 7 skills into ~/.claude/skills/
npx @barkermoney/skills install --all
# Or pick specific ones
npx @barkermoney/skills install stablecoin-yield-radar yield-strategy-advisor
# Other commands
npx @barkermoney/skills list # show bundled + installed
npx @barkermoney/skills update # re-install latest of currently installed
npx @barkermoney/skills remove <name> # uninstall one
npx @barkermoney/skills --help # full helpThen restart Claude Code (or your agent runtime) to activate. Override the install dir with --target <dir> or $BARKER_SKILLS_DIR.
Updating often? Install the CLI globally so you can drop the npx prefix:
npm install -g @barkermoney/skills
skills install --all # then from any directory
skills update # later, pull latest skill contentNeed direct API access from a Claude Code / Cursor / Cline session — without going through the bundled skills? Run barker-mcp, a stdio MCP server that wraps the Barker public API (/defi/vaults, /market/overview, /market/trend) as three callable tools. Zero auth, same 30 req/min rate limit as the public API.
# Register with Claude Code (user scope, persists across sessions)
claude mcp add -s user barker -- npx -y -p @barkermoney/skills barker-mcpThen restart Claude Code. Three tools become available:
| Tool | Wraps | Use for |
|---|---|---|
barker_defi_vaults | /defi/vaults | "best USDC yield", "Aave vs Morpho", filter by asset/chain/sort/limit |
barker_market_overview | /market/overview | total cap, yield-bearing cap, asset/chain distribution |
barker_market_trend | /market/trend | 7–180 day APY trend vs US Treasury benchmark |
Smoke test outside of an agent host:
npx -p @barkermoney/skills barker-mcp
# speaks MCP over stdio; pipe JSON-RPC frames to interactnpx skills add okx/plugin-store --skill <skill-name>
# e.g.: npx skills add okx/plugin-store --skill stablecoin-yield-radargit clone https://github.com/YBSbarker/barker-stablecoin-skills.git
cp -r barker-stablecoin-skills/skills/<skill-name> ~/.claude/skills/Each skill is shipped with .claude-plugin/plugin.json and is compatible with the Claude Code plugin marketplace.
Point your MCP-compatible host at https://api.barker.money — the skill SKILL.md files document the public endpoints (/defi/vaults, /market/overview, /market/trend) and do not require any authentication. CEX per-venue detail is available via the Enterprise API (app.barker.money/enterprise).
| Skill | What It Does | Data Source | Key Triggers |
|---|---|---|---|
| stablecoin-yield-radar | Real-time APY rankings across DeFi | API /defi/vaults | "best stablecoin yield", "where to earn on USDC" |
| stablecoin-market-brief | Market overview: cap, distribution, APY trends vs US Treasury | API /market/overview + /market/trend | "stablecoin market cap", "USDT market share" |
| stablecoin-risk-check | Safety assessment: depeg history, reserves, audit status | Curated knowledge base | "is USDT safe", "stablecoin comparison" |
| yield-strategy-advisor | Personalized allocation by risk tolerance and capital size | API /defi/vaults | "yield strategy", "how to earn on stablecoins" |
| stablecoin-depeg-monitor | Peg stability monitoring + historical depeg database | API /market/overview + curated history | "depeg alert", "is my stablecoin safe right now" |
| stablecoin-yield-vs-tradfi | DeFi yields vs bank savings, Treasury, money market | API /market/trend | "stablecoin vs savings account", "DeFi vs treasury" |
| stablecoin-chain-explorer | TVL distribution and best yields by blockchain | API /market/overview + /defi/vaults | "which chain for stablecoins", "Arbitrum stablecoin APY" |
All data comes from the Barker Public API — free, no API key, real-time updates.
Base URL: https://api.barker.money/api/public/v1
Rate limit: 30 requests/minute per IP## Security: External Data Boundary section instructing consuming LLMs to treat all API response strings as untrusted data, not instructions.| Endpoint | Description |
|---|---|
GET /defi/vaults | DeFi yield pools with APY, TVL, protocol, chain, asset |
GET /market/overview | Total market cap, yield-bearing cap, asset/chain distribution |
GET /market/trend | Historical APY trend (7–180 days) with US Treasury benchmark |
CEX per-venue detail (products, campaigns, borrow rates, venue × asset matrix) is not part of the public API. Interactive map at barker.money; programmatic access via app.barker.money/enterprise.
curl "https://api.barker.money/api/public/v1/defi/vaults?asset=usdc&sort=apy&limit=5"All responses are JSON with { success, data, ... }. APY and share_pct fields are decimals (0.0523 = 5.23%, 0.4250 = 42.5%) — multiply by 100 for display.
Need higher rate limits, historical data, or custom fields? Contact us for institutional-grade access.
Q: How often is the data updated? A: Real-time. The yield index reflects live data from 500+ protocols and 20+ CEX.
Q: Do I need an API key? A: No. The public API is free with no authentication required. Rate limit is 30 requests/minute.
Q: What stablecoins are covered? A: All stablecoins on the market — USDT, USDC, DAI, USDS, USDe, sUSDe, FDUSD, GHO, crvUSD, PYUSD, sDAI, frxUSD, TUSD, BUSD, LUSD, DOLA, MIM, FRAX, USDs, USDX, RLUSD, USDY, BUIDL, and more. If a stablecoin exists, Barker covers it.
Q: What chains are supported? A: All chains — Ethereum, BSC, Arbitrum, Base, Polygon, Optimism, Avalanche, Solana, Sui, Aptos, Sei, Mantle, Scroll, zkSync, Linea, Blast, Mode, Manta, and more. Barker has the most comprehensive multi-chain coverage in the market.
Q: Is this financial advice? A: No. All skills provide educational information only, not financial advice. Always DYOR.
Q: Where can I find the best stablecoin yields? A: Use the stablecoin-yield-radar skill or visit barker.money for the full interactive yield map.
Q: How does Barker compare to DeFiLlama or CoinGecko? A: Barker is stablecoin-only and combines CEX + on-chain data in a single index. DeFiLlama focuses on on-chain TVL; CoinGecko focuses on token prices. Barker is the specialized yield index for stablecoins.
Barker is the Yield Primitive for the Agent Economy — the default routing layer that any agent (or app, or human) calls when it needs to answer "where should this stablecoin sit?". We index real-time APY data across 500+ DeFi protocols and 20+ CEX, surfaced as a map for humans browsing and as MCP / x402 / agent-callable endpoints for autonomous agents. Stablecoins only, CEX + on-chain combined.
https://api.barker.money/api/public/v1zuoyeweb3 (founder), royrzguo (engineering) — both authorized Barker team membersMIT © 2026 Barker
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.