PkgRadar

Package evidence

@neverprepared/[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":["@neverprepared/[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":["@neverprepared/[email protected]"],"fail_on":"high"}'
Publishermindmorass
Artifact bytes14,199
Previous versionnone
Published2026-05-24T14:40:27.458Z
SHA-256e6a20fb1c8f69a76d9fef8c8ec9d7b052a5c77b5104834ca96a9bb71c302261d

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/release-please.ymlmatched "NPM_TOKEN"30
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/release-please.ymlmatched "NPM_TOKEN"30
lowInstall-time lifecycle scriptpackage.jsonprepare="npm run build"4
lowObfuscationpackage/dist/kroki.jsmatched "\\x20"3
lowObfuscationpackage/src/kroki.tsmatched "\\x20"3
lowObfuscationpackage/test/unit.test.tsmatched "\\x00"3

Manifest

Package metadata

Scripts9
  • buildtsc
  • devtsc --watch
  • postbuildchmod +x dist/index.js
  • preparenpm run build
  • startnode dist/index.js
  • testnode --import tsx/esm --test 'test/**/*.test.ts'
  • test:integrationnode --import tsx/esm --test 'test/integration.test.ts'
  • test:unitnode --import tsx/esm --test 'test/unit.test.ts'
  • typechecktsc --noEmit
Dependencies2
  • @modelcontextprotocol/sdk^1.29.0
  • zod^4.0.0