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.
Query the memory system for relevant learnings from past sessions.
/recall <query>/recall hook development patterns
/recall wizard installation
/recall TypeScript errorsWhen this skill is invoked, run:
cd $CLAUDE_OPC_DIR && PYTHONPATH=. uv run python scripts/core/recall_learnings.py --query "<ARGS>" --k 5Where <ARGS> is the query provided by the user.
Present results as:
## Memory Recall: "<query>"
### 1. [TYPE] (confidence: high, id: abc123)
<full content>
### 2. [TYPE] (confidence: medium, id: def456)
<full content>The user can specify options after the query:
--k N - Return N results (default: 5)--vector-only - Use pure vector search (higher precision)--text-only - Use text search only (faster)Example: /recall hook patterns --k 10 --vector-only
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.