PkgRadar

Package evidence

@diplodoc/[email protected]

Install Lifecycle Suppresses Failure: postinstall="cd demo && npm i || true"

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
1,285Niche · −30% score
Versions published
161Mature · −50% score
First published
Sep 2023
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":["@diplodoc/[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":["@diplodoc/[email protected]"],"fail_on":"review"}'
Artifact bytes758,908
Previous version5.10.0
Published2026-06-10T12:30:04.878Z
SHA-256057915fb80dee088f5ebd3a6e71b4f9d8288dceb5d83a026f8821f31d3954d8f

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="cd demo && npm i || true"

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

Availability ledger

available

review
Last checked
reviewRisk
7Score
5.10.1Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="cd demo && npm i || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="cd demo && npm i || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="cd demo && npm i || true"5

Manifest

Package metadata

Scripts25
  • _build:declarations:cjstsc --emitDeclarationOnly -p tsconfig.cjs.json
  • _build:declarations:esmtsc --emitDeclarationOnly -p tsconfig.esm.json
  • _build:watchnode esbuild/build.js --watch
  • _dev:watchrun-p _build:watch _storybook:watch
  • _storybook:watchcd demo && npm run storybook
  • buildrun-s build:clean build:compile _build:declarations:*
  • build:cleanrm -rf build
  • build:compilenode esbuild/build.js
  • deps:installnpm ci
  • deps:truncatenpm prune --production
  • devrun-s build _dev:watch
  • lintlint
  • lint:fixlint fix
  • playwrightplaywright test --config=playwright/playwright.config.ts
  • playwright:docker./playwright/playwright-docker.sh npm run playwright --
  • playwright:docker:clear-cache./playwright/playwright-docker.sh clear-cache
  • playwright:docker:update./playwright/playwright-docker.sh npm run playwright:update --
  • playwright:docker:windows./playwright/playwright-docker-windows.sh
  • playwright:updatenpm run playwright -- -u
  • postinstallcd demo && npm i || true
  • pre-commitlint-staged
  • preparehusky || true
  • prepublishOnlynpm run lint && npm run test && npm run build
  • testexit 0
  • typechecktsc -p . --noEmit
Dependencies23
  • @diplodoc/themes^1.2.0
  • @gravity-ui/components^4.16.0
  • @gravity-ui/icons^2.5.0
  • @gravity-ui/page-constructor^8.11.0
  • @gravity-ui/uikit^7.26.0
  • @popperjs/core^2.11.2
  • bem-cn-lite4.1.0
  • clsx^2.1.1
  • hoist-non-react-statics^3.3.2
  • i18next^24.2.2
  • isomorphic-dompurify^2.20.0
  • langs^2.0.0
  • lodash^4.17.21
  • mark.ts^1.0.5
  • react-gtm-module^2.0.11
  • react-helmet^6.1.0
  • react-hotkeys-hook^4.6.1
  • react-i18next^15.4.0
  • react-popper^2.3.0
  • react-recompose^0.33.0
  • react-transition-group^4.4.5
  • scroll-into-view-if-needed^3.1.0
  • url^0.11.1