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 monitoringNo 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"}'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
Status history (1 event)
- new → available · 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 --silentbuild:browsernode scripts/build-browser.mjsbuild:nodenpm run clean --silent && tsc -p tsconfig.jsoncleannode -e "require('node:fs').rmSync('dist', { recursive: true, force: true })"examplenpm run example:transit-fleetexample:owl-skos-catalognpm run build --silent && node dist/examples/owl-skos-catalog/run.jsexample:shipment-logisticsnpm run build --silent && node dist/examples/shipment-logistics/run.jsexample:skos-taxonomynpm run build --silent && node dist/examples/skos-taxonomy/run.jsexample:stateful-materializationnpm run build --silent && node dist/examples/stateful-materialization/run.js --stateful-materializationexample:transit-fleetnpm run build --silent && node dist/examples/transit-fleet/run.jsexample:transit-messagesnpm run build --silent && node dist/examples/transit-messages/run.jshooks:installnode scripts/install-hooks.cjspreparenode scripts/install-hooks.cjstestnpm run test:skos && npm run test:owltest: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-materializationtest:mobibenchnpm run test:owl:mobibenchtest:officialnpm run test:owl:officialtest:owlnpm run test:owl:mobibench && npm run test:owl:officialtest: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.n3test:owl:mobibenchnpm run build --silent && node dist/tests/run-mobibench-owl2rl.jstest:owl:officialnpm run build --silent && node dist/tests/run-official-owl2rl.jstest: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.n3test:skosnpm run build --silent && node dist/tests/run-skos-entailment.jstest: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.n3test: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.nqtest: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.n3test: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.1eyeling^1.28.7rdf-parser-ts^0.2.4