ecosystem: add Bug Bounty Intelligence -- AI smart contract security scan (Services/Endpoints) - #253
Open
holistis wants to merge 1 commit into
Open
Conversation
🟡 Heimdall Review Status
|
Author
|
Quick update: the service is now live and verified on 402index.io. The GET endpoint correctly returns HTTP 402 with x402 payment requirements for Base/USDC. I tested it with a full Euler contracts scan (euler-xyz/euler-contracts) which completed successfully. The endpoint also follows the .well-known/x402 discovery standard and is registered in the x402 ecosystem. Happy to help test any of the x402 client implementations against this service if useful for the PR review. |
holistis
force-pushed
the
feat/add-bug-bounty-intelligence
branch
from
August 2, 2026 04:34
4b4440c to
104f3ea
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds Bug Bounty Intelligence to the x402 ecosystem as a Services/Endpoints entry.
Service description
Automated smart contract security analysis for AI agents and developers. Trained on 27,681 real findings from Sherlock and Code4rena contests. The cheapest security scan on the internet.
Endpoint: https://wazir-x402.duckdns.org/api/bug-intel
Payment: 5.00 USDC per scan, Base mainnet (eip155:8453)
x402 version: 2
Facilitator: CDP (exact EIP-3009 on-chain)
Terms (machine-readable): https://wazir-x402.duckdns.org/terms
AI-agent flow
GET /terms -- read machine-readable service terms (AGENT_NOTE: payment = acceptance)
POST /api/bug-intel -- pay 5 USDC, submit repo URL, receive jobId
GET /api/bug-intel/{jobId} -- poll until status is complete, get reportUrl
Verified live
curl -X POST https://wazir-x402.duckdns.org/api/bug-intel -H 'Content-Type: application/json' -d '{"repo":"test"}'
Returns x402v2: amount 5000000 (5 USDC), network eip155:8453, asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 (USDC Base), payTo 0xdffcC75a674257be6FE1b5549FE52e8f8a6A3A5A
Note: logo will be added in follow-up commit. Same server also runs DeFi Signal API (PR 252).