PkgRadar

Package evidence

@crewx/[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":["@crewx/[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":["@crewx/[email protected]"],"fail_on":"high"}'
Publisherdohapark81
Artifact bytes202,018
Previous version0.8.7-rc.14
Published2026-05-23T11:43:16.354Z
SHA-256eb6b08eca9b50831b7ed52428fdedc0fcfe6e1d4b3d10cab3346af0ed40a4648

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
0.8.7-rc.15Version
Status history (1 event)
  1. newavailable · risk high · score 84 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

dohapark81

4 members · evidence strength 78

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/esm/index.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/index.jsmatched "GITHUB_TOKEN"30
Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/esm/index.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/index.jsmatched "GITHUB_TOKEN"30
lowObfuscationpackage/dist/esm/hooks/index.jsmatched "\\x00"3
lowObfuscationpackage/dist/esm/index.jsmatched "\\u2026"3
lowObfuscationpackage/dist/esm/plugins/index.jsmatched "\\u2014"3
lowObfuscationpackage/dist/esm/tools/node/index.jsmatched "\\xA7"3
lowObfuscationpackage/dist/hooks/index.jsmatched "\\x00"3
lowObfuscationpackage/dist/index.jsmatched "\\u2026"3
lowObfuscationpackage/dist/plugins/index.jsmatched "\\u2014"3
lowObfuscationpackage/dist/tools/node/index.jsmatched "\\xA7"3

Manifest

Package metadata

Scripts10
  • buildpnpm run build:cjs && pnpm run build:esm && pnpm run build:browser && pnpm run build:dts && node scripts/copy-migrations.mjs
  • build:browsernpx tsup --config tsup.browser.js
  • build:cjsnpx tsup --config tsup.cjs.js
  • build:dtstsc -p tsconfig.dts.json
  • build:esmnpx tsup --config tsup.esm.js
  • db:checkcd ../.. && drizzle-kit check --config drizzle.config.ts
  • db:generatecd ../.. && drizzle-kit generate --config drizzle.config.ts && node packages/sdk/scripts/post-generate.mjs
  • lintecho 'SDK lint pending' && exit 0
  • testvitest run --config ./vitest.config.ts
  • test:watchvitest --config ./vitest.config.ts
Dependencies7
  • @agentclientprotocol/sdk0.21.0
  • @modelcontextprotocol/sdk1.27.0
  • ai4.0.0
  • drizzle-orm0.45.2
  • handlebars4.7.9
  • js-yaml4.1.0
  • zod3.25.76