
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
CLI for Xenarch — non-custodial x402 MCP server for AI agents. Claude, Cursor, LangChain and CrewAI pay HTTP 402–gated APIs with USDC on Base L2.
Xenarch is a non-custodial x402 MCP server. Claude, Cursor and any MCP client pay for HTTP 402–gated content with USDC micropayments on Base L2. Direct agent-to-publisher settlement on-chain. 0% Xenarch fee. The agent wallet only ever holds USDC — no ETH, no gas coin needed.
This package is the xenarch command-line tool. Use it from a terminal to manage an agent wallet, pay x402-gated URLs by hand, and (for publishers) register sites and check stats against the Xenarch API.
Agent commands:
xenarch wallet — create / inspect / export the local agent walletxenarch check <url> — probe a URL for an x402 challenge without payingxenarch pay <url> — pay an x402-gated URL with USDC on Base L2 and fetch the contentxenarch history — list past payments made from this walletPublisher commands:
xenarch login / xenarch register — authenticate with the Xenarch APIxenarch site-add / xenarch sites — register and list publisher sitesxenarch stats — view per-site payment statsxenarch payout — manage payout settingsGlobal flags: --json for machine-readable output, --api-base to override the API URL, --rpc-url to override the Base RPC endpoint.
npm install -g xenarch
Requires Node.js 18 or later.
# Create an agent wallet (stored locally)
xenarch wallet create
# See what an x402-gated URL would charge
xenarch check https://example.com/premium-article
# Pay and fetch in one step
xenarch pay https://example.com/premium-article
# List your payment history
xenarch history --json
Set XENARCH_PRIVATE_KEY to use an existing wallet instead of the local one, and XENARCH_MAX_PAYMENT_USD to cap per-call spend (default unbounded).
xenarch pay <url> works against any x402 endpoint, not just Xenarch's. If a URL returns a standard x402 402 with payment requirements, the CLI signs an EIP-3009 USDC voucher and settles it — a universal x402 client. It pays whatever the seller gates that way: an API call, content, metered usage, or a one-time invoice/checkout.
Two boundaries:
pay is one payment. Recurring subscriptions are a Xenarch-platform feature (permit / reminder pay-links), not something the CLI sets up against third parties.0% fee and gasless apply only to Xenarch. On a non-Xenarch endpoint, that server and its own settlement provider set the fees and pay the gas — Xenarch guarantees nothing there (not gaslessness, fees, or uptime). The "no ETH / no gas, 0% Xenarch fee" experience holds only when the gate is part of the Xenarch platform, where invoices, checkouts and subscriptions are first-class pay-link types.
XENARCH_API_TOKEN is required. Autonomous agent payments are meant to be capped, so the CLI refuses to pay without it — an unlinked agent has no caps or scope. Create an xa_live_* token from the Xenarch dashboard at https://dash.xenarch.dev/agent/settings (or run xenarch agent login) and set it as the XENARCH_API_TOKEN env var. Every xenarch pay then:
export XENARCH_API_TOKEN=xa_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xenarch pay https://example.com/premium-article
Without the env var, the CLI refuses to pay (fail-closed) — set the token so payments are capped. Network failures during receipt POST queue offline at ~/.xenarch/receipts-queue.jsonl and retry on next invocation.
When the control plane refuses a payment, the CLI prints the reason and exits with code 1. No USDC is signed and no transaction is sent.
$ xenarch pay https://api.openai.com/v1/chat
Refused by Xenarch control plane: daily cap exceeded ($1.00 spent of $1.00). Resets in 18h 22m.
Edit cap at https://dash.xenarch.dev/agent/caps
$ xenarch pay https://api.openai.com/v1/audio/speech
Refused by Xenarch control plane: per-transaction cap exceeded (max $0.50).
Raise the cap at https://dash.xenarch.dev/agent/caps
$ xenarch pay https://api.scammer.com/x
Refused by Xenarch control plane: scope rule '*.scammer.com' ("phish") matched this URL.
Edit rules at https://dash.xenarch.dev/agent/scope
$ xenarch pay https://example.com/anything
Refused by Xenarch control plane: agent is paused.
Toggle the kill switch off at https://dash.xenarch.dev/agent/scope
If the platform itself is unreachable (control plane down, network error), the CLI fails closed: refuses to pay rather than risk bypassing a cap or kill switch you configured. Brief platform outages briefly stall payments; the fail-closed default protects budgets over throughput.
@xenarch/agent-mcpLearn more: https://xenarch.com
FAQs
CLI for Xenarch — non-custodial x402 MCP server for AI agents. Claude, Cursor, LangChain and CrewAI pay HTTP 402–gated APIs with USDC on Base L2.
The npm package xenarch receives a total of 255 weekly downloads. As such, xenarch popularity was classified as not popular.
We found that xenarch demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.