Bankr x402 SDK - Project Templates
Audited by Socket on Feb 15, 2026
1 alert found:
Malware[Skill Scanner] Installation of third-party script detected The supplied templates are functional scaffolding for legitimate blockchain tooling and are not inherently malicious. The principal risks are operational: storing raw private keys in environment files, automated execution without explicit confirmations, and the unknown behavior of external referenced implementations (bankr-client.ts and executor.ts from x402-client-patterns). Before using these templates in production, audit the referenced client/executor implementations, adopt secure key management (hardware wallets or secret stores), add confirmation and throttling safeguards for automated transactions, and avoid logging secrets. With these mitigations the templates are usable; without them there is a meaningful risk of accidental fund loss or misuse. LLM verification: No explicit malware or obfuscation was found in the provided templates. However, the templates include high-risk automation patterns (automatic transaction execution in an infinite bot loop and unspecified 'bankr-client' behavior) and lack enforceable safeguards for credential handling, endpoint selection, and user confirmation. If a real implementation of bankr-client or executor were swapped to communicate with third-party endpoints or to forward credentials, that would enable credential theft