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
5
First published
May 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 bytes24,383
Previous version8.0.15
Published2026-06-16T10:47:30.779Z
SHA-2563fbcb1f24cffc3960f23d42c05edd6298deb5945e8c0025e94fdc8d3638f3c40

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