PkgRadar

Package evidence

@ou-imdt/[email protected]

Native Binary Main Entry: main/bin entry points to a compiled binary: bin entry

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
6
First published
Dec 2022
Publisher
mustafabektik

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@ou-imdt/[email protected]"],"fail_on":"high"}'

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":["@ou-imdt/[email protected]"],"fail_on":"high"}'
Publishermustafabektik
Artifact bytes17,219,724
Previous version2.0.0-beta.1
Published2025-11-13T13:40:34.515Z
SHA-2560010f39a31e51974c24d1f68e6d1c16642c1cc1ef54ef3dc87845f1b7125797c

Why flagged

What the scanner saw

Native Binary Main Entry: main/bin entry points to a compiled binary: bin entry

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

Availability ledger

available

high
Last checked
highRisk
45Score
2.0.0-beta.2Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNative Binary Main Entrypackage.jsonmain/bin entry points to a compiled binary: bin entry45

Manifest

Package metadata

Scripts5
  • install-linknpm link
  • postversiongit push && git push --tags
  • prepublishOnlynpm run test-basic
  • testnode cli.js --help
  • test-basicecho "Testing basic functionality" && node cli.js --version
Dependencies4
  • chalk^4.1.2
  • commander^12.0.0
  • sharp^0.33.0
  • update-notifier^5.1.0