PkgRadar

Package evidence

@shotstack/[email protected]

Large Javascript Payload: 2650193 bytes

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.

Weekly downloads
1,288Niche · −30% score
Versions published
100Mature · −50% score
First published
Apr 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@shotstack/[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":["@shotstack/[email protected]"],"fail_on":"review"}'
Artifact bytes2,971,163
Previous version2.10.2
Published2026-05-22T06:01:23.411Z
SHA-2563cd5d47250cac8690873add7629c60d71bfc139a8e8686231b69e2bfab9091be

Why flagged

What the scanner saw

Large Javascript Payload: 2650193 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
12Score
2.11.0Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

4 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/internal.es.js2650193 bytes10
mediumLarge Javascript Payloadpackage/dist/internal.umd.js2151506 bytes10
mediumLarge Javascript Payloadpackage/dist/shotstack-studio.es.js3565522 bytes10
mediumLarge Javascript Payloadpackage/dist/shotstack-studio.umd.js2857023 bytes10

Manifest

Package metadata

Scripts20
  • buildnpm run build:main && npm run build:internal
  • build:internalnode scripts/build-internal.mjs
  • build:mainvite build
  • devvite
  • dev:shotstackvite --open /shotstack.html
  • formatprettier --ignore-path .gitignore --write .
  • generate:fontsnpx tsx scripts/fetch-google-fonts.ts
  • linteslint --ignore-path .gitignore .
  • lint:fixeslint --ignore-path .gitignore --fix .
  • preparehusky
  • prepublishOnlynode scripts/publish-guard.cjs
  • release:checknpm run verify:ci && npm run test:extended && npm pack --dry-run --json
  • startnpm run build && vite preview
  • testjest
  • test:coveragejest --coverage
  • test:extendedbash scripts/run-extended-tests.sh
  • test:packagenode test-package.js
  • test:watchjest --watch
  • typechecktsc --noEmit && tsc --project tsconfig.test.json --noEmit
  • verify:cinpm run lint && npm run typecheck && npm run test:coverage && npm run build && npm run test:package
Dependencies8
  • @shotstack/schemas1.11.0
  • @shotstack/shotstack-canvas^2.8.0
  • howler^2.2.4
  • mediabunny^1.11.2
  • opentype.js^1.3.4
  • pixi-filters^6.0.5
  • pixi.js^8.15.0
  • zod^4.0.0