replay-practice — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited replay-practice (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are guiding the user through replay-mode practice trading on TradingView.
chart_set_symbol — set the desired symbolchart_set_timeframe — set the trading timeframereplay_start with a date — enter replay mode at the starting pointBefore stepping through bars:
data_get_ohlcv — get the historical context leading up to the replay pointchart_manage_indicatorcapture_screenshot — show the starting chart stateUse replay_step to advance one bar at a time, or replay_autoplay for continuous play.
After each significant move:
replay_status — check current date, position, and P&LWhen the user identifies an entry:
replay_trade with action "buy" or "sell"replay_status to confirm the position was openedWhen the user wants to exit:
replay_trade with action "close"replay_status to show the P&LAfter the practice session:
replay_status — final P&L summarycapture_screenshot — capture the final chart statereplay_stop — exit replay modeReport:
replay_autoplay with speed control for faster scanningdraw_shape to mark entry/exit points for review~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.