一键生成高互动文案视觉封面
Analysis
This skill is a coherent social-media copy and HTML cover generator with no evidence of malicious behavior, though users should notice its web-search, local file-output, and HTML-generation behavior.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
在创作文案前,**必须**通过联网搜索获取以下最新信息
The skill requires web search before generating content. This is disclosed and aligned with creating timely social-media posts, but it means external search results can influence the generated copy.
Source: unknown; Homepage: none; Required binaries ... none; Code file presence: scripts/generate-cover-html.py
The skill includes a local Python helper script, but registry metadata does not declare Python as a required binary and provides no source/homepage provenance. The script itself is included and simple, so this is a notice rather than a concern.
<div class="text">{highlighted_text}</div> ... <div class="guide">{guide_text}</div>The generator inserts supplied text into an HTML file without escaping. This is expected for an HTML cover generator, but untrusted text containing HTML or script could become active when the generated file is opened in a browser.
