PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

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
470
Versions published
35Established · −30% score
First published
Jul 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes296,503
Previous version1.7.0
Published2026-05-28T02:07:25.404Z
SHA-2566d4cb87da57ab8f837c2e36d85f3c52c5ab17d78c131da10e884d743f4434350

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/lib/services/rate-limit-service.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts14
  • buildnpm run clean && node obfuscate-and-prepare.js
  • cleanrimraf dist
  • linteslint lib test
  • lint:fixeslint lib test --fix
  • preparehusky
  • prepublishOnlynpm run build
  • prestartnpm install
  • startnode server.js
  • testjest
  • test:allnpm test && npm run test:e2e
  • test:coveragejest --coverage
  • test:e2ejest --config=test/e2e/jest.config.e2e.js
  • test:e2e:onlyjest --config=test/e2e/jest.config.e2e.js --globalSetup='' --globalTeardown=''
  • test:watchjest --watch
Dependencies30
  • @opensearch-project/opensearch^2.4.0
  • async^3.2.5
  • axios^1.8.2
  • body-parser^1.20.2
  • compression^1.7.4
  • cookie-parser^1.4.6
  • cors^2.8.5
  • dotenv^17.2.0
  • express^5.2.1
  • express-basic-auth^1.2.1
  • express-throttle^2.0.0
  • form-data^4.0.2
  • helmet^8.1.0
  • http-errors^2.0.0
  • jsonwebtoken^9.0.1
  • morgan^1.10.0
  • multer^2.0.2
  • node-cache^5.1.2
  • object-hash^1.1.8
  • prom-client^15.1.3
  • pseudomap^1.0.2
  • r7insight_node^3.3.1
  • redis^5.10.0
  • redis-rate-limiter^1.2.0
  • step^1.0.0
  • underscore^1.9.1
  • winston^3.2.1
  • winston-transport4.3.0
  • yallist^3.0.2
  • yaml^2.8.0