PkgRadar

Package evidence

@blackcode_sa/[email protected]

no findings

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
418Mature · −50% score
First published
Jan 2025
Publisher
balathanusan-bc

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

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@blackcode_sa/[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":["@blackcode_sa/[email protected]"],"fail_on":"review"}'
Artifact bytes1,378,796
Previous version1.15.20-staging.15
Published2026-05-22T07:17:41.601Z
SHA-2565ed6908cc1acdd164da6398d8a879768dacb58d8b4b47c757c3c4ca1199b2626

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
1.15.20Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts12
  • buildnpm run clean && npm run build:main && npm run build:admin && npm run build:backoffice
  • build:admintsup src/admin/index.ts --format cjs,esm --dts --out-dir dist/admin --external react-native
  • build:backofficetsup src/backoffice/index.ts --format cjs,esm --dts --out-dir dist/backoffice
  • build:maintsup src/index.ts --format cjs,esm --dts --external react-native
  • cleannode -e "const fs=require('fs');const path=require('path');const dist='dist';if(fs.existsSync(dist))fs.rmSync(dist,{recursive:true,force:true})"
  • devtsup src/index.ts --format cjs,esm --dts --watch --external react-native
  • prepublishOnlynpm run build
  • publish:majornode scripts/publish.js major
  • publish:minornode scripts/publish.js minor
  • publish:patchnode scripts/publish.js patch
  • publish:stagingnode scripts/publish-staging.js
  • testecho "No tests configured yet" && exit 0
Dependencies7
  • axios^1.8.3
  • expo-server-sdk^3.13.0
  • firebase-admin^13.0.2
  • geofire-common^6.0.0
  • luxon^3.7.1
  • tz-lookup^6.1.25
  • zod^3.24.1
Optional dependencies3
  • @esbuild/win32-x64^0.27.0
  • @rollup/rollup-win32-x64-msvc^4.53.3
  • firebase-functions^6.2.0