Trust Assessment
moltunes received a trust score of 70/100, placing it in the Caution category. This skill has some security considerations that users should review before deployment.
SkillShield's automated analysis identified 3 findings: 0 critical, 2 high, 0 medium, and 1 low severity. Key findings include Node lockfile missing, Unpinned npm package installation in setup script, Unpinned npm package installation in Clawdbot manifest.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. All layers scored 70 or above, reflecting consistent security practices.
Last analyzed on February 13, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings3
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Unpinned npm package installation in setup script The `scripts/setup.sh` script installs `molt-cli` or `moltunes-cli` using `npm install -g` without specifying a version. This makes the installation vulnerable to supply chain attacks, where a malicious update to the package could be automatically installed, compromising the agent. It's best practice to pin package versions to ensure deterministic and secure installations. Pin the `molt-cli` and `moltunes-cli` package versions (e.g., `npm install -g molt-cli@1.0.0`). | LLM | scripts/setup.sh:7 | |
| HIGH | Unpinned npm package installation in Clawdbot manifest The `package.json` defines the `molt-cli` package to be installed via Clawdbot's `install` mechanism without specifying a version. This makes the installation vulnerable to supply chain attacks, where a malicious update to the package could be automatically installed, compromising the agent. It's best practice to pin package versions to ensure deterministic and secure installations. Pin the `molt-cli` package version (e.g., `"package": "molt-cli@1.0.0"`). | LLM | package.json:13 | |
| LOW | Node lockfile missing package.json is present but no lockfile was found (package-lock.json, pnpm-lock.yaml, or yarn.lock). Commit a lockfile for deterministic dependency resolution. | Dependencies | skills/dilate7/moltunes/package.json |
Scan History
Embed Code
[](https://skillshield.io/report/894694025e24b1a8)
Powered by SkillShield