Gas Tracker
Analysis
The gas tracker functionality is mostly straightforward, but the artifacts make automatic USDT billing and deduction claims that are not verifiably implemented in the included code.
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.
✅ 已扣费 0.001 USDT
The script prints a successful deduction in every normal formatted result, while the included source does not show a SkillPay call or any payment-status verification before making that claim.
requests.get("https://api.blocknative.com/gasprices/blockprices", ...)
requests.get("https://www.etherchain.org/api/gasPriceOracle", timeout=5)The script contacts external gas-price APIs. This is expected for a real-time gas tracker, but it is still external network behavior users should be aware of.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
使用SkillPay API自动收费: - 用户余额不足时返回支付链接 - 收款自动到账BNB Chain钱包
The skill declares intended automatic billing and balance/payment-link behavior. The amount is disclosed, but it still represents payment authority tied to each invocation.
