varrd-search — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited varrd-search (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 find strategies in their library by topic, keyword, or market.
varrd search "<query>"
varrd search "RSI oversold" --market ES
varrd search "momentum strategies" --limit 5Searches all saved strategies using keyword and semantic matching. Returns matches ranked by relevance with key stats (win rate, Sharpe, edge status).
| Flag | Description |
|---|---|
--market ES | Filter results to a specific market |
--limit N | Max results to return (default 10) |
varrd search "momentum strategies"
varrd search "RSI oversold"
varrd search "corn seasonal"
varrd search "mean reversion" --market ES
varrd search "volatility" --limit 20Each result includes:
varrd hypothesis <id> for full detailsFree. No credits consumed.
from varrd import VARRD
v = VARRD()
results = v.search("momentum on grains", limit=5)
for r in results.results:
print(f"{r.name} ({r.market}) — edge: {r.has_edge}, WR: {r.win_rate}")~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.