Trade Journal Coach

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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

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.