PkgRadar

Package evidence

@absolutejs/[email protected]

Js Decode Then Exec: base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.

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
7,929Niche · −30% score
Versions published
1,200Mature · −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

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":["@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,763,705
Previous version0.19.0-beta.1059
Published2026-05-29T05:08:04.259Z
SHA-256cd0000c0623362bac0d682fe8900c08327d3e9a5218b830e0fc5bcdec4f6a7c4

Why flagged

What the scanner saw

Js Decode Then Exec: base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.

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

Availability ledger

available

review
Last checked
reviewRisk
22Score
0.19.0-beta.1060Version
Status history (1 event)
  1. newavailable · risk review · score 22 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Decode Then Execpackage/dist/build.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Decode Then Execpackage/dist/build.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
lowLarge Javascript Payloadpackage/dist/cli/index.js9274732 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
  • @elysiajs/openapi^1.4.15
  • @elysiajs/server-timing^1.4.0
  • @elysiajs/static^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