
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
Local-first observability dashboard for AI agents. MCP-native. Run it with one command.
Local-first observability dashboard for AI agents. MCP-native. One command.
npx lookspan # → http://127.0.0.1:3100
Lookspan ingests spans/traces from your agents into a local SQLite database and shows them in a real-time dashboard — traces, costs, latency stats and alerts. Everything runs on your machine; data never leaves it; infra cost is zero.
Any language, via HTTP:
curl -X POST http://127.0.0.1:3100/api/ingest \
-H "Content-Type: application/json" \
-d '{"spans":[{"traceId":"t1","spanId":"s1","parentSpanId":null,"type":"llm_call","name":"agent.run","startedAt":"2026-06-02T10:00:00Z","endedAt":"2026-06-02T10:00:01Z","status":"ok","framework":"custom","model":"gpt-4o","provider":"openai","usage":{"inputTokens":1000,"outputTokens":500,"costUsd":0}}]}'
npm i @lookspan/mcp — wrap any MCP client.pip install lookspan.OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://127.0.0.1:3100/v1/traces — no Lookspan SDK needed.npx lookspan [options]
-p, --port <port> default 3100
--host <host> default 127.0.0.1
--db <path> default ~/.lookspan/lookspan.db
--retention <dur> prune traces older than e.g. 7d, 24h
--token <token> require Authorization: Bearer <token>
--pricing <file> custom model pricing table (JSON)
--alert-error | --alert-cost <usd> | --alert-tokens <n> | --alert-duration <ms>
--open open the dashboard in your browser
FAQs
Local-first observability dashboard for AI agents. MCP-native. Run it with one command.
The npm package lookspan receives a total of 951 weekly downloads. As such, lookspan popularity was classified as not popular.
We found that lookspan 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.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.