Trust Assessment
xkcd received a trust score of 98/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 1 finding: 0 critical, 0 high, 0 medium, and 1 low severity. Key findings include Unpinned Dependency.
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 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| LOW | Unpinned Dependency The skill's `scripts/xkcd.py` specifies `httpx` as a dependency without pinning it to a specific version. This can lead to supply chain risks if a future version of `httpx` introduces a vulnerability or is compromised, potentially affecting the skill's security or stability. Pin the `httpx` dependency to a specific, known-good version (e.g., `httpx==0.27.0`) to ensure deterministic builds and mitigate risks from future upstream changes or vulnerabilities. Regularly review and update pinned dependencies. | LLM | scripts/xkcd.py:4 |
Scan History
Embed Code
[](https://skillshield.io/report/1cdd51911f79f567)
Powered by SkillShield