compare_tickers — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited compare_tickers (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.
Side-by-side comparison of two or more tickers — financial metrics, recent events, and a qualitative read.
Trigger this skill when the user wants to compare multiple tickers:
Note: the router LLM handles non-English inputs naturally; equivalent phrasings in other languages route here too.
Do not use when:
generate_report.something else (e.g. "did AAPL or MSFT report yesterday?") → RAG.
tickers (array of strings, required, min 2): ticker symbols, e.g.["AAPL", "MSFT"]. Case-insensitive; will be uppercased.
focus (string, optional): comparison angle, e.g. "valuation","earnings growth", "recent catalysts". Free-form — passed into the prompt as a hint. Defaults to "overall fundamentals".
content: a Markdown report with a metrics table + per-tickerobservations + a final ranking/recommendation paragraph.
artifacts: none (comparisons are ad-hoc; we don't persist them).meta: {tickers, focus, ticker_chars: {ticker: int, ...}}.When extracting tickers from a free-text message, prefer all-caps sequences of 1–5 letters that look like symbols. If the user only mentions one ticker, do not pick this skill — pick generate_report instead.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.