Documentation Index
Fetch the complete documentation index at: https://sage-f6b5014e.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
GET /analyze/:id
Runs live security checks on a proposal’s recipient and token and aggregates every flag. Uselatest as the id with ?vaultAddress= to target the most recent in-review proposal. Typically takes 5–15s.
What It Checks
| Source | Field | Detail |
|---|---|---|
| GoPlus address security | addressSecurity | Cybercrime, phishing, sanctions, money laundering, darkweb, mixer, blacklist, fake KYC, malicious contracts |
| GoPlus token security | tokenSecurity | Mintable, freezable, closable, mutable metadata, missing DEX liquidity, trust status (native SOL is skipped) |
| Rugcheck | rugcheck | Token risk score, risks, rating (non-native SPL tokens) |
| Sage threat intel | sageThreatIntel | Curated known-incident addresses — label, threat types, linked incident |
| Behavioral history | recipient | known, totalTxCount, avgAmount |
Response
| Field | Description |
|---|---|
allFlags | Aggregated list of every red flag found across all sources |
totalFlags | Count of allFlags |
safe | true only when no flags were raised |

