PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 4188920 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.

Versions published
649Mature · −50% score
First published
Feb 2018
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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes3,679,372
Previous version4.4.1-test.0
Published2026-05-27T13:24:38.935Z
SHA-25618eb5f106948e8ca4a9c91ac78051cc178182c213c218e629fd8afa25d38be32

Why flagged

What the scanner saw

Large Javascript Payload: 4188920 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/solid-panes.js4188920 bytes10
mediumLarge Javascript Payloadpackage/dist/solid-panes.min.js2582958 bytes10

Manifest

Package metadata

Scripts22
  • buildnpm run clean && npm run build-version && npm run typecheck && npm run build-dist && npm run build-js && npm run postbuild-js
  • build-distwebpack --progress
  • build-jsbabel src --out-dir dist --extensions '.ts,.js' && tsc --emitDeclarationOnly
  • build-versionbash timestamp.sh > src/versionInfo.ts && ./node_modules/.bin/eslint 'src/versionInfo.ts' --fix
  • cleanrm -rf dist src/versionInfo.ts
  • ignore:prepublishOnlynpm run build && npm run lint && npm test
  • linteslint
  • lint-fixeslint --fix
  • postbuild-jsrm -f dist/versionInfo.d.ts dist/versionInfo.d.ts.map
  • postversiongit push origin main --follow-tags
  • preversionnpm run lint && npm run typecheck && npm test
  • startwebpack serve --config webpack.dev.config.mjs --open
  • testjest --no-coverage
  • test-coveragejest --coverage --collectCoverageFrom=src/**/*.[jt]s
  • test-debugnode --inspect-brk ./node_modules/.bin/jest -i --env jest-environment-node-debug
  • test-watchnpm run lint && jest --onlyChanged --watch
  • typechecktsc --noEmit
  • typecheck-testtsc --noEmit -p tsconfig.test.json
  • watchnpm run build-version && concurrently -k -n babel,types,webpack "npm:watch-js" "npm:watch-types" "npm:watch-dist"
  • watch-distwebpack --watch
  • watch-jsbabel src --out-dir dist --source-maps --extensions '.ts,.js' --watch
  • watch-typestsc --emitDeclarationOnly --watch --preserveWatchOutput
Dependencies16
  • @solid/better-simple-slideshow^0.1.0
  • activitystreams-pane^1.0.2
  • chat-pane^3.0.3
  • contacts-pane^3.2.0
  • dompurify^3.4.4
  • folder-pane^3.1.0
  • issue-pane^3.0.2
  • lit-html^3.3.2
  • marked^18.0.3
  • meeting-pane^3.0.2
  • mime-types^3.0.2
  • pane-registry^3.1.1
  • profile-pane^3.2.2
  • solid-namespace^0.5.4
  • solid-ui^3.1.1
  • source-pane^3.1.0