PkgRadar

Package evidence

[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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherthesharque
Artifact bytes102,476
Previous version1.7.0
Published2026-05-24T09:34:14.586Z
SHA-256ee0bff8ee0a088181a30f8c0c8e1b19d7c98057a7ff87317b30f001cfa16e802

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

thesharque

3 members · evidence strength 65

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/publish.ymlmatched "NPM_TOKEN"30
mediumRemote Payloadpackage/scripts/test-all-api.shmatched "curl "12
mediumRemote Payloadpackage/.github/workflows/publish.ymlmatched "curl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/publish.ymlmatched "NPM_TOKEN"30
mediumRemote Payloadpackage/scripts/test-all-api.shmatched "curl "12
mediumRemote Payloadpackage/.github/workflows/publish.ymlmatched "curl "12
lowObfuscationpackage/src/entry-sync.test.tsmatched "\\u0000"3

Manifest

Package metadata

Scripts6
  • buildtsc && echo '#!/usr/bin/env node' > dist/index.js.new && cat dist/index.js >> dist/index.js.new && mv dist/index.js.new dist/index.js && chmod +x dist/index.js
  • devtsx watch src/index.ts
  • inspectornpx @modelcontextprotocol/inspector node dist/index.js
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • test:unitnpm run build && node --test dist/data-flow.test.js dist/entry-coverage.test.js dist/project-validate.test.js dist/slice-coverage.test.js dist/entry-search.test.js dist/entry-sync.test.js
Dependencies3
  • @modelcontextprotocol/sdk^1.27.1
  • uuid^11.1.1
  • zod^3.25.76