PkgRadar

Package evidence

@epigraph/[email protected]

Large Javascript Payload: 2495576 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
159Established · −30% score
First published
Jun 2025
Publisher
tanay-dimri

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@epigraph/[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":["@epigraph/[email protected]"],"fail_on":"review"}'
Publishertanay-dimri
Artifact bytes664,966
Previous version1.6.0-alpha.1
Published2026-06-02T15:56:16.609Z
SHA-25654c29f624176b8eea4ca7f5a65e7946836db0ef9eb876e85be4c52263ff2cf46

Why flagged

What the scanner saw

Large Javascript Payload: 2495576 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
1.6.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/epigraph-solutions.js2495576 bytes0

Manifest

Package metadata

Scripts14
  • buildnpm run build:ui-components && npm run build:epigraph-solutions && npm run build:epigraph-previewer
  • build-storybookstorybook build
  • build:demo-pagescross-env NODE_ENV=production && tsc && vite build --config demo-pages-vite.config.ts
  • build:epigraph-previewercross-env NODE_ENV=production && tsc && vite build --config epigraph-previewer-vite.config.ts
  • build:epigraph-solutionscross-env NODE_ENV=production && tsc && vite build
  • build:ui-componentscross-env NODE_ENV=production && tsc && vite build --config ui-components-vite.config.ts
  • chromaticcross-env NODE_ENV=production && npx chromatic --project-token=chpt_cb7e103f37516af
  • component:createnode ./npm-scripts/createNewUiComponent.js
  • devvite --force
  • docstypedoc ./lib/solutions/Solutions/**/*.api.ts
  • formattsc --noEmit && prettier . --write && eslint . --fix
  • prepublishOnlynpm run build:epigraph-solutions
  • previewvite preview
  • storybookstorybook dev -p 6007
Dependencies7
  • @pmndrs/vanilla^1.25.0
  • @sparkjsdev/spark^0.1.10
  • @typescript-eslint/eslint-plugin^8.32.1
  • cross-env^7.0.3
  • dompurify^3.2.6
  • lit^3.3.0
  • swiper^12.1.3