Loci — Memory Palace for AI

Security checks across malware telemetry and agentic risk

Overview

This memory skill is purpose-aligned, but it auto-clones unpinned remote content and silently persists personal/task memory across conversations.

Install only if you want a persistent local memory system. Before use, review or manually clone the GitHub repository, confirm where ~/loci and ~/.loci data will be stored, and avoid saving highly sensitive personal or work information unless you are comfortable managing and deleting those files yourself.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

#
ASI02: Tool Misuse and Exploitation
Medium
What this means

The agent may run setup commands and create local files automatically when the skill is first encountered.

Why it was flagged

The skill directs the agent to take automatic setup actions before the user's requested task and without explicit approval.

Skill content
Run this check **before doing anything else** ... If neither exists → **run Bootstrap below** ... The user doesn't need to do anything. You handle it:
Recommendation

Require explicit user approval before running bootstrap commands, and show the user what will be cloned and where files will be written.

#
ASI04: Agentic Supply Chain Vulnerabilities
Medium
What this means

A change in the remote repository could alter how the agent behaves or what memory rules it follows after installation.

Why it was flagged

The skill automatically pulls unpinned remote repository content and later treats a downloaded behavior document as guidance, even though that content was not included in the reviewed artifact set.

Skill content
git clone --depth 1 https://github.com/codesstar/loci.git ~/loci ... For detailed behavior rules, read `docs/behavior.md` in the brain directory.
Recommendation

Pin the bootstrap to a reviewed release or commit, include the referenced behavior rules in the skill package, and declare the install requirements clearly.

#
ASI06: Memory and Context Poisoning
Medium
What this means

Personal facts, tasks, and decisions may be stored long-term and may influence future conversations, including if outdated or incorrect information is saved.

Why it was flagged

The skill creates persistent memory that is silently updated and reused across conversations, with no clear deletion, review, or correction workflow.

Skill content
**Factual** → save silently in background ... At conversation start, read L1 files before responding ... Archive, never delete
Recommendation

Ask before saving personal facts, provide a visible memory review/edit/delete process, and limit what is automatically loaded into future conversations.