Guardian Intent Preflight — before you sign a Solana tx, grade the from/to walle
Guardian Intent Preflight — before you sign a Solana tx, grade the from/to wallets, mint authorities, and program novelty. Explainable patterns, not verdicts. Agent guide: https://cyre.dev/SKILL.md
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.01listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://cyre.dev/api/preflight
| Category | Market data |
|---|---|
| Provider host | cyre.dev |
| Networks | eip155:8453, solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"from": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM",
"mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"programIds": "JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4",
"to": "5tzFkiKscXHK5ZXCGbXZxdw7gTjjD1mBwuoFbhUvuAi9"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"from": {
"description": "Solana fee-payer / source wallet (base58)",
"type": "string"
},
"mint": {
"description": "Optional token mint touched by the intent",
"type": "string"
},
"programIds": {
"description": "Optional comma-separated program ids",
"type": "string"
},
"to": {
"description": "Optional counterparty / destination wallet",
"type": "string"
}
},
"required": [
"from"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"brief": {
"type": "string"
},
"kind": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"riskLevel": {
"type": "string"
},
"score": {
"type": "number"
},
"signals": {
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}