m5stack-assistant

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent M5Stack documentation helper that uses a disclosed remote MCP lookup service and optional Node.js helper scripts, with no evidence of credential access, persistence, or destructive behavior.

This skill appears safe for M5Stack documentation and coding-help use. Before installing, be aware that relevant questions are looked up through a remote M5Stack MCP service, and the optional command-line helper requires Node.js even though no binary requirement is declared.

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.

What this means

Your M5Stack questions, and any context included in them, may be sent to the M5Stack MCP service for retrieval.

Why it was flagged

The skill intentionally uses a remote MCP/SSE service for documentation lookup, so M5Stack-related query text is transmitted to that service.

Skill content
端点: `https://mcp.m5stack.com/sse` ... 发送JSON-RPC请求: POST 到返回的 `/messages?session_id=xxx` 端点
Recommendation

Use it for M5Stack-specific documentation tasks and avoid putting unrelated secrets, private keys, or confidential project details into lookup queries.

What this means

Users may need to review the included scripts directly and ensure Node.js is available if they want to use the command-line helper.

Why it was flagged

The registry metadata does not provide an upstream source/homepage or declare Node as a requirement, even though helper scripts are included; the visible code is small and purpose-aligned, so this is a transparency note rather than a concern.

Skill content
Source: unknown; Homepage: none ... Required binaries (all must exist): none ... No install spec — this is an instruction-only skill. Code file presence: 3 code file(s)
Recommendation

Review the included helper scripts before running them, and prefer an official publisher/source reference if provenance is important for your environment.