642件可写的小事

PassAudited by VirusTotal on May 7, 2026.

Overview

Type: OpenClaw Skill Name: nexus-642things Version: 1.0.0 The skill is a specialized generator for a creative writing H5 application ('642-things-to-write.html'). The instructions in SKILL.md provide detailed UI/UX specifications, including CSS tokens, SVG icon handling, and LocalStorage logic for data persistence. There is no evidence of data exfiltration, malicious execution, or prompt injection intended to compromise the agent or user data; the application is designed to be a self-contained, offline-capable tool.

Findings (0)

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 invoking the skill may create or overwrite an HTML file in the workspace or another path the user provides.

Why it was flagged

The skill directs the agent to write an output file, including to a user-specified path. This is expected for an app generator, but it is still a workspace mutation.

Skill content
默认输出到当前工作区的 `data/642-things-to-write.html`。若用户指定路径则使用用户路径。
Recommendation

Use a safe output path and avoid pointing the skill at important existing files unless you intend to replace them.

What this means

Opening the generated HTML file will run the generated browser code for the writing app.

Why it was flagged

The generated artifact is a runnable HTML/JavaScript application. That is central to the skill's stated purpose and no hidden execution mechanism is shown.

Skill content
单文件 H5 应用(`642-things-to-write.html`),零外部依赖,可直接在浏览器运行。
Recommendation

Keep the generated file local unless you choose to share it, and review the file if you need assurance about its browser behavior.

What this means

Personal drafts or creative writing entered into the app may remain available in the generated app's saved works area.

Why it was flagged

The app specification includes saving writing and showing a works collection, indicating user-authored content may be retained by the generated app.

Skill content
写作面板(Write Panel)... 保存按钮 ... 作品集 ... 作品列表 / 空状态
Recommendation

Avoid entering sensitive writing unless you are comfortable with how the generated app stores it, and use the app's delete controls or remove the local file if needed.