maxhub-lemon8

PassAudited by ClawScan on May 13, 2026.

Overview

The provided files are coherent with a Lemon8 data-collection skill, but it uses a MaxHub API key, sends queries to a third-party API, and has minor provenance/version inconsistencies to review.

This looks benign for its stated purpose. Before installing, use a dedicated MaxHub API key, avoid sending private information in Lemon8 queries, confirm any bulk or chained collection requests, and review the final installed package for the omitted files and version consistency.

Findings (4)

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

Installing and using the skill gives it access to a MaxHub API key, which may allow paid API calls against the user's MaxHub account.

Why it was flagged

The skill is configured to use the MAXHUB_API_KEY environment variable as an authentication header for the MaxHub API provider.

Skill content
"url": "https://www.aconfig.cn", "authHeader": "x-api-key", "authEnvVar": "MAXHUB_API_KEY"
Recommendation

Use a dedicated/revocable API key with limited balance or quota, and monitor MaxHub usage.

What this means

Search terms, share text, IDs, or other query parameters may be visible to the provider.

Why it was flagged

The skill explicitly discloses that user query parameters are sent to the external MaxHub/aconfig.cn service.

Skill content
本Skill通过MaxHub API(aconfig.cn)获取数据,用户查询参数将发送至该服务 ... 请勿提交涉及个人隐私的敏感信息
Recommendation

Avoid submitting sensitive personal information, private account data, or confidential business queries.

What this means

Broad or chained requests may consume API quota or balance faster than a single search.

Why it was flagged

The skill supports multi-step and batch API usage, which can increase the number of external provider calls; the artifact also includes user-confirmation guidance.

Skill content
链式调用:复杂需求可串联多个API完成(需用户明确确认后执行) ... 批量操作(>10条)前会提示预计调用次数
Recommendation

Confirm expected call counts and cost before allowing bulk or multi-step data collection.

What this means

Version mismatch can make it harder to verify exactly which release is installed or documented.

Why it was flagged

The artifact shows inconsistent version strings, which is a provenance/maintenance quality note rather than evidence of malicious behavior.

Skill content
version: 1.1.1 ... 版本:v1.0.11
Recommendation

Prefer a package with consistent registry, manifest, and documentation versions, or verify the publisher/repository before relying on it.