PkgRadar

Package evidence

[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
593Mature · −50% score
First published
Aug 2023
Publisher
wildnessy

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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["[email protected]"],"fail_on":"high"}'

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":["[email protected]"],"fail_on":"high"}'
Publisherwildnessy
Artifact bytes3,871,828
Previous version0.4.42
Published2025-06-04T14:03:11.988Z
SHA-256fb43959dced0e980578888da55779f76b67d02fe44f10f62c66949d0b90c289b

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

high
Last checked
highRisk
17Score
0.4.44Version
Status history (1 event)
  1. newavailable · risk high · score 17 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
lowObfuscation Densitypackage/storybook-static/sb-addons/essentials-controls-2/manager-bundle.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/storybook-static/sb-addons/essentials-docs-4/manager-bundle.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/storybook-static/sb-addons/interactions-11/manager-bundle.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts9
  • buildtsc && tsc-alias
  • build-storybookstorybook build
  • deploygh-pages -d storybook-static
  • linteslint './src/**/*.{ts,tsx}'
  • lint:fixeslint './src/**/*.{ts,tsx}' --fix
  • prepublishOnlynpm run build
  • storybookstorybook dev -p 6006
  • testjest
  • test:watchjest --watch
Dependencies8
  • @storybook/test^8.5.3
  • d3^7.9.0
  • d3-scale^4.0.2
  • lodash^4.17.21
  • react^19.1.0
  • react-dom^19.1.0
  • styled-components^6.1.8
  • use-deep-compare-effect^1.8.1