Trust Assessment
harvey received a trust score of 83/100, placing it in the Mostly Trusted category. This skill has passed most security checks with only minor considerations noted.
SkillShield's automated analysis identified 3 findings: 0 critical, 0 high, 2 medium, and 1 low severity. Key findings include Unsafe deserialization / dynamic eval, Suspicious import: requests, Unpinned Python 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 13, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings3
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| 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/udiedrichsen/harvey/scripts/secret_guide.py:13 | |
| 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/udiedrichsen/harvey/scripts/secret_guide.py:26 | |
| LOW | Unpinned Python Dependency The `scripts/secret_guide.py` script specifies a minimum version for the 'requests' dependency (`requests>=2.31.0`) but does not pin it to an exact version. This can introduce supply chain risks if a future version of the dependency introduces vulnerabilities or breaking changes. While 'requests' is a widely trusted library, pinning dependencies is a security best practice to ensure deterministic builds and prevent unexpected behavior from upstream updates. Pin the 'requests' dependency to an exact version (e.g., `requests==2.31.0`) to ensure deterministic builds and prevent unexpected changes from upstream packages. Regularly review and update pinned dependencies. | LLM | scripts/secret_guide.py:7 |
Scan History
Embed Code
[](https://skillshield.io/report/aad3c85e6d721b98)
Powered by SkillShield