Quant.Ai — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Quant.Ai (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.
Quant research for US stocks, built to live inside your AI assistant. Plug it into Claude or Codex via MCP and ask about any ticker — get explainable ratings, key levels, and the reasoning, then discuss it in the same chat. Also works as a one-command CLI.
quant.ai is a command-line quant-research toolkit for US equities, built for everyday investors. Type one command and get an explainable rating, key support/stop levels, and the reasoning behind them — all derived from historical prices, fully offline-friendly, and with no brokerage attached.
⚠️ Research only — not investment advice. It never places or suggests live orders. Output is English by default; add--lang zh(or pick atquant-ai init) for Chinese (中文).
pip install -e . # or: pip install -r requirements.txt
quant-ai doctor # environment self-check (deps + data connectivity)
quant-ai analyze AAPL # rate one stock in secondsNo entry point? python -m quant_agent analyze AAPL works the same.
<img src="assets/analyze-example.svg" alt="Real output of quant-ai analyze AAPL" width="820">
Real output from quant-ai analyze AAPL — English by default, --lang zh for Chinese. Ratings range from Strong Buy through Neutral to Strong Sell. Add --output-dir to export Markdown + JSON, or --chart for a PNG chart.
The headline feature — expose quant.ai as an MCP server and let your AI assistant call it:
claude mcp add quant-research -- python -m quant_agent.mcp_serverThen just ask, in the same chat where you work:
"What's the read on NVDA?" · "Any long-term buy candidates today?" · "Compare AAPL and MSFT."
Claude (or Codex) calls into real project data, shows you the quant analysis, and you discuss it inline — no separate website, no copy-pasting. See README_CN.md for Claude Desktop / Codex config.
analyze AAPL returns rating, returns, RSI, volatility, MA positions, support/stop levels, and human-readable reasons.quant-ai init builds a universe that is 2/3 your own picks (companies + sectors you care about) and 1/3 discovered by the engine from the wider market.quant-ai market-report builds a daily US-equity research brief — market overview, watch / high-risk lists, quant picks by holding horizon, and free news headlines — in an Anthropic-style design:
<img src="assets/market-report-example.png" alt="Daily market report" width="820">
quant-ai serve-dashboard (or write-dashboard) renders backtest diagnostics — headline metrics, alerts, period breakdown, risk checks, positions and trades — with a built-in EN / 中文 toggle:
<img src="assets/dashboard-example.png" alt="Local dashboard" width="820">
| Command | What it does |
|---|---|
quant-ai analyze AAPL MSFT NVDA | Rate one or more stocks |
quant-ai analyze --file watchlist.txt | Rate symbols from a file |
quant-ai init | Build a personalized watchlist (interactive) |
quant-ai analyze --watchlist | Rate your personalized watchlist |
quant-ai run-backtest --config configs/default.yaml | Run the research backtest |
quant-ai market-report | Generate the daily market-intel report |
quant-ai serve-dashboard | Start the local dashboard service |
quant-ai doctor | Environment self-check |
yfinance) by default, or local CSV/Parquet. Cached and validated.python -m pytest # 47 tests, network-free
python -m ruff check quant_agent tests conftest.pyThis project is for quantitative research and education only. It analyzes historical prices and produces research signals — not investment advice, and not authorization to trade. Markets carry risk; you are responsible for your own decisions.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.