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
38Established · −30% score
First published
Oct 2025
Publisher
riderx

Effective trust discount applied: 30% (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 bytes56,796
Previous version8.1.11
Published2026-06-16T10:53:44.725Z
SHA-256f64f6b0ea65f2b9db6213f68bd45f24b5be48b4dd2392fbb09f6dfec89eb18f3

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.12Version
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 PayPlugin --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 CapgoCapacitorPay -destination generic/platform=iOS
  • verify:webbun run build
  • watchtsc --watch