Zen Master

PassAudited by ClawScan on Apr 1, 2026.

Overview

The skill's files and install script match its stated purpose (a local Zen/禅 knowledge pack); it only copies local knowledge files and writes a few agent-facing markdowns and does not request credentials or perform network activity.

This skill appears coherent and local-only, but take these precautions before installing: 1) Back up the target agent workspace (or test in a disposable workspace) because install.sh will copy knowledge/ and overwrite IDENTITY.md, SOUL.md, TOOLS.md, and MEMORY.md without prompting. 2) Review the created markdowns if you have custom agent identity/memory tools to avoid losing tailored configurations. 3) Run the installer with --dir pointing to a sandboxed agent to confirm behavior. If you need stricter guarantees, open the install.sh file and inspect it (it is small and only uses cp and here-doc writes).