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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 17 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/.env | package/.env | 35 |
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/.env | package/.env | 35 |
| low | Obfuscation Density | package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/storybook-static/sb-addons/essentials-docs-4/manager-bundle.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/storybook-static/sb-addons/interactions-11/manager-bundle.js | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts9
buildtsc && tsc-aliasbuild-storybookstorybook builddeploygh-pages -d storybook-staticlinteslint './src/**/*.{ts,tsx}'lint:fixeslint './src/**/*.{ts,tsx}' --fixprepublishOnlynpm run buildstorybookstorybook dev -p 6006testjesttest:watchjest --watch
Dependencies8
@storybook/test^8.5.3d3^7.9.0d3-scale^4.0.2lodash^4.17.21react^19.1.0react-dom^19.1.0styled-components^6.1.8use-deep-compare-effect^1.8.1