PkgRadar

Package evidence

@zero-transfer/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"try{require('node:fs').accessSync('scripts/link-sdk.mjs');require('node:child_process').execSync('node scripts/link-sdk.mjs',{stdio:'inherit'})}catch(e){if(e.code!=='ENOENT')process.exit(1)}\""

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
16
Versions published
13
First published
Apr 2026
Publisher
molex222

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":["@zero-transfer/[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":["@zero-transfer/[email protected]"],"fail_on":"high"}'
Publishermolex222
Artifact bytes816,131
Previous version0.4.0
Published2026-05-04T13:12:33.540Z
SHA-2561f6c5dc337c7510b3c7f680898b0a10069d8c94b3db63746082819d4fb931ee6

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"try{require('node:fs').accessSync('scripts/link-sdk.mjs');require('node:child_process').execSync('node scripts/link-sdk.mjs',{stdio:'inherit'})}catch(e){if(e.code!=='ENOENT')process.exit(1)}\""

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try{require('node:fs').accessSync('scripts/link-sdk.mjs');require('node:child_process').execSync('node scripts/link-sdk.mjs',{stdio:'inherit'})}catch(e){if(e.code!=='ENOENT')process.exit(1)}\""30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try{require('node:fs').accessSync('scripts/link-sdk.mjs');require('node:child_process').execSync('node scripts/link-sdk.mjs',{stdio:'inherit'})}catch(e){if(e.code!=='ENOENT')process.exit(1)}\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"try{require('node:fs').accessSync('scripts/link-sdk.mjs');require('node:child_process').execSync('node scripts/link-sdk.mjs',{stdio:'inherit'})}catch(e){if(e.code!=='ENOENT')process.exit(1)}\""5

Manifest

Package metadata

Scripts33
  • buildtsup
  • cinpm run build && npm run packages:generate && npm run lint && npm run format:check && npm run typecheck && npm run test:coverage && npm run pack:dry
  • docstypedoc
  • docs:allnpm run docs && npm run docs:md && npm run docs:scopes
  • docs:mdtypedoc --options typedoc.markdown.json
  • docs:scopesnode scripts/generate-scope-docs.mjs
  • docs:sitenpm --prefix website run build
  • docs:site:devnpm --prefix website run dev
  • docs:site:installnpm --prefix website install
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • pack:drynpm pack --dry-run
  • packages:generatenode scripts/generate-package-stubs.mjs
  • packages:publishnode scripts/publish-package-stubs.mjs
  • postinstallnode -e "try{require('node:fs').accessSync('scripts/link-sdk.mjs');require('node:child_process').execSync('node scripts/link-sdk.mjs',{stdio:'inherit'})}catch(e){if(e.code!=='ENOENT')process.exit(1)}"
  • prepacknpm run build
  • releasenode scripts/release.mjs
  • release:alphanode scripts/release.mjs prerelease alpha
  • release:betanode scripts/release.mjs prerelease beta
  • release:majornode scripts/release.mjs major
  • release:minornode scripts/release.mjs minor
  • release:patchnode scripts/release.mjs patch
  • release:rcnode scripts/release.mjs prerelease rc
  • testvitest run
  • test:coveragevitest run --coverage
  • test:integration:ftpvitest run test/integration/ftpProvider.docker.test.ts
  • test:integration:s3vitest run test/integration/s3Provider.docker.test.ts
  • test:integration:sftpvitest run test/integration/sftpProvider.docker.test.ts
  • test:integration:webdavvitest run test/integration/webdavProvider.docker.test.ts
  • …and 3 more.