echovault-c8362a — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited echovault-c8362a (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.
You have persistent memory across sessions. USE IT.
Before doing ANY work, retrieve context from previous sessions:
memory context --projectIf the user's request relates to a specific topic, also search for it:
memory search "<relevant terms>"When search results show "Details: available", fetch them:
memory details <memory-id>Do not skip this step. Prior sessions may contain decisions, bugs, and context that directly affect your current task.
Before ending your response to ANY task that involved making changes, debugging, deciding, or learning something, you MUST save a memory. This is not optional. If you did meaningful work, save it.
memory save \
--title "Short descriptive title" \
--what "What happened or was decided" \
--why "Reasoning behind it" \
--impact "What changed as a result" \
--tags "tag1,tag2,tag3" \
--category "<category>" \
--related-files "path/to/file1,path/to/file2" \
--source "claude-code" \
--details "Context:
Options considered:
- Option A
- Option B
Decision:
Tradeoffs:
Follow-up:"Categories: decision, bug, pattern, setup, learning, context.
Use --source to identify the agent: claude-code, codex, or cursor.
You MUST save when any of these happen:
Run once to auto-install hooks for your agent:
memory setup claude-code # or: cursor, codexTo remove: memory uninstall claude-code
memory config # show current configuration
memory sessions # list session files
memory reindex # rebuild search index
memory delete <id> # remove a memory<redacted> tags.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.