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":["@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"}'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
Status history (1 event)
- new → available · risk high · score 30 · status changed
Related candidates
Linked campaigns and clusters
michael.scherbakow
2 members · evidence strength 50Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/.github/workflows/publish.yml | matched "NPM_TOKEN" | 30 |
Manifest
Package metadata
Scripts12
babelnpx babel dist/vode.mjs --out-file dist/vode.cjs.min.jsbabel-classicnpx babel dist/vode.js --out-file dist/vode.es5.min.jsbuildesbuild index.ts --bundle --format=esm --outfile=dist/vode.mjsbuild-classicesbuild index.ts --outfile=dist/vode.js --bundle --format=iife --global-name=Vbuild-classic-minesbuild index.ts --outfile=dist/vode.min.js --bundle --format=iife --global-name=V --minifybuild-minesbuild index.ts --bundle --format=esm --minify --outfile=dist/vode.min.mjscleantsc -b --clean && rm dist/*publishnpm publish --access publicreleasenpm run build && npm run build-min && npm run build-classic && npm run build-classic-min && npm run babel && npm run babel-classic && npm run typestesttsc -p tsconfig.test.json && esbuild test/index.ts --bundle --outfile=test/bundle.js --platform=node && node test/bundle.jstypesdts-bundle-generator -o ./dist/vode.d.ts ./index.ts --project tsconfig.jsonwatchtsc -b -w