PkgRadar

Package evidence

@ryupold/[email protected]

Credential file access: matched "NPM_TOKEN"

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":["@ryupold/[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":["@ryupold/[email protected]"],"fail_on":"high"}'
Artifact bytes140,514
Previous version1.8.7
Published2026-05-19T16:19:29.982Z
SHA-256cbb811e0c377de41db50a2385017cd73cc9457c5e90b91f251c9b1ec46179e37

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
30Score
1.8.8Version
Status history (1 event)
  1. newavailable · risk high · score 30 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

michael.scherbakow

2 members · evidence strength 50

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/publish.ymlmatched "NPM_TOKEN"30

Manifest

Package metadata

Scripts12
  • babelnpx babel dist/vode.mjs --out-file dist/vode.cjs.min.js
  • babel-classicnpx babel dist/vode.js --out-file dist/vode.es5.min.js
  • buildesbuild index.ts --bundle --format=esm --outfile=dist/vode.mjs
  • build-classicesbuild index.ts --outfile=dist/vode.js --bundle --format=iife --global-name=V
  • build-classic-minesbuild index.ts --outfile=dist/vode.min.js --bundle --format=iife --global-name=V --minify
  • build-minesbuild index.ts --bundle --format=esm --minify --outfile=dist/vode.min.mjs
  • cleantsc -b --clean && rm dist/*
  • publishnpm publish --access public
  • releasenpm run build && npm run build-min && npm run build-classic && npm run build-classic-min && npm run babel && npm run babel-classic && npm run types
  • testtsc -p tsconfig.test.json && esbuild test/index.ts --bundle --outfile=test/bundle.js --platform=node && node test/bundle.js
  • typesdts-bundle-generator -o ./dist/vode.d.ts ./index.ts --project tsconfig.json
  • watchtsc -b -w