PkgRadar

Package evidence

@wikimedia/[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
3
First published
Jun 2018
Publisher
niedzielski

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":["@wikimedia/[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":["@wikimedia/[email protected]"],"fail_on":"review"}'
Publisherniedzielski
Artifact bytes12,447
Previous version3.0.1
Published2018-10-03T22:26:41.409Z
SHA-2560f75f712620000aed7fd8e965bf397bc86f527688c807c9191bae79cc9272484

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

Scripts4
  • distrm -rf dist/ && tsc && chmod +x dist/cli.js && rm -rf dist/test
  • formatprettier --write 'src/**/*.ts'
  • starttsc && node dist/cli.js
  • testtsc && cp -r src/test/fixtures dist/test/ && tape "dist/test/{./,!(fixtures)}/*.js" | tap-spec
Dependencies4
  • acorn^5.4.1
  • deep-equal^1.0.1
  • escodegen^1.9.0
  • recursive-readdir^2.2.1