Memory Lifecycle
Analysis
The skill is mostly aligned with memory management, but it creates persistent automated agent jobs and tells the agent to preserve highly sensitive details, including credentials, in always-loaded memory.
Findings (5)
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.
creates cron jobs for nightly/weekly/monthly/yearly cycles, and updates HEARTBEAT.md ... If errored: diagnose, fix, and re-run. Only alert the human if you genuinely can't fix it yourself.
The setup installs recurring autonomous maintenance and persistent heartbeat instructions, including self-remediation before human notification.
def run_cmd(cmd, dry_run=False): ... subprocess.run(cmd, shell=True, capture_output=True, text=True)
The setup helper has a generic shell-command runner for local OpenClaw setup operations. This appears purpose-aligned, but it is still local command execution.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
The skill has limited provenance metadata even though it includes setup scripts that alter persistent agent configuration.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
def discover_agents(): ... subprocess.run("openclaw status --json 2>/dev/null", shell=True, capture_output=True, text=True) ... "workspace": a.get("workspaceDir", "")The script can enumerate local OpenClaw agents and workspaces and uses an agent ID for cron setup, which requires local agent-management authority.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Every new session sees it (MEMORY.md is loaded automatically) ... Never compress: Phone numbers, addresses, credentials, family details, business structure
The skill directs the agent to keep exact sensitive details, including credentials, in persistent memory that is automatically loaded into future sessions.
