PkgRadar

Package evidence

@deuna/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"const fs=require('fs');fs.mkdirSync('examples/expo/node_modules/@deuna',{recursive:true});try{fs.symlinkSync('../../../../.',String.raw`examples/expo/node_modules/@deuna/react-native-sdk`,'junction')}catch(e){}\""

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
43
Versions published
26Mature · −50% score
First published
May 2025
Publisher
deuna

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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@deuna/[email protected]"],"fail_on":"high"}'

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":["@deuna/[email protected]"],"fail_on":"high"}'
Publisherdeuna
Artifact bytes108,989
Previous version2.1.3
Published2026-06-11T17:29:03.673Z
SHA-256fa85d795bff845b6d45b08832233867df6ce66b0a65a4d635ba928ffc10a6d7f

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"const fs=require('fs');fs.mkdirSync('examples/expo/node_modules/@deuna',{recursive:true});try{fs.symlinkSync('../../../../.',String.raw`examples/expo/node_modules/@deuna/react-native-sdk`,'junction')}catch(e){}\""

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

Availability ledger

available

high
Last checked
highRisk
17Score
2.1.4Version
Status history (1 event)
  1. newavailable · risk high · score 17 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"const fs=require('fs');fs.mkdirSync('examples/expo/node_modules/@deuna',{recursive:true});try{fs.symlinkSync('../../../../.',String.raw`examples/expo/node_modules/@deuna/react-native-sdk`,'junction')}catch(e){}\""30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"const fs=require('fs');fs.mkdirSync('examples/expo/node_modules/@deuna',{recursive:true});try{fs.symlinkSync('../../../../.',String.raw`examples/expo/node_modules/@deuna/react-native-sdk`,'junction')}catch(e){}\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"const fs=require('fs');fs.mkdirSync('examples/expo/node_modules/@deuna',{recursive:true});try{fs.symlinkSync('../../../../.',String.raw`examples/expo/node_modules/@deuna/react-native-sdk`,'junction')}catch(e){}\""5

Manifest

Package metadata

Scripts22
  • cleandel-cli lib
  • copy-typesbash copy-types.sh
  • exampleyarn example:expo
  • example:cliyarn workspace deuna-sdk-react-native-example-rn-cli
  • example:cli:androidyarn example:cli android
  • example:cli:installyarn prepare && yarn example:cli install
  • example:cli:iosyarn example:cli ios
  • example:cli:ios:deviceyarn example:cli ios:device
  • example:cli:startyarn example:cli start
  • example:expoyarn workspace deuna-sdk-react-native-example-expo
  • example:expo:androidyarn example:expo android
  • example:expo:installyarn prepare && yarn example:expo install
  • example:expo:iosyarn example:expo ios
  • example:expo:ios:deviceyarn example:expo ios:device
  • example:expo:prebuildyarn example:expo prebuild
  • example:expo:webyarn example:expo web
  • linteslint "**/*.{js,ts,tsx}"
  • postinstallnode -e "const fs=require('fs');fs.mkdirSync('examples/expo/node_modules/@deuna',{recursive:true});try{fs.symlinkSync('../../../../.',String.raw`examples/expo/node_modules/@deuna/react-native-sdk`,'junction')}catch(e){}"
  • prepareyarn copy-types && bob build
  • releaserelease-it
  • testjest
  • typechecktsc