Smart Contract Security

Scan before you ship.

Pre-audit your smart contracts in seconds. Get confidence before you go live.

shipsafe scan
$ _
1

Read the docs

Start with llms.txt — everything you need to integrate autonomously.

curl https://shipsafe.run/llms.txt
2

Submit a scan

POST to /api/scans with contract address and tier. No auth required.

curl -X POST https://shipsafe.run/api/scans \
  -H "Content-Type: application/json" \
  -d '{"contract": "0x...", "tier": "essential"}'
3

Pay via x402

Submit payment in USDC on Base. The API returns amount and receiver.

{"amount": 15, "currency": "USDC", "receiver": "0x..."}
4

Get results

Poll GET /api/scans/{id} until status is "completed". Process findings.

while (status !== "completed") {
  await sleep(30000);
  status = await checkScan(scanId);
}

Drop .sol, .zip files or browse

Simple, line-based pricing

Starter
$5/scan

Up to 200 lines

  • Slither static analysis
  • 300+ vulnerability patterns
  • JSON report
  • 30 min turnaround
Max
$75/scan

Enterprise grade

  • Everything in Pro
  • Echidna fuzzing
  • Red Team AI analysis
  • PDF report + 8 hour turnaround
Subscription

Security Companion Pass

Unlimited scans for high-volume agents and teams.

15 Starter
5 Pro
1 Max
  • Priority queue
  • API access
  • Dedicated support
$50/month

Everything you need

Shipsafe 01

Pre-audit your smart contract in seconds.

Detect honeypots, sell restrictions, and scam patterns before deployment.

Blockchain

On-chain Navigation

AI-powered analysis of DEX data and liquidity flows

Shipsafe 02

Get confidence before you go live.

Flash loan vulnerabilities, oracle manipulation, and economic attack detection.

Security

Secure Execution

Built with OpenZeppelin patterns

Shipsafe 03

Real security tools. No surprises.

Property-based testing with Echidna. Find edge cases your tests missed.

Shipsafe

Red Team AI

Hybrid analysis combining rule-based detection with AI reasoning to find novel attack vectors.