PkgRadar

Package evidence

@epam/[email protected]

Large Javascript Payload: 2252821 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
4,049Niche · −30% score
Versions published
601Established · −30% score
First published
Sep 2025
Publisher
GitHub ActionsTrusted automation · −70% score

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

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":["@epam/[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":["@epam/[email protected]"],"fail_on":"review"}'
Artifact bytes1,125,764
Previous version0.11.0-dev.7
Published2026-05-27T20:13:14.122Z
SHA-256cd39a2310eb13eb7d2b153b62c6cfdf4446fca148df12857c2cc1c7dc73849ec

Why flagged

What the scanner saw

Large Javascript Payload: 2252821 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.11.0-dev.8Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index-B3R7eB3W.js2252821 bytes10

Manifest

Package metadata

Scripts23
  • buildvite build && npm run build:css && npm run build:manifest && npm run build:mcp
  • build-storybookconcurrently "npm run build-storybook:css" "storybook build"
  • build-storybook-docsstorybook build --docs
  • build-storybook:csstailwindcss -m -i ./src/styles/tailwind-entry.scss -o ./src/index.css
  • build:csstailwindcss -m -i ./src/styles/tailwind-entry.scss -o ./dist/index.css
  • build:manifesttsx src/mcp/generate-manifest.ts
  • build:mcpnode tools/build-mcp.mjs
  • devvite
  • formatprettier --check .
  • format-fixprettier --write .
  • linteslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0
  • lint:checkeslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0
  • preparehusky
  • previewvite preview
  • publish:drynpm publish --access public --dry-run
  • publish:npmnpm publish --access public
  • storybookconcurrently "npm run storybook:css" "storybook dev -p 6006"
  • storybook-docsstorybook dev --docs
  • storybook:csstailwindcss -w -i ./src/styles/tailwind-entry.scss -o ./src/index.css
  • testvitest --coverage
  • test:runvitest run
  • typechecktsc --noEmit
  • verify:agent-hooknpm run typecheck && npm run lint:check && npm run test:run
Dependencies7
  • ag-grid-community^35.2.1
  • ag-grid-react^35.2.1
  • mime-types^3.0.2
  • re-resizable^6.11.2
  • react-dnd^16.0.1
  • react-dnd-html5-backend^16.0.1
  • tailwind-merge^3.5.0