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.

Weekly downloads
698
Versions published
214Mature · −50% score
First published
Jan 2022
Publisher
ncoonrod

Effective trust discount applied: 50% (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"}'
Publisherncoonrod
Artifact bytes1,104,460
Previous version0.9.29
Published2026-06-04T23:55:39.686Z
SHA-256dcb345aea5216c246e6f72e38da0f5cd623d77e1ac25db536e890eef7a398816

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/build/src/HotHTTPServer.jsmatched ".npmrc"5
lowCredential file accesspackage/src/HotHTTPServer.tsmatched ".npmrc"5

Manifest

Package metadata

Scripts14
  • benchmarksnode ./build/benchmarks/index.js
  • buildnpx tsc --build ./tsconfig.json
  • build-test-apinode ./build/src/index.js --hotsite ./tests/hotsite/HotSite.json generate --api
  • builddocnpx typedoc --theme markdown --tsconfig ./tsconfig.json --entryPoints './src/api.ts' --readme README.md --out ./docs/ ./src
  • buildwebnpx webpack --mode=production && npm_config_yes=true npx google-closure-compiler@latest --js=./build-web/HotStaq.js --language_out=ECMASCRIPT_2018 --js_output_file=./build-web/HotStaq.min.js
  • buildwebdebugnpx webpack --mode=development --stats-modules-space 999 && npx webpack --mode=development --config=webpack.config.tests.cjs
  • devnpx tsc --watch
  • dev-webnpx webpack --mode=development --watch
  • dev-web-testsnpx webpack --mode=development --config=webpack.config.tests.cjs --watch
  • preparehusky
  • prepublishOnlynpm run builddoc && npm run build && npm run buildweb && npm run version-check
  • testnpm run build-test-api && export $(cat .env | xargs) && npx mocha --timeout 5000 --colors ./build/tests/**/*.js
  • test-nycnpm run build-test-api && nyc mocha --require=dotenv/config --timeout 5000 --colors ./build/tests/**/*.js
  • version-checknode ./scripts/VersionCheck.mjs
Dependencies36
  • @influxdata/influxdb-client^1.20.0
  • @microsoft/fetch-event-source^2.0.1
  • @modelcontextprotocol/sdk^1.27.1
  • @types/swagger-ui-express^4.1.7
  • archiver^5.3.1
  • chai^6.2.2
  • commander^6.2.1
  • dompurify^3.2.6
  • dotenv^16.0.2
  • esbuild^0.28.0
  • express^4.21.2
  • express-rate-limit^7.5.1
  • form-data^4.0.4
  • formidable^3.5.4
  • fs-extra^9.1.0
  • glob^11.1.0
  • ioredis^5.4.1
  • js-cookie^3.0.1
  • jsdom^26.1.0
  • mime-types^2.1.35
  • mocha^11.7.5
  • mysql2^3.9.9
  • node-fetch^2.6.7
  • pg^8.13.1
  • pg-pool^3.7.0
  • rate-limit-redis^4.2.0
  • selenium-webdriver^4.38.0
  • socket.io^4.8.1
  • socket.io-client^4.8.1
  • swagger-ui-express^5.0.1
  • …and 6 more.