PkgRadar

Package evidence

@sap-ux/[email protected]

Invalid Package Json: package.json is not valid JSON

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
539Mature · −50% score
First published
Jul 2023
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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-ux/[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-ux/[email protected]"],"fail_on":"review"}'
Artifact bytes133,778
Previous version1.0.14
Published2026-06-12T11:22:33.246Z
SHA-256fabba1a885fa55532ae43098cb199a3fe8c96cbef7c4c9153493c2950fa1ef21

Why flagged

What the scanner saw

Invalid Package Json: package.json is not valid JSON

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.0.15Version
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
mediumInvalid Package Jsonpackage/templates/project/package.jsonpackage.json is not valid JSON10

Manifest

Package metadata

Scripts11
  • buildnpm run clean && ui5 build --include-task=generateCachebusterInfo && npm run zip
  • build-mtarimraf ../resources ../mta_archives && mbt build --mtar archive --source ../
  • build-ui5npm explore @ui5/task-adaptation -- npm run rollup
  • cleannpx rimraf <%= module %>.zip dist
  • deploycf deploy ../mta_archives/archive.mtar
  • setup-cfsap-ux add adp-cf-config
  • startnpm run setup-cf && npm run build && fiori run --open /test/flp.html#app-preview
  • start-editornpm run setup-cf && fiori run --open /test/adaptation-editor.html
  • start-editor-nobuildfiori run --open /test/adaptation-editor.html
  • start-nobuildfiori run --open /test/flp.html#app-preview
  • zipcd dist && npx bestzip ../<%= module %>.zip *