PkgRadar

Package evidence

@openbox-ai/[email protected]

Suspicious Publish Context: {"package_age_days":1,"publisher":"devops.openboxai","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}

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
2
First published
Jun 2026
Publisher
devops.openboxai

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":["@openbox-ai/[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":["@openbox-ai/[email protected]"],"fail_on":"review"}'
Artifact bytes431,809
Previous version0.1.0
Published2026-06-16T02:58:49.245Z
SHA-256455fc56a4c24e5456ccc3955b6392e676c473b03d8b56b1147701869ba6d7f4d

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":1,"publisher":"devops.openboxai","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.1.1Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":1,"publisher":"devops.openboxai","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}10

Manifest

Package metadata

Scripts28
  • audit:securitynode scripts/security-audit.mjs
  • buildnpm run build:codegen && npm run specs:compile && npm run generate:types && npm run build:bundle
  • build:bundletsup && node --experimental-strip-types scripts/sync-runtime-assets.ts
  • build:codegennpm run build -w typespec-env -w typespec-cli -w typespec-workflow -w typespec-emitter-typescript
  • check:generated-driftnode --experimental-strip-types scripts/check-generated-drift.ts
  • cleanrm -rf dist dist-pack codegen/**/dist codegen/**/tsconfig.tsbuildinfo specs/generated apps/extension/dist apps/extension/openbox-*.vsix && npm run clean:generated
  • clean:generatedfind ts/src -path '*/generated/*.ts' -type f -delete && find ts/src -path '*/generated/*.d.ts' -type f -delete && rm -rf specs/generated
  • formatprettier --write ts/src
  • generate:typesnpm run generate:types:backend && npm run generate:types:core
  • generate:types:backendopenapi-typescript specs/generated/openapi3/OpenboxBackend.json -o ts/src/types/generated/backend.ts
  • generate:types:coreopenapi-typescript specs/generated/openapi3/OpenboxCore.json -o ts/src/types/generated/core.ts
  • linteslint ts/src
  • lint:generated-bannersnode --experimental-strip-types scripts/check-generated-banners.ts
  • prepublishOnlynpm run build
  • specs:allnpm run build:codegen && npm run specs:compile && npm run generate:types
  • specs:compiletsp compile specs/typespec
  • specs:watchtsp compile specs/typespec --watch
  • testnpm run test:unit && npm run test:contract && npm run test:hook-integration
  • test:contractvitest run --project contract
  • test:coveragevitest run --coverage --project unit --project contract --project hook-integration
  • test:e2evitest run --project e2e
  • test:e2e-extensionnpm --prefix apps/extension run build && npm --prefix tests/e2e-extension test
  • test:e2e-extension:installnpm --prefix tests/e2e-extension install
  • test:e2e:requiredOPENBOX_E2E_REQUIRED=1 vitest run --project e2e
  • test:hook-integrationvitest run --project hook-integration
  • test:livevitest run --project e2e
  • test:unitvitest run --project unit
  • test:watchvitest watch
Dependencies3
  • @modelcontextprotocol/sdk^1.12.1
  • commander^14.0.0
  • zod^3.23.0