PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 6492014 bytes

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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Artifact bytes3,958,174
Previous version20.1.0
Published2026-05-15T06:58:58.152Z
SHA-256863f7f768f0a137503e164f6bfcfd9329ac041272d825d60cfb5944c58e41d74

Why flagged

What the scanner saw

Large Javascript Payload: 6492014 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
40Score
21.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 40 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/cli.cjs6492014 bytes10
mediumLarge Javascript Payloadpackage/dist/index.cjs4624871 bytes10
mediumLarge Javascript Payloadpackage/dist/index.js4614754 bytes10
mediumLarge Javascript Payloadpackage/dist/bundle-win-arm64.mjs6477703 bytes10

Manifest

Package metadata

Scripts18
  • buildnpm run build:types && npm run build:runtime
  • build:cliesbuild cli.ts --bundle --platform=node --target=node18 --format=cjs --loader:.hbs=text --external:fsevents --external:terminal-image --outfile=dist/cli.cjs
  • build:lib:cjsesbuild index.ts --bundle --platform=node --target=node18 --format=cjs --loader:.hbs=text --external:terminal-image --outfile=dist/index.cjs
  • build:lib:esmesbuild index.ts --bundle --platform=node --target=node18 --format=esm --loader:.hbs=text --external:terminal-image --outfile=dist/index.js
  • build:lib:runtimenpm run build:lib:esm && npm run build:lib:cjs
  • build:runtimenpm run build:lib:runtime && npm run build:cli
  • build:typestsc -p tsconfig.json --emitDeclarationOnly
  • formatprettier --write "**/*.{js,ts,json,md}"
  • generatetsx scripts/generate-commands.ts
  • linteslint .
  • linux-arm64bun build cli.ts --compile --sourcemap=inline --target=bun-linux-arm64 --outfile build/appwrite-cli-linux-arm64
  • linux-x64bun build cli.ts --compile --sourcemap=inline --target=bun-linux-x64 --outfile build/appwrite-cli-linux-x64
  • mac-arm64bun build cli.ts --compile --sourcemap=inline --target=bun-darwin-arm64 --outfile build/appwrite-cli-darwin-arm64
  • mac-x64bun build cli.ts --compile --sourcemap=inline --target=bun-darwin-x64 --outfile build/appwrite-cli-darwin-x64
  • prepublishOnlynpm run build
  • testecho "Error: no test specified" && exit 1
  • windows-arm64esbuild cli.ts --bundle --loader:.hbs=text --platform=node --target=node18 --format=esm --external:fsevents --external:terminal-image --outfile=dist/bundle-win-arm64.mjs && pkg dist/bundle-win-arm64.mjs --fallback-to-source -t node18-win-arm64 -o build/appwrite-cli-win-arm64.exe
  • windows-x64bun build cli.ts --compile --sourcemap=inline --target=bun-windows-x64 --outfile build/appwrite-cli-win-x64.exe
Dependencies19
  • @appwrite.io/console13.0.0
  • chalk4.1.2
  • chokidar^3.6.0
  • cli-progress^3.12.0
  • cli-table3^0.6.2
  • commander^9.2.0
  • dotenv^16.4.5
  • ejs^3.1.9
  • handlebars^4.7.7
  • ignore^7.0.5
  • inquirer^8.2.4
  • inquirer-search-list^1.2.6
  • json-bigint^1.0.0
  • string-width^7.2.0
  • tail^2.2.6
  • tar^7.4.3
  • terminal-image^3.1.1
  • undici^6.24.0
  • zod^4.3.5