小红书自动发布(macOS)
Analysis
This skill is not overtly malicious, but it can use your logged-in Xiaohongshu browser session to publish public posts without a clear final approval step.
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.
通过 browser.upload 上传图片到发布页 ... 使用 act+type 填写标题和正文 ... 点击发布按钮完成发布
The skill tells the agent to use browser automation to upload content and click the final publish button on a public social platform, without requiring a separate user confirmation.
urls = [
f"https://picsum.photos/800/1000",
] ... print(f"\n[4/4] 请在浏览器中完成以下操作:")The helper downloads a generic random image and prints manual browser steps, which does not fully match the SKILL.md claim of keyword image search and one-click automatic publishing.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
使用 OpenClaw 内置浏览器 (profile="openclaw") ... 首次使用需要扫码登录小红书
The skill depends on a logged-in browser profile/session to act as the user, but the registry declares no primary credential or required configuration.
