Capability Growth

PassAudited by ClawScan on Apr 23, 2026.

Overview

The skill's code and instructions match its stated purpose (local analysis of session logs); it reads and scores local text logs but does not request credentials, install external software, or contact remote endpoints.

This skill appears to do what it says: read and analyze text logs in a directory you point it at. Before running: (1) run it on a small, non-sensitive directory first to confirm output; (2) review the included growth_engine.js if you have sensitive data concerns — it recursively reads .md/.txt/.log files (up to 5MB each) and could process any text you provide; (3) avoid pointing it at system or home directories that contain secrets (tokens, private keys, credentials); (4) there's no network exfiltration in the visible code, but if you modify or extend the skill, re-check for outgoing requests. If you want stricter safety, run it inside a sandboxed environment or on a copy of your logs with secrets redacted.