PkgRadar

Package evidence

@hanazuki/[email protected]

Install-time lifecycle script: install="cmake-js configure --CDCMAKE_EXPORT_COMPILE_COMMANDS=1 && cmake-js build"

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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@hanazuki/[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":["@hanazuki/[email protected]"],"fail_on":"high"}'
Artifact bytes605,434
Previous version3.2.0
Published2026-05-22T09:57:51.465Z
SHA-25630b64ab21c3cd5ca1a1816fd58df1d3b8a2cf2a8cd92e18ee043c856268702d1

Why flagged

What the scanner saw

Install-time lifecycle script: install="cmake-js configure --CDCMAKE_EXPORT_COMPILE_COMMANDS=1 && cmake-js build"

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

Availability ledger

available

high
Last checked
highRisk
34Score
3.3.0Version
Status history (1 event)
  1. newavailable · risk high · score 34 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Install-time lifecycle script — install="cmake-js configure --cdcmake_export_compile_commands=1 && cmake-js build"

2 members · evidence strength 56
Repeated static TTPstale

Install-time lifecycle script — install="cmake-js configure --CDCMAKE_EXPORT_COMPILE_COMMANDS=1 && cmake-js build"

2 members · evidence strength 56

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsoninstall="cmake-js configure --CDCMAKE_EXPORT_COMPILE_COMMANDS=1 && cmake-js build"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsoninstall="cmake-js configure --CDCMAKE_EXPORT_COMPILE_COMMANDS=1 && cmake-js build"30
lowInstall-time lifecycle scriptpackage.jsonprepare="if test -f ./scripts/apply-patches.sh; then ./scripts/apply-patches.sh; fi"4

Manifest

Package metadata

Scripts8
  • cmake-verbosecmake-js configure -l verbose --CDCMAKE_EXPORT_COMPILE_COMMANDS=1 --CDCMAKE_VERBOSE_MAKEFILE=1 && cmake-js build -l verbose
  • cpplintcpplint --filter=-,+build,+runtime,-runtime/indentation_namespace src/*
  • formatclang-format -i src/*
  • installcmake-js configure --CDCMAKE_EXPORT_COMPILE_COMMANDS=1 && cmake-js build
  • prepareif test -f ./scripts/apply-patches.sh; then ./scripts/apply-patches.sh; fi
  • testjasmine
  • typetesttstyche --target '>=5.0'
  • version./scripts/bump-version.cjs
Dependencies3
  • bindings^1.5.0
  • cmake-js^8.0.0
  • node-addon-api^8.5.0