PkgRadar

Package evidence

@sap/[email protected]

Large Javascript Payload: 2166555 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
52,552Mainstream · −50% score
Versions published
134Mature · −50% score
First published
Oct 2020
Publisher
sap_extncrepos

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

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":["@sap/[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":["@sap/[email protected]"],"fail_on":"review"}'
Artifact bytes2,232,446
Previous version1.23.0
Published2026-05-11T10:24:41.772Z
SHA-256083edfdc67e3fd3d4c6ca9186fab9dda5382528c28508e374ffa25b0757d288a

Why flagged

What the scanner saw

Large Javascript Payload: 2166555 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
1.24.0Version
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/dist/index.cjs2166555 bytes10

Manifest

Package metadata

Scripts23
  • buildnpm-run-all -l -s clean -p build:compile build:bundle
  • build:bundlenode esbuild.js
  • build:compiletsc --noEmit -p ./tsconfig.build.json --pretty
  • cleanrimraf ./out ./.webpack_cache ./reports
  • clean:distrimraf --glob ./dist ./generators *.tsbuildinfo
  • compilenpm-run-all clean build:compile
  • format:fixprettier --write --loglevel silent --ignore-path ../../../.prettierignore
  • format:fix:allprettier --write '**/*.{css,scss,html,js,json,ts,tsx,yaml,yml}' '!**/{out,dist,typings,node_modules}/**' '!**/*.{svg,png,xml}' --ignore-path ../../../.prettierignore
  • linteslint .
  • lint:fixeslint --fix
  • lint:fix:alleslint . --fix
  • lint:reporteslint . -f multiple
  • lint:summaryeslint . -f summary
  • madgemadge --warning --circular --extensions ts ./
  • pre-commitlint-staged --quiet
  • testyarn test:setup && cross-env NODE_OPTIONS="--experimental-vm-modules" jest --maxWorkers=1 --ci --ignoreProjects=next
  • test:allyarn test:setup && cross-env NODE_OPTIONS="--experimental-vm-modules" jest --maxWorkers=1 --ci
  • test:e2ecross-env CODE_VERSION='1.106.3' CODE_FORCE_DOWNLOAD=true CODE_WAIT=true CDS_CONTRIBUTIONS_REGISTRY='https://int.repositories.cloud.sap/artifactory/api/npm/build-milestones-npm/' jest --maxWorkers=1 --ci --forceExit --detectOpenHandles --config=./test/jest.e2e.config.js --ignoreProjects=next
  • test:e2e:allcross-env CODE_VERSION='1.106.3' CODE_FORCE_DOWNLOAD=true CODE_WAIT=true CDS_CONTRIBUTIONS_REGISTRY='https://int.repositories.cloud.sap/artifactory/api/npm/build-milestones-npm/' jest --maxWorkers=1 --ci --forceExit --detectOpenHandles --config=./test/jest.e2e.config.js
  • test:integrationyarn test:setup && node version.check || cross-env NODE_OPTIONS="--experimental-vm-modules" node --max-old-space-size=4096 ../../../node_modules/jest/bin/jest.js --maxWorkers=1 --workerIdleMemoryLimit=2048MB --config=./test/jest.integration.config.js --ignoreProjects=next
  • test:integration:allyarn test:setup && node version.check || cross-env NODE_OPTIONS="--experimental-vm-modules" node --max-old-space-size=4096 ../../../node_modules/jest/bin/jest.js --maxWorkers=1 --workerIdleMemoryLimit=2048MB --config=./test/jest.integration.config.js
  • test:setupnode ./integration.env.setup.cjs
  • watchnode esbuild --watch --minify=false