PkgRadar

Package evidence

@viewportai/[email protected]

no findings

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
60
First published
Mar 2026
Publisher
msahebsara

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@viewportai/[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":["@viewportai/[email protected]"],"fail_on":"review"}'
Publishermsahebsara
Artifact bytes990,095
Previous version0.26.0
Published2026-06-02T02:41:47.484Z
SHA-2565c11c4c236f2fc966dc7e23bf4d147906278b77b901ade98cac460207360ed22

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.26.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts31
  • buildtsc
  • checknpm run check:file-size && npm run check:protocol-matrix && npm run typecheck && npm run lint && npm run format:check && npm run test
  • check:file-sizenode ./scripts/check-file-sizes.mjs
  • check:protocol-matrixnode ./scripts/check-protocol-matrix.mjs
  • devtsx watch src/index.ts
  • dev:daemontsx watch src/index.ts start --foreground
  • dev:installbash ./scripts/install-dev.sh --yes --no-service --no-prereqs --no-hooks
  • dev:linkbash ./scripts/install-dev.sh --link --yes --no-service --no-prereqs --no-hooks
  • dev:reinstallnpm run dev:uninstall && npm run dev:install
  • dev:uninstallbash ./scripts/uninstall.sh --service
  • dev:uninstall:allbash ./scripts/uninstall.sh --service --purge-home
  • formatprettier --write "{src,tests}/**/*.ts"
  • format:checkprettier --check "{src,tests}/**/*.ts"
  • linteslint src/ tests/ --no-error-on-unmatched-pattern
  • postpacknode ./scripts/vendor-context-engine.mjs clean
  • prepacknpm run build && node ./scripts/vendor-context-engine.mjs prepare
  • start:foregroundnpm run build && node dist/index.js start --foreground
  • testbash ./scripts/test.sh
  • test:coveragevitest run --coverage --pool=forks
  • test:e2evitest run tests/e2e
  • test:e2e:fullstackVIEWPORT_RUN_NET_E2E=1 vitest run tests/e2e/cli-fullstack-workflow.test.ts
  • test:setupvitest run tests/cli/setup-command.test.ts tests/cli/service-commands.test.ts tests/startup-prereqs.test.ts tests/core/built-in-agents.test.ts
  • test:unitvitest run --pool=forks
  • test:verifynpm run test -- --verify
  • test:watchvitest
  • typechecktsc --noEmit
  • verify:envbash ./scripts/test-env.sh
  • verify:env:servicebash ./scripts/test-env.sh --service
  • verify:installbash ./scripts/install-verify.sh
  • verify:linux:cibash ./scripts/verify-linux-ci.sh
  • …and 1 more.
Dependencies15
  • @anthropic-ai/claude-agent-sdk^0.2.63
  • @fastify/cors^10.0.1
  • @fastify/websocket^11.0.1
  • @hpke/core^1.9.0
  • @hpke/dhkem-x25519^1.8.0
  • @openai/codex-sdk^0.107.0
  • @viewportai/context-engine^0.0.1
  • ajv^8.20.0
  • better-sqlite3^11.10.0
  • fastify^5.2.1
  • jsonata^2.1.0
  • pino^9.6.0
  • pino-pretty^13.1.3
  • yaml^2.8.3
  • zod^4.0.0