Package evidence
@empower-nokta/[email protected]
Install-time lifecycle script: postinstall="echo '\n @empower-nokta/react-native-mobile-ads installed.\n\n Android setup:\n 1. Maven repositories are injected automatically (Empower, AppLovin, Pangle, IronSource, Ogury).\n If your settings.gradle uses repositoriesMode = FAIL_ON_PROJECT_REPOS, either:\n a) Use the settings plugin: id \"net.empower.mobile.ads.settings\" version \"5.7.16\", or\n b) Switch to PREFER_PROJECT to allow injected repos.\n 2. Add kotlin.suppressKotlinVersionCompatibilityCheck=2.2.0 to gradle.properties\n 3. Enable core library desugaring in app/build.gradle (required by SDK 5.7.10+):\n android.compileOptions { coreLibraryDesugaringEnabled true; sourceCompatibility JavaVersion.VERSION_17; targetCompatibility JavaVersion.VERSION_17 }\n dependencies { coreLibraryDesugaring \"com.android.tools:desugar_jdk_libs:2.1.5\" }\n 4. (New Arch only) Use SoLoader.init(this, OpenSourceMergedSoMapping) in MainApplication.kt\n\n iOS setup:\n 1. Add source https://github.com/empowernet/specs.git to your Podfile\n 2. Run: cd ios && pod install --repo-update\n\n See README.md for details.\n'"
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
- 356
- Versions published
- 32
- First published
- Mar 2026
- Publisher
- senaaltun
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":["@empower-nokta/[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":["@empower-nokta/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Install-time lifecycle script: postinstall="echo '\n @empower-nokta/react-native-mobile-ads installed.\n\n Android setup:\n 1. Maven repositories are injected automatically (Empower, AppLovin, Pangle, IronSource, Ogury).\n If your settings.gradle uses repositoriesMode = FAIL_ON_PROJECT_REPOS, either:\n a) Use the settings plugin: id \"net.empower.mobile.ads.settings\" version \"5.7.16\", or\n b) Switch to PREFER_PROJECT to allow injected repos.\n 2. Add kotlin.suppressKotlinVersionCompatibilityCheck=2.2.0 to gradle.properties\n 3. Enable core library desugaring in app/build.gradle (required by SDK 5.7.10+):\n android.compileOptions { coreLibraryDesugaringEnabled true; sourceCompatibility JavaVersion.VERSION_17; targetCompatibility JavaVersion.VERSION_17 }\n dependencies { coreLibraryDesugaring \"com.android.tools:desugar_jdk_libs:2.1.5\" }\n 4. (New Arch only) Use SoLoader.init(this, OpenSourceMergedSoMapping) in MainApplication.kt\n\n iOS setup:\n 1. Add source https://github.com/empowernet/specs.git to your Podfile\n 2. Run: cd ios && pod install --repo-update\n\n See README.md for details.\n'"
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 5 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="echo '\n @empower-nokta/react-native-mobile-ads installed.\n\n Android setup:\n 1. Maven repositories are injected automatically (Empower, AppLovin, Pangle, IronSource, Ogury).\n If your settings.gradle uses repositoriesMode = FAIL_ON_PROJECT_REPOS, either:\n a) Use the settings plugin: id \"net.empower.mobile.ads.settings\" version \"5.7.16\", or\n b) Switch to PREFER_PROJECT to allow injected repos.\n 2. Add kotlin.suppressKotlinVersionCompatibilityCheck=2.2.0 to gradle.properties\n 3. Enable core library desugaring in app/build.gradle (required by SDK 5.7.10+):\n android.compileOptions { coreLibraryDesugaringEnabled true; sourceCompatibility JavaVersion.VERSION_17; targetCompatibility JavaVersion.VERSION_17 }\n dependencies { coreLibraryDesugaring \"com.android.tools:desugar_jdk_libs:2.1.5\" }\n 4. (New Arch only) Use SoLoader.init(this, OpenSourceMergedSoMapping) in MainApplication.kt\n\n iOS setup:\n 1. Add source https://github.com/empowernet/specs.git to your Podfile\n 2. Run: cd ios && pod install --repo-update\n\n See README.md for details.\n'" | 5 |
Manifest
Package metadata
Scripts2
postinstallecho ' @empower-nokta/react-native-mobile-ads installed. Android setup: 1. Maven repositories are injected automatically (Empower, AppLovin, Pangle, IronSource, Ogury). If your settings.gradle uses repositoriesMode = FAIL_ON_PROJECT_REPOS, either: a) Use the settings plugin: id "net.empower.mobile.ads.settings" version "5.7.16", or b) Switch to PREFER_PROJECT to allow injected repos. 2. Add kotlin.suppressKotlinVersionCompatibilityCheck=2.2.0 to gradle.properties 3. Enable core library desugaring in app/build.gradle (required by SDK 5.7.10+): android.compileOptions { coreLibraryDesugaringEnabled true; sourceCompatibility JavaVersion.VERSION_17; targetCompatibility JavaVersion.VERSION_17 } dependencies { coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.5" } 4. (New Arch only) Use SoLoader.init(this, OpenSourceMergedSoMapping) in MainApplication.kt iOS setup: 1. Add source https://github.com/empowernet/specs.git to your Podfile 2. Run: cd ios && pod install --repo-update See README.md for details. 'prepublishOnlyecho 'Ready to publish @empower-nokta/react-native-mobile-ads'