recall-context — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited recall-context (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Proactive memory retrieval that pulls prior context relevant to the work about to happen. Reduces "starting from scratch" errors and prevents the agent from re-deriving conclusions already captured in mnemo.
tied to the current cwd / project before the user types their first prompt.
area (e.g. database choice, lint rules, deployment target) so the agent does not contradict an earlier conclusion.
pull memories tagged or describing auth before proposing a plan.
decisions but the agent does not have them in working memory, recall them on demand.
cwd: use the current working directory path + project name as thequery (e.g. mnemo-mcp or /c/Users/.../wet-mcp).
recent: use the last 5-10 file paths the agent edited or read.<topic>: use the topic verbatim (the user's words).context_type filtering when applicable: memory(action="search",
query="<resolved query>",
context_type=null,
limit=10,
include_archived=false)context_type="decision".context_type="preference".delete later.
or only returns low-relevance matches (rerank_score < 0.3). Do not inject noise into the conversation.
## Recalled context (<N> memories)
**Decisions** ([id1], [id2])
- ...
**Preferences** ([id3])
- ...
**Open tasks** ([id4])
- ...
(Recalled via mnemo:recall-context. Use memory(action="get", id=...) for full text.)If 0 useful results: stay silent.
judgment, not auto-fired by a hook on every user message.
noisy; restrict to decision/preference when the user is about to make a choice.
agent should already have full memory access via the memory tool if it needs detail.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.