PkgRadar

Package evidence

@algolia/[email protected]

Credential File Packaged: package/.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.

Weekly downloads
117
Versions published
36Mature · −50% score
First published
Aug 2018
Publisher
kosai106

Effective trust discount applied: 50% (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"}'
Publisherkosai106
Artifact bytes1,984,662
Previous version2.0.0-beta.12
Published2019-07-17T18:44:25.121Z
SHA-2560594a919fb252b9191ffc36fa8c788eee98dc2212439c0fc525029beade1461a

Why flagged

What the scanner saw

Credential File Packaged: package/.env

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35

Manifest

Package metadata

Scripts6
  • buildbabel src --out-dir lib
  • docsdocz dev
  • docs:builddocz build
  • prepublishbabel src --out-dir lib
  • startbabel --watch src --out-dir lib
  • testcross-env NODE_ENV=testing echo "Error: no test specified" && exit 1
Dependencies6
  • autoprefixer^8.6.2
  • commander^2.16.0
  • cssnano^4.1.10
  • lodash^4.17.11
  • ora^3.0.0
  • postcss^6.0.22