PkgRadar

Package evidence

@yawlabs/[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":["@yawlabs/[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":["@yawlabs/[email protected]"],"fail_on":"high"}'
Publisherjeffyaw
Artifact bytes104,464
Previous version0.57.0
Published2026-05-24T17:51:58.822Z
SHA-25653fa271dc50d4caa67b79d7f2e789e020a886e9f545869d96250eaa3c200f39e

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

jeffyaw

5 members · evidence strength 75

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/dist/index.jsmatched "cUrl "12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/dist/index.jsmatched "cUrl "12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/index.jsmatched "\\u2014"3

Manifest

Package metadata

Scripts9
  • buildtsup
  • devtsup --watch
  • lintbiome check src/
  • lint:fixbiome check --write src/
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • testvitest run
  • test:cinpm run build && npm test
  • typechecktsc --noEmit
Dependencies2
  • @modelcontextprotocol/sdk^1.29.0
  • undici^7.8.0