paper-trade-runner — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited paper-trade-runner (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.
The pattern behind a working signal-only daemon for Nifty / BankNifty intraday options.
every N seconds during market hours (09:15 – 15:30 IST):
1. fetch live quotes / candles
2. evaluate entry rules → generate signal (or skip)
3. for each open position:
a. update mark-to-market
b. check stop-loss / target / time-stop
c. if hit → resolve, log, free capital
4. at 15:20 IST → force-close all open positions (intraday safety)
5. at 15:35 IST → write EOD summary(market_state) → Signal | None. Easy to unit test.{
"id": "sig_20260606_0934_01",
"instrument": "NIFTY26JUN24200CE",
"side": "BUY",
"qty": 50,
"entry_price": 142.50,
"stop_loss": 120.00,
"target": 180.00,
"rationale": "20EMA crossover + rising OI on 24200 CE",
"generated_at": "2026-06-06T09:34:12+05:30"
}At 15:35 IST, emit:
Feed this into daily-pnl-reviewer skill for journaling.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.