PkgRadar

Package evidence

[email protected]

Remote Dependency Spec: dependencies.linkedom="github:luwes/linkedom#wesc"

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
10Established · −30% score
First published
Feb 2023
Publisher
luwes

Effective trust discount applied: 30% (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"}'
Publisherluwes
Artifact bytes78,383
Previous version0.3.2
Published2023-10-14T16:33:08.181Z
SHA-2566c961f5f74b65fd8682a6322a4816bcad3c291ca0b869306b427febf2964849f

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.linkedom="github:luwes/linkedom#wesc"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.linkedom="github:luwes/linkedom#wesc"12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.linkedom="github:luwes/linkedom#wesc"12
lowObfuscation Densitypackage/dist/server.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts5
  • buildesbuild src/server.js src/unshim.js src/react/index.js src/react/render.js --format=esm --external:react --external:react-dom --external:./server.js --external:./render.js --outdir=dist --bundle --minify --tree-shaking=true
  • devwet serve --cors --redirect :examples/ & esbuild src/server.js src/unshim.js src/react/index.js src/react/render.js --format=esm --external:react --external:react-dom --external:./server.js --external:./render.js --outdir=dist --bundle --watch
  • lintnpx eslint src/*.js -c ./node_modules/wet-run/.eslintrc.json
  • prepublishOnlynpm run build
  • testpta 'test/**/*.spec.js' --reporter tap
Dependencies1
  • linkedomgithub:luwes/linkedom#wesc