Trust Assessment
signet 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 `npx` dependency for CLI tool.
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 `npx` dependency for CLI tool The skill instructs the use of `npx @signet-base/cli` without specifying a version. This means the latest version will always be fetched, which can introduce supply chain vulnerabilities if the package maintainer's account is compromised or if a malicious update is published. It also makes the skill vulnerable to typosquatting if a similar package name is registered and installed. Specify a precise version for the `@signet-base/cli` package (e.g., `npx @signet-base/cli@1.2.3 ...`) to ensure deterministic and secure execution, mitigating risks from malicious updates or typosquatting. | LLM | SKILL.md:10 |
Scan History
Embed Code
[](https://skillshield.io/report/ba78ac7a15b1de81)
Powered by SkillShield