Paste your raw execution logs or JSON into the input terminal and click RUN_FORENSIC_ANALYSIS. FlowAudit parses each step of the Agent's execution, maps fund flows between addresses, and visualizes the complete transaction ladder. Each step shows FROM/TO addresses, amounts transferred, and any fees incurred.
WHAT CAUSES FUND LEAKAGE IN DEFAI AGENTS?
Fund leakage typically occurs from three sources: (1) Slippage during DEX swaps, (2) Excessive gas fees from inefficient routing, (3) Suboptimal path finding that routes through multiple intermediary contracts. FlowAudit identifies which category your leakage falls into and highlights suspicious transfers to unknown addresses.
HOW TO DETECT SUSPICIOUS TRANSACTIONS IN AGENT LOGS?
FlowAudit's red-flagging logic looks for: transfers to unverified/unknown addresses, unexpected fee deductions, contract interactions with no apparent purpose, and balance discrepancies exceeding expected slippage. Suspicious steps are highlighted in bright red with the SUSPICIOUS_LEAKAGE label for immediate identification.
IS FLOWAUDIT SAFE FOR PRIVATE API KEYS?
100% safe. FlowAudit processes all data locally in your browser. No logs, API keys, or transaction data are uploaded to external servers. The audit engine runs entirely in your device's memory, ensuring complete privacy and security for sensitive information.
HOW TO AUDIT X402 AUTONOMOUS PAYMENTS?
FlowAudit is fully compatible with agentic payment protocols like x402. Simply paste the complete execution trace including payment initiation, routing decisions, contract interactions, and settlement steps. The tracer maps each payment hop, verifies fee calculations, and identifies any deviations from expected payment flows.