PkgRadar

Package evidence

@decaspace/[email protected]

Large Javascript Payload: 10553951 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.

Weekly downloads
67
Versions published
4
First published
May 2026
Publisher
decaspace

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":["@decaspace/[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":["@decaspace/[email protected]"],"fail_on":"review"}'
Publisherdecaspace
Artifact bytes2,521,179
Previous version1.0.3
Published2026-05-27T06:40:39.597Z
SHA-2569fa51402cda536aa352c08b9ee7fe0fccc309dda90cbdaa40e157e275dc861bf

Why flagged

What the scanner saw

Large Javascript Payload: 10553951 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
1.0.4Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.mjs10553951 bytes10

Manifest

Package metadata

Scripts16
  • apits-node src/cli/build.ts api/index.ts api/routes.ts && node dist/api/index.mjs
  • api:devts-node api/index.ts
  • buildnode scripts/build.js
  • build:bundlewebpack
  • build:cdnwebpack --config webpack.config.cdn2.cjs
  • build:cdn:allnpm run build:cdn && npm run build:cdn:modern
  • build:cdn:modernnode scripts/cdn/build-cdn.js
  • cantsx src/cli/index.ts
  • compileesbuild src/cli/index.ts --bundle --platform=node --format=esm --outfile=dist/index.mjs --external:esbuild --banner:js="#!/usr/bin/env node"
  • compile:allnpm run can -- build
  • devnode scripts/dev.js
  • prepublishOnlynpm run build
  • releasenode scripts/release.js
  • testvitest
  • type-checktsc --noEmit
  • vscode:prepublishnpm run build
Dependencies10
  • @types/htmlparser2^3.10.7
  • bcryptjs^2.4.3
  • cors^2.8.5
  • express^4.18.2
  • htmlparser2^10.0.0
  • jsonwebtoken^9.0.2
  • pg^8.11.3
  • png-to-ico^3.0.1
  • reflect-metadata^0.2.2
  • typeorm^0.3.28