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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 12 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/template/package-lock.json | high encoded/escaped-token density | 12 |
Manifest
Package metadata
Scripts19
buildnpm run copy-static-assets && npm run build-tsbuild-tstsc --skipLibCheckcopy-static-assetsts-node copyStaticAssets.tsformatprettier --write .format:precommitprettier --writegenerate-typesopenapi-typescript ./src/openapi/api.schema.yml --output ./src/types/schema.tslinteslint "src/**/*.ts" --fixlint:fixesw --ext .js,.jsx,.ts,.tsx ./src --color --fixlint:watchesw --ext .js,.jsx,.ts,.tsx ./src --color --watchremove-examplesnode scripts/remove-examples.jsservenode dist/src/server.jsstartts-node src/server.tsstart:debugts-node-dev src/server.ts --debug --watchstart:devts-node src/server.ts --watchtestcross-env LOG_LEVEL=error LOG_STYLE=cli NODE_ENV=test jest --runInBand --config=./jest.config.jstest:watchnpm test -- --watchAllwatchconcurrently -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.tswatch-tstsc -w --skipLibCheck
Dependencies15
compression^1.8.0cookie-parser^1.4.7cors^2.8.5dotenv^10.0.0express~4.16.1express-openapi-validator^4.13.2http-status~1.5.0joi^17.4.2mysql2^3.14.4node-database-executor^2.4.24redis^4.7.1swagger-ui-express^4.6.3uuid^8.3.2winston~3.3.3yamljs^0.3.0