小红书舆情爬虫
Analysis
This is a disclosed Xiaohongshu crawling skill, but users should notice that the main instructions involve logging into a local Xiaohongshu account and running unpinned external crawler code.
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.
git clone https://github.com/xiaofuqing13/redbooks.git ... pip install -r requirements.txt ... python crawler_ultimate.py
The documented setup asks the user to fetch and run external project code that is not included in the supplied manifest and is not pinned to a specific commit.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
首次运行会弹出浏览器窗口,用小红书账号登录 ... 频繁爬取可能导致账号被封禁
The skill explicitly requires using a local Xiaohongshu account and discloses that scraping can affect that account.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
爬取结果会保存为: Excel 文件: `data/关键词_时间.xlsx` ... SQLite 数据库: `data/xiaohongshu.db` ... 图片/视频: `images/关键词_时间/`
The skill stores retrieved social-media content locally in files and a database.
