PkgRadar

Package evidence

@tetherto/[email protected]

Remote Dependency Spec: dependencies.@bitfinex/lib-js-util-promise="git+https://github.com/bitfinexcom/lib-js-util-promise.git"

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
3
Versions published
2
First published
Apr 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@tetherto/[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":["@tetherto/[email protected]"],"fail_on":"review"}'
Artifact bytes54,412
Previous version0.0.0
Published2026-04-23T19:18:20.358Z
SHA-25656f5a5fb66987aad5223c75d96f383e366c37796f169b773f95f36a7e5e3c3e9

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.@bitfinex/lib-js-util-promise="git+https://github.com/bitfinexcom/lib-js-util-promise.git"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
200Score
1.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 200 · status changed

Evidence

Static findings

9 static · 9 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.@bitfinex/lib-js-util-promise="git+https://github.com/bitfinexcom/lib-js-util-promise.git"12
mediumRemote Dependency Specpackage.jsondependencies.bfx-facs-interval="git+https://github.com/bitfinexcom/bfx-facs-interval.git"12
mediumRemote Dependency Specpackage.jsondependencies.bfx-facs-scheduler="git+https://github.com/bitfinexcom/bfx-facs-scheduler.git"12
mediumRemote Dependency Specpackage.jsondependencies.lib-js-util-base="git+https://github.com/bitfinexcom/lib-js-util-base.git"12
mediumRemote Dependency Specpackage.jsondependencies.lib-js-util-promise="git+https://github.com/bitfinexcom/lib-js-util-promise.git"12
mediumRemote Dependency Specpackage.jsondependencies.miningos-lib-stats="git+https://github.com/tetherto/miningos-lib-stats.git"12
mediumRemote Dependency Specpackage.jsondependencies.svc-facs-miningos-thg-write-calls="git+https://github.com/tetherto/svc-facs-miningos-thg-write-calls.git"12
mediumRemote Dependency Specpackage.jsondependencies.tether-wrk-base="git+https://github.com/tetherto/tether-wrk-base.git"12
mediumNew Remote Dependency Vs Previouspackage.jsondependencies.@bitfinex/lib-js-util-promise added in 1.0.0 vs 0.0.0: "git+https://github.com/bitfinexcom/lib-js-util-promise.git"12
mediumNew Remote Dependency Vs Previouspackage.jsondependencies.bfx-facs-interval added in 1.0.0 vs 0.0.0: "git+https://github.com/bitfinexcom/bfx-facs-interval.git"12
mediumNew Remote Dependency Vs Previouspackage.jsondependencies.bfx-facs-scheduler added in 1.0.0 vs 0.0.0: "git+https://github.com/bitfinexcom/bfx-facs-scheduler.git"12
mediumNew Remote Dependency Vs Previouspackage.jsondependencies.lib-js-util-base added in 1.0.0 vs 0.0.0: "git+https://github.com/bitfinexcom/lib-js-util-base.git"12
mediumNew Remote Dependency Vs Previouspackage.jsondependencies.lib-js-util-promise added in 1.0.0 vs 0.0.0: "git+https://github.com/bitfinexcom/lib-js-util-promise.git"12
mediumNew Remote Dependency Vs Previouspackage.jsondependencies.miningos-lib-stats added in 1.0.0 vs 0.0.0: "git+https://github.com/tetherto/miningos-lib-stats.git"12
mediumNew Remote Dependency Vs Previouspackage.jsondependencies.svc-facs-miningos-thg-write-calls added in 1.0.0 vs 0.0.0: "git+https://github.com/tetherto/svc-facs-miningos-thg-write-calls.git"12
mediumNew Remote Dependency Vs Previouspackage.jsondependencies.tether-wrk-base added in 1.0.0 vs 0.0.0: "git+https://github.com/tetherto/tether-wrk-base.git"12
mediumRemote Dependency Specpackage.jsondevDependencies.tether-svc-test-helper="git+https://github.com/tetherto/tether-svc-test-helper.git"8
mediumNew Remote Dependency Vs Previouspackage.jsondevDependencies.tether-svc-test-helper added in 1.0.0 vs 0.0.0: "git+https://github.com/tetherto/tether-svc-test-helper.git"8

Manifest

Package metadata

Scripts11
  • lintstandard
  • lint:fixstandard --fix
  • openrpc:generatenode scripts/generate-openrpc.js
  • openrpc:validatenode scripts/validate-openrpc.js
  • testnpm run lint && npm run test:unit && npm run test:integration
  • test:coveragebrittle --coverage tests/{,**/}*.test.js
  • test:deviceNODE_ENV=test brittle tests/device.test.js
  • test:integrationnpm run test:integration:wrk && npm run test:integration:stats
  • test:integration:statscd tests/integration && NODE_ENV=test brittle miner-stats.js
  • test:integration:wrkcd tests/integration && NODE_ENV=test brittle miner-wrk.js
  • test:unitNODE_ENV=test brittle tests/unit/*.js
Dependencies12
  • @bitfinex/lib-js-util-promisegit+https://github.com/bitfinexcom/lib-js-util-promise.git
  • async3.2.6
  • bfx-facs-intervalgit+https://github.com/bitfinexcom/bfx-facs-interval.git
  • bfx-facs-schedulergit+https://github.com/bitfinexcom/bfx-facs-scheduler.git
  • debug4.4.1
  • lib-js-util-basegit+https://github.com/bitfinexcom/lib-js-util-base.git
  • lib-js-util-promisegit+https://github.com/bitfinexcom/lib-js-util-promise.git
  • mingo6.5.6
  • miningos-lib-statsgit+https://github.com/tetherto/miningos-lib-stats.git
  • svc-facs-miningos-thg-write-callsgit+https://github.com/tetherto/svc-facs-miningos-thg-write-calls.git
  • tether-wrk-basegit+https://github.com/tetherto/tether-wrk-base.git
  • uuid9.0.1