memory-informed-debug — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited memory-informed-debug (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.
Debugging flow with memory baked in as a non-optional reflex.
Identify the relevant entity/entities (failing test, failing module, error source) per skills/shared/entity-detection.md.
Call pensyve_recall:
query: a short description of the failure, including secondary entity names where known (e.g., "hybrid-router threshold regression phase-4.3" rather than full stack traces)entity: primary detected entitytypes: ["procedural", "episodic"] (debugging benefits most from known-good diagnostic procedures and prior incident outcomes)limit: 5Secondary entities are folded into the query string since the MCP server scopes results by single primary entity only.
Surface one line: Recalled N memories from prior debug sessions on <entity>. (Skip if N=0.)
If a highly similar incident is found (score >0.8), call that out inline: This looks similar to an incident captured on <date>: <summary>. Consider that path first.
Proceed with the diagnostic work. Use recalled procedural memories as a starting sequence; update the sequence when you learn something new.
When a root cause is confirmed (not just hypothesized), call the memory reflex per skills/shared/memory-reflex.md:
pensyve_observe with episode_id: <session episode_id>, source_entity: "claude-code", about_entity: <primary_entity>, content: "[proactive/in-flight/tier-1] <one-sentence root cause>", content_type: "text".pensyve_observe with episode_id: <session episode_id>, source_entity: "claude-code", about_entity: <primary_entity>, content: "[procedural] [proactive/in-flight/tier-1] trigger=..., action=..., outcome=...", content_type: "text".pensyve_remember.Surface one line: ↳ captured: <one-sentence>.
If an approach was tried and abandoned, observe that too. These are high-value — they prevent re-treading the same dead end next time.
auto_capture mode.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.