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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/node_modules/@wolpertingerlabs/drawlatch/bin/drawlatch.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/node_modules/@wolpertingerlabs/drawlatch/dist/connections/developer-tools/github.json | matched "GITHUB_TOKEN" | 3 |
| low | Credential file access | package/node_modules/json-schema-traverse/.github/workflows/build.yml | matched "GITHUB_TOKEN" | 3 |
| low | Credential file access | package/node_modules/json-schema-traverse/.github/workflows/publish.yml | matched "NPM_TOKEN" | 3 |
Manifest
Package metadata
Scripts27
buildnpm run build:shared && npm run build:backend && npm run build:frontendbuild:backendnpm -w callboard-backend run buildbuild:frontendnpm -w callboard-frontend run buildbuild:sharednpm -w shared run buildcleanrm -rf shared/dist backend/dist frontend/dist shared/tsconfig.tsbuildinfo backend/tsconfig.tsbuildinfo frontend/tsconfig.tsbuildinfodevCALLBOARD_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 devdev:frontendCALLBOARD_DATA_DIR=$HOME/.callboard-dev npm -w callboard-frontend run devdrawlatch:checknode scripts/drawlatch-switch.cjs checkdrawlatch:localnode scripts/drawlatch-switch.cjs local && npm installdrawlatch:prodnode scripts/drawlatch-switch.cjs prod && npm installdrawlatch:whichnode scripts/drawlatch-switch.cjs whichlintgit diff --name-only --cached HEAD | grep -E '\.(js|jsx|ts|tsx)$' | xargs -r eslintlint:alleslint . --ext .js,.jsx,.ts,.tsxlint:all:fixeslint . --ext .js,.jsx,.ts,.tsx --fixlint:fixgit diff --name-only --cached HEAD | grep -E '\.(js|jsx|ts|tsx)$' | xargs -r eslint --fixprebuildnpm run swaggerpreparenpm run buildprepublishOnlynpm run drawlatch:check && npm run lint:all && npm test && npm run buildprettiergit diff --name-only HEAD | xargs -r npx prettier --write --ignore-unknown && git diff --name-only --cached HEAD | xargs -r npx prettier --write --ignore-unknownpreviewnpm -w callboard-frontend exec vite previewpublish:dry-runnpm publish --dry-runreloadnode scripts/drawlatch-reload.cjsstartNODE_ENV=production node backend/dist/index.jsswaggertsx backend/src/swagger.tstestvitest runtest:watchvitest
Dependencies13
@anthropic-ai/claude-agent-sdk^0.2.32@wolpertingerlabs/drawlatch^1.0.0-alpha.15.2adm-zip^0.5.16archiver^7.0.1cookie-parser^1.4.7cors^2.8.5cron-parser^5.0.0dotenv^17.2.3express^4.21.0express-rate-limit^7.5.0multer^2.0.2node-cron^3.0.3winston^3.19.0