Back to skill

Security audit

持久记忆引擎

Security checks across malware telemetry and agentic risk

Overview

This skill is a local persistent-memory helper that stores notes under ~/memory as advertised, but users should understand it may save important information across sessions.

Install this only if you want the agent to keep long-term local notes in ~/memory. Avoid saving secrets, credentials, private personal data, or regulated business information unless you are comfortable with that data remaining on disk and being included in future memory searches.

Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • MCP Tool PoisoningHidden Instructions, Unicode Deception, Parameter Description Injection
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
Findings (3)

Intent-Code Divergence

Low
Confidence
86% confidence
Finding
The skill claims constrained behavior limited to `~/memory/`, but declares broad `write` and especially `exec` capabilities that can modify arbitrary files or run arbitrary shell commands if the agent follows later instructions unsafely. That mismatch weakens trust boundaries and makes prompt-induced abuse more dangerous because the available tools exceed the documented least-privilege scope.

Vague Triggers

Medium
Confidence
78% confidence
Finding
The activation condition is extremely broad ('use when the user needs persistent-memory-engine-free-related functionality'), which can cause the skill to trigger in ambiguous situations and perform persistent storage actions outside narrow user intent. In a skill with file-write and exec capabilities, overbroad invocation increases the chance of unnecessary retention of sensitive data or unintended command-backed operations.

Missing User Warnings

Medium
Confidence
93% confidence
Finding
The skill instructs immediate writes to persistent local storage without a clear, mandatory warning that user content will be stored across sessions on disk. This is dangerous because users may disclose sensitive personal, project, or credential-adjacent information assuming ephemeral processing, leading to silent long-term retention and privacy/security exposure if the host is shared, backed up, or later compromised.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.