PkgRadar

Package evidence

@freibergergarcia/[email protected]

Large Javascript Payload: 3899725 bytes

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
35
First published
Feb 2026
Publisher
freibergergarcia

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":["@freibergergarcia/[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":["@freibergergarcia/[email protected]"],"fail_on":"review"}'
Artifact bytes859,917
Previous version3.0.0
Published2026-06-03T13:51:12.594Z
SHA-2563ea5cbd626936e07fdce985fbb13761825c31bd0e99d13f7d8933ea9af4442f0

Why flagged

What the scanner saw

Large Javascript Payload: 3899725 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
4.0.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/index.js3899725 bytes0

Manifest

Package metadata

Scripts8
  • buildtsup && node scripts/sync-codex-plugin.mjs
  • bump:majornode scripts/bump-version.mjs major
  • bump:minornode scripts/bump-version.mjs minor
  • bump:patchnode scripts/bump-version.mjs patch
  • devtsup src/index.ts --format esm --watch
  • preuninstallnode dist/index.js plugin uninstall --all 2>/dev/null || true; rm -rf "${XDG_CONFIG_HOME:-$HOME/.config}/phone-a-friend" 2>/dev/null || true
  • testvitest run
  • typechecktsc --noEmit
Dependencies9
  • @inquirer/prompts^8.5.2
  • better-sqlite3^12.10.0
  • chalk^5.6.2
  • commander^15.0.0
  • ink^7.0.5
  • ora^9.3.0
  • react^19.2.7
  • react-devtools-core^7.0.1
  • smol-toml^1.6.0