PkgRadar

Package evidence

[email protected]

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

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 bytes1,768,105
Previous version1.0.0
Published2026-05-21T11:57:42.548Z
SHA-256def19137ae726f0a12da288ee157248b3e34bd186e682f5d73300f0b44ca2bc8

Why flagged

What the scanner saw

Large Javascript Payload: 9087867 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/server/main.bundled.cjs9087867 bytes10

Manifest

Package metadata

Scripts11
  • buildesbuild server/main.js --bundle --platform=node --format=cjs --outfile=server/main.bundled.cjs
  • prepublishOnlynpm run build && bun test ./tests
  • smokenode server/smoke.js && node examples/example/smoke.js
  • smoke:examplenode examples/example/smoke.js
  • smoke:servernode server/smoke.js
  • smoke:sourceSMOKE_TARGET=source node server/smoke.js && node examples/example/smoke.js
  • startnode server/main.bundled.cjs --stdio
  • testbun test ./tests
  • validatenode cli/validate-documents.js
  • validate:jsonnode cli/validate-documents.js --json
  • validate:strictnode cli/validate-documents.js --strict
Dependencies10
  • @cucumber/gherkin^39.1.0
  • @cucumber/messages^32.3.1
  • glob^10.3.10
  • gray-matter^4.0.3
  • js-yaml^4.1.0
  • mdast-util-to-string^4.0.0
  • mermaid^11.15.0
  • remark-gfm^4.0.1
  • remark-parse^11.0.0
  • unified^11.0.5