lighter-92d5ce — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited lighter-92d5ce (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.
You have access to the lighter MCP server. Tools are namespaced lighter_* and grouped by risk:
| Family | Effect |
|---|---|
lighter_market_* | Public market reads. |
lighter_account_* | Authenticated reads using local credentials. |
lighter_paper_* | Local simulation; no real funds move. |
lighter_live_* | Real exchange writes; gated and audited. |
lighter_funds_* | Transfers and withdrawals; strictest gates. |
Always:
lighter_safety_status before a non-trivial action and report theactive mode plus any caps (allowed symbols, daily notional, leverage).
lighter_live_* or lighter_funds_* tool: call once withoutconfirmation_id to get a preview and confirmation_id. Read the plan back to the user verbatim and ask "yes to execute". Only on explicit confirmation, repeat the call with the same args plus the id.
category: "safety" or category: "confirmation", donot bypass it. Surface the message to the user and ask how to proceed.
lighter_list_markets to resolve ambiguous symbols. Do not guessmarket_index or symbol naming.
Never:
confirmation_id. Tokens are bound to args.warning fields. Read them as-is.Workflow templates:
lighter_paper_init (once), thenlighter_paper_market_order or lighter_paper_ioc_order.
mode = live, runlighter_live_market_order (preview → confirm → execute).
lighter_live_cancel_all (preview → confirm).lighter_live_close_all (kit-side preview is included in theenvelope plan).
lighter_funds_withdraw (preview → confirm).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.