Decision Trees

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is a coherent decision-analysis guide with a small, disclosed local calculator and no evidence of credential use, network access, persistence, or hidden behavior.

This appears safe for normal use. Treat its outputs as structured decision support rather than professional financial, business, or personal advice, and only run the optional Python calculator with files you intentionally choose.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If the user chooses to run the helper, it can read the JSON file they name and, in interactive mode, save a JSON file to the filename they provide.

Why it was flagged

The skill includes a documented, user-invoked Python calculator. This is expected and purpose-aligned, but users should notice that using the helper means running local code.

Skill content
python3 scripts/decision_tree.py --interactive
python3 scripts/decision_tree.py --json tree.json
Recommendation

Run the calculator only when needed, use non-sensitive input files, and choose save filenames carefully to avoid overwriting important files.