社交媒体研究助手Skill
Analysis
This appears to be a coherent local social-media crawler, but it can use Bilibili account cookies/history and exposes a broad raw MCP tool caller, so it should be reviewed before installation.
Findings (4)
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.
TOOL_NAME="${1:-}" ... params:{name:tool,arguments:args}The script builds a JSON-RPC tools/call request from an arbitrary command-line tool name and arbitrary JSON arguments, with no allowlist in this wrapper.
encoded=$(node -e 'process.stdout.write(encodeURIComponent(process.argv[1]))' "$TARGET_URL") ... curl -fsS -X POST "$endpoint"
The included scripts rely on node and curl, while the registry requirements declare no required binaries and there is no install spec.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
所有 B 站工具均支持可选 `cookies` 参数(字符串,从浏览器插件获取)。
Browser cookies are account/session credentials. The registry metadata says there is no primary credential or required environment variable, but the skill documents passing Bilibili cookies to crawler tools.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
BASE_URL="${3:-${BIL_CRAWL_URL:-http://127.0.0.1:39002}}" ... curl -sS -N "$MCP_URL"The service defaults to localhost, but the endpoint can be overridden by an argument or environment variable; all tool arguments are then sent to that configured MCP URL.
