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
- 36
- First published
- Jan 2026
- Publisher
- vitorlourenco
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
New Lifecycle Script Vs Previous: postinstall added in 1.6.0 vs 1.5.12: "node postinstall.js"
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 60 · status available -> available, risk high -> high, score 100 -> 60
- new → available · risk high · score 100 · status changed
Evidence
Static findings
5 static · 1 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | postinstall added in 1.6.0 vs 1.5.12: "node postinstall.js" | 40 |
Show all 6 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | postinstall added in 1.6.0 vs 1.5.12: "node postinstall.js" | 40 |
| low | Credential file access | package/dist/src/lib/analyzers/java/security-checks/hardcoded-credentials.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/src/lib/analyzers/java/security-checks/injection-attacks.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/src/lib/analyzers/python/security-checks/security-misconfiguration.js | matched "aws_access_key" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="node postinstall.js" | 5 |
| low | Large Javascript Payload | package/dist/codeslick-bundle.cjs | 2249297 bytes | 0 |
Manifest
Package metadata
Scripts6
buildnode build.mjsbuild:typechecktsc --noEmitdevtsc --watchpostinstallnode postinstall.jsprepublishOnlynpm run buildtestvitest
Dependencies6
chalk^4.1.2cli-table3^0.6.3glob^13.0.1ora^5.4.1typescript^5.3.3yargs^17.7.2