三峰智能
Analysis
This smart-home skill is purpose-aligned, but it asks for account credentials, stores a bearer token persistently, and can issue real device/scene commands with broad triggers.
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.
用户说任何模式或场景名称时,调用本技能 ... 所有操作真实调用 API,不返回模拟或伪造结果。
The invocation scope is broad and can turn ordinary scene/mode names into real API actions, with no visible confirmation requirement before device or scene execution.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
The skill’s implementation is visible as instructions, but there is limited provenance information for a credential-handling smart-home integration.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
触发词:`三峰登录 账号 密码` ... 认证:所有接口 Header 加 `Authorization: Bearer <token>`
The skill requires the user’s smart-home account credentials and then uses a bearer token for authenticated account actions; this is high-impact account authority, and the supplied metadata declares no primary credential.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
登录状态和设备数据持久化存储在 `{baseDir}/state.json` ... `token = $token; home = ...; devices = ...; rooms = ...; scenes = ...`The skill persistently stores an authentication token and home/device inventory in a local state file, but the artifact does not describe protection, expiration, deletion, or logout handling.
