Self Thinking Agent

PassAudited by ClawScan on Apr 30, 2026.

Overview

The skill's code and runtime instructions align with its stated purpose (metacognition / bias detection); it requests no credentials, performs only local text analysis, and has no install or network behavior.

This skill appears internally consistent and low-risk: it analyzes text for simple bias indicators using regex heuristics, with no network calls or secret access. Before enabling it for autonomous use, consider: (1) its bias detection is heuristic and will produce false positives/negatives—do not rely on it as sole authority for critical decisions; (2) do not point the analyze command at sensitive files (it reads and prints file contents); and (3) if you will allow the agent to invoke the skill autonomously, review how the agent passes content to the skill so it does not inadvertently process confidential data. If you want higher assurance, run the included JS in a sandboxed environment and test with non-sensitive examples first.