PkgRadar

Package evidence

@obra-studio/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"wolfr","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
wolfr

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":["@obra-studio/[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":["@obra-studio/[email protected]"],"fail_on":"review"}'
Publisherwolfr
Artifact bytes689,268
Previous versionnone
Published2026-06-14T15:59:23.470Z
SHA-256058f41a09daccbeffa4e22f65e8d6fac8210b122aa268f93fc3c3818f145e1e4

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"wolfr","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
1.32.0Version
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":0,"publisher":"wolfr","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}10

Manifest

Package metadata

Scripts18
  • buildnpm run build:local && npm run build:cloudflare && npm run build:apps
  • build:appscross-env APP_NAME=token-browser vite build && cross-env APP_NAME=design-system-dashboard vite build
  • build:autodocsnode scripts/build-autodocs-runtime.mjs
  • build:cloudflaretsc -p tsconfig.cloudflare.json
  • build:localtsc -p tsconfig.local.json
  • cf-typegenwrangler types
  • deploywrangler deploy
  • devwrangler dev
  • dev:appsvite build --watch
  • dev:localtsx src/local.ts
  • formatbiome format --write
  • lint:fixbiome lint --fix
  • prepublishOnlynpm run build
  • startwrangler dev
  • testjest
  • test:coveragejest --coverage
  • test:watchjest --watch
  • type-checktsc --noEmit
Dependencies11
  • @cloudflare/puppeteer^1.0.4
  • @modelcontextprotocol/ext-apps^1.0.1
  • @modelcontextprotocol/sdk^1.26.0
  • agents^0.7.1
  • axe-core^4.11.2
  • jsdom^29.0.1
  • pino^9.5.0
  • pino-pretty^13.0.0
  • uuid^11.0.3
  • ws^8.19.0
  • zod^3.25.76