FLINT Scout: Pre-Transaction Fraud Prevention
run_flint_scoutUse this tool to scan an intended agent transaction before execution. The first call returns a $0.01 x402 payment challenge without running the scan. A wallet-enabled client signs that challenge and retries with payment_signature. After settlement, FLINT returns a signed authority decision. When receipt issuance succeeds, it also returns a separately signed settlement receipt and durable receipt URL; otherwise it reports receipt unavailability without inviting a paid retry. Payment to FLINT is distinct from the transaction being scanned and is not proof of agent authority.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nonce | No | Replay-protection nonce. Generated automatically if omitted. | |
| timestamp | No | ISO-8601 request timestamp. Generated automatically if omitted. | |
| agent_claim | No | Optional bounded agent hints. Self-asserted values do not establish authority. | |
| passport_id | No | Optional FLINT Agent Passport. Verified payer-wallet and mandate bindings may strengthen the decision. | |
| transaction | Yes | ||
| payment_signature | No | Opaque caller-signed x402 PAYMENT-SIGNATURE value from a wallet-enabled client. Never provide a private key or seed phrase. | |
| merchant_reference | No | Optional merchant reference. Must match transaction.reference when both are supplied. |