Is bluepointdigital/smart-memory safe?

https://github.com/openclaw/skills/tree/main/skills/bluepointdigital/smart-memory

94
SAFE

This is a well-designed memory system for AI agents that implements vector search, SQLite storage, and proper security controls. The code shows evidence of security-conscious development with path traversal protection and workspace access restrictions. No malicious behavior detected.

Category Scores

Prompt Injection 95/100 · 30%
Data Exfiltration 95/100 · 25%
Code Execution 90/100 · 20%
Clone Behavior 95/100 · 10%
Canary Integrity 100/100 · 10%
Behavioral Reasoning 85/100 · 5%

Findings (3)

INFO Complex Codebase with ML Dependencies -10

The skill includes sophisticated functionality with machine learning models and database operations, increasing the attack surface but serving legitimate purposes.

LOW File System Access (Properly Secured) -5

The skill reads and writes files in the workspace, but implements proper path validation and access controls to prevent unauthorized access.

INFO Sophisticated Memory System -15

Implements advanced vector search and memory management features that could impact system resources but provide legitimate functionality.