PkgRadar

Package evidence

@myassis/[email protected]

Credential File Packaged: package/dist/.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
29
First published
Jun 2026
Publisher
duzhengjie

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":["@myassis/[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":["@myassis/[email protected]"],"fail_on":"high"}'
Publisherduzhengjie
Artifact bytes89,746
Previous version1.0.12
Published2026-06-03T01:40:11.895Z
SHA-256b97c80395375dc951424170149e605dc464cc879e94e859fd0afcdd2c8bc10c3

Why flagged

What the scanner saw

Credential File Packaged: package/dist/.env

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/dist/.envpackage/dist/.env35

Manifest

Package metadata

Scripts8
  • buildtsc --skipLibCheck
  • devtsx watch src/index.ts
  • pkg:allnpm run pkg:win && npm run pkg:linux
  • pkg:linuxpkg . --targets node18-linux-x64 --output myassis-gateway-linux
  • pkg:winpkg . --targets node18-win-x64 --output myassis-gateway-win.exe
  • postbuildnode scripts/add-shebang.js && npx tsc-alias
  • startnode dist/index.js
  • testjest
Dependencies19
  • @myassis/sharedlatest
  • @nut-tree/nut-js^4.2.0
  • axios^1.15.2
  • bcryptjs^2.4.3
  • better-sqlite3^12.10.0
  • cheerio^1.2.0
  • compression^1.7.4
  • cors^2.8.5
  • dotenv^16.3.1
  • express^4.18.2
  • got^15.0.3
  • helmet^7.1.0
  • https-proxy-agent^9.0.0
  • jsonwebtoken^9.0.2
  • multer^2.1.1
  • screenshot-desktop^1.15.4
  • undici^8.2.0
  • uuid^9.0.1
  • ws^8.20.0