PkgRadar

Package evidence

@wolpertingerlabs/[email protected]

Remote Dependency Spec: dependencies.@cybourgeoisie/openrouter-agent-coder="github:Cybourgeoisie/openrouter-agent-coder#7b8a979"

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
233
Versions published
37
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,978,252
Previous version1.0.0-alpha.18.0
Published2026-05-27T20:25:32.140Z
SHA-256c88b4783bd4e68f6cb1112b610a9c836e74d76c52a73c2d4111c0634ff3bcdc3

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.@cybourgeoisie/openrouter-agent-coder="github:Cybourgeoisie/openrouter-agent-coder#7b8a979"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.@cybourgeoisie/openrouter-agent-coder="github:Cybourgeoisie/openrouter-agent-coder#7b8a979"12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.@cybourgeoisie/openrouter-agent-coder="github:Cybourgeoisie/openrouter-agent-coder#7b8a979"12
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
Dependencies14
  • @anthropic-ai/claude-agent-sdk^0.2.32
  • @cybourgeoisie/openrouter-agent-codergithub:Cybourgeoisie/openrouter-agent-coder#7b8a979
  • @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