monetize.fluxapay.xyz

onedollaraudit

AI smart contract security audit for $1 USDC via x402.

First seen Jul 20, 2026

Installation

$ npx skills add https://monetize.fluxapay.xyz

Summary

  • AI smart contract security audit for $1 USDC via x402.
  • Use when the user asks to audit a smart contract, check a contract for vulnerabilities, review Solidity code for security issues, or get a security report on a deployed contract.
  • Triggers on: audit, security review, check contract, is this safe, vulnerabilities, reentrancy, access control, 审计, 安?

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from monetize.fluxapay.xyz · top by installs.

npx skills add https://monetize.fluxapay.xyz

Browse all from monetize.fluxapay.xyz

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,545 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

One Dollar Audit

AI-powered smart contract security audit. $1 USDC on Base, paid via x402.

Human site: https://onedollaraudit.com Powered by: LeftClaw Services (Austin Griffith)

What It Does

Submit a verified contract address (any major chain) or paste Solidity source code. You get a written security review covering:

  • Vulnerabilities
  • Logic errors
  • Access control issues
  • Gas optimization notes
  • Severity ratings and fix recommendations

Endpoint

POST https://leftclaw.services/api/audit
Parameter Type Required Description
description string yes Contract address or source code description
callbackUrl string no HTTPS URL for push notification on completion

Workflow

1. POST /api/audit → HTTP 402 with payment terms
2. Sign EIP-3009 TransferWithAuthorization (USDC, Base, gasless)
3. Retry with PAYMENT-SIGNATURE header → 200 with jobId
4. Poll GET https://onedollaraudit.com/api/jobs/<jobId> until status: "complete"
5. Access reportUrl for the full audit report

Important: Persist jobId immediately after payment. Never re-pay to re-check — recover jobId via trackUrl or on-chain events.

Polling Response

{
  "jobId": 295,
  "status": "in_progress",
  "stage": "Reviewing access control",
  "description": "0x… on Base",
  "createdAt": "2026-07-05T17:20:11.000Z",
  "estimatedCompletionSeconds": 2400,
  "pollIntervalSeconds": 30,
  "trackUrl": "https://onedollaraudit.com/audit/295",
  "reportUrl": null
}

Status values: pending | in_progress | complete | declined | cancelled | reassigned

On-Chain Info

Field Value
Network Base (eip155:8453)
Token USDC 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
Pay to 0xCfB32a7d01Ca2B4B538C83B2b38656D3502D76EA
Job contract 0xb2fb486a9569ad2c97d9c73936b46ef7fdaa413a

Rules

  • One contract or one tight system per $1 engagement
  • Description is public on-chain — no secrets
  • This is an AI first-pass, not a substitute for full manual audit on high-TVL systems