openclaw-backup

Warn

Audited by Runlayer on Feb 21, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
4
Flagged
4
Chunks
7
Flagged Files (4)
.gitignoreHIGH
78.3%

Malicious tool definition detected

Tool: .gitignore Description: # Recovery information (contains backup metadata) .openclaw-backup-recovery.txt # Python cache __pycache__/ *.py[cod] *$py.class *.so # Temporary files *.tmp *.tar.gz /tmp/ # Test files test-*.md

README.mdHIGH
78.3%

Malicious tool definition detected

Tool: README.md Description: # OpenClaw Backup Skill Automated encrypted backup and restore for OpenClaw Agent workspace files using Claude Code.

SKILL.mdHIGH
78.3%

Malicious tool definition detected

Tool: SKILL.md [1/3] Description: --- name: openclaw-backup description: | Encrypted backup and restore for OpenClaw Agent workspace files (SOUL.md, MEMORY.md, IDENTITY.md, AGENTS.md, TOOLS.md).

Tool: SKILL.md [2/3] Description: corrupted or from different backup | | Network error | Script returns error: "Network error: ..." | Suggest checking network connection, ask if retry is wanted | | Extraction failed | Script returns error: "tar extraction failed: ..." | File may be corrupted, try downloading again | ### Example Conversation ``` User: Restore my last backup Claude: I found the most recent backup in .openclaw-backup-recovery.txt - Backup ID: 3f8a2b1c-...

Tool: SKILL.md [3/3] Description: Restore Latest Backup ``` User: Restore my last backup Claude: [Read latest Backup ID and password from .openclaw-backup-recovery.txt] [Execute download workflow] ``` ### Example 4: Restore Specific Backup ``` User: Restore backup 3f8a2b1c-1234-5678-90ab-cdef12345678 Claude: [Read password for this Backup ID from recovery file] [Execute download workflow] ``` ### Example 5: Delete Old Backups ``` User: Delete my old backups Claude: [Show available backup list fr

scripts/backup.pyHIGH
78.3%

Malicious tool definition detected

Tool: scripts/backup.py [1/2] Description: #!/usr/bin/env python3 """ OpenClaw Backup Script Handles encrypted backup operations for OpenClaw Agent workspace files.

Tool: scripts/backup.py [2/2]

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
4
Files Flagged
4
Chunks Analyzed
7
Analyzed
Feb 21, 2026, 04:12 PM
Security Audit — runlayer — openclaw-backup