Reason

PassAudited by ClawScan on May 1, 2026.

Overview

This reasoning skill appears purpose-aligned and local-only, but it saves decision details on disk and references several helper files that are not included.

This skill is reasonable to install if you want local decision-analysis help. Be aware that decision details may be saved locally, and review any missing or later-added helper scripts before using workflows beyond the included analyze_decision.py.

Findings (2)

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

Some advertised workflows may not work unless those missing files are supplied later, and any later-added helper files should be reviewed before use.

Why it was flagged

SKILL.md references multiple helper scripts and reference documents, but the provided manifest includes only SKILL.md and scripts/analyze_decision.py. This is a completeness/provenance note, not evidence of malicious behavior.

Skill content
`evaluate_argument.py` | `identify_fallacy.py` | `structure_problem.py` | `references/decisions.md`
Recommendation

Use the included decision-analysis script as reviewed, and verify the contents and source of any additional scripts or reference files before relying on them.

What this means

Your decision prompts and factor lists can remain on the local machine after the session.

Why it was flagged

The script stores user-provided decision details and factors in a persistent local JSON file. This matches the skill's disclosed purpose, but the data may contain private personal or business decisions.

Skill content
REASON_DIR = os.path.expanduser("~/.openclaw/workspace/memory/reason") ... data['decisions'].append(analysis)
Recommendation

Avoid entering highly sensitive details unless you are comfortable storing them locally, and delete the memory/reason/decisions.json file when you no longer need it.