FBoxMCP
Analysis
This skill appears purpose-aligned, but it should be reviewed carefully because it can use a long-lived FBox credential to control industrial devices.
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.
write_user_box_dmon_value 向监控点写入新值。**直接影响现场设备运行状态。** ... `Confirmed` 必须为 true
The skill exposes a tool that can write PLC monitoring-point values on live industrial equipment. The documented confirmation requirement is a good control, but the action itself is operationally high-impact.
Source: unknown Homepage: none
The registry-level provenance is incomplete even though the documentation points to FBox/Flexem resources. This is not evidence of malicious behavior, but it matters for a skill that can affect industrial devices.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
API Key(推荐) | `Bearer sk-xxxxxx` | AI 客户端、第三方集成。长期有效,免维护
The skill uses a long-lived bearer credential for the FBox account. Combined with the documented device-management and write tools, this is a high-impact delegated authority that should be scoped and protected carefully.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
claude mcp add --transport http fboxmcp https://fboxmcp.fbox360.com --header "Authorization: Bearer ${FBOXMCP_API_KEY}"The agent is configured to communicate with a remote MCP endpoint using a bearer token. This is expected for the integration and uses HTTPS in the documented command, but operational device data and actions pass through that remote service.
