alphameta-quote — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited alphameta-quote (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.
Response language: match the user's input language (Simplified Chinese / Traditional Chinese / English).
See the alphameta skill for server setup and command execution syntax.
| Category | Commands | Use For |
|---|---|---|
| Live Quotes | add, remove, quote, depth, chains, prequalify, oadd, align, range, info | Real-time quotes, option chains, market depth |
| Financial Data | financial | EPS, revenue, P/E, market cap, analyst estimates |
Stocks: AAPL, NVDA, SPY Options: SYMBOL + YYMMDD + C|P + 8-DIGIT_STRIKE
# Stock
AAPL → AAPL
# Option: NVDA, May 1 2026, Call, $175
NVDA260501C00175000Strike = price × 1000, zero-padded to 8 digits. Example: $175 → 00175000
add vs quote| Command | Speed | Multi-symbol | Requires subscription |
|---|---|---|---|
add | Fast | No (one at a time) | Yes (subscribe first) |
quote | Slow | Yes (batch) | No (one-time) |
# Get strikes for NVDA May 1 expiration
chains NVDA 05-01
# Get detailed Greeks for specific contract (requires add first)
add NVDA260501C00175000
info NVDA260501C00175000For full reference, see references/ref-live-quotes.md and references/ref-financial.md.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.