PkgRadar

Package evidence

@defisaver/[email protected]

Credential File Packaged: package/.env

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

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":["@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,277,724
Previous version1.5.14
Published2024-04-17T09:31:15.072Z
SHA-256117e15bcc11b670d901883c0c2af17442b9fc836a826851448f764f8476ed073

Why flagged

What the scanner saw

Credential File Packaged: package/.env

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
1.5.15Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
lowLarge Javascript Payloadpackage/.yarn/releases/yarn-1.22.1.cjs5097831 bytes0

Manifest

Package metadata

Scripts7
  • 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
  • check-assetsnode scripts/checkErc20Data.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