Trading Coach
Analysis
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.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
git clone https://github.com/BENZEMA216/tradingcoach.git ~/tradingcoach ... pip install -r requirements.txt
The setup directs users to fetch and install code and dependencies from an external repository that is not included in the provided artifact 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
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.
只执行评分 ≥ 70 的交易机会
The documentation includes actionable trading guidance based on generated scores, which can influence real financial decisions.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
成交价格 | 成交数量 | 成交金额 | 成交时间 | 币种 | 手续费
The supported CSV fields include detailed financial transaction information that will be used to generate reports and summaries.
