PkgRadar

Package evidence

@lendi/[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.

Weekly downloads
131
Versions published
22Mature · −50% score
First published
Sep 2019
Publisher
lendi-owner

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":["@lendi/[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":["@lendi/[email protected]"],"fail_on":"review"}'
Publisherlendi-owner
Artifact bytes33,819
Previous version3.2.2
Published2021-05-17T03:11:56.709Z
SHA-2569ffe9e23307af26f9c08877ab7b348f43e73540c54cf0052f1713857e74cfafd

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts5
  • buildyarn run build:types && yarn run build:cjs && yarn run build:esm
  • build:cjstsc --project tsconfig.cjs.json
  • build:esmtsc --project tsconfig.esm.json
  • build:typestsc --project tsconfig.types.json
  • generateopenapi-generator generate -g typescript-axios -i openapi.yaml -o src --additional-properties=supportsES6=true,modelPropertyNaming=snake_case
Dependencies1
  • axios^0.19.0