Trust Assessment
moltmoon-sdk received a trust score of 86/100, placing it in the Mostly Trusted category. This skill has passed most security checks with only minor considerations noted.
SkillShield's automated analysis identified 1 finding: 0 critical, 1 high, 0 medium, and 0 low severity. Key findings include Unpinned dependency in package installation/execution.
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 Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Unpinned dependency in package installation/execution The skill instructs the agent to install and execute the `@moltmoon/sdk` package without specifying a version (e.g., `npm install @moltmoon/sdk` and `npx -y @moltmoon/sdk`). This makes the agent vulnerable to supply chain attacks if a malicious or compromised version of the package is published. An attacker could publish a new version with malicious code, which would then be automatically installed and executed by the agent. The use of `npx -y` further exacerbates this risk by bypassing user confirmation. Pin the `@moltmoon/sdk` dependency to a specific, known-good version (e.g., `npm install @moltmoon/sdk@1.2.3`). For `npx` commands, also specify the version (e.g., `npx -y @moltmoon/sdk@1.2.3 moltlaunch --help`). Regularly review and update pinned versions to mitigate risks from outdated dependencies. | LLM | SKILL.md:39 |
Scan History
Embed Code
[](https://skillshield.io/report/6e390018f8e55c45)
Powered by SkillShield