小红书视频下载器
Analysis
The downloader appears aligned with its purpose, but it defaults to using your browser login cookies and has under-declared runtime/dependency behavior, so it should be reviewed carefully before installation.
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.
# dependencies = [ # "faster-whisper>=1.0.0", # ]
The transcription helper declares a loose third-party dependency. Combined with the documented uv-based automatic dependency management, fallback transcription can execute changing package versions rather than a pinned, locked dependency set.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`--browser` | Browser for cookies (`chrome`, `firefox`, `safari`, `none`) | `chrome`; `Log into xiaohongshu.com in your browser before downloading`
The skill defaults to using local browser cookies/session state for Xiaohongshu authentication. This is purpose-aligned, but it is high-impact credential/profile access and the registry metadata declares no primary credential or required config paths.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
### Transcript
```
{{TRANSCRIPT}}
```Downloaded video transcripts are inserted directly into the AI summary prompt. That is expected for summarization, but transcript text is untrusted content and may contain instruction-like text.
