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
- 264
- Versions published
- 36
- First published
- Jan 2026
- Publisher
- vitorlourenco
Recommended action
Review before promotingMixed 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"}'Why flagged
What the scanner saw
Credential file access: matched "AWS_ACCESS_KEY"
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 review · score 20 · status available -> available, risk high -> review, score 60 -> 20
- new → available · risk high · score 60 · status changed
Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| 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 | 2280243 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