Trust Infrastructure for the Agent Economy - Programmatic Threat Intelligence
https://moltline-api.simple-on-base.workers.dev
Unlike binary blacklists, BAI uses a nuanced 5-tier system:
Every listing includes a confidence score (0-100) based on evidence quality:
Evidence is weighted by source credibility:
New threats flagged within minutes. WATCH level applied immediately on first report.
CONFIRMED status requires manual team verification. Appeals system for wrongly flagged addresses.
Stale reports without new evidence slowly decrease in confidence over time.
Addresses and domains linked to active investigations for full context.
API information and available endpoints
Platform statistics including risk breakdown and activity metrics
Example Response:{
"system": {"version": "2.0.0", "status": "operational"},
"coverage": {
"totalAddresses": 47,
"totalDomains": 12,
"activeCases": 6
},
"riskBreakdown": {
"addresses": {
"CLEAR": 3, "WATCH": 8, "SUSPICIOUS": 12,
"HIGH_RISK": 15, "CONFIRMED": 9
}
},
"activity": {
"reportsLast24h": 23,
"reportsLast7d": 142
}
}
Look up risk assessment for a specific wallet address
Example Response:{
"found": true,
"address": "0x1234...",
"risk": {
"level": 4,
"name": "CONFIRMED",
"description": "Verified malicious by BAI team",
"color": "#7c2d12"
},
"confidence": {
"score": 97,
"interpretation": "HIGH"
},
"tags": ["rug-pull", "honeypot"],
"case": "CASE-004",
"reports": 47,
"estimatedLoss": "$2.4M",
"recommendation": "CONFIRMED MALICIOUS. Do not interact."
}
Check if a domain is flagged for phishing or scams
List all active BAI investigations
Get detailed case information including linked addresses and domains
Top contributors who have helped identify threats
Complete documentation of the risk assessment framework