PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 10739353 bytes

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
35
First published
May 2026
Publisher
dotlabs-admin

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["[email protected]"],"fail_on":"review"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["[email protected]"],"fail_on":"review"}'
Publisherdotlabs-admin
Artifact bytes3,695,346
Previous version1.0.36
Published2026-06-03T17:54:36.337Z
SHA-256450c31d6d10d08e2db486acf09d1732a6bd622af0318a5f1525e32028df7ab92

Why flagged

What the scanner saw

Large Javascript Payload: 10739353 bytes

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

low
Last checked
lowRisk
0Score
1.0.37Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/cli.js10739353 bytes0
lowLarge Javascript Payloadpackage/dist/server.js10612609 bytes0

Manifest

Package metadata

Scripts9
  • buildbun build src/cli/index.ts --outfile dist/cli.js --target node && bun build src/dev.ts --outfile dist/server.js --target node
  • clinode dist/cli.js
  • devbun run --hot src/dev.ts
  • generate:schemabun scripts/schema-generate.ts
  • generate:schema:path:localbun scripts/schema-local-path.ts
  • linkbun link
  • startnode dist/server.js
  • testifybun test tests/prod.test.ts
  • typecheckbun tsc --noEmit
Dependencies13
  • @clack/prompts^1.3.0
  • @hono/node-server^2.0.1
  • @hono/zod-openapi^1.3.0
  • @langchain/daytona^0.2.0
  • @langchain/exa^1.0.1
  • @langchain/tavily^1.2.0
  • chalk^5.6.2
  • hono^4.12.16
  • ioredis^5.10.1
  • json5^2.2.3
  • langchain^1.4.0
  • undici^7.14.0
  • zod^4.4.1