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.

ConcernHigh Confidence
ASI01: Agent Goal Hijack
What this means

The agent may try to output a send/upload tag even when it should ask for clarification, confirm safety, or decline.

Why it was flagged

The skill explicitly tells the agent not to refuse or say the action is unsupported, which can override normal safety and capability boundaries.

Skill content
核心规则(绝对禁止违反) ... 禁止说“无法发送”“不支持”“暂时不能”等拒绝话术 ... 禁止拒绝发送
Recommendation

Remove the no-refusal rule and allow the agent to ask for confirmation, report unsupported cases, and refuse unsafe or unauthorized file-sending requests.

ConcernMedium Confidence
ASI02: Tool Misuse and Exploitation
What this means

A normal discussion about local files or images could activate instructions that cause the agent to emit tags intended for automatic uploading.

Why it was flagged

Generic file/image triggers are paired with an auto-parsed upload mechanism, making the upload behavior broader than an explicit Lanxin-send workflow.

Skill content
triggers: ... 图片 ... 文件 ... 本地文件 ... 本地图片 ... priority: 99 ... 使用 <lximg> <lxfile> 标签发送,系统自动解析上传。
Recommendation

Narrow triggers to explicit Lanxin sending requests, require a user-selected path and destination, and add a confirmation step before emitting upload tags.

What this means

Files or URLs placed inside these tags may be handed to the Lanxin upload mechanism and leave the local environment.

Why it was flagged

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.

Skill content
使用 <lximg> <lxfile> 标签发送,系统自动解析上传。 ... <lxfile>文件路径或URL</lxfile>
Recommendation

Use the skill only for files the user explicitly wants to send through Lanxin, and document what account, destination, and confirmation controls apply.