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
6
First published
Apr 2026
Publisher
riderx

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 bytes10,342
Previous version8.1.5
Published2026-06-16T10:25:32.749Z
SHA-2566eea8389d25c0b8bd90306ed0df3405bc698c1c0e94c75ee151628bd0df62664

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.1.6Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts18
  • buildbun run clean && bun run docgen && tsc && rollup -c rollup.config.mjs
  • check:wiringnode scripts/check-capacitor-plugin-wiring.mjs
  • cleanrimraf ./dist
  • docgendocgen --api CapacitorProximityPlugin --output-readme README.md --output-json dist/docs.json
  • eslinteslint . --ext .ts
  • example:buildbun run build && cd example-app && bun install --frozen-lockfile && bun run build
  • example:capgo:deploybun run example:build && bun scripts/deploy-example-capgo.mjs
  • example:installcd example-app && bun install --frozen-lockfile
  • fmtbun run eslint -- --fix && bun run prettier -- --write && bun run swiftlint -- --fix --format
  • lintbun run eslint && bun run prettier -- --check && bun run swiftlint -- lint
  • prepublishOnlybun run build
  • prettierprettier-pretty-check "**/*.{css,html,ts,js,java}" --plugin=prettier-plugin-java
  • swiftlintnode-swiftlint
  • verifybun run verify:ios && bun run verify:android && bun run verify:web
  • verify:androidcd android && ./gradlew clean build test && cd ..
  • verify:iosxcodebuild -scheme CapgoCapacitorProximity -destination generic/platform=iOS
  • verify:webbun run build
  • watchtsc --watch