Is balkanblbn/hierarchical-memory safe?
https://github.com/openclaw/skills/tree/main/skills/balkanblbn/hierarchical-memory
This skill provides a legitimate hierarchical memory management system for organizing agent context. It includes a transparent Python script for creating memory files and directories, with no evidence of malicious behavior, data exfiltration, or security violations.
Category Scores
Findings (3)
MEDIUM Executable Python script included -15 ▶
The skill contains a Python script (add_branch.py) that creates directories and files in the workspace. While the functionality appears legitimate for memory organization, executable code always presents some risk.
LOW Complex memory system could be misused -10 ▶
The hierarchical memory system creates multiple interconnected files and could potentially be used to persist unwanted content or create file system bloat if misused.
LOW Complex organizational instructions -5 ▶
The skill provides detailed instructions for memory organization that could potentially be misinterpreted or misused, though they appear legitimate for the stated purpose.