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
- 24
- First published
- Feb 2026
- Publisher
- soddygo
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
Credential file access: matched ".npmrc"
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 20 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/utils/common/npmrcUtils.js | matched ".npmrc" | 5 |
| low | Credential file access | package/dist/service/projectService.js | matched ".npmrc" | 5 |
| low | Credential file access | package/dist/utils/build/restartDevUtils.js | matched ".npmrc" | 5 |
| low | Credential file access | package/dist/utils/common/templateCacheUtils.js | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts24
buildnode scripts/build.jscli:restartnode src/cli.js restartcli:startnode src/cli.js startcli:start:devnode src/cli.js start --env developmentcli:start:prodnode src/cli.js start --env productioncli:start:testnode src/cli.js start --env testcli:statusnode src/cli.js statuscli:stopnode src/cli.js stopdevnodemon scripts/start-dev.jspnpm:check:devNODE_ENV=development node scripts/pnpm-check-wrapper.jspnpm:check:prodNODE_ENV=production node scripts/pnpm-check-wrapper.jspnpm:check:testNODE_ENV=test node scripts/pnpm-check-wrapper.jspnpm:prunepnpm store prunepnpm:prune:manualnode scripts/pnpm-prune-manual.jspnpm:statuspnpm store statusprepublishOnlynpm run buildprodnode scripts/start-prod.jsstartnodemon src/server.jsstart:testnodemon scripts/start-test.jstestnodemon scripts/start-test.jstest:integrationjest --testPathPattern=tests/integrationtest:runNODE_OPTIONS='--experimental-vm-modules' jest --coveragetest:unitjest --testPathPattern=tests/unittest:watchjest --watch
Dependencies19
archiver^5.3.2commander^12.0.0concurrently^9.2.1cross-spawn^7.0.6dotenv^17.2.2express^5.1.0fs-extra^11.2.0iconv-lite^0.7.0isbinaryfile^5.0.6json-bigint^1.0.0mime-types^3.0.1multer^2.0.2node-cron^3.0.3pm2^6.0.11swagger-jsdoc^6.2.8swagger-ui-express^5.0.0tree-kill^1.2.2uuid^13.0.0yauzl^3.2.0