PkgRadar

Package evidence

@absolutejs/[email protected]

Large Javascript Payload: 9274859 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
2,555Niche · −30% score
Versions published
1,209Mature · −50% score
First published
Apr 2025
Publisher
alexkahndev

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@absolutejs/[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":["@absolutejs/[email protected]"],"fail_on":"review"}'
Publisheralexkahndev
Artifact bytes5,769,275
Previous version0.19.0-beta.1068
Published2026-06-13T06:08:40.095Z
SHA-2563dc8873af57aee590c13410e894f0a4a3381b3a810d859785e260eaec4268297

Why flagged

What the scanner saw

Large Javascript Payload: 9274859 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
0.19.0-beta.1069Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/cli/index.js9274859 bytes0

Manifest

Package metadata

Scripts16
  • bdbun run scripts/build.ts && bun
  • buildbun run scripts/build.ts
  • build:native./native/build.sh
  • configbun run src/cli/index.ts config
  • config:studiobun run src/cli/index.ts config --config example/absolute.config.ts
  • db:pushdrizzle-kit push
  • db:studiodrizzle-kit studio
  • devTELEMETRY_OFF=1 bun run src/cli/index.ts dev example/server.ts --config example/absolute.config.ts
  • formatbun run src/cli/index.ts prettier --write
  • lintbun run src/cli/index.ts eslint
  • lsbun run src/cli/index.ts ls
  • releasebun run test && bun run format && bun run build:native && bun run build && ./native/publish.sh && bun publish
  • release:betabun run test && bun run format && bun run build:native && bun run build && ./native/publish.sh --tag beta && bun publish --tag beta
  • startTELEMETRY_OFF=1 bun run src/cli/index.ts start example/server.ts --outdir example/dist --config example/absolute.config.ts
  • testbun test tests/unit && bun test --concurrency 1 tests/integration
  • typecheckbun run src/cli/index.ts typecheck --config example/absolute.config.ts
Dependencies4
  • @elysia/static^1.4.11
  • @elysiajs/openapi^1.4.15
  • @elysiajs/server-timing^1.4.0
  • zustand^5.0.12
Optional dependencies6
  • @absolutejs/native-darwin-arm640.19.0-beta.1008
  • @absolutejs/native-darwin-x640.19.0-beta.1008
  • @absolutejs/native-linux-arm640.19.0-beta.1008
  • @absolutejs/native-linux-x640.19.0-beta.1008
  • @absolutejs/native-windows-arm640.19.0-beta.1008
  • @absolutejs/native-windows-x640.19.0-beta.1008