Trust Assessment
clickup 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 Dependencies.
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 | 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/d3layd/clickup-skill/scripts/clickup_client.py:11 | |
| MEDIUM | Unpinned Python Dependencies The `scripts/clickup_client.py` script imports external libraries like `requests` but does not specify exact versions. This can lead to supply chain vulnerabilities if a future version of a dependency introduces breaking changes, security flaws, or malicious code. Without pinned versions (e.g., in a `requirements.txt` file), the skill's behavior is not deterministic and could change unexpectedly, potentially introducing vulnerabilities or breaking functionality. Create a `requirements.txt` file with pinned versions for all external dependencies (e.g., `requests==2.28.1`). Ensure this file is included in the skill package and used during installation to guarantee consistent and secure dependency versions. | LLM | scripts/clickup_client.py:10 |
Scan History
Embed Code
[](https://skillshield.io/report/4e3bc592f997ec8b)
Powered by SkillShield