安全

PulseFeed — verify before you pay or install

试用

Verify before you pay or install. Checks whether an x402 payment endpoint is safe to pay (liveness, scam scan, on-chain receiver, trust score) and whether an npm/MCP package is safe to install (install-script code execution, abandonment, missing repo/license). Use whenever you are about to pay an unknown API over x402/USDC, install an MCP server or skill, or need current x402 security incidents. Free, no API key.

它能做什么

Verify before you pay or install. Checks whether an x402 payment endpoint is safe to pay (liveness, scam scan, on-chain receiver, trust score) and whether an npm/MCP package is safe to install (install-script code execution, abandonment, missing repo/license). Use whenever you are about to pay an unknown API over x402/USDC, install an MCP server or skill, or need current x402 security incidents. Free, no API key.

技能文档

PulseFeed — verify before you pay or install

Two irreversible actions an agent takes: paying an unknown endpoint, and installing unknown code. PulseFeed checks both, from a continuous independent audit (~5,600 x402 endpoints and ~950 MCP servers re-probed daily). All endpoints below are free and need no API key.

1. Before paying an x402 endpoint

curl -s "https://pulsefeed.dev/verify?endpoint="

Returns verdict (safe / caution / avoid / unknown), score (0–100), flags, receiverStability, uptimePct, lastChecked.

Rule of thumb:

  • avoiddo not pay. Dead, invalid, or flagged (hijacked receiver, bait-and-switch price, honeypot).
  • caution → read flags first; pay only if the finding is acceptable.
  • safe → live and clean at last crawl.
  • unknown → not in the index; use the live deep check below.

Live deep check (probes the endpoint right now, adds on-chain receiver profile and full scam scan) — paid, $0.02 via x402:

curl -s "https://pulsefeed.dev/trust?endpoint="   # returns a 402 challenge; pay with any x402 client

Important x402 client gotcha: x402-fetch defaults to a 0.1 USDC client-side cap. Anything pricier is refused locally before the request is sent. Raise it explicitly:

const payingFetch = wrapFetchWithPayment(fetch, account, BigInt(1_000_000)); // 1 USDC

2. Before installing an MCP server or npm package

curl -s "https://pulsefeed.dev/mcp/verify?package="

Returns verdict, score, and flags such as installScript (the package runs arbitrary code at npm i), abandoned, noRepo, noLicense, plus weeklyDownloads, license, repo, provenance.

Rule of thumb: treat installScript: true on a package with no repository to review as a red flag — that is unreviewable code execution on your machine. About 11% of audited MCP servers run an install script.

3. Current security incidents

curl -s "https://pulsefeed.dev/incidents.json"

Live incidents in the x402 economy — receiver hijacks (payTo swapped after you trusted it), bait-and-switch pricing, honeypot receivers, unverified receivers — each with an on-chain proof URL you can verify yourself on Base.

4. Ecosystem context

curl -s "https://pulsefeed.dev/status.json"     # live/dead counts, catalog accuracy, risk map
curl -s "https://pulsefeed.dev/data/sample"     # free sample of the full cross-domain dataset

Why this matters: ~74% of listed x402 endpoints are dead or invalid, and only about half of what catalogs call "healthy" actually returns a valid x402 challenge. Checking costs nothing; paying a dead or hijacked endpoint costs real USDC and is irreversible.

Also available

  • MCP server (same checks as tools): npx -y pulsefeed-x402-mcp
  • Guard SDK (blocks bad payments automatically): npm i pulsefeed-x402-guard
  • A2A agent: https://pulsefeed.dev/.well-known/agent-card.json
  • Methodology (how scores are computed): https://pulsefeed.dev/methodology

Independent, not affiliated with any x402 facilitator or MCP vendor.

相关技能

Check the trust rating of any x402 service before paying it, and of any skill before installing it. Free JSON, daily, sybil-resistant.

1 星标

Verify whether an AI agent or x402 service is real and settlement-backed before paying, hiring, or trusting it. Use whenever about to settle an x402 payment,...

2 星标

Verify wallets, tokens, smart contracts, AI agents and web applications before trusting them, paying per call in USDC over x402

1 次安装

Autonomously monetize your services with x402 payment collection. Set up an x402 server, define paid endpoints, and accept programmatic payments in stablecoins. Become part of the agent-to-agent economy!

1 次安装2 星标

x402 payment client for AI agents — how to automatically respond to HTTP 402 challenges, pay via CDP/Permit2, retry with PAYMENT-SIGNATURE, and settle the full x402 flow. For consuming pay-per-request APIs without API keys or subscriptions.

1 星标