PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="echo \"[svelte-preprocess] Don't forget to install the preprocessors packages that will be used: sass, stylus, less, postcss & postcss-load-config, coffeescript, pug, etc...\""

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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes22,008
Previous version6.0.3
Published2026-05-22T17:57:51.348Z
SHA-256c87183ecd52d60d2b70b3a41290e4ce12f29e7e072fcca0feabecc44e515d7e7

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="echo \"[svelte-preprocess] Don't forget to install the preprocessors packages that will be used: sass, stylus, less, postcss & postcss-load-config, coffeescript, pug, etc...\""

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="echo \"[svelte-preprocess] Don't forget to install the preprocessors packages that will be used: sass, stylus, less, postcss & postcss-load-config, coffeescript, pug, etc...\""30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="echo \"[svelte-preprocess] Don't forget to install the preprocessors packages that will be used: sass, stylus, less, postcss & postcss-load-config, coffeescript, pug, etc...\""30
lowObfuscationpackage/dist/transformers/typescript.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts13
  • buildtsc --build tsconfig.build.json
  • changeset:publishchangeset publish
  • changeset:versionchangeset version && git add --all
  • devpnpm build -w
  • formatprettier --write "**/*.{ts,js,json}"
  • linteslint --ext js,ts .
  • majornpm version major -m 'chore(release): %s'
  • minornpm version minor -m 'chore(release): %s'
  • patchnpm version patch -m 'chore(release): %s'
  • postinstallecho "[svelte-preprocess] Don't forget to install the preprocessors packages that will be used: sass, stylus, less, postcss & postcss-load-config, coffeescript, pug, etc..."
  • prebuildnode scripts.js rmrf ./dist
  • testvitest run
  • versionconventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md