PkgRadar

Package evidence

@freibergergarcia/[email protected]

Large Javascript Payload: 3923289 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.

Weekly downloads
126
Versions published
30
First published
Feb 2026
Publisher
freibergergarcia

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":["@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 bytes876,237
Previous version2.6.3
Published2026-05-26T14:59:37.815Z
SHA-25676a04ac95d5478bc3d95b664c2eb5a4992b7026cb8bdd6afc41a0534df871119

Why flagged

What the scanner saw

Large Javascript Payload: 3923289 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
2.7.1Version
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
mediumLarge Javascript Payloadpackage/dist/index.js3923289 bytes10

Manifest

Package metadata

Scripts8
  • buildtsup && rm -rf dist/public && cp -r src/web/public dist/public && 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.4.1
  • better-sqlite3^12.9.0
  • chalk^5.6.2
  • commander^14.0.3
  • ink^7.0.1
  • ora^9.3.0
  • react^19.2.5
  • react-devtools-core^7.0.1
  • smol-toml^1.6.0