aave-v3-plugin
Audited by Socket on Sep 22, 2026
2 alerts found:
SecurityAnomalySUSPICIOUS. The skill's DeFi capabilities match its stated Aave purpose and its transaction-confirmation rules are unusually safety-conscious, but it still installs multiple external components, includes transitive skill installation, and relies on a downloaded standalone plugin binary whose behavior cannot be fully verified from the provided source. Risk comes from supply-chain trust and autonomous financial action potential, not clear credential theft or covert exfiltration.
The code is a readable CLI integration layer with no evident malware or intentional data exfiltration. The principal security concern is executable hijacking caused by prepending `$HOME/.local/bin` to PATH before invoking `onchainos`. Additional transaction-safety concerns are the forced real contract calls, caller-controlled destinations/calldata, maximum ERC-20 approvals, and silent fallback of unknown chain IDs to Ethereum. The fragment should be reviewed and hardened before use in a privileged wallet context.