
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
LiquiLens Failure Radar in your terminal — live early-warning board for Indian institutions and FDIC-scored US banks, from public data
The LiquiLens Failure Radar as a live terminal dashboard, in the spirit of Claude Code / htop. Zero keys required: it reads the same public, no-auth endpoints that power the web board, and keeps working offline from a cached snapshot.
Need the radar on your own counterparty or borrower book? A fixed-scope, self-hosted proof pilot is available at liquilens.in/pilot.
◆ LIQUILENS · Failure Radar · IN/US (t to switch)
market regime SHIFT (log-SR 1.16, last change 13d ago) ███▁▁▂▂▂ · 2026-07-16
INSTITUTION TYPE GRADE SCORE PD 12M Δ PD FUNDING
❯ ESAF Small Finance Bank sfb BBB 66 0.40% ▲ 0.09% stable
...
Two boards, one command:
Run once without keeping an install:
npx liquilens
Or keep the command on your PATH:
npm install --global liquilens
liquilens # India board
liquilens --region us # US board
liquilens --record # evidence status and eligibility, all markets
From a source checkout:
npm ci
npm link
liquilens
t switches region.--plain (automatic when piped): one-shot ANSI-free table — safe for
scripts, cron mails, CI logs.--json: one-shot machine-readable dump (rows + risk_band + regime).--record: one-shot historical-evidence ledger for India, the US, and
Europe. It prints each market's construction/case-file status plus
validated_backtest_eligible and real_money_eligible; add --json to
preserve the served /api/evidence/markets payload exactly. It cannot be
combined with --region or --fail-on.--fail-on amber|red: alerting for cron/CI — exits 3 when any Indian
institution is at/above the band. (India only: US scores are within-quarter
percentile ranks — a relative leaderboard — so an absolute threshold would
always fire.)# cron: mail me the board only when something turns red
liquilens --fail-on red > /tmp/board.txt || mail -s "LiquiLens RED" me@x < /tmp/board.txt
# audit the historical-evidence boundary without opening the web app
liquilens --record
liquilens --record --json | jq '.markets[] | {name, historical_evidence}'
| key | action |
|---|---|
| ↑/↓ or j/k | move selection |
| ⏎ | toggle institution detail |
| t | switch region (IN ↔ US) |
| s | cycle sort (IN: risk/movement/score/name · US: risk/noncurrent/uninsured/assets/name) |
| / | incremental filter (IN: name/slug/type · US: bank/state/FDIC cert) |
| r | refresh now |
| esc | close detail / clear filter |
| q | quit |
%LOCALAPPDATA% on Windows). If the API is unreachable you
get the cached board with a clear "offline — cached from Xh ago" banner.
Exit 1 only when there is no data at all.autoSelectFamily (fast Happy
Eyeballs) — works on IPv6-blackholed and IPv6-only networks. HTTPS_PROXY
/ HTTP_PROXY / NO_PROXY are honored.npm test);
CI runs build + tests + live smokes on Node
18/20/22.The CLI sends no cookies, device identifiers, installation IDs, or command
analytics. API requests carry the aggregate product-surface label cli so the
service can count successful board reads. Arguments, filters, cache contents,
and machine details are never sent as analytics.
0 ok · 1 no data (API down, no cache) · 2 bad usage · 3 --fail-on breached
--api <url> or LIQUILENS_API — API host (default
https://api.liquilens.in), e.g. a local backend on :8000.HTTPS_PROXY — standard CONNECT proxy, honored by all requests.src/api.ts — typed fetchers, retry/backoff, proxy + Happy-Eyeballs dialing.src/cache.ts — per-region last-good-snapshot cache.src/format.ts — pure layout/sort/filter/viewport/sparkline logic (tested).src/riskBands.ts — the row-colour policies. India = absolute thresholds
(domain judgment — tune here). US = rank-within-board (percentile scores
drift across quarters, ranks don't).src/plain.ts — --plain / --json renderers + --fail-on band logic.src/App.tsx — the Ink UI. src/cli.tsx — entry point + arg parsing.FAQs
LiquiLens Failure Radar in your terminal — live early-warning board for Indian institutions and FDIC-scored US banks, from public data
We found that liquilens demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.