PkgRadar

Package evidence

@freibergergarcia/[email protected]

Large Javascript Payload: 3924677 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
220
Versions published
31
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 bytes879,724
Previous version2.7.1
Published2026-05-30T09:26:40.052Z
SHA-256fb755430ff47c07e5dbb9198f742b6214b76687fc26d7957101deee0566c7e32

Why flagged

What the scanner saw

Large Javascript Payload: 3924677 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
2.7.2Version
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.js3924677 bytes0

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