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.

Versions published
39
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,973,407
Previous version1.0.0-alpha.18
Published2026-05-27T12:54:59.416Z
SHA-25629b5062fd93c4d9e548b53e3f729f158056ae3b6c3a5a03f832e24eed0762ff3

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
24Score
1.0.0-alpha.18.0Version
Status history (3 events)
  1. availableavailable · risk review · score 24 · status available -> available, risk high -> review, score 47 -> 24
  2. availableavailable · risk high · score 47 · status available -> available, risk high -> high, score 61 -> 47
  3. newavailable · risk high · score 61 · status changed

Evidence

Static findings

1 static · 1 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.@cybourgeoisie/openrouter-agent-coder="github:Cybourgeoisie/openrouter-agent-coder#7b8a979"12
mediumNew Remote Dependency Vs Previouspackage.jsondependencies.@cybourgeoisie/openrouter-agent-coder added in 1.0.0-alpha.18.0 vs 1.0.0-alpha.18: "github:Cybourgeoisie/openrouter-agent-coder#7b8a979"12

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