Skill flagged — suspicious patterns detected

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

Core Vocabulary for CET-4

Randomly generates one or more words from a curated database of 300 must-know College English Test Band 4 (CET-4) vocabulary.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
1 · 39 · 0 current installs · 0 all-time installs
byAIphaZhu@zfeng1982
MIT-0
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description state: produce random CET‑4 words. The skill includes a local word.txt and SKILL.md that instructs reading that file and returning N random entries — this is coherent. Minor note: the registry metadata requires the 'shell' binary even though SKILL.md does not show any shell commands; that requirement appears unnecessary but not malicious.
Instruction Scope
SKILL.md explicitly instructs reading the local word.txt, selecting N random lines, parsing fields separated by '#' and returning structured fields. It does not instruct reading other files, accessing environment variables, or sending data to external endpoints.
Install Mechanism
No install spec and no code files beyond SKILL.md and the bundled word.txt. Instruction-only skills that read a local resource are low risk because nothing is downloaded or written during install.
Credentials
No environment variables, credentials, or config paths are requested. The skill only relies on a local word.txt resource — the access requested matches the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. It does not modify other skills or system-wide settings.
Assessment
This skill appears coherent and low-risk: it simply reads the packaged word.txt and returns randomly selected entries. Before installing, you may want to: 1) quickly inspect word.txt (already provided) to confirm it contains only expected vocabulary and no sensitive data; 2) note the metadata's unnecessary 'shell' requirement — harmless but ask the publisher to remove it for clarity; 3) if you restrict agent network/output, remember the skill will still output the selected words (normal behavior). Overall safe to install from a content-consistency perspective.

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

Current versionv1.0.7
Download zip
latestvk973sdpaep01ctje8a97mrv6ss837kzb

License

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

Runtime requirements

🚀 Clawdis
Binsshell

SKILL.md

Core Vocabulary for CET-4(300)

从本地词库word.txt中读取单词返回给用户,本地词库的获取不消费token,请放心使用

Usage

根据用户对话提取单词个数N,从word.txt文件中随机读取N条,返回给用户。

Examples

读取一条数据为[curriculum#/kəˈrɪkjələm/#n. 课程#The school curriculum includes math and science.#学校课程包括数学和科学。] 使用#进行切分返回级用户下面信息: word: "curriculum", phonetic: "/kəˈrɪkjələm/", meaning": "n. 课程", sentence_en: "The school curriculum includes math and science.", sentence_cn: "学校课程包括数学和科学。"

Current Status

Fully functional.

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…