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 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 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/build/src/HotHTTPServer.js | matched ".npmrc" | 5 |
| low | Credential file access | package/src/HotHTTPServer.ts | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts14
benchmarksnode ./build/benchmarks/index.jsbuildnpx tsc --build ./tsconfig.jsonbuild-test-apinode ./build/src/index.js --hotsite ./tests/hotsite/HotSite.json generate --apibuilddocnpx typedoc --theme markdown --tsconfig ./tsconfig.json --entryPoints './src/api.ts' --readme README.md --out ./docs/ ./srcbuildwebnpx 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.jsbuildwebdebugnpx webpack --mode=development --stats-modules-space 999 && npx webpack --mode=development --config=webpack.config.tests.cjsdevnpx tsc --watchdev-webnpx webpack --mode=development --watchdev-web-testsnpx webpack --mode=development --config=webpack.config.tests.cjs --watchpreparehuskyprepublishOnlynpm run builddoc && npm run build && npm run buildweb && npm run version-checktestnpm run build-test-api && export $(cat .env | xargs) && npx mocha --timeout 5000 --colors ./build/tests/**/*.jstest-nycnpm run build-test-api && nyc mocha --require=dotenv/config --timeout 5000 --colors ./build/tests/**/*.jsversion-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.7archiver^5.3.1chai^6.2.2commander^6.2.1dompurify^3.2.6dotenv^16.0.2esbuild^0.28.0express^4.21.2express-rate-limit^7.5.1form-data^4.0.4formidable^3.5.4fs-extra^9.1.0glob^11.1.0ioredis^5.4.1js-cookie^3.0.1jsdom^26.1.0mime-types^2.1.35mocha^11.7.5mysql2^3.9.9node-fetch^2.6.7pg^8.13.1pg-pool^3.7.0rate-limit-redis^4.2.0selenium-webdriver^4.38.0socket.io^4.8.1socket.io-client^4.8.1swagger-ui-express^5.0.1- …and 6 more.