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
- 1,776Niche · −30% score
- Versions published
- 186Mature · −50% score
- First published
- Sep 2024
- Publisher
- underpost.net
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 ".ssh/"
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
5 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/src/cli/baremetal.js | matched ".ssh/" | 10 |
| medium | Credential file access | package/src/cli/cloud-init.js | matched "id_rsa" | 10 |
| medium | Credential file access | package/src/cli/system.js | matched ".ssh/" | 10 |
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/src/cli/baremetal.js | matched ".ssh/" | 10 |
| medium | Credential file access | package/src/cli/cloud-init.js | matched "id_rsa" | 10 |
| medium | Credential file access | package/src/cli/system.js | matched ".ssh/" | 10 |
| low | Credential file access | package/src/cli/ssh.js | matched ".ssh/" | 5 |
| low | Install-time lifecycle script | package.json | install="npm run install:global && npm run install:test" | 5 |
Manifest
Package metadata
Scripts22
baremetalnode bin baremetal --dev --commission --ls --create-machinebuildnode bin clientcleannode bin env clean && node bin run cleandevNODE_ENV=development nodemon src/serverdev:apiNODE_ENV=development nodemon --watch src --ignore src/client src/apidev:clientNODE_ENV=development node src/client.devdev:containerNODE_ENV=development node src/serverdev:proxyNODE_ENV=development node src/proxy proxydocstypedoc --options typedoc.jsonfixnpm audit fix --force && npm auditinstallnpm run install:global && npm run install:testinstall:globalnpm install -g prettierinstall:testnpm install -g mocha && npm install -g c8 && npm install -g coveralls-nextprettierprettier --write .prod:containerNODE_ENV=production node src/serversecuritynpm run security:secrets:ci && npm run security:depssecurity:depsnpm auditsecurity:secretsgitleaks detect --source . --config .gitleaks.toml --report-path ./gitleaks-report.json --report-format json --redact=0security:secrets:cigitleaks detect --source . --config .gitleaks.toml --redact=1startnode --max-old-space-size=8192 src/servertestNODE_ENV=test c8 mochatest:monitorNODE_ENV=test c8 mocha test/deploy-monitor.test.js
Dependencies69
@fortawesome/fontawesome-free^7.2.0@fullcalendar/rrule^6.1.20@grpc/grpc-js^1.14.4@grpc/proto-loader^0.8.1@neodrag/vanilla^2.3.1adm-zip^0.5.17ag-grid-community^35.3.0axios^1.16.1bumpp^11.1.0chai^6.2.2clipboardy^5.3.1cloudinary^2.10.0colors^1.4.0commander^15.0.0compression^1.7.4cookie-parser^1.4.7cors^2.8.6d3^7.9.0dexie^4.4.3dotenv^17.4.2easymde^2.21.0esbuild^0.28.0escape-string-regexp^5.0.0express^5.2.1express-fileupload^1.4.3express-rate-limit^8.5.2express-slow-down^3.1.0fast-json-stable-stringify^2.1.0favicons^7.3.0fs-extra^11.3.5- …and 39 more.