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 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
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
Status history (1 event)
- new → available · risk review · score 15 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Suspicious Publish Context | manifest | {"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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Suspicious Publish Context | manifest | {"package_age_days":5,"publisher":"error51","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false} | 10 |
| low | Credential file access | package/dist/cloud/deployment.js | matched "GOOGLE_APPLICATION_CREDENTIALS" | 5 |
Manifest
Package metadata
Scripts27
buildtsc -p tsconfig.lib.jsonbuild: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.jsdevtsc && node dist/main.jslinttsc --noEmitmigratenode dist/main.js migratepostbuildnode -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.mjsprepublishOnlynpm run clean && npm run build && npm run lint && npm run verify:packstartnode dist/main.jstestnode --test dist/tests/integration.test.jstest:chaostsc && node --test dist/tests/system/chaos-testing.test.jstest:fuzztsc && node --test dist/tests/system/fuzz-testing.test.jstest:infratsc && node --test dist/tests/system/infrastructure.test.jstest:loadtsc && node --test dist/tests/system/load-testing.test.jstest:memorytsc && node --test dist/tests/system/memory-safety.test.jstest:migrationnpm run build && npm run build:app && node --test --test-force-exit dist/tests/package-migration.test.jstest:runtsc && node --test dist/tests/integration.test.jstest:securitytsc && node --test dist/tests/system/security.test.jstest:systemtsc && node dist/tests/system/runner.jstest:system:citsc && node dist/tests/system/runner.js --ci --json --skip-pgverify:packnode ../../scripts/verify-package.mjsverify:wasmnode src/database/sqlite/download-wasm.mjs --verifyversion:majornpm version major --no-git-tag-versionversion:minornpm version minor --no-git-tag-versionversion:patchnpm version patch --no-git-tag-version
Dependencies3
reflect-metadata^0.2.2ws^8.18.0zod^4.4.3