Trust Assessment
go-rod-master received a trust score of 85/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, 0 high, 1 medium, and 0 low severity. Key findings include Unpinned Go module dependencies.
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 20, 2026 (commit e36d6fd3). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Unpinned Go module dependencies The skill documentation recommends installing Go modules using `@latest` (e.g., `github.com/go-rod/rod@latest`). While common, this practice means the exact version of the dependency is not pinned, making the project vulnerable to supply chain attacks if a future `latest` version of the upstream module is compromised or introduces breaking/malicious changes. An attacker could inject malicious code into a new 'latest' version, which would then be pulled and executed by users following these instructions. Recommend pinning dependencies to specific versions or commit hashes (e.g., `github.com/go-rod/rod@v1.2.3` or `github.com/go-rod/rod@<commit_hash>`) to ensure reproducible and secure builds. | LLM | SKILL.md:49 |
Scan History
Embed Code
[](https://skillshield.io/report/32702068f92f0652)
Powered by SkillShield