Trade Journal Coach

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a purpose-aligned trade-journal analysis coach, with minor notes about running a bundled Python script and some incomplete package references.

Before installing, understand that this skill is meant to analyze private trade records locally and may run its bundled Python analyzer. Do not provide broker login details or API keys, verify the missing referenced helper files are not needed for your use, and treat the output as coaching rather than financial advice.

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

The skill may run local code to analyze your trade journal data.

Why it was flagged

The skill instructs the agent/user to run a bundled local Python analyzer with trade records. This is central to the stated purpose and not suspicious by itself, but it is still local code execution users should recognize.

Skill content
python3 scripts/journal_analyzer.py --trades <交易记录>
Recommendation

Run only the bundled script from the installed skill directory and avoid giving it broker credentials or unrelated files.

What this means

Some documented helper resources may be missing, and an agent could attempt to use files that are not actually installed.

Why it was flagged

SKILL.md references additional helper scripts and reference files, while the provided manifest only includes SKILL.md, _meta.json, and scripts/journal_analyzer.py. This looks like incomplete packaging or stale documentation rather than malicious behavior.

Skill content
`scripts/psychology_coach.py` | 心理状态评估与干预建议 ... `scripts/execution_gap.py` | 对比计划与执行的差异
Recommendation

Verify the package contents before relying on the auxiliary tools, or ask the publisher to include the referenced files or remove the references.