Trust Assessment
marketing-mode 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.
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
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Unpinned npm dependency The skill's `install` configuration specifies an npm package (`@thesethrose/marketing-mode`) without a specific version. This means that future installations could pull down any version of the package, including potentially malicious or incompatible updates, leading to supply chain vulnerabilities. It is recommended to pin dependencies to a specific version or a narrow version range. Pin the npm package to a specific version (e.g., `"package": "@thesethrose/marketing-mode@1.0.0"`) or a version range with a lower bound (e.g., `"package": "@thesethrose/marketing-mode@^1.0.0"`). This ensures deterministic installations and prevents unexpected or malicious updates. | LLM | skill.json:30 |
Scan History
Embed Code
[](https://skillshield.io/report/fc2cc5fe7f8e4bc8)
Powered by SkillShield