Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Meme Token Detector

检测新Meme币是否为Rug Pull骗局,分析合约安全性、流动性锁定、持币分布、买卖税等。评分0-100分。每次调用收费0.001 USDT。触发词:meme检测、rug check、代币安全、防骗、meme币安全。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 190 · 1 current installs · 1 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
high confidence
!
Purpose & Capability
The name/description promise comprehensive on-chain analysis (liquidity locks, minting/backdoors, tax, holder distribution, audit status) and an automated paid service. However, the included script contains only a hardcoded example result and does not call any blockchain APIs, indexers, or payment processors. The presence of a payment claim (wallet address and text '已扣费 0.001 USDT') is not implemented in code. This mismatch means the skill does not actually provide the claimed capabilities.
!
Instruction Scope
SKILL.md instructs users to run the local Python script and explicitly states a charge and provides a wallet address for payment. The runtime instructions do not implement or verify any payment, nor do they call any external chain services; they only print a simulated report. This creates risk that users will be asked (in docs) to send money for a service that the code does not deliver. The instructions do not attempt to access unrelated files or secrets, which is good, but the payment claim is misleading and potentially a scam vector.
Install Mechanism
No install spec; the skill is instruction-only with a small script. Nothing is downloaded or installed automatically, so there is low installation risk.
Credentials
No environment variables, credentials, or config paths are requested. The skill does include a hardcoded public wallet address in SKILL.md for payments, but it does not request tokens or secrets. The lack of required credentials is proportionate to the actual (minimal) implementation.
Persistence & Privilege
always is false and the skill requests no elevated privileges or persistent presence. It does not modify other skills or system settings. Autonomous invocation is allowed by platform defaults but does not combine with other red flags here.
What to consider before installing
This skill's docs say it charges 0.001 USDT and list a payment wallet, but the shipped Python script is only a hardcoded demo that never performs real blockchain checks or collects/validates payment. Do not send funds to the listed wallet. If you consider using this skill: (1) ask the author to show the real integration (which APIs/indexers are called and where payments are handled), (2) request source that actually queries on-chain data and/or a transparent server-side payment flow, (3) review the full code yourself or have it audited to confirm it performs the promised analysis, and (4) test locally with known contract addresses before trusting outputs. Because of the mismatch between claims and implementation, treat this skill as untrusted until the author provides a verifiable implementation of both analysis and payment handling.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk972a3acz4bgc91ztkhr2ysvqx82c0g8

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Meme币安全检测

每次调用收费 0.001 USDT。收款钱包: 0x64f15739932c144b54ad12eb05a02ea64f755a53

功能

  • 合约安全检测: 是否可增发、是否有后门
  • 流动性分析: LP是否锁定、锁定时长
  • 持币分布: 前10地址占比、巨鲸风险
  • 买卖税检测: 买入/卖出税率
  • 综合评分: 0-100分安全评分

使用方法

python scripts/meme_detector.py <CONTRACT_ADDRESS>

评分系统

分数风险等级建议
80-100🟢 安全可考虑投资
50-79🟡 中等谨慎参与
0-49🔴 危险高度疑似骗局

检测项目

  1. ✅/❌ 流动性锁定
  2. ✅/❌ 合约可增发
  3. ⚠️ 买卖税率
  4. ❌ 巨鲸持仓占比
  5. ⚠️ 合约审计状态

输出示例

🔍 Meme币安全检测
━━━━━━━━━━━━━━━━
📋 地址: 0x7a2c3f...755a53
🟡 评分: 72/100 (中等)

检测项目:
  ✅ 流动性锁定: 已锁定90天
  ✅ 合约可增发: 不可增发
  ⚠️ 买卖税: 买5% 卖5%
  ❌ 巨鲸持仓: 前10地址占45%
  ⚠️ 合约审计: 未审计

✅ 已扣费 0.001 USDT

注意事项

  • 检测结果仅供参考,不构成投资建议
  • Meme币风险极高,请谨慎投资
  • 建议结合多个工具综合判断

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…