skills/smithery.ai/openclaw-memory-audit

openclaw-memory-audit

SKILL.md

Memory Security Audit

This skill provides a specialized tool to scan the workspace and memory log files for accidentally exposed secrets and ensures a healthy audit routine.

Security / Scope (Important)

  • This skill performs local, read-only scanning of files to detect secret-looking patterns.
  • It does not require (and must not include) any provider credentials.
  • Scheduling checks use OpenClaw's cron tool (listing/recommending a job). It does not edit configs automatically.

Audit Workflow

1. Secret Scanning

Run the scanning script to check all text files in the workspace (excluding a small set of known safe/noisy files like openclaw.json).

# from your OpenClaw workspace root:
python3 skills/openclaw-memory-audit/scripts/scan_secrets.py .
Installs
3
First Seen
Mar 14, 2026