PkgRadar

Package evidence

@plasosdk/[email protected]

Install-time lifecycle script: install="node ./scripts/install.js"

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
22
Versions published
59Mature · −50% score
First published
Mar 2025
Publisher
track_pssst

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

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":["@plasosdk/[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":["@plasosdk/[email protected]"],"fail_on":"review"}'
Publishertrack_pssst
Artifact bytes24,922
Previous version1.3.16
Published2026-06-06T04:12:24.764Z
SHA-256b24e5350212648894fb249f047491441ee390598d66b50e02f5ddd7bb586b284

Why flagged

What the scanner saw

Install-time lifecycle script: install="node ./scripts/install.js"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
1.3.17-beta.0Version
Status history (1 event)
  1. newavailable · risk review · score 2 · 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="node ./scripts/install.js"5

Manifest

Package metadata

Scripts6
  • installnode ./scripts/install.js
  • releasenpm version patch && git push --follow-tags && npm publish
  • release:betanpm version prerelease --preid=beta && git push --follow-tags && npm publish --tag beta
  • release:majornpm version major && git push --follow-tags && npm publish
  • release:minornpm version minor && git push --follow-tags && npm publish
  • startelectron .
Dependencies5
  • @plasosdk/screenshot^1.3.4
  • @plasosdk/winproxy^1.1.7
  • adm-zip^0.5.16
  • fs-extra^11.1.1
  • minimist^1.2.5