PkgRadar

Package evidence

@reclaimprotocol/[email protected]

Remote Dependency Spec: devDependencies.@adiwajshing/eslint-config="github:adiwajshing/eslint-config"

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
397
Versions published
8
First published
Sep 2023
Publisher
adiwajshing_reclaim

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":["@reclaimprotocol/[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":["@reclaimprotocol/[email protected]"],"fail_on":"review"}'
Artifact bytes208,740
Previous version0.1.0
Published2025-12-08T04:22:42.481Z
SHA-25671680dba2c69847b4993c5b02a5dcf7fd5b1feee72777b6fb7e0451c4bd3f934

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.@adiwajshing/eslint-config="github:adiwajshing/eslint-config"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.@adiwajshing/eslint-config="github:adiwajshing/eslint-config"8

Manifest

Package metadata

Scripts11
  • buildnpm exec tsc -- -p tsconfig.build.json
  • build:jscnpm run run:tsc src/scripts/build-jsc.ts
  • commitlintcommitlint --edit
  • handshakenpm run run:tsc -- --import=./src/tests/load-webcrypto.ts ./src/scripts/handshake.ts
  • linteslint . --ext .js,.ts,.jsx,.tsx
  • lint:fixeslint . --fix --ext .js,.ts,.jsx,.tsx
  • preparenpm run build
  • run:tscnode --experimental-strip-types
  • test:pure-jsnpm run run:tsc -- --import=./src/tests/load-purejs-crypto.ts --test
  • test:webcryptonpm run run:tsc -- --import=./src/tests/load-webcrypto.ts --test
  • update:root-canpm run run:tsc -- src/scripts/update-ca-certs.ts
Dependencies7
  • @noble/ciphers^1.3.0
  • @noble/curves^1.9.6
  • @noble/hashes^1.8.0
  • @peculiar/asn1-ecc^2.3.14
  • @peculiar/asn1-schema^2.3.13
  • @peculiar/x509^1.12.3
  • micro-rsa-dsa-dh^0.1.0