PkgRadar

Package evidence

@ivuorinen/[email protected]

Credential file access: matched "NPM_TOKEN"

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":["@ivuorinen/[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":["@ivuorinen/[email protected]"],"fail_on":"high"}'
Artifact bytes9,901
Previous version1.0.19
Published2026-05-23T05:32:21.735Z
SHA-256109f61e47a1134d465263f4c33bf0eb253633461f223d27dbf313cb3dc0a6c9f

Why flagged

What the scanner saw

Credential file access: matched "NPM_TOKEN"

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

Availability ledger

available

high
Last checked
highRisk
120Score
1.0.20Version
Status history (1 event)
  1. newavailable · risk high · score 120 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/pr-lint.ymlmatched "NPM_TOKEN"30
highCredential file accesspackage/.github/workflows/pr.ymlmatched "GITHUB_TOKEN"30
highCredential file accesspackage/.github/workflows/publish.ymlmatched "NPM_TOKEN"30
highCredential file accesspackage/.github/workflows/sync-labels.ymlmatched "GITHUB_TOKEN"30

Manifest

Package metadata

Scripts8
  • commitlint./node_modules/.bin/commitlint --from HEAD~1 --to HEAD --verbose
  • eslint:fix./node_modules/.bin/eslint '**/*.{js,tsx,ts,mjs,cjs}' --fix
  • eslint:report./node_modules/.bin/eslint '**/*.{js,tsx,ts,mjs,cjs}'
  • fix./node_modules/.bin/run-s prettier:fix eslint:fix markdownlint:fix
  • markdownlint:fix./node_modules/.bin/markdownlint '**/*.md' --fix
  • markdownlint:report./node_modules/.bin/markdownlint '**/*.md'
  • prettier:fix./node_modules/.bin/prettier '**/*.{js,tsx,ts,json,mjs,cjs}' '.*.{js,mjs,cjs,json}' --write
  • prettier:report./node_modules/.bin/prettier '**/*.{js,tsx,ts,json,mjs,cjs}' '.*.{js,mjs,cjs,json}' --check
Dependencies7
  • @ivuorinen/browserslist-config^1.0.22
  • @ivuorinen/commitlint-config^1.0.14
  • @ivuorinen/eslint-config^1.0.17
  • @ivuorinen/markdownlint-config^1.0.23
  • @ivuorinen/prettier-config^1.0.14
  • @ivuorinen/semantic-release-config^1.1.20
  • @ivuorinen/stylelint-config^1.0.18