PkgRadar

Package evidence

@certd/[email protected]

Known Indicator Filename: package/dist/bundle.js

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":["@certd/[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":["@certd/[email protected]"],"fail_on":"high"}'
Publishergreper
Artifact bytes21,723
Previous version1.40.2
Published2026-05-21T15:19:37.587Z
SHA-256cbb82d8f08daa67cc8d08d07d7afdba016c5328ac2b29e08bd965a4ba0b5c9f6

Why flagged

What the scanner saw

Known Indicator Filename: package/dist/bundle.js

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/dist/bundle.jspackage/dist/bundle.js45

Manifest

Package metadata

Scripts7
  • before-buildrimraf dist && rimraf tsconfig.tsbuildinfo && rimraf .rollup.cache
  • buildnpm run before-build && rollup -c
  • devvite
  • dev-buildnpm run build
  • previewvite preview
  • pubnpm publish
  • test:unitcross-env NODE_ENV=unittest echo no unit tests
Dependencies3
  • axios^1.9.0
  • rimraf^5.0.5
  • rollup^3.7.4