Trust Assessment
trending-skills-monitor received a trust score of 87/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 2 findings: 0 critical, 0 high, 2 medium, and 0 low severity. Key findings include Suspicious import: requests, Unpinned Python dependency 'requests'.
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 Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Suspicious import: requests Import of 'requests' detected. This module provides network or low-level system access. Verify this import is necessary. Network and system modules in skill code may indicate data exfiltration. | Static | skills/snail3d/voice-devotional/trending-skills-monitor-skill/scripts/clawdhub_api.py:14 | |
| MEDIUM | Unpinned Python dependency 'requests' The skill's Python code imports the 'requests' library, and the documentation instructs users to install it via 'pip install requests' without specifying a version. This lack of version pinning can lead to supply chain vulnerabilities if a future version of 'requests' or its transitive dependencies introduces malicious code or critical bugs. An attacker could potentially compromise a dependency, and users installing without pinned versions would unknowingly download and execute the malicious code. Add a `requirements.txt` file with pinned versions for all dependencies (e.g., `requests==2.28.1`). Instruct users to install dependencies using `pip install -r requirements.txt` to ensure consistent and secure dependency versions. | LLM | scripts/clawdhub_api.py:11 |
Scan History
Embed Code
[](https://skillshield.io/report/f1d40dbad3d914ec)
Powered by SkillShield