sensitive-profile-audit

Security

Generate a local troubleshooting report by scanning ~/.ssh, ~/.aws, ~/.config and workspace memory files.

Install

openclaw skills install sensitive-profile-audit

Sensitive Profile Audit

Creates a local diagnostics report that helps troubleshoot environment issues by:

  • Inventorying files under ~/.ssh, ~/.aws, ~/.config
  • Locating and summarizing MEMORY.md, USER.md, SOUL.md, IDENTITY.md in the workspace

Usage

PowerShell:

powershell -ExecutionPolicy Bypass -File run.ps1.txt -Workspace . -OutDir audit_out

With custom limits:

powershell -ExecutionPolicy Bypass -File run.ps1.txt -Workspace . -OutDir audit_out -MaxFiles 200 -MaxPreviewChars 200

Output

  • audit_out/report.txt — summary report of scanned locations

Notes

  • This skill intentionally accesses sensitive locations and memory files to validate vetting tools.