PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 7171416 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,613Niche · −30% score
Versions published
634Mature · −50% score
First published
Jun 2016
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 bytes7,095,240
Previous version2.2.1-test.0
Published2026-05-27T13:31:10.226Z
SHA-2569566aca8b484a5c4a7ad195019697f8dff3de4539b3f2944f9e8006145513219

Why flagged

What the scanner saw

Large Javascript Payload: 7171416 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
2.2.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/mashlib.js7171416 bytes10
mediumLarge Javascript Payloadpackage/dist/mashlib.min.js3309301 bytes10

Manifest

Package metadata

Scripts20
  • buildnpm run clean && npm run build-version && npm run typecheck && npm run build-dist && npm run postbuild-js
  • build-distwebpack --progress --mode=production
  • build-dist:workspacewebpack --progress --mode=production --env resolutionMode=workspace
  • build-version./timestamp.sh > src/versionInfo.ts && eslint 'src/versionInfo.ts' --fix
  • build:ghpagesnpm run clean && npm run build-version && npm run typecheck && PUBLIC_PATH=/mashlib/dist/ npm run build-dist && npm run postbuild-js
  • build:workspacenpm run clean && npm run build-version && npm run typecheck && npm run build-dist:workspace && npm run postbuild-js
  • bundlesizebundlesize
  • cleanrm -rf dist ./src/versionInfo.ts
  • ignore:postpublishgit push origin main --follow-tags
  • ignore:prepublishOnlynpm run lint && npm run build && npm run bundlesize
  • linteslint
  • lint-fixeslint --fix
  • postbuild-jsrm -f dist/versionInfo.d.ts dist/versionInfo.d.ts.map
  • preversionnpm run lint && npm run typecheck && npm test
  • startnpm run build-version && webpack serve --config webpack.config.mjs
  • start:workspacenpm run build-version && webpack serve --config webpack.config.mjs --env resolutionMode=workspace
  • testecho no jest tests
  • typechecktsc --noEmit
  • watchnpm run build-version && webpack --watch
  • watch:workspacenpm run build-version && webpack --watch --env resolutionMode=workspace
Dependencies5
  • pane-registry^3.1.1
  • rdflib^2.3.9
  • solid-logic^4.0.7
  • solid-panes^4.4.1
  • solid-ui^3.1.1