Ethereum L2 Analytics 以太坊L2分析

Security checks across static analysis, malware telemetry, and agentic risk

Overview

The L2 analytics content is mostly coherent, but the package embeds a SkillPay API key and crypto payment verification flow that is not clearly explained in the main skill instructions.

Treat this as a review-before-install skill: the analytics materials and local scripts look mostly scoped, but verify the paid-use terms, avoid sharing wallet details unless necessary, and do not trust the payment module until the hardcoded API key and missing-file references are addressed.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

What this means

A bundled payment credential can be misused or become invalid/compromised, and users have limited assurance about what authority it grants to the payment service.

Why it was flagged

The skill embeds a bearer-style payment API key directly in distributed code and uses it for SkillPay verification, creating unclear credential scope and rotation boundaries.

Skill content
SKILLPAY_API_KEY = "sk_f03aa8f8bbcf79f7aa11c112d904780f22e62add1464e3c41a79600a451eb1d2"
Recommendation

Do not install until the publisher removes hardcoded secrets, rotates this key, and uses a platform-managed or clearly scoped payment credential mechanism.

What this means

A user may invoke the skill expecting only analytics and later be routed into a crypto payment flow that was not obvious from the main instructions.

Why it was flagged

The code presents a per-call crypto payment requirement, while the main SKILL.md describes analytics features and risk disclaimers but does not clearly disclose the paid-use flow.

Skill content
价格: {PRICE} USDT / 次调用
Recommendation

The publisher should disclose pricing, payment destination, refund/verification behavior, and what data is sent to SkillPay directly in SKILL.md and registry metadata.

What this means

If you provide a wallet address, it may be linked to this skill usage by the payment provider.

Why it was flagged

Payment verification sends a supplied wallet address and timestamp to an external provider endpoint at api.skillpay.io.

Skill content
"user_address": user_address
Recommendation

Only provide a wallet address if you are comfortable sharing it with the payment provider, and prefer a payment flow with clear privacy terms.

What this means

Some advertised functionality may fail or may require unreviewed files from elsewhere if a user or agent tries to complete the missing pieces.

Why it was flagged

SKILL.md references scripts and a guide that are not included in the provided file manifest.

Skill content
`scripts/tech_comparator.py` ... `scripts/bridge_analyzer.py` ... `references/airdrops.md`
Recommendation

Use only the files included in the reviewed package, and ask the publisher to include or remove the missing referenced files.