PkgRadar

Package evidence

@upstash/vector@0.0.0-ci.ad3ad721a1d5035c5a891830174cbba8bcd9d10d-20260525005018

Credential file access: matched ".AWS"

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

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":["@upstash/vector@0.0.0-ci.ad3ad721a1d5035c5a891830174cbba8bcd9d10d-20260525005018"],"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":["@upstash/vector@0.0.0-ci.ad3ad721a1d5035c5a891830174cbba8bcd9d10d-20260525005018"],"fail_on":"high"}'
Artifact bytes32,405
Previous version0.0.0-ci.ad3ad721a1d5035c5a891830174cbba8bcd9d10d-20260524004842
Published2026-05-25T00:50:28.082Z
SHA-2562ddc2121ba9591760045ea3d7cb2068cca83163c4e3ee3caa65b6d3aa50ebbba

Why flagged

What the scanner saw

Credential file access: matched ".AWS"

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

Availability ledger

available

high
Last checked
highRisk
64Score
0.0.0-ci.ad3ad721a1d5035c5a891830174cbba8bcd9d10d-20260525005018Version
Status history (1 event)
  1. newavailable · risk high · score 64 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/nodejs.jsmatched ".AWS"30
highCredential file accesspackage/dist/nodejs.mjsmatched ".AWS"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/nodejs.jsmatched ".AWS"30
highCredential file accesspackage/dist/nodejs.mjsmatched ".AWS"30
lowInstall-time lifecycle scriptpackage.jsonprepare="husky install"4

Manifest

Package metadata

Scripts5
  • buildtsup
  • fmtprettier --write .
  • linttsc && eslint "src/**/*.{js,ts,tsx}" --quiet --fix
  • preparehusky install
  • testbun test src --coverage --bail --coverageSkipTestFiles=[test-utils.ts] --timeout 20000