PkgRadar

Package evidence

[email protected]

Suspicious Publish Context: {"package_age_days":1,"publisher":"pietercolpaert","burst_same_day":3,"burst_week":3,"lure":null,"version_anomaly":false,"new_account":false}

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
270
Versions published
4
First published
Jun 2026
Publisher
pietercolpaert

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 bytes135,535
Previous version0.1.1
Published2026-06-12T10:14:32.191Z
SHA-256ba1db399a8855d77cc23aa7660e7300b0cca8c6f4d9abaf5f8f74c4462ccc640

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":1,"publisher":"pietercolpaert","burst_same_day":3,"burst_week":3,"lure":null,"version_anomaly":false,"new_account":false}

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.1.2Version
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
mediumSuspicious Publish Contextmanifest{"package_age_days":1,"publisher":"pietercolpaert","burst_same_day":3,"burst_week":3,"lure":null,"version_anomaly":false,"new_account":false}10

Manifest

Package metadata

Scripts31
  • 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
  • perfnpm run build:node --silent && node dist/perf/run.js
  • perf:listnpm run build:node --silent && node dist/perf/run.js --list
  • preparenode scripts/install-hooks.cjs
  • testnpm run test:default-rules && npm run test:marc-list-ontology && npm run test:skos && npm run test:owl
  • test:default-rulesnpm run build --silent && node dist/tests/run-default-rule-loading.js
  • 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:marc-list-ontologynpm run build --silent && node dist/tests/run-marc-list-ontology.js
  • 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
  • …and 1 more.
Dependencies3
  • @rdfjs/types^2.0.1
  • eyeling^1.29.0
  • rdf-parser-ts^0.2.5