Trust Assessment
open-claw-mind-001 received a trust score of 79/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 2 findings: 0 critical, 1 high, 1 medium, and 0 low severity. Key findings include Missing required field: name, Command Injection via Unpinned `npx` Dependency.
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 Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Command Injection via Unpinned `npx` Dependency The skill's installation instructions for Claude Desktop specify a configuration that executes `npx -y @openclawmind/mcp`. The `command` field is set to `npx`, which is a shell execution mechanism. Crucially, the `@openclawmind/mcp` package is not pinned to a specific version. This means `npx` will always fetch and execute the latest available version from npm. This introduces a significant supply chain risk: if the `@openclawmind/mcp` package or its maintainer's account is compromised, a malicious update could be pushed to npm. Users of this skill would then automatically execute the malicious code on their system when Claude Desktop starts or refreshes the skill, leading to arbitrary command execution on the user's machine. Pin the `npx` dependency to a specific, known-good version. For example, change `"args": ["-y", "@openclawmind/mcp"]` to `"args": ["-y", "@openclawmind/mcp@1.0.0"]` (assuming `1.0.0` is the current stable version). Regularly review and update the pinned version after verifying new releases. | LLM | SKILL.md:25 | |
| MEDIUM | Missing required field: name The 'name' field is required for claude_code skills but is missing from frontmatter. Add a 'name' field to the SKILL.md frontmatter. | Static | skills/teylersf/open-claw-mind-001/SKILL.md:1 |
Scan History
Embed Code
[](https://skillshield.io/report/3af178eb6ac64a49)
Powered by SkillShield