PkgRadar

Package evidence

@solid/[email protected]

no findings

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
406
Versions published
30Mature · −50% score
First published
Sep 2018
Publisher
rubenverborgh

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

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@solid/[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":["@solid/[email protected]"],"fail_on":"review"}'
Publisherrubenverborgh
Artifact bytes1,453,413
Previous version2.11.1
Published2020-06-15T11:30:22.632Z
SHA-25693da84260ae34498f5397d19172de4d4cc5fed15c42e6a3d3883ce8232feea64

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
2.11.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts16
  • buildnpm run build:lib && npm run build:module && npm run build:dist && npm run build:demo
  • build:demowebpack --mode=production --config=./webpack/webpack.demo.config.js
  • build:distnpm run build:dist:clean && npm run build:dist:comunica && npm run build:dist:rdflib
  • build:dist:cleanrm -rf ./dist
  • build:dist:comunicawebpack --mode=production --config=./webpack/webpack.lib.config.js
  • build:dist:rdflibwebpack --mode=production --config=./webpack/webpack.rdflib.config.js
  • build:libbabel src --out-dir lib --delete-dir-on-start --copy-files
  • build:modulebabel src --env-name module --delete-dir-on-start --out-dir module
  • jestjest
  • linteslint src test demo webpack
  • precommitnpm test
  • prepublishOnlynpm ci && npm run build
  • startnpm run start:demo
  • start:demowebpack-dev-server --config=./webpack/webpack.demo.config.js
  • testnpm run lint && npm run jest
  • test:devnpm run jest -- --watch
Dependencies6
  • @ldflex/comunica^3.4.0
  • @rdfjs/data-model^1.1.2
  • @solid/context^1.1.0
  • ldflex^2.11.1
  • solid-auth-client^2.4.1
  • uuid^7.0.1