Back to skill
v1.0.0

Visual Benchmarker

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 8:17 AM.

Analysis

This is a coherent instruction-only workflow, but it relies on a separate Douyin search skill and TikHub API token that users should verify before use.

GuidanceBefore installing, make sure you trust and have reviewed the douyin-video-search dependency, protect the tikhub_api_token, and confirm that any strategy-derived keywords are safe to send to the external search service.

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.

Abnormal behavior control

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.

Tool Misuse and Exploitation
SeverityLowConfidenceHighStatusNote
SKILL.md
AI 将第一步生成的关键词,作为参数,**调用已安装的 `douyin-video-search` 技能**来获取视频列表。

The workflow depends on tool chaining into another installed skill. This is disclosed and central to the stated purpose, but users should understand that the result depends on the behavior and permissions of that separate tool.

User impactThe agent may use an external search integration to fetch Douyin video results for the generated keywords.
RecommendationInstall and review the douyin-video-search skill separately, and confirm search keywords before sending them if the project is sensitive.
Agentic Supply Chain Vulnerabilities
SeverityInfoConfidenceMediumStatusNote
SKILL.md
source: https://github.com/your-repo/visual-benchmarker

The declared source appears to be a placeholder rather than a verifiable repository. Because this skill contains only instructions and no code, this is a provenance note rather than evidence of unsafe behavior.

User impactUsers have limited provenance information for confirming the origin of the skill.
RecommendationPrefer installing from a verified source or repository, and separately verify the required douyin-video-search dependency.
Permission boundary

Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.

Identity and Privilege Abuse
SeverityLowConfidenceHighStatusNote
SKILL.md
- **`skill:douyin-video-search`**: 必须已安装并在 `config.json` 中配置好 `tikhub_api_token`。

The dependent skill requires a TikHub API token. This credential use is expected for the search integration, but it is a privileged account secret that users should manage carefully.

User impactA configured TikHub token may be used by the dependent search skill to make API requests.
RecommendationUse a least-privilege token where possible, avoid sharing the token in prompts or reports, and verify the dependent skill does not expose or log it.
Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Insecure Inter-Agent Communication
SeverityLowConfidenceHighStatusNote
SKILL.md
用户需提供一份包含战略信息的文本文件(作战地图、产品资料等)...关键词,作为参数...调用已安装的 `douyin-video-search` 技能

The workflow derives search keywords from potentially strategic user materials and passes those keywords to a dependent search tool. The artifact indicates only keywords are sent, and this is purpose-aligned, but the boundary should be understood.

User impactProject categories or strategy-derived keywords may be exposed to the external search integration.
RecommendationReview or edit extracted keywords before search when working with confidential projects, and avoid including unnecessary sensitive details.