Trust Assessment
make-pdf-safe received a trust score of 69/100, placing it in the Caution category. This skill has some security considerations that users should review before deployment.
SkillShield's automated analysis identified 4 findings: 0 critical, 1 high, 2 medium, and 1 low severity. Key findings include Suspicious import: requests, Potential data exfiltration: file read + network send, Unpinned Python 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 14, 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 | |
|---|---|---|---|---|
| HIGH | Potential data exfiltration: file read + network send Function 'create_job' 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/crossservicesolutions/make-pdf-safe/scripts/make-pdf-safe.py:59 | |
| 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/crossservicesolutions/make-pdf-safe/scripts/make-pdf-safe.py:27 | |
| MEDIUM | Unpinned Python dependency version Requirement 'requests>=2.32.0' is not pinned to an exact version. Pin Python dependencies with '==<exact version>'. | Dependencies | skills/crossservicesolutions/make-pdf-safe/requirements.txt:1 | |
| LOW | Unpinned Dependency Version The `requests` dependency in `requirements.txt` is specified with a minimum version (`>=2.32.0`) rather than an exact version (`==`). This can lead to unexpected behavior or security vulnerabilities if a future minor version introduces breaking changes or security flaws. While `requests` is a widely used and generally stable library, pinning dependencies to exact versions is a best practice for reproducibility and security. Pin the `requests` dependency to an exact version (e.g., `requests==2.32.3`) to ensure consistent behavior and prevent unintended updates that might introduce vulnerabilities or breaking changes. Regularly review and update pinned dependencies. | LLM | requirements.txt:1 |
Scan History
Embed Code
[](https://skillshield.io/report/ec4ed160c3c45d23)
Powered by SkillShield