Decision Trees

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: decision-trees Version: 1.0.1 The skill bundle provides a decision tree analysis tool. The `SKILL.md` and `README.md` files contain instructions for the AI agent and user, which are entirely focused on structured decision-making and do not exhibit any prompt injection attempts, unauthorized data access, or external command execution. The `scripts/decision_tree.py` script performs expected value calculations, reads user-provided JSON files, and optionally saves user-generated data to a JSON file, all within its stated purpose and without any malicious file system access, network communication, or arbitrary code execution.

Findings (0)

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.