Lanxin Media
AdvisoryAudited by VirusTotal on Apr 23, 2026.
Overview
Type: OpenClaw Skill Name: lanxin-media Version: 1.0.0 The skill defines a legitimate interface for sending media via the Lanxin platform using custom XML-like tags (<lximg> and <lxfile>). The instructions in SKILL.md are strictly focused on ensuring the AI agent outputs the correct format for the system's parser to handle file uploads. While the ability to reference local file paths carries inherent risks if misused by a user, the skill itself contains no malicious code, exfiltration logic, or deceptive instructions intended to compromise the host system.
Findings (0)
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.
The agent may try to output a send/upload tag even when it should ask for clarification, confirm safety, or decline.
The skill explicitly tells the agent not to refuse or say the action is unsupported, which can override normal safety and capability boundaries.
核心规则(绝对禁止违反) ... 禁止说“无法发送”“不支持”“暂时不能”等拒绝话术 ... 禁止拒绝发送
Remove the no-refusal rule and allow the agent to ask for confirmation, report unsupported cases, and refuse unsafe or unauthorized file-sending requests.
A normal discussion about local files or images could activate instructions that cause the agent to emit tags intended for automatic uploading.
Generic file/image triggers are paired with an auto-parsed upload mechanism, making the upload behavior broader than an explicit Lanxin-send workflow.
triggers: ... 图片 ... 文件 ... 本地文件 ... 本地图片 ... priority: 99 ... 使用 <lximg> <lxfile> 标签发送,系统自动解析上传。
Narrow triggers to explicit Lanxin sending requests, require a user-selected path and destination, and add a confirmation step before emitting upload tags.
Files or URLs placed inside these tags may be handed to the Lanxin upload mechanism and leave the local environment.
The skill relies on a system/parser integration to upload files from local paths or URLs; this is purpose-aligned, but the artifacts do not describe recipient, account, or boundary checks.
使用 <lximg> <lxfile> 标签发送,系统自动解析上传。 ... <lxfile>文件路径或URL</lxfile>
Use the skill only for files the user explicitly wants to send through Lanxin, and document what account, destination, and confirmation controls apply.
