PkgRadar

Package evidence

@ditsmod/[email protected]

Large Javascript Payload: 10030419 bytes

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
23Mature · −50% score
First published
Jul 2022
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":["@ditsmod/[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":["@ditsmod/[email protected]"],"fail_on":"review"}'
Artifact bytes2,681,558
Previous version3.0.0-next.10
Published2026-05-28T04:10:55.111Z
SHA-256b084dce7c5877d9c63e5f1b4972c67625b86fb195d9d38b9f74e29a6db998817

Why flagged

What the scanner saw

Large Javascript Payload: 10030419 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
3.0.0-next.12Version
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.

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/ui/openapi.bundle.js10030419 bytes10

Manifest

Package metadata

Scripts6
  • buildtsgo -b tsconfig.build.json
  • build-testtsgo -b tsconfig.unit.json
  • build-uiyarn build && node dist/swagger-ui/compile.js
  • cleanrm -rf dist*
  • esm-jestyarn node --experimental-vm-modules --no-warnings=ExperimentalWarning --enable-source-maps $(yarn bin jest)
  • testyarn build-test && yarn esm-jest
Dependencies2
  • @ts-stack/openapi-spec^3.1.6
  • yaml^2.8.3