PkgRadar

Package evidence

@loopback/[email protected]

no findings

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
68Mature · −50% score
First published
Sep 2020
Publisher
dhmlau

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":["@loopback/[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":["@loopback/[email protected]"],"fail_on":"review"}'
Publisherdhmlau
Artifact bytes17,653
Previous version0.13.0
Published2026-03-11T15:41:18.465Z
SHA-256b811c681b2c91120bff93726d6776d9c6e690d583d8b27aa4a42699f1675dc9a

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

low
Last checked
lowRisk
0Score
0.13.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts18
  • acceptancelb-mocha "dist/__tests__/acceptance/**/*.js"
  • buildlb-tsc
  • build:watchlb-tsc --watch
  • cleanlb-clean *example-graphql*.tgz dist *.tsbuildinfo package
  • eslintlb-eslint --report-unused-disable-directives .
  • eslint:fixnpm run eslint -- --fix
  • lintnpm run prettier:check && npm run eslint
  • lint:fixnpm run eslint:fix && npm run prettier:fix
  • prestartnpm run rebuild
  • pretestnpm run rebuild
  • prettier:checknpm run prettier:cli -- -l
  • prettier:clilb-prettier "**/*.ts" "**/*.js"
  • prettier:fixnpm run prettier:cli -- --write
  • rebuildnpm run clean && npm run build
  • startnode .
  • testlb-mocha "dist/__tests__/**/*.js"
  • test:devlb-mocha dist/__tests__/**/*.js && npm run posttest
  • verifynpm pack && tar xf *example-graphql*.tgz && tree package && npm run clean
Dependencies8
  • @graphql-yoga/subscription^5.0.5
  • @loopback/boot^8.0.11
  • @loopback/core^7.0.10
  • @loopback/graphql^0.13.1
  • @loopback/repository^8.0.10
  • @loopback/rest^15.0.11
  • class-transformer^0.5.1
  • tslib^2.8.1