PkgRadar

Package evidence

@dimina-kit/[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.

Weekly downloads
848
Versions published
11
First published
Jun 2026
Publisher
lbb00

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":["@dimina-kit/[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":["@dimina-kit/[email protected]"],"fail_on":"review"}'
Publisherlbb00
Artifact bytes259,116
Previous version0.1.0-dev.20260616024534
Published2026-06-16T08:51:35.669Z
SHA-256c3deb1867cd59c84593e07bbaaa4ed743b21cdaefa7dec7a1e2a9a42b29912dd

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts9
  • buildvite build --config vite.config.ts && vite build --config vite.config.preload-cjs.ts && tsc -p tsconfig.build.json
  • check-typestsc --noEmit
  • check:docs-api-syncnode scripts/check-docs-api-sync.mjs
  • check:trust-sealnode scripts/check-trust-seal.mjs
  • examples:dockablepnpm run build && node examples/dockable-demo/bundle.mjs && electron examples/dockable-demo/main.mjs
  • linteslint . --max-warnings 0
  • testnode scripts/check-trust-seal.mjs && node scripts/check-docs-api-sync.mjs && vitest run && vitest run --config vitest.dock-react.config.ts
  • test:devvitest
  • test:dock-reactvitest run --config vitest.dock-react.config.ts
Dependencies2
  • @dimina-kit/view-anchor0.1.0-dev.20260616085026
  • react-resizable-panels^4.10.0