PkgRadar

Package evidence

[email protected]

no findings

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
2
First published
May 2026
Publisher
alexander2000

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes162,277
Previous version1.0.0
Published2026-05-25T22:42:52.075Z
SHA-25660e9065fd3f18840c57ddd29c8e73e521f456e77a806bf8c51a51ec213836a5f

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
1.0.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts31
  • 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
  • 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
  • test:watchnode --require ts-node/register --test --watch tests/index.ts
  • …and 1 more.
Dependencies1
  • node-addon-api^8.5.0