PkgRadar

Package evidence

@curity/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"anestos","burst_same_day":0,"burst_week":0,"lure":{"kind":"token_affix","target":"react"},"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.

Versions published
1
First published
Jun 2026
Publisher
anestos

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":["@curity/[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":["@curity/[email protected]"],"fail_on":"review"}'
Publisheranestos
Artifact bytes200,719
Previous versionnone
Published2026-06-18T09:15:17.806Z
SHA-25677ed832df16cf7b57cca097d396ae2f3fcf907f58f37a89095026f4d04ae3fee

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"anestos","burst_same_day":0,"burst_week":0,"lure":{"kind":"token_affix","target":"react"},"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.0.0Version
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":0,"publisher":"anestos","burst_same_day":0,"burst_week":0,"lure":{"kind":"token_affix","target":"react"},"version_anomaly":false,"new_account":false}10

Manifest

Package metadata

Scripts21
  • androidexpo run:android
  • buildexpo-module build
  • build:onceEXPO_NONINTERACTIVE=1 expo-module build
  • cleanexpo-module clean
  • iosexpo run:ios
  • lintexpo-module lint
  • open:androidopen -a "Android Studio" example/android
  • open:iosxed example/ios
  • prepareexpo-module prepare && EXPO_NONINTERACTIVE=1 expo-module build
  • prepublishOnlyexpo-module prepublishOnly
  • run:allnpm run setup:all && cd example && npx expo run:ios && npx expo run:android
  • run:androidnpm run setup:android && cd example && npx expo run:android
  • run:iosnpm run setup:ios && cd example && npx expo run:ios
  • setupnpm run sync:haapi-version && npm install && EXPO_NONINTERACTIVE=1 npm run build && cd example && npm install
  • setup:allnpm run setup && cd example/ios && rm -rf Pods Podfile.lock build && pod install --repo-update && cd ../android && ./gradlew clean
  • setup:androidnpm run setup && cd example/android && ./gradlew clean
  • setup:iosnpm run setup && cd example/ios && rm -rf Pods Podfile.lock build && pod install --repo-update
  • setup:ios:nativenpm run setup && cd ios && xcodegen generate && pod install
  • sync:haapi-versionnode scripts/sync-haapi-version.js
  • testexpo-module test --passWithNoTests
  • test:ios:nativenpm run setup:ios:native && cd ios && xcodebuild test -workspace IdsvrHaapiReactNativeSdk.xcworkspace -scheme RNIdsvrHaapiSdk -destination 'platform=iOS Simulator,OS=latest,name=iPhone 17'
Dependencies3
  • expo*
  • react19.2.3
  • react-native*