PkgRadar

Package evidence

@falai/[email protected]

Install-time lifecycle script: preinstall="node preinstall.js"

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
360
Versions published
65Established · −30% score
First published
Oct 2025
Publisher
gusnips

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 promoting

Mixed 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":["@falai/[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":["@falai/[email protected]"],"fail_on":"review"}'
Publishergusnips
Artifact bytes689,610
Previous version2.1.1
Published2026-05-31T04:09:35.810Z
SHA-25639db215b0a48a1905e2528d40e5c10c4f94f34a64974f9b68c4079573d4f7c3b

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="node preinstall.js"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
3Score
2.2.0Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node preinstall.js"5

Manifest

Package metadata

Scripts19
  • buildnpm run build:esm && npm run build:cjs && npm run fix:cjs
  • build:cjstsc --project tsconfig.cjs.json
  • build:esmtsc
  • cleanrm -rf dist
  • devtsc --watch
  • fix:cjsecho '{"type":"commonjs"}' > dist/cjs/package.json
  • linteslint src/**/*.ts
  • lint:fixeslint src/**/*.ts --fix
  • prebuildnpm run clean
  • preinstallnode preinstall.js
  • prepublishOnlynpm run lint && npm run typecheck && npm run build && bun run test
  • releasenpm publish
  • release:alphanpm publish --tag alpha
  • release:majornpm version major && npm publish
  • release:minornpm version minor && npm publish
  • release:patchnpm version patch && npm publish
  • testbun test tests/*.test.ts
  • typechecktsc --noEmit
  • typecheck:examplestsc --noEmit --project examples/tsconfig.json
Dependencies4
  • @anthropic-ai/sdk^0.65.0
  • @google/genai^2.7.0
  • loglevel^1.9.2
  • openai^6.3.0