memory-search — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited memory-search (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 the Appie brain — daily logs, project notes, decisions, topics, and long-term memory.
All files are in ~/.hermes/memory/:
YYYY-MM-DD.md — raw daily notestopics/*.md — subject-specific knowledgeprojects/*.md — project documentationdecisions/*.md — recorded decisionsinfrastructure/*.md — server/fleet notesplans/*.md — future plansresearch/*.md — research notesTop-level brain files in ~/.hermes/:
MEMORY.md — curated long-term memory (read this first)USER.md — info about the human (Seyed)TOOLS.md — tool configuration and fleet SSH detailsIDENTITY.md — agent identitygrep -ril "SEARCH_TERM" ~/.hermes/memory/ ~/.hermes/MEMORY.md ~/.hermes/USER.md ~/.hermes/TOOLS.md 2>/dev/nullgrep -rin -C 3 "SEARCH_TERM" ~/.hermes/memory/ 2>/dev/null | head -60ls -t ~/.hermes/memory/????-??-??.md 2>/dev/null | head -10cat ~/.hermes/memory/YYYY-MM-DD.mdls ~/.hermes/memory/2026-03-*.md 2>/dev/nullls ~/.hermes/memory/topics/ 2>/dev/null
grep -ril "SEARCH_TERM" ~/.hermes/memory/topics/ 2>/dev/nullls ~/.hermes/memory/projects/ 2>/dev/null
grep -ril "SEARCH_TERM" ~/.hermes/memory/projects/ 2>/dev/nullpython3 ~/.hermes/skills/productivity/memory-search/scripts/search.py "QUERY" [--limit 10] [--recent 7]Always start with MEMORY.md for curated long-term context, then search daily logs for specifics.
~/.hermes/MEMORY.md for high-level contextgrep -ril across memory/~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.