PkgRadar

Package evidence

@adminide-stack/[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
80
Versions published
21
First published
Jan 2026
Publisher
adminide-stack-user

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":["@adminide-stack/[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":["@adminide-stack/[email protected]"],"fail_on":"review"}'
Artifact bytes18,083,840
Previous version12.0.22-alpha.8
Published2026-06-17T00:38:55.351Z
SHA-256b0124cc5895b74a8efb54fa17f94c8a5f0eaa8093ea7b86e7efd822fc8b1a58f

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts12
  • buildyarn build:clean && yarn generate:manifest && yarn build:lib
  • build:cleanrimraf lib
  • build:librollup -c rollup.config.mjs
  • build:lib:watchyarn build:lib -- --watch
  • generate:manifestnode scripts/generate-content-manifest.mjs
  • jest./node_modules/.bin/jest
  • prepublishyarn build
  • testcross-env ENV_FILE=../../config/test/test.env jest
  • test:debugnpm test -- --runInBand
  • test:watchnpm test -- --watch
  • vitestcross-env ENV_FILE=../../../config/test/test.env vitest
  • watchyarn build:lib:watch
Dependencies4
  • @admin-layout/tailwind-ui12.2.4-alpha.22
  • @react-icons/all-files^4.1.0
  • marked^17.0.2
  • openai^4.52.0