Trust Assessment
steam 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 installation instructions.
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
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Unpinned npm dependency in installation instructions The installation instructions for the `steam-games-cli` package use `npm install -g steam-games-cli` without specifying a version. This means the latest version available on npm will always be installed. If a malicious update or a compromised package maintainer publishes a new version, it could lead to the execution of arbitrary code on the host system, data exfiltration, or other severe security breaches. It also introduces instability due to potential breaking changes. Pin the dependency to a specific, known-good version to ensure consistent and secure installations. For example, `npm install -g steam-games-cli@1.2.3` (replace `1.2.3` with a verified stable version). Regularly review and update the pinned version after verifying its integrity and security. | LLM | SKILL.md:10 |
Scan History
Embed Code
[](https://skillshield.io/report/32b6304b2f5bbd12)
Powered by SkillShield