PkgRadar

Package evidence

@polotno/[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
9
First published
Mar 2026
Publisher
lavrton

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":["@polotno/[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":["@polotno/[email protected]"],"fail_on":"review"}'
Publisherlavrton
Artifact bytes514,902
Previous version0.0.8
Published2026-06-20T13:04:51.339Z
SHA-25611685f55d2920fdbcfbe1f67f450dc67f59f112fc3602078d88970a411f33694

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.0.9Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts8
  • buildnode generate-worker.js && node build.js
  • devvite client
  • testvitest run
  • test:updateUPDATE_SNAPSHOTS=1 vitest run tests/index.test.ts --update
  • test:visualVITEST_VISUAL=1 node --max-old-space-size=4096 ./node_modules/.bin/vitest run tests/visual-regression.test.ts --reporter=dot --silent=passed-only
  • test:visual:baselineVITEST_VISUAL=1 VISUAL_SAVE_BASELINE=1 node --max-old-space-size=4096 ./node_modules/.bin/vitest run tests/visual-regression.test.ts --reporter=dot --silent=passed-only
  • typechecktsc --noEmit -p tsconfig.json
  • visual:corpuspnpm run build && node --experimental-strip-types --max-old-space-size=4096 scripts/visual-corpus.ts
Dependencies3
  • @polotno/schema0.1.3
  • opentype.js1.3.4
  • pdfjs-dist^4.10.38