fundamentals — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited fundamentals (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.
Fetch fundamental financial data from Yahoo Finance.
Note: Ifuvis not installed orpyproject.tomlis not found, replaceuv run pythonwithpythonin all commands below.
uv run python scripts/fundamentals.py SYMBOL [--type TYPE]SYMBOL - Ticker symbol--type - Data type: all, financials, earnings, info (default: all)Returns JSON with:
info - Key metrics (market cap, PE, EPS, dividend, etc.)financials - Recent quarterly/annual income statement dataearnings - Historical and estimated earningsPresent key metrics clearly. Compare actual vs estimated earnings if relevant.
Calculate Piotroski's F-Score to evaluate a company's financial strength using 9 fundamental criteria.
uv run python scripts/piotroski.py SYMBOLPiotroski's F-Score is a fundamental analysis tool developed by Joseph Piotroski that evaluates a company's financial strength using 9 criteria. Each criterion scores 1 point if passed, 0 if failed, for a maximum score of 9.
Returns JSON with:
score - F-Score (0-9)max_score - Maximum possible score (9)criteria - Detailed breakdown of each criterion with pass/fail status and valuesinterpretation - Text description of financial health leveldata_available - Boolean indicating if year-over-year comparison data is available for criteria 5-9Use Piotroski F-Score when:
pandasyfinanceAll timestamps and time-based calculations must use the America/New_York timezone. All JSON output must include generated_at (NY time string) and data_delay fields.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.