PkgRadar

Package evidence

@blockquote-web-components/[email protected]

Install-time lifecycle script: postinstall="npm run sort:package"

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.

Versions published
67Mature · −50% score
First published
Jul 2023
Publisher
oscarmarina

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":["@blockquote-web-components/[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":["@blockquote-web-components/[email protected]"],"fail_on":"review"}'
Publisheroscarmarina
Artifact bytes8,844
Previous version1.6.21
Published2026-06-13T14:15:24.639Z
SHA-25668663712a26022a2e8bf88b38db8abf38277caf6e9ecc65e77108f1e2a310ac6

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="npm run sort:package"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npm run sort:package"5

Manifest

Package metadata

Scripts15
  • analyzecem analyze --litelement --globs "{src,define}/**/*.{js,ts}" "index.js"
  • buildecho "This is not a TypeScript project, so no need to build."
  • dev:vitevite build
  • formatnpm run format:eslint && npm run format:prettier && npm run format:stylelint
  • format:eslinteslint . --fix
  • format:prettierprettier "**/*.{js,ts,css,scss,html,json}" --write --ignore-path .prettierignore
  • format:stylelintstylelint "{demo,src}/**/*.{js,ts,css,scss,html}" --fix --ignore-path .prettierignore
  • postinstallnpm run sort:package
  • preview:vitevite preview
  • sass:watchsass-style-template
  • sort:packagenpx sort-package-json
  • startconcurrently -k -r "npm:vite" "npm:sass:watch"
  • testvitest
  • test:watchvitest --browser.headless=false
  • vitevite
Dependencies4
  • @blockquote-web-components/blockquote-mixin-slot-content^1.9.21
  • @juggle/resize-observer^3.4.0
  • @lit-labs/observers^2.1.0
  • lit^3.3.3