PkgRadar

Package evidence

@cupcodev/[email protected]

Install-time lifecycle script: postinstall="node ./postinstall.cjs"

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
89
Versions published
44Established · −30% score
First published
Oct 2025
Publisher
lauroroger

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":["@cupcodev/[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":["@cupcodev/[email protected]"],"fail_on":"review"}'
Publisherlauroroger
Artifact bytes536,034
Previous version8.1.4
Published2026-06-11T08:11:50.015Z
SHA-2564e5d1419ffa3e2a660cc398d8dabbf47ada708478022e6ef17dd20e3144ea3d8

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node ./postinstall.cjs"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
8.1.5Version
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
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./postinstall.cjs"5

Manifest

Package metadata

Scripts16
  • buildnpm run build:lib
  • build:appnpm run build:site
  • build:devvite build --mode development
  • build:libtsup && npm run build:styles
  • build:sitevite build
  • build:stylestailwindcss -i ./styles/index.css -o ./dist/styles.css --config ./tailwind.config.ts --minify
  • check:exportsnode ./scripts/verify-exports.mjs
  • check:qualitynpm run check:release && npm run build:site
  • check:releasenpm run lint && npm run typecheck && npm run check:exports && npm run build:lib
  • devvite
  • linteslint . --max-warnings=0
  • postinstallnode ./postinstall.cjs
  • prepublishOnlynpm run check:release
  • previewvite preview
  • test:consumernode ./scripts/consumer-smoke.mjs
  • typechecktsc -b