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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 40 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/dist/cli.cjs | 6492014 bytes | 10 |
| medium | Large Javascript Payload | package/dist/index.cjs | 4624871 bytes | 10 |
| medium | Large Javascript Payload | package/dist/index.js | 4614754 bytes | 10 |
| medium | Large Javascript Payload | package/dist/bundle-win-arm64.mjs | 6477703 bytes | 10 |
Manifest
Package metadata
Scripts18
buildnpm run build:types && npm run build:runtimebuild:cliesbuild cli.ts --bundle --platform=node --target=node18 --format=cjs --loader:.hbs=text --external:fsevents --external:terminal-image --outfile=dist/cli.cjsbuild:lib:cjsesbuild index.ts --bundle --platform=node --target=node18 --format=cjs --loader:.hbs=text --external:terminal-image --outfile=dist/index.cjsbuild:lib:esmesbuild index.ts --bundle --platform=node --target=node18 --format=esm --loader:.hbs=text --external:terminal-image --outfile=dist/index.jsbuild:lib:runtimenpm run build:lib:esm && npm run build:lib:cjsbuild:runtimenpm run build:lib:runtime && npm run build:clibuild:typestsc -p tsconfig.json --emitDeclarationOnlyformatprettier --write "**/*.{js,ts,json,md}"generatetsx scripts/generate-commands.tslinteslint .linux-arm64bun build cli.ts --compile --sourcemap=inline --target=bun-linux-arm64 --outfile build/appwrite-cli-linux-arm64linux-x64bun build cli.ts --compile --sourcemap=inline --target=bun-linux-x64 --outfile build/appwrite-cli-linux-x64mac-arm64bun build cli.ts --compile --sourcemap=inline --target=bun-darwin-arm64 --outfile build/appwrite-cli-darwin-arm64mac-x64bun build cli.ts --compile --sourcemap=inline --target=bun-darwin-x64 --outfile build/appwrite-cli-darwin-x64prepublishOnlynpm run buildtestecho "Error: no test specified" && exit 1windows-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.exewindows-x64bun build cli.ts --compile --sourcemap=inline --target=bun-windows-x64 --outfile build/appwrite-cli-win-x64.exe
Dependencies19
@appwrite.io/console13.0.0chalk4.1.2chokidar^3.6.0cli-progress^3.12.0cli-table3^0.6.2commander^9.2.0dotenv^16.4.5ejs^3.1.9handlebars^4.7.7ignore^7.0.5inquirer^8.2.4inquirer-search-list^1.2.6json-bigint^1.0.0string-width^7.2.0tail^2.2.6tar^7.4.3terminal-image^3.1.1undici^6.24.0zod^4.3.5