Trust Assessment
enhanced-memory received a trust score of 72/100, placing it in the Caution category. This skill has some security considerations that users should review before deployment.
SkillShield's automated analysis identified 3 findings: 0 critical, 1 high, 2 medium, and 0 low severity. Key findings include Suspicious import: urllib.request, Configurable Ollama URL allows data exfiltration.
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 Findings3
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Configurable Ollama URL allows data exfiltration The skill uses the `OLLAMA_URL` environment variable to determine the endpoint for the Ollama embedding service. If an attacker can manipulate this environment variable, they could redirect embedding requests (containing potentially sensitive memory content from `scripts/embed_memories.py` or user queries from `scripts/search_memory.py`) to a malicious external server, leading to data exfiltration. Implement strict validation for the `OLLAMA_URL` environment variable to ensure it points only to trusted local endpoints (e.g., `localhost` or specific internal IPs). Additionally, ensure the agent's execution environment is secured against unauthorized modification of environment variables. | LLM | scripts/embed_memories.py:29 | |
| MEDIUM | Suspicious import: urllib.request Import of 'urllib.request' 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/jameseball/enhanced-memory/scripts/embed_memories.py:16 | |
| MEDIUM | Suspicious import: urllib.request Import of 'urllib.request' 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/jameseball/enhanced-memory/scripts/search_memory.py:13 |
Scan History
Embed Code
[](https://skillshield.io/report/f902e472d4af756a)
Powered by SkillShield