Trust Assessment
coda-packs received a trust score of 66/100, placing it in the Caution category. This skill has some security considerations that users should review before deployment.
SkillShield's automated analysis identified 5 findings: 0 critical, 0 high, 5 medium, and 0 low severity. Key findings include Missing required field: name, Suspicious import: requests, Suspicious import: urllib.request.
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 12, 2026 (commit 9c1b8e80). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings5
| 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/0x7466/coda-packs/SKILL.md:1 | |
| 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/0x7466/coda-packs/scripts/coda_packs_cli.py:29 | |
| MEDIUM | Suspicious import: urllib.request Import of 'urllib.request' 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/0x7466/coda-packs/scripts/coda_packs_cli.py:60 | |
| MEDIUM | Suspicious import: urllib.request Import of 'urllib.request' 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/0x7466/coda-packs/scripts/coda_packs_cli.py:90 | |
| MEDIUM | Unpinned Python Dependency The skill's Python script `scripts/coda_packs_cli.py` depends on the `requests` library, as indicated by the import statement and the `SKILL.md` prerequisites. However, there is no specified version constraint for `requests`. This lack of pinning can lead to supply chain vulnerabilities if a future version of `requests` introduces breaking changes, security flaws, or malicious code. An attacker could potentially compromise the `requests` package, and the skill would automatically use the compromised version without explicit user action. Specify a version constraint for the `requests` library (e.g., `requests==2.28.1` or `requests>=2.28.1,<3.0.0`) in a `requirements.txt` file or similar dependency management mechanism. Ensure that the skill's execution environment installs dependencies from this pinned list. | LLM | scripts/coda_packs_cli.py:19 |
Scan History
Embed Code
[](https://skillshield.io/report/022049bb6bc6df43)
Powered by SkillShield