Vocab Deep Dive - 单词深度解析

PassAudited by ClawScan on May 1, 2026.

Overview

This is a benign instruction-only vocabulary helper, with a disclosed optional dictionary lookup for verification.

This skill appears safe and narrowly focused on vocabulary study. Be aware that it may optionally use a public dictionary API to verify a word, so avoid external lookup for any term you consider private.

Findings (1)

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

If the optional lookup is used, the word being checked may be sent to dictionaryapi.dev.

Why it was flagged

The skill discloses an optional external web_fetch call to verify dictionary information. This is purpose-aligned and limited, but users should know a queried word may be sent to an external service.

Skill content
可选补充:Free Dictionary API ... 使用方式:`web_fetch https://api.dictionaryapi.dev/api/v2/entries/en/{word}` ... 仅在用户明确要求或 LLM 不确定时才调用
Recommendation

Install is reasonable; avoid requesting external verification for sensitive terms, or tell the agent not to use web_fetch.