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 monitoringNo 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Large Javascript Payload | package/dist/index.cjs | 2165046 bytes | 0 |
Manifest
Package metadata
Scripts23
buildnpm-run-all -l -s clean -p build:compile build:bundlebuild:bundlenode esbuild.jsbuild:compiletsc --noEmit -p ./tsconfig.build.json --prettycleanrimraf ./out ./.webpack_cache ./reportsclean:distrimraf --glob ./dist ./generators *.tsbuildinfocompilenpm-run-all clean build:compileformat:fixprettier --write --loglevel silent --ignore-path ../../../.prettierignoreformat:fix:allprettier --write '**/*.{css,scss,html,js,json,ts,tsx,yaml,yml}' '!**/{out,dist,typings,node_modules}/**' '!**/*.{svg,png,xml}' --ignore-path ../../../.prettierignorelinteslint .lint:fixeslint --fixlint:fix:alleslint . --fixlint:reporteslint . -f multiplelint:summaryeslint . -f summarymadgemadge --warning --circular --extensions ts ./pre-commitlint-staged --quiettestyarn test:setup && cross-env NODE_OPTIONS="--experimental-vm-modules" jest --maxWorkers=1 --ci --ignoreProjects=nexttest:allyarn test:setup && cross-env NODE_OPTIONS="--experimental-vm-modules" jest --maxWorkers=1 --citest: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=nexttest: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.jstest: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=nexttest: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.jstest:setupnode ./integration.env.setup.cjswatchnode esbuild --watch --minify=false