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
- 162,620Ubiquitous · −70% score
- Versions published
- 884Mature · −50% score
- First published
- Apr 2022
- Publisher
- riderx
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Looks clean — keep monitoringNo 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":["@capgo/[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":["@capgo/[email protected]"],"fail_on":"review"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts31
buildbun run clean && bun run docgen && tsc && rollup -c rollup.config.mjscheck:wiringnode scripts/check-capacitor-plugin-wiring.mjscleanrimraf ./distdocgennode scripts/generate-docs.jseslinteslint . --ext .tsfmtbun run eslint -- --fix && bun run prettier -- --write && bun run swiftlint -- --fix --formatlintbun run eslint && bun run prettier -- --check && bun run swiftlint -- lintnative:compile./scripts/native-platform.sh compile allnative:compile:android./scripts/native-platform.sh compile androidnative:compile:ios./scripts/native-platform.sh compile iosnative:contractbun run native:contract:ios && bun run native:contract:androidnative:contract:androidcd android && ./gradlew testDebugUnitTest --tests ee.forgr.capacitor_updater.NativeContractTest && cd ..native:contract:ios./scripts/test-ios.sh -only-testing:CapacitorUpdaterPluginTests/NativeContractTestsnative:test./scripts/native-platform.sh test allnative:test:android./scripts/native-platform.sh test androidnative:test:ios./scripts/native-platform.sh test iosprepublishOnlybun run buildprettierprettier-pretty-check "**/*.{css,html,ts,js,java}" --plugin=prettier-plugin-javaswiftlintnode-swiftlinttestbun run test:ios && bun run test:androidtest:androidcd android && ./gradlew test && cd ..test:ios./scripts/test-ios.shtest:maestro./scripts/maestro/run-android-live-update.shtest:maestro:android./scripts/test-maestro-android.shtest:maestro:ios./scripts/maestro/run-ios-live-update.shtest:maestro:ios:smoke./scripts/test-maestro-ios.shverifybun run verify:ios && bun run verify:android && bun run verify:webverify:androidcd android && ./gradlew clean build test && cd ..verify:iosxcodebuild -scheme CapgoCapacitorUpdater -destination generic/platform=iOSverify:webbun run build- …and 1 more.