XiaoHongShu
Analysis
This appears to be a simple Xiaohongshu-style writing helper, with minor npm install/dependency hygiene issues to notice if you run the included code.
Findings (2)
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.
"dependencies": { "@ai-sdk/google": "^1.0.0" }The package declares an external npm dependency with a caret version range, so running npm install may fetch third-party code versions not fully represented in the provided artifacts.
"scripts": { "install": "npm install", "start": "node content-creator/index.js" }An npm install lifecycle script is present. Although it only reinvokes npm install and no malicious command is shown, lifecycle scripts can run automatically during package installation.
