Trust Assessment
figma received a trust score of 50/100, placing it in the Caution category. This skill has some security considerations that users should review before deployment.
SkillShield's automated analysis identified 7 findings: 0 critical, 1 high, 5 medium, and 0 low severity. Key findings include Unsafe deserialization / dynamic eval, Suspicious import: requests, Potential data exfiltration: file read + network send.
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 Findings7
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Potential data exfiltration: file read + network send Function 'download_image' reads files and sends data over the network. This may indicate data exfiltration. Review this function to ensure file contents are not being sent to external servers. | Static | skills/maddiedreese/figma-design-toolkit/scripts/figma_client.py:166 | |
| MEDIUM | Unsafe deserialization / dynamic eval Decryption followed by code execution Remove obfuscated code execution patterns. Legitimate code does not need base64-encoded payloads executed via eval, encrypted-then-executed blobs, or dynamic attribute resolution to call system functions. | Manifest | skills/maddiedreese/figma-design-toolkit/scripts/export_manager.py:537 | |
| 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/maddiedreese/figma-design-toolkit/scripts/figma_client.py:11 | |
| MEDIUM | Unpinned Python dependency version Requirement 'requests>=2.31.0' is not pinned to an exact version. Pin Python dependencies with '==<exact version>'. | Dependencies | skills/maddiedreese/figma-design-toolkit/requirements.txt:1 | |
| MEDIUM | Unpinned Python dependency version Requirement 'aiohttp>=3.9.0' is not pinned to an exact version. Pin Python dependencies with '==<exact version>'. | Dependencies | skills/maddiedreese/figma-design-toolkit/requirements.txt:2 | |
| MEDIUM | Unpinned Python dependency version Requirement 'pathlib' is not pinned to an exact version. Pin Python dependencies with '==<exact version>'. | Dependencies | skills/maddiedreese/figma-design-toolkit/requirements.txt:3 | |
| INFO | Unnecessary standard library module in requirements.txt The `requirements.txt` file lists `pathlib` as a dependency. `pathlib` is a standard library module in Python 3.4+ and does not need to be explicitly listed or installed via pip. While not a direct vulnerability, this can lead to confusion or, in a worst-case scenario, accidental installation of a malicious package if a typosquatting package named `pathlib` were to exist on PyPI. It's best practice to only list external dependencies. Remove `pathlib` from `requirements.txt`. It is part of the Python standard library and does not need to be installed separately. | LLM | requirements.txt:3 |
Scan History
Embed Code
[](https://skillshield.io/report/432b27363b7a69f0)
Powered by SkillShield