PkgRadar

Package evidence

@frozenproductions/[email protected]

Install-time lifecycle script: postinstall="node ./scripts/build-binary.js"

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":["@frozenproductions/[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":["@frozenproductions/[email protected]"],"fail_on":"high"}'
Artifact bytes38,184
Previous versionnone
Published2026-05-24T14:53:40.561Z
SHA-256f7031affff78b254e4c6fcba55aa45a2669c0e17e5eec314e611a5655c2dbd12

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node ./scripts/build-binary.js"

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

Availability ledger

scan error

status
Last checked
noneRisk
Score
0.1.0Version

Latest scanner note: HTTP status client error (404 Not Found) for url (https://registry.npmjs.org/%40frozenproductions%2Fniteo)

Status history (2 events)
  1. availablescan_error · risk none · score · HTTP status client error (404 Not Found) for url (https://registry.npmjs.org/%40frozenproductions%2Fniteo)
  2. newavailable · risk high · score 60 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

frozenproductions

3 members · evidence strength 66
Repeated static TTPstale

Install-time lifecycle script — postinstall="node ./scripts/build-binary.js"

3 members · evidence strength 72
Repeated static TTPstale

Install Lifecycle Remote Or Exec — postinstall="node ./scripts/build-binary.js"

3 members · evidence strength 72

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/build-binary.js"30
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node ./scripts/build-binary.js"30

Manifest

Package metadata

Scripts4
  • build:binarycargo build --release
  • checkcargo check
  • postinstallnode ./scripts/build-binary.js
  • testcargo test