Trust Assessment
kling received a trust score of 84/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 3 findings: 0 critical, 0 high, 2 medium, and 1 low severity. Key findings include Missing required field: name, Unpinned npm dependency version, Unpinned dependency 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 14, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Security Findings3
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Missing required field: name The 'name' field is required for claude_code skills but is missing from frontmatter. Add a 'name' field to the SKILL.md frontmatter. | Static | skills/alti-systems/kling/SKILL.md:1 | |
| MEDIUM | Unpinned npm dependency version Dependency 'axios' is not pinned to an exact version ('^1.6.0'). Pin dependencies to exact versions to reduce drift and supply-chain risk. | Dependencies | skills/alti-systems/kling/package.json | |
| LOW | Unpinned dependency in package.json The `package.json` specifies the `axios` dependency with a caret (`^`) version range (`^1.6.0`), which allows for minor and patch updates. While `package-lock.json` pins the exact version (1.13.4), relying solely on `package.json` (e.g., if `package-lock.json` is ignored or missing in certain build environments) could lead to unexpected or potentially malicious versions being installed if a vulnerability or malicious update is introduced in a newer `1.x` release of `axios`. Pinning to an exact version in `package.json` ensures deterministic builds and enhances supply chain security. Pin the `axios` dependency to an exact version (e.g., `"axios": "1.13.4"`) in `package.json` to ensure deterministic builds and prevent unintended updates. | LLM | package.json:5 |
Scan History
Embed Code
[](https://skillshield.io/report/beccd131b32fd053)
Powered by SkillShield