Trust Assessment
openclaw-persistent-memory received a trust score of 10/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 9 findings: 6 critical, 1 high, 1 medium, and 1 low severity. Key findings include Network egress to untrusted endpoints, Sensitive environment variable access: $HOME, Node lockfile missing.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. The Manifest Analysis layer scored lowest at 0/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 Findings9
| 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/webdevtodayjason/memo-persistent-memory/SKILL.md:45 | |
| 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/webdevtodayjason/memo-persistent-memory/SKILL.md:68 | |
| 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/webdevtodayjason/memo-persistent-memory/SKILL.md:84 | |
| 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/webdevtodayjason/memo-persistent-memory/scripts/install.sh:43 | |
| 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/webdevtodayjason/memo-persistent-memory/scripts/install.sh:63 | |
| 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/webdevtodayjason/memo-persistent-memory/scripts/mem-search.sh:5 | |
| HIGH | Unpinned external dependency The skill's installation instructions and manifest specify the `openclaw-persistent-memory` npm package as a dependency without pinning a specific version. This means that `npm install -g openclaw-persistent-memory` will always fetch the latest version. If a future version of this package introduces malicious code or breaking changes, it could compromise the user's system or the skill's functionality without explicit review or consent, posing a significant supply chain risk. Pin the version of `openclaw-persistent-memory` in the skill's manifest (e.g., `"package": "openclaw-persistent-memory@1.2.3"`) and update all installation instructions (`SKILL.md`, `scripts/install.sh`) to use the pinned version. Regularly review and update the pinned version to ensure security and compatibility. | LLM | SKILL.md:19 | |
| MEDIUM | Sensitive environment variable access: $HOME Access to sensitive environment variable '$HOME' detected in shell context. Verify this environment variable access is necessary and the value is not exfiltrated. | Static | skills/webdevtodayjason/memo-persistent-memory/scripts/install.sh:17 | |
| LOW | Node lockfile missing package.json is present but no lockfile was found (package-lock.json, pnpm-lock.yaml, or yarn.lock). Commit a lockfile for deterministic dependency resolution. | Dependencies | skills/webdevtodayjason/memo-persistent-memory/package.json |
Scan History
Embed Code
[](https://skillshield.io/report/a71ca90411e28e4b)
Powered by SkillShield