PkgRadar

Package evidence

@makroz/[email protected]

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

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
178
Versions published
3
First published
Jun 2026
Publisher
makroz

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":["@makroz/[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":["@makroz/[email protected]"],"fail_on":"review"}'
Publishermakroz
Artifact bytes85,525
Previous version1.1.1
Published2026-06-16T01:15:55.358Z
SHA-2569a3e31d8d4c9ece5a80e236f3ce402b657144fc026e73c1c17100cb4160525bd

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":4,"publisher":"makroz","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
10Score
1.1.2Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":4,"publisher":"makroz","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}10

Manifest

Package metadata

Scripts10
  • buildtsc
  • cleanrm -rf dist
  • linteslint src/
  • lint:fixeslint src/ --fix
  • lint:render-testsnode scripts/lint-render-tests.mjs
  • lint:render-tests:jsonnode scripts/lint-render-tests.mjs --json
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • type-checktsc --noEmit
Dependencies4
  • @makroz/core1.0.1
  • @react-native-async-storage/async-storage^3.0.2
  • @shopify/flash-list^2.0.0
  • react-native-svg^15.15.4