deadline-drift — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited deadline-drift (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 for before-date contracts, monthly/weekly threshold markets, election timing markets, or requests where time remaining is the core thesis.
POST /v3/markets/search.market_end from market metadata.Moderate fit. Filled TradeTick data can show whether price drifted in line with deadline pressure and whether exits would usually occur before binary resolution.
Limit: this does not produce true fair-probability forecasts; it only tests historical price behavior around deadlines.
Enter when drift aligns with time decay or deadline acceleration. Exit before settlement unless the user explicitly asks for binary exposure into resolution.
on_trade_tick.market_end.min_days_to_end and max_days_to_end.exit_buffer_hours cutoff.{
"market_end": "2026-07-01T00:00:00Z",
"min_days_to_end": 2,
"max_days_to_end": 21,
"drift_threshold": 0.015,
"order_size": 10,
"exit_buffer_hours": 12
}| Knob | Effect |
|---|---|
min_days_to_end | Avoids entering too close to settlement. |
max_days_to_end | Avoids entering when the deadline is still distant. |
drift_threshold | Higher values require stronger deadline repricing. |
exit_buffer_hours | Larger buffers reduce resolution timing risk. |
"This strategy trades deadline pressure, not certainty. I will backtest on filled TradeTicks to check whether the historical price drift is consistent and tradable, then suggest only cautious position sizing."
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.