ToolTrust
C25/100
JoeanAmier

xhs-downloader

mcp2.7

@JoeanAmier

小红书(XiaoHongShu、RedNote)链接提取/作品采集工具:提取账号发布、收藏、点赞、专辑作品链接;提取搜索结果作品、用户链接;采集小红书作品信息;提取小红书作品下载地址;下载小红书作品文件

By JoeanAmier | 15 findings | Scanned 3/20/2026 | tooltrust-scanner/v0.1.11

5 High5 Medium5 Low

Security Findings (15)

  • HighExcessive Permission Surface ×5
    • download_markdown:tool declares network permission
    • list_downloaded_files:tool declares network permission
    • set_download_directory:tool declares network permission
    • get_download_directory:tool declares network permission
    • create_subdirectory:tool declares network permission
    Rule: AS-002Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
  • MediumExcessive Permission Surface ×5
    • download_markdown:tool declares fs permission
    • list_downloaded_files:tool declares fs permission
    • set_download_directory:tool declares fs permission
    • get_download_directory:tool declares fs permission
    • create_subdirectory:tool declares fs permission
    Rule: AS-002Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
  • LowDoS Resilience — Missing Rate Limit / Timeout ×5
    • download_markdown:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
    • list_downloaded_files:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
    • set_download_directory:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
    • get_download_directory:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
    • create_subdirectory:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
    Rule: AS-011Fix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.

Scan this tool yourself

Reproduce this audit locally or block risky tools in CI.

Install once, then scan any MCP server:

$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash
$ tooltrust-scanner scan --server "npx -y xhs-downloader"

Adjust the package name if your npm registry name differs from the tool ID. View source

Add badge to your README

Copy this Markdown to show your ToolTrust grade on GitHub.

[![ToolTrust Grade C](https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-directory/main/docs/badges/grade-c.svg)](https://github.com/AgentSafe-AI/tooltrust-directory)