Janitor

PassAudited by ClawScan on Feb 24, 2026.

Overview

The skill's instructions and requirements are coherent with a workspace maintenance agent, but it makes implicit assumptions (absolute paths, deletion/archival rules) and leaves ambiguous safeguards — review before enabling autonomous runs or giving it write access.

This skill is internally consistent with a 'janitor' maintenance role, but take precautions before installing or enabling autonomous runs: 1) Confirm the output and workspace paths are correct and configurable (the README hardcodes /home/ubuntu/... which may be wrong). 2) Require a dry-run mode and review step before any deletions or archival — the checklist uses age thresholds but leaves discretion to the agent. 3) Ensure recent backups of the workspace (or run on a copy) so accidental data loss can be recovered. 4) Limit the agent's filesystem permissions to the intended workspace directories, and avoid granting system-wide write access. 5) Ask the skill author (or maintainer) to clarify how it verifies 'agent skill configs' and to document exactly which files it will read or modify and how it handles sensitive files (SOUL.md, USER.md, IDENTITY.md). If you plan to allow autonomous invocation, require explicit human confirmation for any action that archives or deletes files older than a threshold.