Trust Assessment
privatedeepsearch-melt received a trust score of 69/100, placing it in the Caution category. This skill has some security considerations that users should review before deployment.
SkillShield's automated analysis identified 4 findings: 0 critical, 1 high, 2 medium, and 1 low severity. Key findings include Missing required field: name, Sensitive path access: AI agent config, Node lockfile missing.
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 Findings4
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Sensitive path access: AI agent config Access to AI agent config path detected: '~/.clawdbot/'. This may indicate credential theft. Verify that access to this sensitive path is justified and declared. | Static | skills/romancircus/privatedeepsearch-melt/SKILL.md:64 | |
| 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/romancircus/privatedeepsearch-melt/SKILL.md:1 | |
| MEDIUM | Unpinned Python dependencies The `package.json` specifies Python package requirements (`aiohttp`, `beautifulsoup4`) without version pinning. This can lead to supply chain risks, as a malicious update to these packages or a typosquat could be installed without explicit user consent, potentially introducing vulnerabilities or backdoors. It is recommended to pin dependencies to specific, known-good versions. Pin the versions of Python packages to specific, known-good versions (e.g., `"aiohttp==3.8.1"`, `"beautifulsoup4==4.11.1"`) to mitigate supply chain risks. Consider using a `requirements.txt` file with exact versions and hashes for more robust dependency management. | LLM | package.json:22 | |
| LOW | Node lockfile missing package.json is present but no lockfile was found (package-lock.json, pnpm-lock.yaml, or yarn.lock). Commit a lockfile for deterministic dependency resolution. | Dependencies | skills/romancircus/privatedeepsearch-melt/package.json |
Scan History
Embed Code
[](https://skillshield.io/report/5a467fe34345d2ff)
Powered by SkillShield