technical-analysis — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited technical-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.
Compute technical indicators using pandas-ta. Supports multi-symbol analysis and earnings data.
Note: Ifuvis not installed orpyproject.tomlis not found, replaceuv run pythonwithpythonin all commands below.
uv run python scripts/technicals.py SYMBOL [--period PERIOD] [--indicators INDICATORS] [--earnings]SYMBOL - Ticker symbol or comma-separated list (e.g., AAPL or AAPL,MSFT,GOOGL)--period - Historical period: 1mo, 3mo, 6mo, 1y (default: 3mo)--indicators - Comma-separated list: rsi,macd,bb,sma,ema,atr,adx (default: all)--earnings - Include earnings data (upcoming date + history)Single symbol returns:
price - Current price and recent changeindicators - Computed values for each indicatorrisk_metrics - Volatility (annualized %) and Sharpe ratiosignals - Buy/sell signals based on indicator levelsearnings - Upcoming date and EPS history (if --earnings)Multiple symbols returns:
results - Array of individual symbol results# Single symbol with all indicators
uv run python scripts/technicals.py AAPL
# Multiple symbols
uv run python scripts/technicals.py AAPL,MSFT,GOOGL
# With earnings data
uv run python scripts/technicals.py NVDA --earnings
# Specific indicators only
uv run python scripts/technicals.py TSLA --indicators rsi,macdCompute price correlation matrix between multiple symbols for diversification analysis.
uv run python scripts/correlation.py SYMBOLS [--period PERIOD]SYMBOLS - Comma-separated ticker symbols (minimum 2)--period - Historical period: 1mo, 3mo, 6mo, 1y (default: 3mo)symbols - List of symbols analyzedperiod - Time period usedcorrelation_matrix - Nested dict with correlation values between all pairs# Portfolio correlation
uv run python scripts/correlation.py AAPL,MSFT,GOOGL,AMZN
# Sector comparison
uv run python scripts/correlation.py XLF,XLK,XLE,XLV --period 6mo
# Check hedge effectiveness
uv run python scripts/correlation.py SPY,GLD,TLTnumpypandaspandas-tayfinanceAll 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.