PkgRadar

Package evidence

[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.

Versions published
1
First published
Jun 2026
Publisher
pietercolpaert

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":["[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 bytes126,654
Previous versionnone
Published2026-06-11T17:49:51.049Z
SHA-256430dfd2269cf318149ad69a2075c36a472db4285fd70d46458bf0241093887cd

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
0.1.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts27
  • buildnpm run clean --silent && tsc -p tsconfig.json && npm run build:browser --silent
  • build:browsernode scripts/build-browser.mjs
  • build:nodenpm run clean --silent && tsc -p tsconfig.json
  • cleannode -e "require('node:fs').rmSync('dist', { recursive: true, force: true })"
  • examplenpm run example:transit-fleet
  • example:owl-skos-catalognpm run build --silent && node dist/examples/owl-skos-catalog/run.js
  • example:shipment-logisticsnpm run build --silent && node dist/examples/shipment-logistics/run.js
  • example:skos-taxonomynpm run build --silent && node dist/examples/skos-taxonomy/run.js
  • example:stateful-materializationnpm run build --silent && node dist/examples/stateful-materialization/run.js --stateful-materialization
  • example:transit-fleetnpm run build --silent && node dist/examples/transit-fleet/run.js
  • example:transit-messagesnpm run build --silent && node dist/examples/transit-messages/run.js
  • hooks:installnode scripts/install-hooks.cjs
  • preparenode scripts/install-hooks.cjs
  • testnpm run test:skos && npm run test:owl
  • test:examplesnpm run test:transit-fleet && npm run test:shipment-logistics && npm run test:skos-taxonomy && npm run test:owl-skos-catalog && npm run test:transit-messages && npm run test:stateful-materialization
  • test:mobibenchnpm run test:owl:mobibench
  • test:officialnpm run test:owl:official
  • test:owlnpm run test:owl:mobibench && npm run test:owl:official
  • test:owl-skos-catalognpm run example:owl-skos-catalog --silent > /tmp/owl-skos-catalog-output.n3 && diff -u examples/owl-skos-catalog/expected-selected-output.n3 /tmp/owl-skos-catalog-output.n3
  • test:owl:mobibenchnpm run build --silent && node dist/tests/run-mobibench-owl2rl.js
  • test:owl:officialnpm run build --silent && node dist/tests/run-official-owl2rl.js
  • test:shipment-logisticsnpm run example:shipment-logistics --silent > /tmp/owl2rl-shipment-logistics-output.n3 && diff -u examples/shipment-logistics/expected-selected-output.n3 /tmp/owl2rl-shipment-logistics-output.n3
  • test:skosnpm run build --silent && node dist/tests/run-skos-entailment.js
  • test:skos-taxonomynpm run example:skos-taxonomy --silent > /tmp/skos-taxonomy-output.n3 && diff -u examples/skos-taxonomy/expected-selected-output.n3 /tmp/skos-taxonomy-output.n3
  • test:stateful-materializationnpm run build --silent && node dist/examples/stateful-materialization/run.js > /tmp/stateful-materialization-stateless-output.nq && diff -u examples/stateful-materialization/expected-stateless-output.messages.nq /tmp/stateful-materialization-stateless-output.nq && node dist/examples/stateful-materialization/run.js --stateful-materialization > /tmp/stateful-materialization-stateful-output.nq && diff -u examples/stateful-materialization/expected-stateful-output.messages.nq /tmp/stateful-materialization-stateful-output.nq
  • test:transit-fleetnpm run example:transit-fleet --silent > /tmp/owl2rl-transit-fleet-output.n3 && diff -u examples/transit-fleet/expected-output.n3 /tmp/owl2rl-transit-fleet-output.n3
  • test:transit-messagesnpm run example:transit-messages --silent > /tmp/transit-messages-output.nq && diff -u examples/transit-messages/expected-output.messages.nq /tmp/transit-messages-output.nq
Dependencies3
  • @rdfjs/types^2.0.1
  • eyeling^1.28.7
  • rdf-parser-ts^0.2.4