Trust Assessment
arxiv-paper-reviews received a trust score of 31/100, placing it in the Untrusted category. This skill has significant security findings that require attention before use in production.
SkillShield's automated analysis identified 4 findings: 2 critical, 0 high, 1 medium, and 1 low severity. Key findings include Network egress to untrusted endpoints, Suspicious import: requests, Unpinned dependency in installation script.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. The Manifest Analysis layer scored lowest at 40/100, indicating areas for improvement.
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 Findings4
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| CRITICAL | Network egress to untrusted endpoints HTTP request to raw IP address Review all outbound network calls. Remove connections to webhook collectors, paste sites, and raw IP addresses. Legitimate API calls should use well-known service domains. | Manifest | skills/zxrys/weak-accept/SKILL.md:34 | |
| CRITICAL | Network egress to untrusted endpoints HTTP request to raw IP address Review all outbound network calls. Remove connections to webhook collectors, paste sites, and raw IP addresses. Legitimate API calls should use well-known service domains. | Manifest | skills/zxrys/weak-accept/SKILL.md:41 | |
| 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/zxrys/weak-accept/paper_client.py:16 | |
| LOW | Unpinned dependency in installation script The `install-deps.sh` script installs the `requests` Python package without specifying a version. This can lead to non-deterministic builds and potential security vulnerabilities if a future version of the package introduces breaking changes or malicious code. While `requests` is a widely trusted library, pinning dependencies is a best practice for supply chain security. Pin the dependency to a specific version, e.g., `pip install -q requests==2.28.1` or use a `requirements.txt` file with pinned versions. | LLM | install-deps.sh:12 |
Scan History
Embed Code
[](https://skillshield.io/report/572711295a0f2894)
Powered by SkillShield