Whale Alert
v1.0.0实时监控巨鲸大额转账,追踪聪明钱动向。支持ETH、BTC、USDT。触发词:巨鲸、whale alert、大额转账、聪明钱。
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name, description, SKILL.md, and the included Python script all align: the skill reports simulated whale transfers and indicates an optional integration point (Whale Alert API). Nothing in the code asks for unrelated resources or credentials.
Instruction Scope
SKILL.md describes monitoring >$100k transfers and charging 0.001 USDT per call. The runtime script returns simulated data and does not access files, env vars, or network endpoints. Note: the per-call billing is declared in metadata/SKILL.md but is not enforced in the script — billing would be handled externally by the platform.
Install Mechanism
No install spec is provided (instruction-only with a small helper script). Nothing is downloaded or written to disk during install.
Credentials
The skill declares no required environment variables or credentials. The code references the requests library (imported but unused); if the skill were extended to call external APIs it would legitimately need an API key, but none are requested now.
Persistence & Privilege
always=false (default). The skill does not request permanent/system-wide presence or modify other skills' configs. Autonomous invocation is allowed by default but is not combined with other concerning factors here.
Assessment
This skill appears coherent and low-risk as provided: it returns simulated whale-transfer data and doesn't access secrets or external endpoints. Before installing or using it for real-time data, ask the author how real API integration and per-call billing are handled (where payments are processed and whether API keys will be required), confirm the runtime environment includes the requests library if network calls are added, and review any future updates that introduce external network requests or new environment variables (those would need scrutiny).Like a lobster shell, security has layers — review code before you run it.
latest
巨鲸警报
每次调用收费 0.001 USDT。
功能
- 监控大额转账(>$100k)
- 追踪聪明钱钱包
- 交易所流入流出分析
- 链上异动预警
输出示例
🐋 巨鲸异动警报 ━━━━━━━━━━━━━━━━ 💰 15,000 ETH ($28.5M) 📍 从: 0x7a2...3f4 📍 到: Binance ⏰ 2分钟前
📊 该地址历史准确率: 78%
Comments
Loading comments...
