PkgRadar

Package evidence

@viraatdas/[email protected]

Credential file access: matched ".npmrc"

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
12,323Mainstream · −50% score
Versions published
295
First published
May 2026
Publisher
viraatdas

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

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":["@viraatdas/[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":["@viraatdas/[email protected]"],"fail_on":"high"}'
Publisherviraatdas
Artifact bytes1,133,001
Previous version1.1.0
Published2026-05-31T06:44:35.579Z
SHA-256e01bb78b2c659c540a677f8ceb3f5fcb9af93797c1a33fbccc87bc22b62247eb

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 1.1.1 vs 1.1.0: "node scripts/postinstall.mjs"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.1.1 vs 1.1.0: "node scripts/postinstall.mjs"40
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.1.1 vs 1.1.0: "node scripts/postinstall.mjs"40
lowCredential file accesspackage/dist/cloud.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/main.jsmatched ".ssh/"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5

Manifest

Package metadata

Scripts10
  • buildtsc -p tsconfig.json && npm run build-board && npm run build-native && npm run copy-native
  • build-boardesbuild src/board/ui/index.tsx --bundle --minify --format=esm --jsx=automatic --jsx-import-source=preact --outfile=dist/board/board.js && esbuild src/board/ui/board.css --bundle --minify --outfile=dist/board/board.css
  • build-nativecargo build --release --manifest-path native/Cargo.toml
  • checktsc -p tsconfig.json --noEmit
  • copy-nativenode -e "const fs=require('fs');const path=require('path');const sources=[path.join('target','release','rudder-native'),path.join('native','target','release','rudder-native')];const src=sources.find((candidate)=>fs.existsSync(candidate));const dest=path.join('dist','native','rudder-native');if(src){fs.mkdirSync(path.dirname(dest),{recursive:true});fs.copyFileSync(src,dest);fs.chmodSync(dest,0o755);}else if(fs.existsSync(dest)){fs.unlinkSync(dest);}"
  • postinstallnode scripts/postinstall.mjs
  • prepacknpm run build
  • startnode dist/index.js
  • testtsc -p tsconfig.json && node --test tests/*.test.mjs
  • test:worker-scrollcargo test --manifest-path native/Cargo.toml top_origin_scroll_region_history_scrolls_like_terminal_scrollback && cargo test --manifest-path native/Cargo.toml worker_wheel && cargo test --manifest-path native/Cargo.toml wheel_scroll && cargo test --manifest-path native/Cargo.toml worker_page && cargo test --manifest-path native/Cargo.toml codex_alternate_screen_page_key
Dependencies3
  • ink^7.0.3
  • react^19.2.6
  • ws^8.18.0