安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears coherent and locally self-contained: it reads the directory you point it at, inspects filenames and file metadata, and prints a report. It does not send data over the network or require credentials. Two practical cautions: (1) SKILL.md advertises color-based analysis but the shipped code does not perform pixel analysis (color remains 'unknown'); if you need true dominant-color detection the code must be extended with an image-processing library. (2) The classify/move behavior ...详细分析 ▾
✓ 用途与能力
Name and description match what the code does: scanning a directory, identifying image file extensions, inferring style from filenames, and producing a report. The code's operations (reading directory contents and file metadata) are proportional to the stated purpose.
ℹ 指令范围
SKILL.md promises dominant-color analysis and style classification; the index.js implementation only infers style from filename keywords and sets color to 'unknown' with a comment stating an image analysis library is required. The README/usage and CLI args align with the code, but the declared pixel-level analysis is not implemented.
✓ 安装机制
No install spec and only a small local index.js file — nothing is downloaded or written during install. This is low-risk and expected for an instruction-only/light-code skill.
✓ 凭证需求
The skill requires no environment variables, no credentials, and no special config paths. It only requires filesystem read access to the directory the user provides, which is proportionate to its function.
ℹ 持久化与权限
Skill is not always-enabled and does not request elevated or persistent privileges. However the 'classify' action references moving files (not implemented in the code) — users should verify whether automatic moves will occur and confirm actions before running on important folders.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/19
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install image-scanner
镜像加速npx clawhub@latest install image-scanner --registry https://cn.longxiaskill.com