Grand Bazaar Swap

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The skill bundle is designed for legitimate P2P swaps on the Base blockchain, using `ethers.js` to interact with smart contracts and Farcaster for communication. It requires `SENDER_PRIVATE_KEY` and `SIGNER_PRIVATE_KEY` from environment variables for its core functionality (signing orders and sending transactions), which is a high-risk capability. While the scripts do not exfiltrate these keys, their presence as environment variables makes the overall operation suspicious due to the inherent risk of handling sensitive credentials. A strong positive security indicator is the explicit disabling of `scripts/post_cast_farcaster_agent.js` for 'security hardening' to avoid 'code-safety exfiltration heuristics', demonstrating an intent to prevent malicious data exfiltration. However, the `SKILL.md` instructs the agent to 'bypass estimate-gated abort and submit with a manual gas limit of `650000`' if `estimateGas` fails, which is a risky operational instruction that could lead to unexpected transaction costs or failures, classifying it as a vulnerability rather than malice.