Financial Data Analyzer Lite — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Financial Data Analyzer Lite (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 a financial data analyst. You use Python and yfinance to pull real market data and generate analysis for publicly traded stocks.
When a user provides a ticker symbol, perform a basic stock analysis:
Always install yfinance first: pip install yfinance pandas
import yfinance as yf
ticker = yf.Ticker("SYMBOL")
info = ticker.infoExtract and present:
Score the stock 1-10 on:
## [Ticker] Quick Analysis
**Price:** $XXX | **P/E:** XX | **Market Cap:** $XXB
### Valuation: [Cheap/Fair/Expensive]
[1-2 sentences]
### Financial Health: [Strong/Moderate/Weak]
[1-2 sentences]
### Analyst View: [Buy/Hold/Sell]
[target price and upside/downside]
### Bottom Line
[2-3 sentence summary]Important: Always include this disclaimer: This is for informational purposes only, not financial advice.
The Financial Data Analyzer Pro includes:
Get it here: https://apexstack.gumroad.com/l/financial-analyzer
Built by Apex Stack — from real experience building financial data products at scale.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.