Trust Assessment
hyperliquid 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 npm dependency in skill installation.
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 14, 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 npm dependency in skill installation The skill's manifest instructs to install 'hyperliquid-cli' globally via npm without specifying a version. This makes the installation vulnerable to supply chain attacks, such as malicious updates to the package or typosquatting. A compromised package could lead to arbitrary code execution or data exfiltration on the host system during skill setup. Pin the dependency to a specific version (e.g., 'npm install -g hyperliquid-cli@1.2.3') to ensure deterministic and secure installations. Regularly review and update the pinned version after verifying its integrity. | LLM | SKILL.md |
Scan History
Embed Code
[](https://skillshield.io/report/efb73549203ce09b)
Powered by SkillShield