Trust Assessment
goldenseed 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 Installation Script.
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
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Unpinned Dependency in Installation Script The `install.sh` script uses `pip install golden-seed` without specifying a version. This makes the installation vulnerable to supply chain attacks, where a malicious update to the `golden-seed` package could be automatically installed, compromising the system. Pin the dependency to a specific, known-good version. For example, `pip install golden-seed==1.0.0` (or the latest verified version). Regularly review and update pinned versions. | LLM | install.sh:3 |
Scan History
Embed Code
[](https://skillshield.io/report/64009a48538fdec9)
Powered by SkillShield