dmxapi-image-recognition
Analysis
This skill is coherent for image recognition, but users should notice that it relies on a third-party CLI, stores a DMXAPI key, and uploads chosen images to an external API.
Findings (3)
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.
npm install -g dmxapi-cli
The skill asks the user to install a global third-party CLI package, and the artifact does not pin a version. This is central to the skill's purpose but should be treated as a package trust/provenance consideration.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
dmxapi config set apiKey sk-your-api-key
The skill requires configuring a DMXAPI API key for the CLI. This credential use is expected for the DMXAPI integration, but it is still account access material.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
本地图片文件会自动转换为 base64 data URL 上传 ... 从身份证图片中提取姓名和身份证号
The skill explicitly uploads local images to the external DMXAPI service, and its examples include sensitive document/image use cases such as extracting ID-card information.
