PkgRadar

Package evidence

@plotday/[email protected]

Known Indicator Filename: package/bin/utils/bundle.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
178
Versions published
35Established · −30% score
First published
Nov 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@plotday/[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":["@plotday/[email protected]"],"fail_on":"review"}'
Artifact bytes753,145
Previous version0.50.0
Published2026-05-18T20:31:12.824Z
SHA-2569a35f6e934ce4abb388e9fe37d4ce4998c18e58d538baf7e7e9834a779857e06

Why flagged

What the scanner saw

Known Indicator Filename: package/bin/utils/bundle.js

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

Availability ledger

available

review
Last checked
reviewRisk
13Score
0.51.0Version
Status history (1 event)
  1. newavailable · risk review · score 13 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/bin/utils/bundle.jspackage/bin/utils/bundle.js45

Manifest

Package metadata

Scripts9
  • buildpnpm build:builder && pnpm build:cli && pnpm build:docs
  • build:buildertsx prebuild.ts && tsc --project tsconfig.build.json
  • build:clitsc --project tsconfig.cli.json && node postbuild.js
  • build:docstypedoc
  • cleanrm -rf dist bin
  • clean:docsrm -rf dist/docs
  • docs:openopen dist/docs/index.html || xdg-open dist/docs/index.html || start dist/docs/index.html
  • linttsc --noEmit
  • prebuildtsx prebuild.ts
Dependencies7
  • chalk^4.1.2
  • commander^12.0.0
  • dotenv^16.4.5
  • esbuild^0.24.0
  • prompts^2.4.2
  • typebox^1.0.35
  • uuid^11.0.5