PkgRadar

Package evidence

@wolpertingerlabs/[email protected]

Credential file access: matched "GITHUB_TOKEN"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Weekly downloads
236
Versions published
35
First published
Feb 2026
Publisher
cybourgeoisie

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@wolpertingerlabs/[email protected]"],"fail_on":"review"}'

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":["@wolpertingerlabs/[email protected]"],"fail_on":"review"}'
Publishercybourgeoisie
Artifact bytes3,941,908
Previous version1.0.0-alpha.17.3
Published2026-05-19T12:23:55.706Z
SHA-2561ff2c01d3a5d95101bc5932b08b55bc5bb1a6a5ed18adf7768956e3a4d6db46b

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

review
Last checked
reviewRisk
14Score
1.0.0-alpha.18Version
Status history (1 event)
  1. newavailable · risk review · score 14 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/node_modules/@wolpertingerlabs/drawlatch/bin/drawlatch.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/node_modules/@wolpertingerlabs/drawlatch/dist/connections/developer-tools/github.jsonmatched "GITHUB_TOKEN"3
lowCredential file accesspackage/node_modules/json-schema-traverse/.github/workflows/build.ymlmatched "GITHUB_TOKEN"3
lowCredential file accesspackage/node_modules/json-schema-traverse/.github/workflows/publish.ymlmatched "NPM_TOKEN"3

Manifest

Package metadata

Scripts27
  • buildnpm run build:shared && npm run build:backend && npm run build:frontend
  • build:backendnpm -w callboard-backend run build
  • build:frontendnpm -w callboard-frontend run build
  • build:sharednpm -w shared run build
  • cleanrm -rf shared/dist backend/dist frontend/dist shared/tsconfig.tsbuildinfo backend/tsconfig.tsbuildinfo frontend/tsconfig.tsbuildinfo
  • devCALLBOARD_DATA_DIR=$HOME/.callboard-dev concurrently "npm run dev:backend" "npm run dev:frontend"
  • dev:backendCALLBOARD_DATA_DIR=$HOME/.callboard-dev npm -w callboard-backend run dev
  • dev:frontendCALLBOARD_DATA_DIR=$HOME/.callboard-dev npm -w callboard-frontend run dev
  • drawlatch:checknode scripts/drawlatch-switch.cjs check
  • drawlatch:localnode scripts/drawlatch-switch.cjs local && npm install
  • drawlatch:prodnode scripts/drawlatch-switch.cjs prod && npm install
  • drawlatch:whichnode scripts/drawlatch-switch.cjs which
  • lintgit diff --name-only --cached HEAD | grep -E '\.(js|jsx|ts|tsx)$' | xargs -r eslint
  • lint:alleslint . --ext .js,.jsx,.ts,.tsx
  • lint:all:fixeslint . --ext .js,.jsx,.ts,.tsx --fix
  • lint:fixgit diff --name-only --cached HEAD | grep -E '\.(js|jsx|ts|tsx)$' | xargs -r eslint --fix
  • prebuildnpm run swagger
  • preparenpm run build
  • prepublishOnlynpm run drawlatch:check && npm run lint:all && npm test && npm run build
  • prettiergit diff --name-only HEAD | xargs -r npx prettier --write --ignore-unknown && git diff --name-only --cached HEAD | xargs -r npx prettier --write --ignore-unknown
  • previewnpm -w callboard-frontend exec vite preview
  • publish:dry-runnpm publish --dry-run
  • reloadnode scripts/drawlatch-reload.cjs
  • startNODE_ENV=production node backend/dist/index.js
  • swaggertsx backend/src/swagger.ts
  • testvitest run
  • test:watchvitest
Dependencies13
  • @anthropic-ai/claude-agent-sdk^0.2.32
  • @wolpertingerlabs/drawlatch^1.0.0-alpha.15.2
  • adm-zip^0.5.16
  • archiver^7.0.1
  • cookie-parser^1.4.7
  • cors^2.8.5
  • cron-parser^5.0.0
  • dotenv^17.2.3
  • express^4.21.0
  • express-rate-limit^7.5.0
  • multer^2.0.2
  • node-cron^3.0.3
  • winston^3.19.0