PkgRadar

Package evidence

@capgo/[email protected]

Suspicious Publish Context: {"package_age_days":6,"publisher":"riderx","burst_same_day":1,"burst_week":1,"lure":{"kind":"token_affix","target":"uuid"},"version_anomaly":true,"new_account":false}

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
2
First published
Jun 2026
Publisher
riderx

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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 bytes17,580
Previous versionnone
Published2026-06-10T18:01:17.626Z
SHA-256f4dfbdcdadfdc72448de54292c52f4685fef9954c4ac14b590971528a642cbfc

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":6,"publisher":"riderx","burst_same_day":1,"burst_week":1,"lure":{"kind":"token_affix","target":"uuid"},"version_anomaly":true,"new_account":false}

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
10Score
8.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":6,"publisher":"riderx","burst_same_day":1,"burst_week":1,"lure":{"kind":"token_affix","target":"uuid"},"version_anomaly":true,"new_account":false}10

Manifest

Package metadata

Scripts15
  • buildbun run clean && bun run docgen && tsc && rollup -c rollup.config.mjs
  • check:wiringnode scripts/check-capacitor-plugin-wiring.mjs
  • cleanrimraf ./dist
  • docgendocgen --api PersistentUuidPlugin --output-readme README.md --output-json dist/docs.json
  • eslinteslint "**/*.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
  • 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 CapgoCapacitorPersistentUuid -destination generic/platform=iOS
  • verify:webbun run build
  • watchtsc --watch