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
- 79
- Versions published
- 76Mature · −50% score
- First published
- Apr 2025
- Publisher
- andreatran2002
Effective trust discount applied: −50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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":["@fidt/[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":["@fidt/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
New Lifecycle Script Vs Previous: postinstall added in 1.0.6 vs 1.0.4: "node install.js"
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 high · score 45 · status changed
Evidence
Static findings
1 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.0.6 vs 1.0.4: "node install.js" | 40 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | postinstall added in 1.0.6 vs 1.0.4: "node install.js" | 40 |
| low | Install-time lifecycle script | package.json | postinstall="node install.js" | 5 |
Manifest
Package metadata
Scripts11
buildtsupcleanrimraf distdevtsx watch src/index.tspostinstallnode install.jssaul:install-agentnode install.jsstartnode dist/index.jstestvitest run --reporter=verbosetest:coveragevitest run --coveragetest:integrationvitest run --config vitest.config.ts tests/integrationtest:watchvitesttypechecktsc --noEmit
Dependencies28
@fidt/saul-client^0.1.5@fidt/saul-interfaces^1.0.10@fidt/saul-server^0.1.5@hono/node-server^1.13.8@hono/zod-validator^0.4.3@preact/signals^2.0.5@types/express^5.0.0@types/lodash^4.17.17@types/uuid^10.0.0@typescript-eslint/parser^8.30.1dayjs^1.11.13dotenv^16.4.7eslint^9.24.0express^4.21.2handlebars^4.7.8hono^4.7.4jose^6.0.11js-yaml^4.1.0lodash^4.17.21pg^8.16.0pg-hstore^2.3.4sequelize^6.37.7tsx^4.7.1uuid^11.1.0winston^3.17.0yaml^2.8.1zod^3.24.2zod-validation-error^3.4.0