automem-296125 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited automem-296125 (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.
<!-- automem-template-version: 0.15.0 -->
This mode uses direct HTTP calls with curl.
Base URL: $AUTOMEM_API_URL
Store memory:
curl -s -X POST "$AUTOMEM_API_URL/memory" \
-H "Content-Type: application/json" \
${AUTOMEM_API_KEY:+-H "Authorization: Bearer $AUTOMEM_API_KEY"} \
-d '{
"content": "Brief title. Context and details. Impact/outcome.",
"tags": ["project-slug", "decision"],
"importance": 0.7
}'Recall memory:
curl -s \
${AUTOMEM_API_KEY:+-H "Authorization: Bearer $AUTOMEM_API_KEY"} \
"$AUTOMEM_API_URL/recall?query=QUERY&limit=20&format=detailed"Update memory:
curl -s -X PATCH "$AUTOMEM_API_URL/memory/MEMORY_ID" \
-H "Content-Type: application/json" \
${AUTOMEM_API_KEY:+-H "Authorization: Bearer $AUTOMEM_API_KEY"} \
-d '{"content":"Updated context."}'Delete memory:
curl -s -X DELETE "$AUTOMEM_API_URL/memory/MEMORY_ID" \
${AUTOMEM_API_KEY:+-H "Authorization: Bearer $AUTOMEM_API_KEY"}tags=preference, then task context with one semantic query built from the user's actual nouns.tags= parameters — bugfix/solution tagging is incomplete, and a tag gate hides cross-corpus fixes.openclaw.memory-core and local memory files alongside AutoMem when file-backed notes are useful./health when AutoMem requests are failing and you need to debug the connection.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.