Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":"high"}'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":"high"}'Why flagged
What the scanner saw
Install-time lifecycle script: postinstall="npm run build"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (2 events)
- available → available · risk high · score 36 · status available -> available, risk high -> high, score 75 -> 36
- new → available · risk high · score 75 · status changed
Related candidates
Linked campaigns and clusters
Install-time lifecycle script — postinstall="npm run build"
3 members · evidence strength 72meomkarjagtap
2 members · evidence strength 59Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install-time lifecycle script | package.json | postinstall="npm run build" | 30 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install-time lifecycle script | package.json | postinstall="npm run build" | 30 |
| low | Obfuscation | package/public/editor.mjs | matched "fromCharCode" | 3 |
| low | Credential file access | package/.github/workflows/publish.yml | matched "NPM_TOKEN" | 3 |
Manifest
Package metadata
Scripts2
buildesbuild bundle/editor.mjs --bundle --format=esm --outfile=public/editor.mjs --target=es2020postinstallnpm run build
Dependencies15
@codemirror/commands^6.10.3@codemirror/lang-css^6.3.1@codemirror/lang-html^6.4.11@codemirror/lang-javascript^6.2.5@codemirror/lang-json^6.0.2@codemirror/lang-markdown^6.5.0@codemirror/lang-python^6.2.1@codemirror/lang-xml^6.1.0@codemirror/lang-yaml^6.1.3@codemirror/language^6.12.3@codemirror/state^6.6.0@codemirror/theme-one-dark^6.1.3@codemirror/view^6.42.1codemirror^6.0.2esbuild^0.28.0