PkgRadar

Package evidence

@aiquants/[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
52
Versions published
21Established · −30% score
First published
Oct 2025
Publisher
fehde

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":["@aiquants/[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":["@aiquants/[email protected]"],"fail_on":"review"}'
Publisherfehde
Artifact bytes35,678
Previous version1.14.1
Published2026-02-12T13:20:10.787Z
SHA-256684b18fe315757cef95643ba7bed776c65f1a47f79130a82bad1b23b166b2f00

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
1.15.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

Scripts22
  • buildvite build && vite build --config vite.config.cli.ts && pnpm build:css
  • build:csstailwindcss -i src/styles/tailwind.css -o dist/styles/directory-tree.css --minify --drafts custom-properties
  • cleanrimraf dist
  • demo:buildcd demo && pnpm run build
  • demo:devcd demo && pnpm run dev
  • demo:startcd demo && pnpm start
  • devvite build --watch
  • formatbiome format --write src tests
  • format:checkbiome format src tests
  • license-checkpnpm dlx license-checker --production --onlyAllow "MIT;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;Unlicense"
  • license-check:jsonpnpm dlx license-checker --production --onlyAllow "MIT;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;Unlicense" --json
  • lintbiome check src tests
  • lint:fixbiome check --write src tests
  • publish:majornpm version major && pnpm publish --no-git-checks
  • publish:minornpm version minor && pnpm publish --no-git-checks
  • publish:patchnpm version patch && pnpm publish --no-git-checks
  • testvitest
  • test:coveragevitest --coverage
  • test:runvitest run
  • test:watchvitest --watch
  • typechecktsc --noEmit
  • watchvite build --watch
Dependencies4
  • @aiquants/virtualscroll1.15.0
  • @heroicons/react^2.2.0
  • @phosphor-icons/react^2.1.10
  • tailwind-merge^3.4.0