PkgRadar

Package evidence

@unified-product-graph/[email protected]

Large Javascript Payload: 5786292 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
4
First published
May 2026
Publisher
the-product-creator

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":["@unified-product-graph/[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":["@unified-product-graph/[email protected]"],"fail_on":"review"}'
Artifact bytes1,319,643
Previous version0.6.1
Published2026-05-28T11:08:43.717Z
SHA-2560bee8cbbbb128aaa8d2ce8f5de57e6c2d2f17e643ad346842c2e83c114b573f8

Why flagged

What the scanner saw

Large Javascript Payload: 5786292 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
0.7.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
mediumLarge Javascript Payloadpackage/dist/cli.cjs5786292 bytes10

Manifest

Package metadata

Scripts10
  • buildnode scripts/copy-skills.mjs && tsup
  • copy-skillsnode scripts/copy-skills.mjs
  • devtsx src/cli.ts
  • linteslint src/
  • postbuildchmod +x dist/cli.cjs
  • prepacknode scripts/copy-skills.mjs
  • prepublishOnlynpm run build
  • testvitest run
  • test:watchvitest
  • type-checktsc --noEmit
Dependencies8
  • @linear/sdk^5.0.0
  • @octokit/rest^20.0.0
  • @unified-product-graph/core*
  • @unified-product-graph/sdk*
  • chalk^4.1.2
  • commander^13.0.0
  • inquirer^12.0.0
  • ora^8.0.0