Trust Assessment
cinematic-script-writer received a trust score of 91/100, placing it in the Trusted category. This skill has passed all critical security checks and demonstrates strong security practices.
SkillShield's automated analysis identified 2 findings: 0 critical, 0 high, 1 medium, and 1 low severity. Key findings include Unpinned npm dependency version, Unpinned dependencies in package.json.
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 Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Unpinned npm dependency version Dependency 'uuid' is not pinned to an exact version ('^9.0.0'). Pin dependencies to exact versions to reduce drift and supply-chain risk. | Dependencies | skills/praveenspeaks/openclawskills/package.json | |
| LOW | Unpinned dependencies in package.json The `package.json` file specifies dependencies using caret (`^`) ranges (e.g., `"uuid": "^9.0.0"`). While a `package-lock.json` file is present and pins exact versions, relying solely on `package.json` for dependency resolution (e.g., in environments where `package-lock.json` is ignored or not present, or if the lockfile is outdated as indicated by the version mismatch between `package.json` (1.4.0) and `package-lock.json` (1.3.0)) can lead to non-deterministic builds. This introduces a supply chain risk, as a new, potentially malicious version of a dependency could be published within the specified range and automatically installed. Pin all production and development dependencies to exact versions (e.g., `"uuid": "9.0.0"`) in `package.json` to ensure deterministic builds and mitigate the risk of unexpected dependency updates. Ensure `package-lock.json` is always up-to-date and used consistently across all environments. | LLM | package.json:38 |
Scan History
Embed Code
[](https://skillshield.io/report/1eecc0a5aa7f88d4)
Powered by SkillShield