redbookskills

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This skill mostly matches Xiaohongshu automation, but it needs review because it can post/comment from your account, access account pages, and includes anti-detection guidance.

Before installing, treat this as a powerful Xiaohongshu account automation tool. Use a dedicated or test account if possible, confirm every post and comment manually, avoid remote CDP unless you fully trust the browser host, and be aware that the skill stores login state in a local Chrome profile and includes anti-detection guidance that may create platform/account risk.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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

Your account may be used in a way that resembles bot activity and could violate platform rules or increase account risk.

Why it was flagged

The repository guidance explicitly suggests randomization and human-like interaction to avoid system detection, which is a material anti-detection tradeoff not presented in the user-facing description.

Skill content
考虑到操作随机值,模拟人机交互,避免被系统检测
Recommendation

Remove or clearly disclose anti-detection behavior, and only use automation that complies with the target platform and the user's explicit intent.

What this means

The agent could post public comments or publish content from your Xiaohongshu account if invoked with the needed inputs.

Why it was flagged

The skill can mutate a public social account by publishing and posting comments. Publishing has a confirmation rule, but the comment workflow does not show an equivalent explicit confirmation step.

Skill content
若用户需要发表评论,执行 `post-comment-to-feed` ...;发布模式说明:`publish_pipeline.py` 默认自动点击发布
Recommendation

Require explicit final confirmation for every public post or comment, include preview mode by default, and make public-account mutations easy to cancel.

What this means

The agent may read account-specific notifications and creator metrics, not just publish content.

Why it was flagged

The skill uses the logged-in Xiaohongshu session to access notification mentions and creator analytics, which goes beyond the registry summary of image/video publishing and test-browser startup.

Skill content
执行 `get-notification-mentions` 抓取 `/notification` 页面对应的 `you/mentions` 接口返回。... `content-data` 获取曝光/观看/点赞等指标。
Recommendation

Declare these account-data capabilities prominently, require explicit user requests for each data access, and limit returned data to what the user asked for.

What this means

Anyone or any process that can control that browser session during execution may act as the logged-in Xiaohongshu user.

Why it was flagged

The skill deliberately persists login state in a Chrome profile and exposes that browser through CDP, which is expected for this integration but gives the automation access to the logged-in account.

Skill content
Launches Chrome with a dedicated user-data-dir for login persistence ... `--remote-debugging-port={port}`, `--user-data-dir={user_data_dir}`
Recommendation

Use a dedicated/test account where possible, keep the debugging port local, close the browser after use, and avoid connecting to untrusted remote CDP hosts.

What this means

It is harder to verify who maintains the skill or where updates should come from.

Why it was flagged

The package provenance is not strongly documented in the registry metadata, so users have less context for trusting a browser-automation skill that operates a social account.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only from a trusted source, inspect the scripts before running, and consider pinning dependencies in a local virtual environment.