Mobula - Crypto Prices & Market Data
Analysis
This is a read-only Mobula market-data skill; users should mainly notice that it needs a Mobula API key and the docs suggest storing that key in shell configuration.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
echo 'export MOBULA_API_KEY="your_key"' >> ~/.zshrc source ~/.zshrc
The README provides user-directed shell commands that modify the user's shell startup file to persist the API key. This is a common setup pattern, not automatic execution, but it changes local configuration.
✅ **Open source** - [View code on GitHub](https://github.com/Flotapponnier/Crypto-date-openclaw) ✅ **VirusTotal verified** - Benign scan results
The documentation makes trust and safety claims, but the supplied artifacts do not include a VirusTotal report. The repository link may be useful, but the security claim should not be treated as independent proof from the provided artifacts.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
requiredEnvVars:
- MOBULA_API_KEY
...
Authorization: ${MOBULA_API_KEY}The skill requires a Mobula API key and uses it in the Authorization header. This is expected for a Mobula API integration, but it means a credential is involved even though the registry metadata declares no required env vars or primary credential.
