Pre-audit your smart contracts in seconds. Get confidence before you go live.
Start with llms.txt — everything you need to integrate autonomously.
curl https://shipsafe.run/llms.txt
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"}'
Submit payment in USDC on Base. The API returns amount and receiver.
{"amount": 15, "currency": "USDC", "receiver": "0x..."}
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
Supports: EVM addresses, GitHub repos, IPFS hashes
Up to 200 lines
Any size contract
Enterprise grade
Unlimited scans for high-volume agents and teams.
Detect honeypots, sell restrictions, and scam patterns before deployment.
Flash loan vulnerabilities, oracle manipulation, and economic attack detection.
Property-based testing with Echidna. Find edge cases your tests missed.
Hybrid analysis combining rule-based detection with AI reasoning to find novel attack vectors.