Skill flagged — suspicious patterns detected

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

MIXLAB Solo Scope(每日简报)

v1.0.0

从 Solo Scope RSS(https://www.mixdao.world/feed)拉取条目,按主题整理成 3~6 类,每类生成 140 字核心价值摘要,并附每条原标题与 URL 输出简报。由 Agent 自行完成拉取、整理、写简报。触发示例:「做 Solo Scope」「mixlab Solo Sco...

0· 519·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (generate briefings from the Solo Scope RSS) matches the SKILL.md instructions: fetching https://www.mixdao.world/feed, parsing items, grouping into 3–6 categories, and writing 140-character summaries. One minor inconsistency: the skill metadata lists no required binaries, but the SKILL.md explicitly uses curl to fetch the feed—environments lacking curl may fail. No unrelated services, credentials, or surprising capabilities are requested.
Instruction Scope
Runtime instructions are narrowly scoped to fetching the specified RSS URL, parsing item title/link/description, categorizing, and producing Markdown output. The SKILL.md does mention writing output to project files or replying directly; this is expected for a summarization skill. It does not instruct collecting other system files, reading environment variables, or contacting endpoints beyond the declared RSS feed. (The agent could voluntarily follow links if given additional discretion, but the instructions do not request that.)
Install Mechanism
There is no install spec and no code files—this is instruction-only, which minimizes install risk. No downloads, packages, or extract operations are specified.
Credentials
The skill declares no required environment variables, credentials, or config paths, which is appropriate for an RSS summarizer. There are no requests for unrelated secrets or high-privilege access.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. The only persistence implied is optional writing of the generated Markdown into the project workspace, which is reasonable for this function but worth noting as a potential site of stored outputs.
Assessment
This skill appears to do exactly what it says: fetch the Solo Scope RSS and create categorized 140-character summaries in Markdown. Before installing, note two practical points: (1) SKILL.md uses curl but the skill metadata doesn't list any required binaries — make sure the runtime environment has curl (or adjust the instructions to use an available HTTP client). (2) The skill may write the generated Markdown into the project workspace; confirm you're comfortable with the agent creating files there. There are no requested credentials or installers and no evidence of unrelated data collection. If you want extra caution, run it once in a restricted workspace or manually fetch the feed and inspect results before enabling autonomous runs.

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

latestvk973ns1jx7dmrpmrhxc7x7e8b181dgnp

License

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

Comments