PkgRadar

Package evidence

@http-forge/[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.

Versions published
17
First published
Jan 2026
Publisher
hslcalgary

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":["@http-forge/[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":["@http-forge/[email protected]"],"fail_on":"review"}'
Publisherhslcalgary
Artifact bytes517,066
Previous version0.2.14
Published2026-05-29T00:33:27.283Z
SHA-256c45a1ba3dd51d7e7d83f9f6ad9207b937f31d0b80bf94dc3f10c56e8ce90ed29

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
50Score
0.2.15Version
Status history (1 event)
  1. newavailable · risk review · score 50 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Decode Then Execpackage/dist/index.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
highJs Decode Then Execpackage/dist/index.mjsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45

Manifest

Package metadata

Scripts8
  • buildnpm run clean && node esbuild.config.js
  • build:prodnpm run clean && node esbuild.config.js --production
  • cleanrimraf dist
  • devtsup --watch
  • linteslint src
  • prepublishOnlynpm run build:prod
  • testvitest
  • test:coveragevitest --coverage
Dependencies7
  • @apidevtools/json-schema-ref-parser^11.7.3
  • ajv^8.12.0
  • lodash^4.17.21
  • moment^2.30.1
  • tv4^1.3.0
  • uuid^9.0.1
  • yaml^2.7.0