PkgRadar

Package evidence

[email protected]

Obfuscation: matched "\\u00BD"

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.

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":["[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"}'
Artifact bytes144,961
Previous version1.33.53
Published2026-05-25T06:00:21.299Z
SHA-25621a5a58e29110beeb6a0e9adc021e0bab02fb875f79003ed615616505c5610a7

Why flagged

What the scanner saw

Obfuscation: matched "\\u00BD"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
1.33.54Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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)
SeverityKindPathDetailPoints
lowObfuscationpackage/dist/Duration.jsmatched "\\u00BD"3
lowCredential file accesspackage/.circleci/config.ymlmatched "NPM_TOKEN"3

Manifest

Package metadata

Scripts10
  • buildbabel src --out-dir dist --extensions '.js','.ts' && tsc
  • coverageistanbul cover --report lcov _mocha --require $(find ./src/test -name '*Test.js')
  • docyarn doc:html && open docs/index.html
  • doc:htmltypedoc
  • doc:publishgh-pages -m "[ci skip] Updates" -d docs
  • prettier-allprettier --write "src/**/*.ts" "src/**/*.js"
  • testjest
  • test-cijest --verbose --forceExit --maxWorkers=2 --ci
  • test:realm-v12jest test/framework/RealmV12CompatibilityTest.js
  • validate:schemasnode scripts/validateSchemas.js
Dependencies1
  • uuid^9.0.1