PkgRadar

Package evidence

@padua/[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
880
Versions published
62Established · −30% score
First published
Nov 2025
Publisher
padua-nile.suan

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

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":["@padua/[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":["@padua/[email protected]"],"fail_on":"high"}'
Artifact bytes266,519
Previous version2.6.0
Published2026-06-09T09:30:01.599Z
SHA-2568931a1bd196e4a82f70f306f7ba0ad6dbb650504397b17f76f1122d28f6a9265

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: preinstall added in 3.0.0 vs 2.6.0: "node scripts/check-node.cjs"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpreinstall added in 3.0.0 vs 2.6.0: "node scripts/check-node.cjs"40
mediumCredential file accesspackage/dist/commands/status/aws-checks.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/commands/login/npmrc.jsmatched ".npmrc"10
Show all 12 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpreinstall added in 3.0.0 vs 2.6.0: "node scripts/check-node.cjs"40
mediumCredential file accesspackage/dist/commands/status/aws-checks.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/commands/login/npmrc.jsmatched ".npmrc"10
lowCredential file accesspackage/dist/commands/doctor/checks.jsmatched ".aws/"5
lowCredential file accesspackage/dist/commands/login/codeartifact.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/commands/init/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/commands/login/index.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/commands/profile/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/commands/status/index.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/commands/init/prompts.jsmatched ".aws/"5
lowCredential file accesspackage/dist/commands/login/sso.jsmatched ".aws/"5
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node scripts/check-node.cjs"5

Manifest

Package metadata

Scripts10
  • buildtsc
  • devtsc --watch
  • linteslint src --ext .ts
  • preinstallnode scripts/check-node.cjs
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • testjest
  • test:coveragejest --coverage
  • test:watchjest --watch
  • type-checktsc --noEmit
Dependencies8
  • @modelcontextprotocol/sdk1.27.1
  • @toon-format/toon^2.1.0
  • better-sqlite3^12.6.2
  • chalk^4.1.2
  • commander^12.1.0
  • inquirer^9.3.8
  • isolated-vm^6.1.2
  • zod^3.25.0