PkgRadar

Package evidence

@capgo/[email protected]

no findings

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
884Mature · −50% score
First published
Apr 2022
Publisher
riderx

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

Looks clean — keep monitoring

No 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"}'
Publisherriderx
Artifact bytes310,797
Previous version8.49.1
Published2026-06-16T02:36:54.484Z
SHA-256d0b28f337fe3f766a91a98988fdf687fd93a1eca8dfbdf9aa6409da176abaa35

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

low
Last checked
lowRisk
0Score
8.49.2Version
Status history (1 event)
  1. newavailable · 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.mjs
  • check:wiringnode scripts/check-capacitor-plugin-wiring.mjs
  • cleanrimraf ./dist
  • docgennode scripts/generate-docs.js
  • eslinteslint . --ext .ts
  • fmtbun run eslint -- --fix && bun run prettier -- --write && bun run swiftlint -- --fix --format
  • lintbun run eslint && bun run prettier -- --check && bun run swiftlint -- lint
  • native:compile./scripts/native-platform.sh compile all
  • native:compile:android./scripts/native-platform.sh compile android
  • native:compile:ios./scripts/native-platform.sh compile ios
  • native:contractbun run native:contract:ios && bun run native:contract:android
  • native:contract:androidcd android && ./gradlew testDebugUnitTest --tests ee.forgr.capacitor_updater.NativeContractTest && cd ..
  • native:contract:ios./scripts/test-ios.sh -only-testing:CapacitorUpdaterPluginTests/NativeContractTests
  • native:test./scripts/native-platform.sh test all
  • native:test:android./scripts/native-platform.sh test android
  • native:test:ios./scripts/native-platform.sh test ios
  • prepublishOnlybun run build
  • prettierprettier-pretty-check "**/*.{css,html,ts,js,java}" --plugin=prettier-plugin-java
  • swiftlintnode-swiftlint
  • testbun run test:ios && bun run test:android
  • test:androidcd android && ./gradlew test && cd ..
  • test:ios./scripts/test-ios.sh
  • test:maestro./scripts/maestro/run-android-live-update.sh
  • test:maestro:android./scripts/test-maestro-android.sh
  • test:maestro:ios./scripts/maestro/run-ios-live-update.sh
  • test:maestro:ios:smoke./scripts/test-maestro-ios.sh
  • verifybun run verify:ios && bun run verify:android && bun run verify:web
  • verify:androidcd android && ./gradlew clean build test && cd ..
  • verify:iosxcodebuild -scheme CapgoCapacitorUpdater -destination generic/platform=iOS
  • verify:webbun run build
  • …and 1 more.