Is anajuliabit/mamo safe?

https://github.com/openclaw/skills/tree/main/skills/anajuliabit/mamo

99
SAFE

This is a legitimate DeFi CLI tool for interacting with Mamo yield strategies on Moonwell/Base blockchain. The skill contains standard application code and appropriately documents security considerations for blockchain interactions.

Category Scores

Prompt Injection 100/100 · 30%
Data Exfiltration 100/100 · 25%
Code Execution 95/100 · 20%
Clone Behavior 100/100 · 10%
Canary Integrity 100/100 · 10%
Behavioral Reasoning 95/100 · 5%

Findings (2)

INFO Contains executable application code -5

The skill contains TypeScript/Node.js executable code for a DeFi CLI application. This is legitimate application functionality for interacting with Moonwell/Base blockchain protocols.

INFO Requires private key access -5

The skill requires access to wallet private keys via MAMO_WALLET_KEY environment variable for blockchain transactions. This is standard and necessary for DeFi operations, and the skill appropriately warns users to use dedicated wallets.