PkgRadar

Package evidence

@plutonhq/[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.

Weekly downloads
364
Versions published
41Established · −30% score
First published
Nov 2025
Publisher
towfiqi

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@plutonhq/[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":["@plutonhq/[email protected]"],"fail_on":"review"}'
Publishertowfiqi
Artifact bytes378,642
Previous version0.1.36
Published2026-06-04T03:13:53.241Z
SHA-25611498b1dc4b278e00f9a1e3af2dbbf5ea8b0d6359c9e72aeccae7d91c7923553

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
0.1.37Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts14
  • buildpnpm run clean && node ./scripts/build.js && pnpm run copy:frontend
  • build:pkgnode ./scripts/build-pkg.js
  • checkUpdatesnpx npm-check -u
  • cleannode -e "require('fs').rmSync('dist',{recursive:true,force:true});require('fs').rmSync('public',{recursive:true,force:true})"
  • copy:frontendnode -e "const fs=require('fs');const path=require('path');const src='../frontend/dist';if(!fs.existsSync(src)){console.log('Skipping copy:frontend - frontend dist not found');process.exit(0)};function copyDir(s,d){fs.mkdirSync(d,{recursive:true});fs.readdirSync(s,{withFileTypes:true}).forEach(e=>{const sp=path.join(s,e.name),dp=path.join(d,e.name);e.isDirectory()?copyDir(sp,dp):fs.copyFileSync(sp,dp)})};copyDir(src,'public')"
  • db:studionpx drizzle-kit studio --port 4983
  • devcross-env NODE_ENV=development tsx watch -r dotenv/config src/index.ts
  • generate-migrationnpx drizzle-kit generate
  • linteslint src/**/*.ts
  • migrate-dbtsx -r dotenv/config src/db/migrate.ts
  • packagenode ./scripts/build.js
  • prepublishOnlypnpm run clean && node ./scripts/build.js
  • startnode dist/index.js
  • testcross-env NODE_OPTIONS='--max-old-space-size=8192' jest --config jest.config.ts
Dependencies25
  • @napi-rs/keyring^1.2.0
  • bcryptjs^3.0.3
  • better-sqlite312.2.0
  • cookies^0.9.1
  • cors^2.8.5
  • croner^9.0.0
  • cryptr^6.3.0
  • drizzle-orm^0.44.7
  • drizzle-zod^0.8.3
  • ejs^3.1.10
  • express^5.2.1
  • express-rate-limit^7.5.1
  • express-session^1.19.0
  • helmet^8.1.0
  • jsonwebtoken^9.0.3
  • memorystore^1.6.8
  • nanoid^5.0.9
  • node-ssh^13.2.0
  • nodemailer8.0.1
  • otpauth^9.5.0
  • pino^9.6.0
  • qrcode^1.5.4
  • systeminformation^5.31.0
  • tsx^4.21.0
  • zod^4.1.12