PkgRadar

Package evidence

[email protected]

Credential file access: matched "GOOGLE_APPLICATION_CREDENTIALS"

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
152
Versions published
3
First published
Jun 2026
Publisher
error51

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"}'
Publishererror51
Artifact bytes1,133,227
Previous version1.0.7
Published2026-06-14T09:23:38.282Z
SHA-256525c6f40a8595e88722971884f4d15c968e3bc776250bbc79e3411840eceecf9

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":5,"publisher":"error51","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":5,"publisher":"error51","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":5,"publisher":"error51","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}10
lowCredential file accesspackage/dist/cloud/deployment.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts27
  • buildtsc -p tsconfig.lib.json
  • build:appnode src/database/sqlite/download-wasm.mjs && tsc && node -e "const fs=require('fs');const p=require('path');const s='src/database/sqlite';const d='dist/src/database/sqlite';fs.mkdirSync(d,{recursive:true});for(const f of ['sqlite3.wasm','sqlite3-node.mjs'])fs.copyFileSync(p.join(s,f),p.join(d,f));"
  • cleannode -e "require('fs').rmSync('dist',{recursive:true,force:true})"
  • coveragec8 node --test --test-force-exit dist/tests/integration.test.js dist/tests/memory-leak.test.js dist/tests/wire-protocol.test.js dist/src/tests/diagnostics.test.js dist/src/tests/schema-inspector.test.js dist/src/tests/security-headers.test.js dist/src/tests/channels.test.js
  • devtsc && node dist/main.js
  • linttsc --noEmit
  • migratenode dist/main.js migrate
  • postbuildnode -e "const fs=require('fs');const p=require('path');const s='src/database/sqlite';const d='dist/database/sqlite';fs.mkdirSync(d,{recursive:true});for(const f of ['sqlite3.wasm','sqlite3-node.mjs'])fs.copyFileSync(p.join(s,f),p.join(d,f));"
  • prebuildnode src/database/sqlite/download-wasm.mjs
  • prepublishOnlynpm run clean && npm run build && npm run lint && npm run verify:pack
  • startnode dist/main.js
  • testnode --test dist/tests/integration.test.js
  • test:chaostsc && node --test dist/tests/system/chaos-testing.test.js
  • test:fuzztsc && node --test dist/tests/system/fuzz-testing.test.js
  • test:infratsc && node --test dist/tests/system/infrastructure.test.js
  • test:loadtsc && node --test dist/tests/system/load-testing.test.js
  • test:memorytsc && node --test dist/tests/system/memory-safety.test.js
  • test:migrationnpm run build && npm run build:app && node --test --test-force-exit dist/tests/package-migration.test.js
  • test:runtsc && node --test dist/tests/integration.test.js
  • test:securitytsc && node --test dist/tests/system/security.test.js
  • test:systemtsc && node dist/tests/system/runner.js
  • test:system:citsc && node dist/tests/system/runner.js --ci --json --skip-pg
  • verify:packnode ../../scripts/verify-package.mjs
  • verify:wasmnode src/database/sqlite/download-wasm.mjs --verify
  • version:majornpm version major --no-git-tag-version
  • version:minornpm version minor --no-git-tag-version
  • version:patchnpm version patch --no-git-tag-version
Dependencies3
  • reflect-metadata^0.2.2
  • ws^8.18.0
  • zod^4.4.3