Trust Assessment
script-gen 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.
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 The skill's documentation instructs users to execute 'npx ai-script' without specifying a version. This practice means that the latest version of the 'ai-script' package will always be downloaded and executed. This introduces a significant supply chain risk, as a malicious or compromised update to the 'ai-script' package on the npm registry could lead to arbitrary code execution on the user's system without explicit review or consent. To mitigate this supply chain risk, the documentation should instruct users to pin the 'ai-script' dependency to a specific, known-good version (e.g., 'npx ai-script@1.2.3'). This ensures deterministic execution and allows for manual review before updating to newer versions. | LLM | SKILL.md:10 |
Scan History
Embed Code
[](https://skillshield.io/report/ba6a46ebd5b531c0)
Powered by SkillShield