varrd-hypothesis — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited varrd-hypothesis (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.
Use this skill when a user wants to see full details on a specific strategy from their library.
varrd hypothesis <hypothesis_id>Returns complete details for a saved strategy: formula, setup code, statistical metrics, version history, and horizon results.
varrd hypothesis hyp_abc123| Field | Description |
|---|---|
| Name | Strategy name (e.g. "RSI Oversold ES Daily") |
| Formula | The boolean pattern expression |
| Market | Primary market tested on |
| Direction | LONG or SHORT |
| Edge verdict | STRONG EDGE, MARGINAL, or NO EDGE |
| Win rate | Historical win percentage |
| Sharpe ratio | Risk-adjusted return metric |
| Profit factor | Gross profits / gross losses |
| Total trades | Number of historical signals |
| Horizon results | Per-horizon stats (1, 3, 5, 10, 20 bars) |
| Versions | Formula revision history |
Trade levels from varrd hypothesis are from when the strategy was last tested. They may be outdated. For fresh current prices:
varrd scan — if the strategy is firing, you get fresh levelsvarrd research "Load hypothesis <id>" then "show me the trade setup" — forces fresh calculationvarrd scan or varrd search resultsFree. No credits consumed.
from varrd import VARRD
v = VARRD()
hyp = v.get_hypothesis("hyp_abc123")
print(f"{hyp.name}: {hyp.win_rate:.0%} WR, {hyp.sharpe:.2f} Sharpe")~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.