PkgRadar

Package evidence

@sap/[email protected]

Large Javascript Payload: 2148345 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
58,133Mainstream · −50% score
Versions published
135Mature · −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

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":["@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,214,389
Previous version1.25.0
Published2026-06-11T10:33:14.006Z
SHA-256d291ac1742149739af58cdaef47287b8550a95389a976c9670c8d19a382e40b7

Why flagged

What the scanner saw

Large Javascript Payload: 2148345 bytes

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.26.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/index.cjs2148345 bytes0

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 --trace-warnings" jest --maxWorkers=1 --ci --ignoreProjects=next
  • test:allyarn test:setup && cross-env NODE_OPTIONS="--experimental-vm-modules --trace-warnings" jest --maxWorkers=1 --ci
  • test:e2ecross-env CODE_VERSION='1.109.5' 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.109.5' 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 --trace-warnings --max-old-space-size=3072" jest --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 --trace-warnings --max-old-space-size=3072" jest --maxWorkers=1 --workerIdleMemoryLimit=2048MB --config=./test/jest.integration.config.js
  • test:setupnode ./integration.env.setup.cjs
  • watchnode esbuild --watch --minify=false