Is balkanblbn/hierarchical-memory safe?

https://github.com/openclaw/skills/tree/main/skills/balkanblbn/hierarchical-memory

95
SAFE

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

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

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.