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.

Versions published
2
First published
May 2026
Publisher
chauhan-yuvraj-lumibyte

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 bytes141,976
Previous versionnone
Published2026-05-27T08:47:49.045Z
SHA-2560ea79fd56ab49b7eb295c7af527e38ea8350fb7a1910de761b3fe84cd7575fa1

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/template/package-lock.jsonhigh encoded/escaped-token density12

Manifest

Package metadata

Scripts18
  • buildnpm run copy-static-assets && npm run build-ts
  • build-tstsc --skipLibCheck
  • copy-static-assetsts-node copyStaticAssets.ts
  • formatprettier --write .
  • format:precommitprettier --write
  • generate-typesopenapi-typescript ./src/openapi/api.schema.yml --output ./src/types/schema.ts
  • linteslint "src/**/*.ts" --fix
  • lint:fixesw --ext .js,.jsx,.ts,.tsx ./src --color --fix
  • lint:watchesw --ext .js,.jsx,.ts,.tsx ./src --color --watch
  • servenode dist/src/server.js
  • startts-node src/server.ts
  • start:debugts-node-dev src/server.ts --debug --watch
  • start:devts-node src/server.ts --watch
  • testcross-env LOG_LEVEL=error LOG_STYLE=cli NODE_ENV=test jest --runInBand --config=./jest.config.js
  • test:watchnpm test -- --watchAll
  • watchconcurrently -k -p "[{name}]" -n "TypeScript,Node" -c "cyan.bold,green.bold" "npm run watch-ts" "npm run watch-node"
  • watch-nodenodemon --watch src src/server.ts
  • watch-tstsc -w --skipLibCheck
Dependencies15
  • compression^1.8.0
  • cookie-parser^1.4.7
  • cors^2.8.5
  • dotenv^10.0.0
  • express~4.16.1
  • express-openapi-validator^4.13.2
  • http-status~1.5.0
  • joi^17.4.2
  • mysql2^3.14.4
  • node-database-executor^2.4.24
  • redis^4.7.1
  • swagger-ui-express^4.6.3
  • uuid^8.3.2
  • winston~3.3.3
  • yamljs^0.3.0