Trust Assessment
polymarket received a trust score of 91/100, placing it in the Trusted category. This skill has passed all critical security checks and demonstrates strong security practices.
SkillShield's automated analysis identified 2 findings: 0 critical, 0 high, 1 medium, and 1 low severity. Key findings include Suspicious import: requests, Unpinned dependency version.
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/leochan14/polymarket-1-0-0/scripts/polymarket.py:17 | |
| LOW | Unpinned dependency version The skill specifies a minimum version for the 'requests' dependency (`requests>=2.28.0`) but does not pin it to an exact version. This can lead to non-deterministic builds and potential security vulnerabilities if a future version of the dependency introduces breaking changes or security flaws. Best practice is to pin dependencies to exact versions (e.g., `requests==2.28.0`) to ensure reproducible builds and mitigate risks from future dependency updates. Pin the 'requests' dependency to an exact version, for example, `requests==2.28.0`, to ensure reproducible builds and mitigate risks from future dependency updates. | LLM | scripts/polymarket.py:4 |
Scan History
Embed Code
[](https://skillshield.io/report/6e8d070557c97e38)
Powered by SkillShield