PkgRadar

Package evidence

@defisaver/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
291Mature · −50% score
First published
Jan 2021
Publisher
3mihai3

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":["@defisaver/[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":["@defisaver/[email protected]"],"fail_on":"review"}'
Publisher3mihai3
Artifact bytes1,431,682
Previous version1.5.4
Published2023-12-11T10:10:15.015Z
SHA-25677ec38005bffd80f4939cf3485ccf8fefb1ebf34ea565848fa7747d9c84cfdcd

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/package-lock.jsonhigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/.yarn/releases/yarn-1.22.1.cjs5097831 bytes0

Manifest

Package metadata

Scripts6
  • buildnpm run build:umd && npm run build:esm && npm run document
  • build:esmrm -rf esm && tsc -b
  • build:umdrm -rf umd && webpack --config=webpack.umd.js
  • documenttypedoc --plugin typedoc-plugin-markdown src/index.ts --readme none --hideBreadcrumbs --excludePrivate && mv docs/README.md . && rm -r docs
  • update-ilksnode scripts/updateIlksInfoOnChain
  • version-bumpgit commit -am "Version bump to $(npm version patch --no-git-tag-version | cut -c 2-)"
Dependencies1
  • decimal.js^10.2.1