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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 10 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Suspicious Publish Context | manifest | {"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.shbuild:libnode -e "require('node:fs').rmSync('dist/npm', { recursive: true, force: true })" && tsc -p tsconfig.lib.json && vite build -c vite.lib.config.tsdevvite --host --forcedev:fontsONLYOFFICE_BROWSER_FONT_ASSETS_DIR=.onlyoffice-font-assets vite --host --forcefonts:generatenode scripts/generate-onlyoffice-font-assets.mjsfonts:verifynode scripts/verify-onlyoffice-font-assets.mjsformatprettier --write .format:checkprettier --check .lintoxlint && tsc --noEmitlint:tsoxlint && tsc --noEmitmemory:chrome-cdpnode scripts/chrome-cdp-memory-stress.mjspack:drynpm pack --dry-runprepacknpm run build:libpreviewvite previewpreview:fontsONLYOFFICE_BROWSER_FONT_ASSETS_DIR=.onlyoffice-font-assets vite previewtestvitest runtest:coveragevitest run --coveragetest:e2eplaywright testtest:e2e:uiplaywright test --uitest: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=apptest:watchvitesttsctsc --noEmit