PkgRadar

Package evidence

@algolia/[email protected]

Credential File Packaged: package/e2e/.env

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
15Established · −30% score
First published
Jun 2020
Publisher
jonasbadalic

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@algolia/[email protected]"],"fail_on":"high"}'

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":["@algolia/[email protected]"],"fail_on":"high"}'
Publisherjonasbadalic
Artifact bytes773,859
Previous version0.0.0-beta.0
Published2020-06-04T07:04:21.357Z
SHA-25631930a9b0f70ed55a341f3e55601c58f4946791f44952c3609ef21b2771c3b1a

Why flagged

What the scanner saw

Credential File Packaged: package/e2e/.env

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

Availability ledger

available

high
Last checked
highRisk
24Score
0.0.0-beta.1Version
Status history (1 event)
  1. newavailable · risk high · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/e2e/.envpackage/e2e/.env35

Manifest

Package metadata

Scripts12
  • buildtsdx build --format=cjs,esm,umd
  • e2e:devnpm run e2e:prepare && (cd ./e2e/ && npm run start)
  • e2e:preparenpm link && (cd ./e2e/ && npm link @algolia/algolia-browser-telemetry)
  • linttsdx lint
  • prepublishnpm run build
  • sizesize-limit
  • starttsdx watch
  • testtsdx test
  • test:benchmarktsdx test --modulePathIgnorePatterns='(src|e2e)/*'
  • test:coveragetsdx test --collectCoverage
  • test:e2etsdx test --modulePathIgnorePatterns='(src|benchmark)/*'
  • test:watchtsdx test --watch
Dependencies1
  • @algolia/requester-browser-xhr^4.2.0