PkgRadar

Package evidence

@certd/[email protected]

no findings

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.

Versions published
165Mature · −50% score
First published
Oct 2024
Publisher
greper

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":"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":["@certd/[email protected]"],"fail_on":"review"}'
Publishergreper
Artifact bytes44,237
Previous version1.41.2
Published2026-06-11T15:57:23.347Z
SHA-256d768681fefe0fc72985c19d5ca853b71723535aca82e582ce9909e9c9042fd55

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
1.41.3Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts8
  • before-buildrimraf dist && rimraf tsconfig.tsbuildinfo && rimraf .rollup.cache
  • buildnpm run before-build && rollup -c
  • compiletsc --skipLibCheck --watch
  • devvite
  • dev-buildnpm run before-build &&tsc --skipLibCheck
  • previewvite preview
  • pubnpm publish
  • test:unitcross-env NODE_ENV=unittest mocha --no-config --node-option no-warnings --node-option loader=ts-node/esm "src/**/*.test.ts"
Dependencies11
  • @certd/basic^1.41.3
  • @certd/lib-server^1.41.3
  • @certd/pipeline^1.41.3
  • @certd/plus-core^1.41.3
  • @midwayjs/core3.20.11
  • @midwayjs/koa3.20.13
  • @midwayjs/logger3.4.2
  • @midwayjs/swagger3.20.11
  • @midwayjs/typeorm3.20.11
  • dayjs^1.11.7
  • typeorm^0.3.20