Bellwether Platform — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Bellwether Platform (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.
Lightweight caching layer for real-time prediction market data.
# Set your Dome API key
export DOME_API_KEY=your_key_here
# Run with Node.js
node live-data-server.js
# Server runs on http://localhost:3000| Endpoint | Description |
|---|---|
GET /metrics | All computed metrics for all markets |
GET /metrics/:token_id | Metrics for specific market |
GET /health | Health check |
# SSH to farmshare
ssh [email protected]
# Clone repo and run
cd ~/bellwether-server
export DOME_API_KEY=xxx
nohup node live-data-server.js > server.log 2>&1 &
# Note: Process may be killed after inactivity
# Consider using screen or tmuxnpm install -g wrangler
wrangler login
wrangler publish# Deploy via GitHub integration at dash.deno.comfly launch
fly deploy| Variable | Description | Required |
|---|---|---|
DOME_API_KEY | Your Dome API key | Yes |
PORT | HTTP port (default: 3000) | No |
{
"generated_at": "2026-02-11T12:00:00Z",
"manipulation_test_amount": 100000,
"vwap_window_hours": 6,
"markets": {
"token_id_here": {
"manipulation_cost": {
"price_impact_cents": 2.3,
"volume_consumed": 45000,
"levels_consumed": 12,
"dollars_spent": 100000
},
"vwap_6h": 0.573,
"updated_at": 1707649200000
}
}
}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.