PkgRadar

Package evidence

@plutonhq/[email protected]

Credential file access: matched ".aws"

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
44
Versions published
39Established · −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

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":["@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,532
Previous version0.1.34
Published2026-05-27T03:56:36.265Z
SHA-25678fca3ee2874d4d8f298733ce32a6272581772d93f317574e303f139f95fd6db

Why flagged

What the scanner saw

Credential file access: matched ".aws"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.1.35Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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
lowCredential file accesspackage/dist/utils/providers/_s3Options.jsmatched ".aws"5

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