x402basequality 0.25

Pay $5 in USDC on Base for a human code review via the x402 protocol.

Price
5.00 USDC / call
Protocol
x402
Verified
no

What it does

Human Lint is a paid code-review service accessible through the x402 payment protocol. The endpoint at humanlint.dev/api/payments accepts an x402 payment header and, upon receiving $5 USDC on the Base network, initiates a code review request. The service appears to integrate with GitHub for authentication or code submission.

The x402 challenge indicates the payment scheme is "exact" with a maxAmountRequired of 5,000,000 (i.e., 5 USDC, given USDC's 6-decimal precision) paid to address 0x3076E2A4CEF0a835FA4ca67835e59c9778AaF776 using the USDC contract on Base (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The output schema describes a JSON object with fields for success status, payment details, and a codeReviewRequest object, though the inner structure of those objects is not further specified.

Documentation, pricing pages, and API reference pages all return 404, so details about what the code review covers, turnaround time, review depth, or how to specify the code to be reviewed are unknown. The landing page states only "Human feedback for your code, $5 flat" with a GitHub login flow. This makes the service difficult to evaluate beyond the x402 challenge metadata itself.

Capabilities

x402-paymentcode-reviewusdc-basegithub-integrationhuman-review

Use cases

  • Requesting a human-written code review for a GitHub repository or pull request
  • Automating code review procurement from an AI agent via x402 micropayment
  • Getting a second opinion on code quality for a flat $5 fee

Fit

Best for

  • Developers wanting quick, flat-rate human feedback on code
  • AI agents that need to programmatically purchase code reviews
  • Teams experimenting with x402 pay-per-use developer services

Not for

  • Automated static analysis or linting (this is human review, not tooling)
  • Free or open-source code review workflows
  • Large-scale continuous integration review pipelines (no documented batch support)

Quick start

# The endpoint requires an X-PAYMENT header with a valid x402 payment token.
# Payment: 5 USDC on Base network.
curl -X GET https://humanlint.dev/api/payments \
  -H "X-PAYMENT: <x402_payment_token>" \
  -H "Content-Type: application/json"

Example

Response

{
  "payment": {
    "asset": "USDC",
    "amount": "5000000",
    "network": "base"
  },
  "success": true,
  "codeReviewRequest": {
    "status": "pending"
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0x3076E2A4CEF0a835FA4ca67835e59c9778AaF776
CurrencyUSD COIN

Quality

0.25/ 1.00

The x402 challenge provides basic payment metadata, but all documentation pages return 404. There is no OpenAPI spec, no detailed input/output schema, no information on how to specify code for review, and no examples. The response example above is inferred from the sparse outputSchema and is not authoritative.

Warnings

  • All documentation and API reference pages return 404.
  • No OpenAPI or detailed schema available; inner structure of payment and codeReviewRequest objects is unspecified.
  • No information on review turnaround time, scope, or how code is submitted beyond GitHub OAuth.
  • Example response is entirely inferred and may not reflect actual API behavior.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 18:47:27Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-07-06

Agent access