PkgRadar

Package evidence

@obrain/[email protected]

Large Javascript Payload: 3091753 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
13
First published
Apr 2026
Publisher
luke_bot

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":["@obrain/[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":["@obrain/[email protected]"],"fail_on":"review"}'
Publisherluke_bot
Artifact bytes660,747
Previous version0.1.13
Published2026-05-28T06:36:00.406Z
SHA-256f3c1e780b74bb79108473780b9d27fe4be4a87344b6983bc2aa9aac44297221b

Why flagged

What the scanner saw

Large Javascript Payload: 3091753 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js3091753 bytes10

Manifest

Package metadata

Scripts3
  • buildbun build src/index.ts --outfile dist/index.js --target bun
  • devbun run src/index.ts
  • publishbun run build && bun publish --ignore-scripts
Dependencies8
  • @graphql-tools/schema^10.0.33
  • @omnigraph/openapi^0.109.52
  • @trpc/client^11.17.0
  • @trpc/server^11.17.0
  • graphql^16.12.0
  • jwt-decode^4.0.0
  • yargs17.7.2
  • zod^4.4.3