PkgRadar

Package evidence

@gravity-ui/[email protected]

no findings

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
196Established · −30% score
First published
Nov 2025
Publisher
gravity-ui-bot

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":["@gravity-ui/[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":["@gravity-ui/[email protected]"],"fail_on":"review"}'
Artifact bytes7,071,722
Previous version2.4.1-beta.a4d8a8161a72a375f70541ffc00fb6c679b5b1c2.0
Published2026-06-11T09:52:23.277Z
SHA-25617fea6063fe113b9498c494410b46f960a1d3dc7e7c966fcdc2c5b2f596ddba0

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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.5.1-beta.d108808332f1f7028aeb90ad4314a47758436d2c.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts28
  • buildgulp && npm run build:server
  • build:servertsc -p src/server/tsconfig.esm.json && tsc -p src/server/tsconfig.cjs.json
  • cleangulp clean
  • generate:exportsnode scripts/generate-exports.js
  • generate:exports:checknode scripts/generate-exports.js --check
  • generate:llmsnode scripts/generate-llms-full.js
  • lintrun-p lint:js lint:styles lint:prettier typecheck
  • lint:fixrun-s lint:js:fix lint:styles:fix lint:prettier:fix typecheck
  • lint:jseslint --ext .js,.jsx,.ts,.tsx .
  • lint:js:fixeslint '**/*.{js,jsx,ts,tsx}' --max-warnings=0 --quiet --fix
  • lint:prettierprettier --check '**/*.{js,jsx,ts,tsx,css,scss,json,yaml,yml,md,mdx}'
  • lint:prettier:fixprettier --write '**/*.{js,jsx,ts,tsx,css,scss,json,yaml,yml,md,mdx}'
  • lint:stylesstylelint 'src/**/*.scss'
  • lint:styles:fixstylelint **/*.scss --fix
  • playwrightplaywright test --config=playwright-ct.config.ts
  • playwright:clear-cacherm -rf ./playwright/.cache
  • playwright:docker./playwright/run-docker-command.sh npm run playwright --
  • playwright:docker:clear-cache./playwright/run-docker-command.sh clear-cache
  • playwright:docker:update./playwright/run-docker-command.sh npm run playwright:update --
  • playwright:installplaywright install chromium webkit --with-deps
  • playwright:updatenpm run playwright -- -u all
  • preparehusky
  • prepublishOnlynpm run build
  • startTS_NODE_PROJECT=.storybook/tsconfig.json storybook dev
  • testnpm run test:unit && npm run test:server:unit
  • test:server:unitjest --config=src/server/jest.config.js
  • test:unitjest --passWithNoTests --testPathIgnorePatterns=src/server
  • typechecktsc --noEmit
Dependencies6
  • @bem-react/classname^1.7.0
  • dayjs^1.11.19
  • marked^17.0.1
  • react-window^2.2.1
  • remend>=1.0.1 <1.2.0
  • uuid^13.0.0
Optional dependencies2
  • openai^6.22.0
  • semver^7.7.4