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
- 91
- Versions published
- 63Established · −30% score
- First published
- Aug 2025
- Publisher
- 3m1n3nc3
Effective trust discount applied: −30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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":["@h3ravel/[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":["@h3ravel/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Install-time lifecycle script: postinstall="pnpm barrel"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk review · score 3 · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="pnpm barrel" | 5 |
Manifest
Package metadata
Scripts13
barrelbarrelize >/dev/nullbuildtsdowncmdcross-env TEST=true tsx --experimental-specifier-resolution=node src/clicmd:watchcross-env TEST=true tsx watch --experimental-specifier-resolution=node src/clilinteslint . --ext .tspostinstallpnpm barrelrelease:patchpnpm build && git add . && git commit -m "version: bump version" && pnpm version patch && pnpm publish --tag latesttestcross-env vitest run --project generictest:browservitest run --project browsertest:mysqlcross-env DB=mysql vitest run --project nodetest:postgrescross-env DB=postgres vitest run --project nodetest:sqlitecross-env DB=sqlite vitest run --project nodetest:watchcross-env vitest --project generic --watch
Dependencies20
@h3ravel/shared^1.29.0-alpha.15@h3ravel/support^1.29.0-alpha.15barrelize^1.6.4chalk^5.6.2chokidar^4.0.1collect.js^4.36.1commander^14.0.1cross-env^10.0.0dayjs^1.11.18dotenv^17.2.2escalade^3.2.0husky^9.1.7knex^3.1.0lint-staged^16.2.0mysql2^3.15.0pg^8.16.3pluralize^8.0.0radashi^12.6.2resolve-from^5.0.0tedious^19.0.0