PkgRadar

Package evidence

@mat3ra/[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
489
Versions published
9
First published
Nov 2025
Publisher
exabyte-io

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":["@mat3ra/[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":["@mat3ra/[email protected]"],"fail_on":"review"}'
Publisherexabyte-io
Artifact bytes60,158
Previous version2026.6.5-0
Published2026-06-12T06:50:26.539Z
SHA-256af91b1b46852cb13731c1d42936c4e1357de726e498b07e155ba67da7d076dc3

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
2026.6.12-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

Scripts12
  • generate-mixinsts-node scripts/generate-mixins.ts
  • linteslint --cache src/js tests/js && prettier --write src/js tests/js
  • lint:fixeslint --fix --cache src/js tests/js && prettier --write src/js tests/js
  • lint:stagedlint-staged
  • preparehusky install
  • prettierprettier --check src/js tests/js
  • testnyc --reporter=text mocha --recursive --bail
  • test:coveragenyc --reporter=text --reporter=html --reporter=lcov mocha --recursive --bail
  • test:coverage:checknyc --reporter=text --check-coverage mocha --recursive --bail
  • test:coverage:htmlnyc --reporter=html mocha --recursive --bail
  • test:coverage:viewnode scripts/view-coverage.js
  • transpiletsc -p tsconfig-transpile.json
Dependencies2
  • @types/highcharts^5.0.44
  • lodash^4.17.21