PkgRadar

Package evidence

@nradko/[email protected]

Remote Dependency Spec: devDependencies.@metric/core="github:Metric-OMM/metric-core#1e450c7c30085606edf462eac8af80816153d443"

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
4
First published
May 2026
Publisher
nradko

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":["@nradko/[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":["@nradko/[email protected]"],"fail_on":"review"}'
Publishernradko
Artifact bytes80,082
Previous version0.1.0
Published2026-05-19T11:46:38.509Z
SHA-256d844c04832f2f461230bc7a45f69e0397f91e65fdb8178853b0434711092ffb0

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.@metric/core="github:Metric-OMM/metric-core#1e450c7c30085606edf462eac8af80816153d443"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.@metric/core="github:Metric-OMM/metric-core#1e450c7c30085606edf462eac8af80816153d443"8
mediumRemote Dependency Specpackage.jsondevDependencies.@metric/periphery="github:Metric-OMM/metric-periphery#ca248f3a753807868ab8ade8910e5e24ce0a73d2"8

Manifest

Package metadata

Scripts17
  • buildtsc
  • cleanrm -rf dist artifacts cache
  • formatprettier --write "src/**/*.{ts,mjs}" "scripts/**/*.{ts,mjs}" "test/**/*.ts"
  • format:checkprettier --check "src/**/*.{ts,mjs}" "scripts/**/*.{ts,mjs}" "test/**/*.ts"
  • init:submodulesnode ./scripts/init-submodules.mjs
  • linteslint "src/**/*.ts" "scripts/**/*.{ts,mjs}" "test/**/*.ts"
  • preparenpm run build
  • prepublishOnlynpm run verify && npm run clean && npm run build
  • pretestnpm run init:submodules
  • setup:contractsnpm run init:submodules && npm run sync:abis
  • sync:abisnpm run sync:contracts && node ./scripts/sync-abis.mjs
  • sync:contractsnpx hardhat build --force
  • sync:versions:envnode ./scripts/sync-versions-env.mjs
  • sync:versions:env:checknode ./scripts/sync-versions-env.mjs --check
  • testhardhat test
  • typechecktsc --noEmit
  • verifynode ./scripts/verify.mjs
Dependencies1
  • viem^2.x