recall — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited recall (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.
Search past idea-girlie research from any repo.
All idea-girlie sessions are filed in a centralized knowledge base using PARA organization. The default path is ~/.idea-girlie/knowledge-base/ — override with the IDEA_GIRLIE_KB env var (Manzanita Research users: ~/.manzanita/knowledge-base/). This skill searches that knowledge base and surfaces what's relevant.
The user gives you a topic, question, or keyword. Extract the core search terms.
Pass 1 — Directory names. Resolve the knowledge base root first:
KB="${IDEA_GIRLIE_KB:-$HOME/.idea-girlie/knowledge-base}"Then glob for session directories matching the topic:
ls -R "$KB/projects/" "$KB/areas/" | grep -i [search-terms]Use the Glob tool with patterns like $KB/**/*{term}* to find matching session directories.
Pass 2 — Synthesis content. Search SYNTHESIS.md files for the search terms:
Use the Grep tool to search for the terms across all synthesis files:
$KB (resolved above)**/SYNTHESIS.mdFor each match, show:
projects/magpie or areas/sacred-economics)Keep it concise. 2-4 lines per match.
After presenting matches, ask if the user wants to:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.