PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 10711810 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
28
First published
May 2026
Publisher
dotlabs-admin

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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,674,873
Previous version1.0.28
Published2026-05-26T18:32:37.443Z
SHA-2566551ac2a95693be428264d88c41d0f41ee9feeffdec668a612870f4d58164bfc

Why flagged

What the scanner saw

Large Javascript Payload: 10711810 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
20Score
1.0.29Version
Status history (1 event)
  1. newavailable · risk review · score 20 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/cli.js10711810 bytes10
mediumLarge Javascript Payloadpackage/dist/server.js10585092 bytes10

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