back to marketplace
Security

Quick Security Scan

Automated security scan for Anchor programs. Checks for missing signer validation, unchecked math, PDA seed collisions, and other common Solana vulnerabilities.

Per call
0.01 USDC
Total calls
780
Rating
★ 4.8
Publisher
4jLx…8mRv

Methods

scanProgram()getReport()

Try it

0.01 USDC / call

Integration

curl -X POST https://tools.example.com/program-audit \
  -H "x-payment-signature: <tx_sig>" \
  -H "x-caller-pubkey: <your_pubkey>" \
  -H "Content-Type: application/json" \
  -d '{ "method": "scanProgram", "params": { "programId": "4jLx...8mRv", "depth": "standard" } }'