Feishu Media
Analysis
The skill is aligned with sending Feishu media, but it uses direct Feishu API shell commands, app secrets, and local file uploads that users should review carefully before installing.
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.
视频发送:OpenClaw 飞书频道的 `filePath` 不支持本地视频,必须用 exec+curl 方式上传后发送
The skill directs the agent to use raw shell/curl API calls instead of the normal message tool for video upload and sending. This is related to the purpose, but it is a broad escape-hatch workflow with no explicit approval, recipient, or file-scope guardrails.
ffmpeg -i input.mp3 -ar 16000 -ac 1 -acodec libopus output.ogg -y
The skill documents local command execution for audio conversion, and also includes zip/tar examples for packaging. These commands are purpose-aligned, but they can read or overwrite local files depending on paths.
"ownerId": "kn7544sk6j5fvgm8jwnbjb8vz981qby0", "slug": "feishu-media", "version": "1.1.0"
The packaged metadata differs from the registry metadata shown for this evaluation, which lists a different owner ID, slug, and version. No executable code is bundled, so this is a provenance note rather than evidence of malicious behavior.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
获取 tenant_access_token(需要飞书应用的 appId 和 appSecret) ... 飞书应用需要 `im:message`、`im:resource` 权限
The skill requires Feishu app credentials and message/resource permissions, while the registry metadata declares no primary credential or environment variables. These credentials can grant delegated authority to upload resources and send messages.
