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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 24 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/e2e/.env | package/e2e/.env | 35 |
Manifest
Package metadata
Scripts12
buildtsdx build --format=cjs,esm,umde2e:devnpm run e2e:prepare && (cd ./e2e/ && npm run start)e2e:preparenpm link && (cd ./e2e/ && npm link @algolia/algolia-browser-telemetry)linttsdx lintprepublishnpm run buildsizesize-limitstarttsdx watchtesttsdx testtest:benchmarktsdx test --modulePathIgnorePatterns='(src|e2e)/*'test:coveragetsdx test --collectCoveragetest:e2etsdx test --modulePathIgnorePatterns='(src|benchmark)/*'test:watchtsdx test --watch
Dependencies1
@algolia/requester-browser-xhr^4.2.0