PkgRadar

Package evidence

@expressots/[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.

Weekly downloads
105,005Ubiquitous · −70% score
Versions published
26Mature · −50% score
First published
Sep 2023
Publisher
expresso-ts

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

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":["@expressots/[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":["@expressots/[email protected]"],"fail_on":"review"}'
Publisherexpresso-ts
Artifact bytes171,598
Previous version4.0.0-preview.3
Published2026-06-07T06:32:23.966Z
SHA-256240880db7d1464af005de221b247a355c81b2dfc5aec01231067b4df7bf84775

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
4.0.0-preview.3.2Version
Status history (2 events)
  1. newavailable · risk low · score 0 · status changed
  2. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts18
  • buildnpm run clean && npm run build:cjs && npm run build:esm && npm run copy
  • build:cjstsc -p tsconfig.cjs.json
  • build:esmnode scripts/build-esm.js
  • cleannode scripts/rm.js lib
  • copynode scripts/copy.js package.json README.md CHANGELOG.md lib
  • coveragejest --coverage
  • formatprettier --write "src/**/*.ts" --cache
  • linteslint "src/**/*.ts" --cache --cache-location node_modules/.cache/eslint/
  • lint:fixeslint "src/**/*.ts" --fix --cache --cache-location node_modules/.cache/eslint/
  • preparehusky
  • prepublishnpm run build && npm pack
  • prepublishOnlynode scripts/release/guard-no-file-deps.mjs
  • releaserelease-it
  • release:preparenode scripts/release/prepare-publish.mjs
  • release:publishnpm run build && npm run release:prepare && npm publish --tag next --access public && npm run release:restore
  • release:restorenode scripts/release/restore-package-json.mjs
  • testjest
  • test:watchjest --watch
Dependencies4
  • @expressots/core^4.0.0-preview.3.2
  • @expressots/shared^4.0.0-preview.3.2
  • express^5.1.0
  • reflect-metadata0.2.2