PkgRadar

Package evidence

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

Weekly downloads
44
Versions published
18Established · −30% score
First published
Jun 2024
Publisher
atqq

Effective trust discount applied: 30% (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":["@sugarat/[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":["@sugarat/[email protected]"],"fail_on":"high"}'
Publisheratqq
Artifact bytes209,013
Previous version2.8.1
Published2026-05-04T12:09:12.756Z
SHA-256723173fd2b4e19f0e60fedf33c14e5268654d2fe50e8711d633744e4ffdbbb75

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
24Score
2.8.2Version
Status history (1 event)
  1. newavailable · risk high · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35

Manifest

Package metadata

Scripts11
  • buildtsup
  • build:watchtsup --watch
  • devcross-env NODE_ENV=development FW_LOGGING=true run-p build:watch dev:server
  • dev:servernodemon dist/index.js --ignore 'upload/*' --ignore user-config.json
  • linteslint .
  • lint:fixeslint . --fix
  • startcross-env NODE_ENV=production node ./dist/index.js
  • start:tsesno ./src/index.ts
  • testvitest
  • update:versionnpm version prerelease --preid=beta --no-git-tag-version
  • upload:osspnpm build && q ep server -up
Dependencies14
  • @swc/core^1.3.68
  • cross-env^7.0.3
  • dayjs^1.11.7
  • flash-wolves^0.4.1
  • formidable^2.0.1
  • mongodb^3.7.3
  • mysql^2.18.1
  • node-persist^4.0.4
  • npm-run-all2^8.0.4
  • qiniu^7.4.0
  • redis^3.1.2
  • reflect-metadata^0.1.13
  • tencentcloud-sdk-nodejs^4.0.318
  • typeorm^0.3.17