安全扫描
OpenClaw
安全
high confidenceThe skill's code and runtime instructions match its stated purpose (STL parsing, component extraction, volume and attribute extraction); it performs only local file parsing and math with no network, credential, or install requirements.
评估建议
This skill appears coherent and limited to local STL parsing and geometry calculations. Before installing, consider: 1) you are running third‑party Python code locally—run in a sandbox if you don't fully trust the publisher; 2) the SKILL.md shows a hard-coded agent path that may not match your environment; 3) the tool assumes the STL attribute bytes hold material IDs and that volume units match your density table—verify units before computing mass; 4) supply only STL files you intend to process ...详细分析 ▾
✓ 用途与能力
Name and description (STL mesh analysis, volume, components, attribute extraction) match the included Python module which parses Binary/ASCII STL, extracts the 2-byte attribute, computes connected components and volume. No unrelated capabilities or credentials are requested.
ℹ 指令范围
SKILL.md instructs the agent to add a hard-coded skill path (/root/.claude/skills/mesh-analysis/scripts) to sys.path and import the module; otherwise instructions stay within the stated purpose and only operate on user-supplied STL files. The absolute path assumption is environment-specific and may fail outside the expected runtime.
✓ 安装机制
No install spec or external downloads are present. The skill is instruction-only with a small included Python script; nothing is fetched from the network or written to system locations during install.
✓ 凭证需求
The skill requests no environment variables, credentials, or config paths and the code does not read secrets or external configuration. It only reads the STL file path provided by the user.
✓ 持久化与权限
always is false and the skill does not modify other skills, system settings, or persist credentials. It runs as a regular imported module operating on files the user supplies.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.02026/4/12
Bulk register from skillsbench tasks.
● 无害
安装命令
点击复制官方npx clawhub@latest install 3d-scan-calc-mesh-analysis
镜像加速npx clawhub@latest install 3d-scan-calc-mesh-analysis --registry https://cn.longxiaskill.com