PkgRadar

Package evidence

@milaboratories/[email protected]

Install-time lifecycle script: install="node-pre-gyp install --update-binary --fallback-to-build=false || node -p \"process.exit(+!(require('./package.json').version === '0.0.0'))\""

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
1,502Niche · −30% score
Versions published
130Mature · −50% score
First published
Jan 2025
Publisher
mike-ainsel

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

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@milaboratories/[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":["@milaboratories/[email protected]"],"fail_on":"review"}'
Publishermike-ainsel
Artifact bytes18,996
Previous version1.1.45
Published2026-06-11T13:40:33.907Z
SHA-2562ca2cb5967622330a1d09ca8c6234d4ada91e8d4e5878ae50aabf5887f9e6c36

Why flagged

What the scanner saw

Install-time lifecycle script: install="node-pre-gyp install --update-binary --fallback-to-build=false || node -p \"process.exit(+!(require('./package.json').version === '0.0.0'))\""

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
1.1.46Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsoninstall="node-pre-gyp install --update-binary --fallback-to-build=false || node -p \"process.exit(+!(require('./package.json').version === '0.0.0'))\""5

Manifest

Package metadata

Scripts22
  • buildpnpm run build:rust && pnpm run build:ts
  • build:rustshx mkdir -p dist/napi-v8 && cargo build -p pframes_rs_node
  • build:tsts-builder build --target node --build-config build.node.config.js
  • bump-versioncargo run -p pframes_rs_meta --bin npm_version -r --locked
  • checkpnpm run check:ts
  • check:tsts-builder linter --check --target node && ts-builder formatter --check
  • ci-buildpnpm run build:rust -r --locked && pnpm run build:ts
  • ci-testpnpm run ci-test:ts && pnpm run ci-test:rust
  • ci-test:rustpnpm run test:nextest -r --locked && pnpm run test:rustdoc -r --locked
  • ci-test:tsts-builder type-check --target node --project tsconfig.check.json && pnpm exec vitest run --coverage
  • fixpnpm run fix:ts
  • fix:tsts-builder format
  • installnode-pre-gyp install --update-binary --fallback-to-build=false || node -p "process.exit(+!(require('./package.json').version === '0.0.0'))"
  • packpnpm exec node-pre-gyp package && pnpm exec node-pre-gyp reveal staged_tarball --silent
  • postbuild:tspnpm exec rimraf package.tgz && pnpm pack --out package.tgz
  • preci-testpnpm run ci-build
  • pretestpnpm run build
  • testpnpm run test:ts && pnpm run test:rust
  • test:nextestcargo nextest run --no-tests pass
  • test:rustpnpm run test:nextest && pnpm run test:rustdoc
  • test:rustdoccargo doc --no-deps --document-private-items
  • test:tspnpm run ci-test:ts
Dependencies5
  • @mapbox/node-pre-gyp2.0.3
  • @milaboratories/helpers1.14.2
  • @milaboratories/pframes-rs-serv1.1.46
  • @milaboratories/pl-model-common1.46.1
  • ulid3.0.2