Trust Assessment
youtube-downloader-clipper received a trust score of 74/100, placing it in the Caution category. This skill has some security considerations that users should review before deployment.
SkillShield's automated analysis identified 3 findings: 0 critical, 1 high, 2 medium, and 0 low severity. Key findings include Missing required field: name, Sensitive environment variable access: $HOME, Unpinned Dependency Auto-Installation.
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 Findings3
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Unpinned Dependency Auto-Installation The skill description explicitly states that the 'yt-dlp Python module' is 'auto-installed via pip'. Automatic installation of dependencies without specifying a pinned version (e.g., `yt-dlp==2023.10.13`) introduces a significant supply chain risk. If a malicious version of `yt-dlp` or one of its sub-dependencies were published, the skill would automatically install and execute it, potentially leading to arbitrary code execution or data exfiltration. Pin all automatically installed dependencies to specific, known-good versions. For example, instead of `pip install yt-dlp`, use `pip install yt-dlp==YYYY.MM.DD`. Ideally, dependencies should be listed in a `requirements.txt` file and installed as part of a secure setup process, rather than dynamically at runtime by the skill itself. | LLM | SKILL.md:140 | |
| MEDIUM | Missing required field: name The 'name' field is required for openclaw skills but is missing from frontmatter. Add a 'name' field to the SKILL.md frontmatter. | Static | skills/sandeepyadav1478/youtube-downloader-clipper/SKILL.md:1 | |
| MEDIUM | Sensitive environment variable access: $HOME Access to sensitive environment variable '$HOME' detected in shell context. Verify this environment variable access is necessary and the value is not exfiltrated. | Static | skills/sandeepyadav1478/youtube-downloader-clipper/install.sh:11 |
Scan History
Embed Code
[](https://skillshield.io/report/9b677792b7d8c909)
Powered by SkillShield