PkgRadar

Package evidence

@agentbridges-ai/[email protected]

Suspicious Publish Context: {"package_age_days":1,"publisher":"misakago","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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
4
First published
Jun 2026
Publisher
misakago

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":["@agentbridges-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":["@agentbridges-ai/[email protected]"],"fail_on":"review"}'
Publishermisakago
Artifact bytes37,189
Previous version0.3.0
Published2026-06-18T10:01:44.586Z
SHA-2569028518e4aa7b24fbaa6aa3ca08e3d907a2b8f7fd6f5fd999172284fe9896f3d

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":1,"publisher":"misakago","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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.3.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":"misakago","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts22
  • buildsh ./bin/build.sh
  • build:libnode -e "require('node:fs').rmSync('dist/npm', { recursive: true, force: true })" && tsc -p tsconfig.lib.json && vite build -c vite.lib.config.ts
  • devvite --host --force
  • dev:fontsONLYOFFICE_BROWSER_FONT_ASSETS_DIR=.onlyoffice-font-assets vite --host --force
  • fonts:generatenode scripts/generate-onlyoffice-font-assets.mjs
  • fonts:verifynode scripts/verify-onlyoffice-font-assets.mjs
  • formatprettier --write .
  • format:checkprettier --check .
  • lintoxlint && tsc --noEmit
  • lint:tsoxlint && tsc --noEmit
  • memory:chrome-cdpnode scripts/chrome-cdp-memory-stress.mjs
  • pack:drynpm pack --dry-run
  • prepacknpm run build:lib
  • previewvite preview
  • preview:fontsONLYOFFICE_BROWSER_FONT_ASSETS_DIR=.onlyoffice-font-assets vite preview
  • testvitest run
  • test:coveragevitest run --coverage
  • test:e2eplaywright test
  • test:e2e:uiplaywright test --ui
  • test:real-loadnode scripts/chrome-cdp-memory-stress.mjs --host-url=http://host.localhost:5173/office-host.html --require-real-files --modes=edit,readonly,preview --batch-size=3 --iterations=60 --stay-ms=2000 --home-dwell-ms=0 --final-settle-ms=30000 --close-mode=app
  • test:watchvitest
  • tsctsc --noEmit