PkgRadar

Package evidence

@askstylo/[email protected]

Install-time lifecycle script: preinstall="npx npm-only-allow@latest --PM npm"

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
448
Versions published
121Mature · −50% score
First published
Dec 2024
Publisher
eric-at-stylo

Effective trust discount applied: 50% (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":["@askstylo/[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":["@askstylo/[email protected]"],"fail_on":"review"}'
Publishereric-at-stylo
Artifact bytes461,810
Previous version2.1.11
Published2026-06-09T20:21:39.556Z
SHA-25678d63c9062cae221eb4807f8604caf5c541c9cafbd44ba69db38f66b53d7a3b7

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="npx npm-only-allow@latest --PM npm"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpreinstall="npx npm-only-allow@latest --PM npm"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npx patch-package -y"5

Manifest

Package metadata

Scripts20
  • analyzecross-env ANALYZE=true npm build
  • buildnext build
  • build-storybookcross-env FORCE_COLOR=1 storybook build
  • coupling-graphnpx madge --extensions js,jsx,ts,tsx,css,md,mdx ./ --exclude '.next|tailwind.config.js|reset.d.ts|prettier.config.js|postcss.config.js|playwright.config.ts|next.config.js|next-env.d.ts|instrumentation.ts|e2e/|README.md|.storybook/|.eslintrc.js' --image graph.svg
  • devcross-env FORCE_COLOR=1 next dev
  • e2e:headlessplaywright test
  • e2e:uiplaywright test --ui
  • formatprettier --write "**/*.{ts,tsx,md}"
  • lintnext lint && node scripts/lint-tokens.mjs
  • lint:fixnext lint --fix
  • pack-stylishrm -rf dist .next .npm-only-allow .rollup.cache && rollup -c && tailwindcss -i src/styles/stylish-tailwind.css -o dist/stylish.css --minify && tailwindcss -i src/styles/stylish-bare.css -o dist/stylish-bare.css --minify && cp src/styles/semantic-theme.css dist/stylish-theme.css && node scripts/clean-dist.mjs
  • postinstallnpx patch-package -y
  • preinstallnpx npm-only-allow@latest --PM npm
  • prepacknpm run pack-stylish
  • prettierprettier --check "**/*.{js,jsx,ts,tsx}"
  • prettier:fixprettier --write "**/*.{js,jsx,ts,tsx}"
  • startnext start
  • storybookcross-env FORCE_COLOR=1 storybook dev -p 6006
  • testcross-env FORCE_COLOR=1 jest --passWithNoTests
  • test-storybookcross-env FORCE_COLOR=1 test-storybook
Dependencies10
  • @radix-ui/colors^3.0.0
  • @radix-ui/react-icons^1.3.2
  • class-variance-authority^0.7.0
  • lodash^4.17.21
  • lucide-react^0.469.0
  • radix-ui^1.1.2
  • recharts^2.15.3
  • tailwind-merge^2.3.0
  • tslib^2.8.1
  • zod^3.23.8