PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_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"}'
Publisherpbonneville
Artifact bytes46,427
Previous version3.1.0
Published2026-03-10T05:17:44.580Z
SHA-25631d0efad7ecd8cab96c1f678d5536a6b9d6819172a965247e5b8f4499d655258

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

pbonneville

4 members · evidence strength 72

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/.conductor/cahokia/.github/workflows/release.ymlmatched "GITHUB_TOKEN"30
highCredential file accesspackage/.github/workflows/release.ymlmatched "GITHUB_TOKEN"30
mediumObfuscation Densitypackage/.conductor/cahokia/package-lock.jsonhigh encoded/escaped-token density12
mediumRemote Payloadpackage/.github/workflows/release.ymlmatched "curl "12

Manifest

Package metadata

Scripts11
  • buildtsc
  • devNODE_ENV=development tsx src/server.ts
  • prepublishOnlynpm run build
  • release:majornpm version major && git push && git push --tags
  • release:minornpm version minor && git push && git push --tags
  • release:patchnpm version patch && git push && git push --tags
  • startnode dist/server.js
  • testnpm run test:client && npm run test:legacy
  • test:clientnpm run build && node test/client.test.js
  • test:legacynpm run build && node test/legacy.test.js
  • test:servernpm run build && NODE_ENV=development NEEMEE_API_KEY=test-key node dist/server.js
Dependencies2
  • @modelcontextprotocol/sdk^1.27.1
  • zod^3.25.0