Trading Coach
PassAudited by ClawScan on May 1, 2026.
Overview
The artifacts match a trading CSV review tool, but users should review the external GitHub code before running it and protect their private trading data.
Before installing, inspect the referenced GitHub repository and dependencies, run it in a virtual environment, and use a copy of your trading CSV with unnecessary personal or account identifiers removed. Treat generated trading scores and recommendations as informational, not as guaranteed financial advice.
Findings (4)
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.
Installing the external project may run code or dependencies that were not represented in this skill package.
The setup directs users to fetch and install code and dependencies from an external repository that is not included in the provided artifact files.
git clone https://github.com/BENZEMA216/tradingcoach.git ~/tradingcoach ... pip install -r requirements.txt
Verify the repository and requirements before installation, use a virtual environment, and avoid running it on sensitive data until the code is reviewed.
Using the skill as documented means running local code on the user's machine rather than only generating a text analysis.
The documented workflow requires executing local Python scripts. This is disclosed and central to the stated purpose, but the script contents are not part of the provided files.
python scripts/import_trades.py /path/to/trades.csv ... python scripts/run_matching.py ... python scripts/score_positions.py --all ... python scripts/analyze_scores.py
Run the scripts only from a trusted checkout, preferably in an isolated environment and on a copy of the CSV data.
Private trading history may appear in the analysis output or any saved reports.
The supported CSV fields include detailed financial transaction information that will be used to generate reports and summaries.
成交价格 | 成交数量 | 成交金额 | 成交时间 | 币种 | 手续费
Use only the intended CSV files, remove unnecessary identifiers such as account numbers if present, and avoid sharing generated reports publicly.
A user could over-rely on the scoring system when deciding whether to trade.
The documentation includes actionable trading guidance based on generated scores, which can influence real financial decisions.
只执行评分 ≥ 70 的交易机会
Treat the report as educational analysis, validate conclusions independently, and do not rely on it as sole financial advice.
