PkgRadar

Package evidence

@vishwalab/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"var fs=require('fs');var p='node_modules/rpc-websockets/node_modules/uuid';if(fs.existsSync(p)){try{var v=parseInt(require('./'+p+'/package.json').version);if(v>8){fs.rmSync(p,{recursive:true});console.log('[vishwa-cli] Removed incompatible nested uuid@v'+v)}}catch(e){}}\""

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
20
First published
May 2026
Publisher
harry-vishwalab

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":["@vishwalab/[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":["@vishwalab/[email protected]"],"fail_on":"high"}'
Artifact bytes37,639
Previous version0.0.1-beta.20
Published2026-06-09T08:43:44.549Z
SHA-2564cad9e43cc136e761508bfa69408434bcf2f452f7204131d2507d8f4ab257d62

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"var fs=require('fs');var p='node_modules/rpc-websockets/node_modules/uuid';if(fs.existsSync(p)){try{var v=parseInt(require('./'+p+'/package.json').version);if(v>8){fs.rmSync(p,{recursive:true});console.log('[vishwa-cli] Removed incompatible nested uuid@v'+v)}}catch(e){}}\""

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.0.1-beta.21Version
Status history (1 event)
  1. newavailable · risk high · score 35 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"var fs=require('fs');var p='node_modules/rpc-websockets/node_modules/uuid';if(fs.existsSync(p)){try{var v=parseInt(require('./'+p+'/package.json').version);if(v>8){fs.rmSync(p,{recursive:true});console.log('[vishwa-cli] Removed incompatible nested uuid@v'+v)}}catch(e){}}\""30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"var fs=require('fs');var p='node_modules/rpc-websockets/node_modules/uuid';if(fs.existsSync(p)){try{var v=parseInt(require('./'+p+'/package.json').version);if(v>8){fs.rmSync(p,{recursive:true});console.log('[vishwa-cli] Removed incompatible nested uuid@v'+v)}}catch(e){}}\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"var fs=require('fs');var p='node_modules/rpc-websockets/node_modules/uuid';if(fs.existsSync(p)){try{var v=parseInt(require('./'+p+'/package.json').version);if(v>8){fs.rmSync(p,{recursive:true});console.log('[vishwa-cli] Removed incompatible nested uuid@v'+v)}}catch(e){}}\""5
lowObfuscation Densitypackage/dist/bundle.mjshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts17
  • buildINLINE_ENV=1 node build.mjs
  • build:dockernode build.mjs
  • build:installINLINE_ENV=1 node build.mjs && npm link
  • cleanrm -rf dist node_modules
  • devtsc --watch
  • dev:stdionpx tsx src/bin/cli.ts mcp
  • install:localnpm run pack:local && npm install -g ./vishwalab-cli-$(node -p "require('./package.json').version").tgz --force
  • pack:localnpm run build && npm pack
  • postinstallnode -e "var fs=require('fs');var p='node_modules/rpc-websockets/node_modules/uuid';if(fs.existsSync(p)){try{var v=parseInt(require('./'+p+'/package.json').version);if(v>8){fs.rmSync(p,{recursive:true});console.log('[vishwa-cli] Removed incompatible nested uuid@v'+v)}}catch(e){}}"
  • prepublishOnlynpm run build
  • release:betanpm run build && npm version prerelease --preid=beta && git push && git push --tags && npm publish --tag beta
  • release:majornpm run build && npm version major && git push && git push --tags && npm publish --access public
  • release:minornpm run build && npm version minor && git push && git push --tags && npm publish --access public
  • release:patchnpm run build && npm version patch && git push && git push --tags && npm publish --access public
  • testvitest run
  • test:mcp:stdiotsx scripts/test-client.ts
  • test:watchvitest
Dependencies19
  • @modelcontextprotocol/sdk^1.13.0
  • @payai/facilitator^2.3.4
  • @solana/kit^6.8.0
  • @solana/mpp^0.5.2
  • @solana/spl-token^0.4.14
  • @solana/web3.js^1.98.4
  • @x402/core^2.14.0
  • @x402/evm^2.6.0
  • @x402/fetch^2.14.0
  • @x402/mcp^2.11.0
  • @x402/svm^2.6.0
  • bip39^3.1.0
  • bs58^6.0.0
  • commander^12.0.0
  • ed25519-hd-key^2.0.0
  • ethers^6.16.0
  • mppx^0.5.5
  • tweetnacl^1.0.3
  • uuid8.3.2