.claude-plugin — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited .claude-plugin (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.
Persistent memory for AI agents — stores experiences as interconnected neurons, recalls through spreading activation.
nmem_recap() → nmem_recall("<project> <topic>")nmem_remember(...) after each completed tasknmem_auto(action="process", text="brief summary")nmem_auto(action="flush", text="...") before /compactnmem_remember(content="Chose X over Y because Z", type="decision", priority=7, tags=["project", "topic"])| Signal | type | priority |
|---|---|---|
| Chose between alternatives | decision | 7 |
| Fixed a bug (root cause + fix) | error | 7 |
| Discovered a pattern | insight | 6 |
| Learned user preference | preference | 8 |
| Established a process | workflow | 6 |
| Reusable fact | fact | 5 |
| User instruction | instruction | 8 |
Quality (system scores 0-10 automatically):
ephemeral=true (24h, never synced)nmem_recall(query="project auth bug") # depth auto-detected| Tool | When |
|---|---|
nmem_recall | Query memories (depth auto-detected) |
nmem_context | Load recent memories at session start |
nmem_recap | Resume session (level=1-3, topic="X") |
nmem_session | Track session state (get/set/end) |
nmem_edit | Fix wrong type/content/priority |
nmem_forget | Remove outdated memories (soft/hard) |
nmem_index | Scan codebase into memory graph |
nmem_train | Train docs into permanent knowledge |
nmem_health | Brain grade + top penalties to fix |
nmem_explain | Trace path between two concepts |
nmem_cognitive | Hypotheses + predictions dashboard |
All tools: compact=true saves 60-80% tokens.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.