PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: install="echo 'Prebuilt binary ships in bin/. Run: npx node-gyp 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.

Versions published
9
First published
May 2026
Publisher
alexander2000

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisheralexander2000
Artifact bytes305,247
Previous version1.1.5
Published2026-05-26T14:26:47.361Z
SHA-256507a92250b624351fcf3dfc81b604dea5c6de619a1badf1a7f7c20d280c23a83

Why flagged

What the scanner saw

Install-time lifecycle script: install="echo 'Prebuilt binary ships in bin/. Run: npx node-gyp build'"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
1.1.6Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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="echo 'Prebuilt binary ships in bin/. Run: npx node-gyp build'"5

Manifest

Package metadata

Scripts32
  • build./scripts/build/build.sh
  • build:devnode-gyp build --debug
  • build:testnode-gyp build
  • cleannode-gyp clean && npm run configure && npm run build
  • configurenode-gyp configure
  • dev:cppnpm run rebuild:dev && node ./tests/async_console.js
  • docs:buildtypedoc lib/index.ts --out generated/docs --name "node-lxc" --theme default --excludePrivate --excludeProtected --entryPointStrategy expand
  • example:attachts-node examples/attach/index.ts
  • example:attach-streamsts-node examples/attach-streams/index.ts
  • example:checkpointts-node examples/checkpoint/index.ts
  • example:clonets-node examples/clone/index.ts
  • example:concurrent_createts-node examples/concurrent_create/index.ts
  • example:concurrent_destroyts-node examples/concurrent_destroy/index.ts
  • example:concurrent_shutdownts-node examples/concurrent_shutdown/index.ts
  • example:concurrent_startts-node examples/concurrent_start/index.ts
  • example:concurrent_stopts-node examples/concurrent_stop/index.ts
  • example:configts-node examples/config/index.ts
  • example:consolets-node examples/console/index.ts
  • example:console_asyncts-node examples/console_async/index.ts
  • example:createts-node examples/create/index.ts
  • example:executets-node examples/execute/index.ts
  • example:imagests-node examples/images/index.ts
  • example:keysts-node examples/list_keys/index.ts
  • installecho 'Prebuilt binary ships in bin/. Run: npx node-gyp build'
  • package./scripts/package/package.sh
  • previewnpm run build && mkdir -p ./node_modules/@sourceregistry/node-lxc && cp -r ./package/* ./node_modules/@sourceregistry/node-lxc
  • rebuild:devnode-gyp rebuild --debug && npx tsc
  • setup./scripts/setup/setup.sh
  • testnode --require ts-node/register --test tests/index.ts
  • test:buildnpm run build && npm run test
  • …and 2 more.
Dependencies1
  • node-addon-api^8.5.0