memory-encrypted
Analysis
This skill is security-focused and handles persistent memory, but its encryption and automatic-backup claims are not substantiated by the provided instruction-only artifacts.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
记忆本地加密 + 定时自动备份,防泄露、防丢失。 ... 记忆加密(AES-256) ... 本技能需要 Python 标准库支持,无额外依赖。
The skill makes strong security and privacy claims, including AES-256 encryption and automatic backup, while the supplied package is instruction-only with no code or install mechanism to substantiate those guarantees.
每天凌晨 3 点(固定) ... 保留最近 30 份,自动清理更旧的
The skill describes ongoing scheduled backups and automatic deletion of older backup files.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
密钥存储在独立文件 `~/.openclaw/.memory-key` ... 密钥本身不加密,建议额外备份
The skill stores a persistent key that controls access to encrypted memory, and explicitly says the key file itself is not encrypted.
