PkgRadar

Package evidence

@wolpertingerlabs/[email protected]

Remote Dependency Spec: dependencies.@wolpertingerlabs/openrouter-agent-harness="github:WolpertingerLabs/openrouter-agent-harness"

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
594
Versions published
43
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 bytes4,193,057
Previous version1.0.0-alpha.22
Published2026-06-12T14:11:36.126Z
SHA-2562b392bc7114fc319676f3488315b48af9e59e891bf8b0f4a8f6f1fe5595aa595

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.@wolpertingerlabs/openrouter-agent-harness="github:WolpertingerLabs/openrouter-agent-harness"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.@wolpertingerlabs/openrouter-agent-harness="github:WolpertingerLabs/openrouter-agent-harness"12

Manifest

Package metadata

Scripts29
  • 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 local
  • reload:localnode scripts/drawlatch-reload.cjs local
  • reload:prodnode scripts/drawlatch-reload.cjs prod
  • 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
  • @wolpertingerlabs/drawlatch^1.0.0-alpha.19
  • @wolpertingerlabs/openrouter-agent-harnessgithub:WolpertingerLabs/openrouter-agent-harness
  • 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