PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/bin/docker/.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
25
First published
Jan 2026
Publisher
jiamao

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"}'
Publisherjiamao
Artifact bytes1,565,308
Previous version1.0.21
Published2026-05-08T14:24:22.024Z
SHA-256f7c379049bd1e438f863bfb5a5d8e5b6c143b711c82ccd6bdfb8ad547256cff3

Why flagged

What the scanner saw

Credential File Packaged: package/bin/docker/.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.22Version
Status history (2 events)
  1. availableavailable · risk high · score 35 · status available -> available, risk high -> high, score 57 -> 35
  2. newavailable · risk high · score 57 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/bin/docker/.envpackage/bin/docker/.env35
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/bin/docker/.envpackage/bin/docker/.env35
lowLarge Javascript Payloadpackage/dist/public/explorer.js2314815 bytes0
lowObfuscation Densitypackage/dist/pnpm-lock.yamlhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts24
  • buildnpm run build-only
  • build-onlyvite build && npm run build-server
  • build-servertsc -p tsconfig.server.json
  • build:allnpm run build && npm run build:vscode && npm run build:vscode:extension
  • build:server:pkgncc build server/index.ts -o dist/server/pkg
  • build:vscodevite build --config vite.config.vscode.ts
  • build:vscode:extensioncd packages/vscode && npm run compile
  • devvite
  • linteslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore
  • move-assetsnode move-assets.cjs
  • nw:buildnode scripts/nw-build.js
  • nw:build:linuxnode scripts/nw-build.js --platform=linux
  • nw:build:osxnode scripts/nw-build.js --platform=osx
  • nw:build:winnode scripts/nw-build.js --platform=win
  • nw:devnode scripts/nw-dev.js
  • pkg:servercd d:/code/ycnull/db_tool && pkg dist/server/index.js -t node18-win-x64 -o dist/server/server.exe
  • previewvite preview
  • restartpm2 restart fdb2-server --disable-logs --
  • startpm2 start server.js --name fdb2-server --disable-logs --
  • stoppm2 stop fdb2-server --
  • test:unitvitest
  • type-checkvue-tsc --noEmit --composite false
  • vscode:devcd packages/vscode && npm run watch
  • vscode:packagecd packages/vscode && vsce package
Dependencies9
  • @fefeding/common^1.0.58
  • axios^1.15.2
  • dayjs^1.11.20
  • express^5.2.1
  • mysql2^3.22.3
  • oracledb^6.10.0
  • pg^8.20.0
  • reflect-metadata^0.2.2
  • typeorm^0.3.28
Optional dependencies1
  • better-sqlite3^11.10.0