PkgRadar

Package evidence

@sap/[email protected]

Large Javascript Payload: 2165046 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
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,230,793
Previous version1.22.0
Published2026-04-27T10:25:55.663Z
SHA-25613b816e7ff133b1f24a113ce49ba2c7d255eab8a1057bbfcc15fc1ccfddbc828

Why flagged

What the scanner saw

Large Javascript Payload: 2165046 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.23.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.cjs2165046 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" 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.104.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.104.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