Solana Wallet Self-Audit Pipeline
Implements the 4-block architecture from
system.md —
Reconnaissance Engine → Payload Serialization Engine → Relayer & Broadcasting → Detection Signals Report.
Applied to your wallet only. Destination is a wallet you control.
⚠ This is a self-audit harness. You will be shown the exact payload a real drainer would build against your wallet, run through a detection-signals scanner, and can optionally sign + broadcast to your own destination address to verify end-to-end extractability.
Step 1 · Connect Wallet (Handshake Layer)
Not connected. Install Phantom / Backpack / any Wallet-Standard-compliant browser extension.
Step 2 · Reconnaissance Engine
Queries RPC + price indexers (CoinGecko, Jupiter) to produce the same ranked USD-value target list a drainer backend would build after a wallet-connect.
pending…
Step 3 · Payload Serialization Engine
Builds unsigned v0 transaction payloads matching the §3 reference pattern:
buildSolNativeSweepPayload (SystemProgram.transfer with
fee-subtracted amount) + SPL transfer + close-account rent reclamation.
pending…
Step 4 · Detection Signals Report (§4)
Runs the payloads through the same detection pipelines wallet / RPC providers use: negative-USD-asset-delta simulation, EOA destination check, payload-vs-declared-destination match.
pending…
Step 5 · Relayer & Broadcasting Pipeline
If you want to end-to-end verify the whole pipeline, sign the payload with your connected wallet and submit via: public RPC OR Jito block-engine single-tx OR dual-broadcast. This moves real funds.
pending…