PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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
23
First published
Feb 2026
Publisher
soddygo

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"}'
Publishersoddygo
Artifact bytes73,527
Previous version1.3.0-beta.8
Published2026-06-02T11:46:36.724Z
SHA-25670d8045e758ae65f32cbab65838fdb55a98440b79a65796566eb8dbbfa93605c

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

review
Last checked
reviewRisk
20Score
1.3.0-beta.9Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/utils/common/npmrcUtils.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/service/projectService.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/utils/build/restartDevUtils.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/utils/common/templateCacheUtils.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts24
  • buildnode scripts/build.js
  • cli:restartnode src/cli.js restart
  • cli:startnode src/cli.js start
  • cli:start:devnode src/cli.js start --env development
  • cli:start:prodnode src/cli.js start --env production
  • cli:start:testnode src/cli.js start --env test
  • cli:statusnode src/cli.js status
  • cli:stopnode src/cli.js stop
  • devnodemon scripts/start-dev.js
  • pnpm:check:devNODE_ENV=development node scripts/pnpm-check-wrapper.js
  • pnpm:check:prodNODE_ENV=production node scripts/pnpm-check-wrapper.js
  • pnpm:check:testNODE_ENV=test node scripts/pnpm-check-wrapper.js
  • pnpm:prunepnpm store prune
  • pnpm:prune:manualnode scripts/pnpm-prune-manual.js
  • pnpm:statuspnpm store status
  • prepublishOnlynpm run build
  • prodnode scripts/start-prod.js
  • startnodemon src/server.js
  • start:testnodemon scripts/start-test.js
  • testnodemon scripts/start-test.js
  • test:integrationjest --testPathPattern=tests/integration
  • test:runNODE_OPTIONS='--experimental-vm-modules' jest --coverage
  • test:unitjest --testPathPattern=tests/unit
  • test:watchjest --watch
Dependencies19
  • archiver^5.3.2
  • commander^12.0.0
  • concurrently^9.2.1
  • cross-spawn^7.0.6
  • dotenv^17.2.2
  • express^5.1.0
  • fs-extra^11.2.0
  • iconv-lite^0.7.0
  • isbinaryfile^5.0.6
  • json-bigint^1.0.0
  • mime-types^3.0.1
  • multer^2.0.2
  • node-cron^3.0.3
  • pm2^6.0.11
  • swagger-jsdoc^6.2.8
  • swagger-ui-express^5.0.0
  • tree-kill^1.2.2
  • uuid^13.0.0
  • yauzl^3.2.0