Agent Observability - Open the Black Box
PassAudited by ClawScan on Feb 25, 2026.
Overview
The skill is internally coherent: its included scripts implement the observability features described and only read/write local workspace files; there are no network calls or credential requests.
This skill appears to do what it says: local observability by writing logs, traces, and markdown reports into your workspace. Before installing: (1) review the provided JS files (they're bundled) to ensure you accept their behavior; (2) remember the audit log and traces may include session identifiers, chat/channel names, or output snippets that could contain secrets or PII — restrict access to the memory/ directory and sanitize inputs where needed; (3) run the scripts in a staging environment first (they use Node stdlib only); (4) confirm any optional integrations you expect (e.g., session-metrics.js) expose the functions the dashboard expects; (5) add the scripts to your cron/heartbeat only after verifying file permissions and retention policy for stored logs.
