PkgRadar

Package evidence

@adatechnology/[email protected]

Large Javascript Payload: 4882849 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.

Weekly downloads
971
Versions published
8
First published
May 2026
Publisher
miyazaki

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":["@adatechnology/[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":["@adatechnology/[email protected]"],"fail_on":"review"}'
Publishermiyazaki
Artifact bytes747,941
Previous version0.2.3
Published2026-05-27T11:31:58.758Z
SHA-256ebad83b20e0570c313332c63141680b4a3428d211f0006593698c8106e874e91

Why flagged

What the scanner saw

Large Javascript Payload: 4882849 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.2.4Version
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.js4882849 bytes10

Manifest

Package metadata

Scripts4
  • buildtsup src/index.ts --dts --tsconfig tsconfig.tsup.json
  • build:watchtsup src/index.ts --watch --dts --tsconfig tsconfig.tsup.json
  • checktsc -p tsconfig.json --noEmit
  • prebuildrm -rf dist
Dependencies3
  • @opentelemetry/api^1.9.1
  • winston^3.9.0
  • winston-daily-rotate-file^5.0.0