chart-analysis — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited chart-analysis (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 performing technical analysis on a TradingView chart.
chart_set_symbol — switch to the requested symbolchart_set_timeframe — set the appropriate timeframeUse chart_manage_indicator to add studies. Common names (must use FULL names):
After adding, use indicator_set_inputs to customize settings (e.g., change EMA length to 200).
chart_scroll_to_date — jump to a specific date of interestchart_set_visible_range — zoom to a specific date windowchart_get_visible_range — check what's currently visibleUse drawing tools to mark up the chart:
draw_shape with horizontal_line for support/resistancedraw_shape with trend_line for trend channels (needs two points)draw_shape with text for annotationscapture_screenshot — screenshot the annotated chartdata_get_ohlcv — pull recent price data for quantitative analysisquote_get — get the current real-time pricesymbol_info — get symbol metadata (exchange, type, session)Provide the analysis:
If you added indicators the user didn't ask for, remove them:
chart_manage_indicator with action "remove" and the entity_iddraw_clear to remove all drawings if they were temporary~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.