PkgRadar

Package evidence

@factiii/[email protected]

no findings

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
353
Versions published
25
First published
Feb 2026
Publisher
jsnyder10

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@factiii/[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":["@factiii/[email protected]"],"fail_on":"review"}'
Publisherjsnyder10
Artifact bytes89,189
Previous version0.11.3
Published2026-06-05T15:04:21.661Z
SHA-2564b9b3fa34b340439ff933a12d36c3761ab6e0978f3dc44a890153f56a2a37bcd

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.12.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts16
  • buildtsup
  • check-typestsc --noEmit
  • cleanrm -rf dist node_modules/.cache .turbo
  • devtsup --watch
  • e2epnpm e2e:db:up && playwright test --reporter=list; pnpm e2e:db:down
  • e2e:db:downdocker compose -f e2e/docker-compose.yml down
  • e2e:db:updocker compose -f e2e/docker-compose.yml up -d --wait && prisma generate --schema=e2e/server/schema.prisma --config=e2e/server/prisma.config.ts && prisma migrate reset --schema=e2e/server/schema.prisma --config=e2e/server/prisma.config.ts --force
  • e2e:uipnpm e2e:db:up && playwright test --ui
  • formatprettier --check src
  • format:fixprettier --write src
  • linteslint src
  • lint:fixeslint src --fix
  • prebuildnpm run clean
  • seedtsx e2e/seed.ts
  • testvitest run
  • test:watchvitest
Dependencies7
  • @trpc/server^11.8.0
  • apple-signin-auth^2.0.0
  • bcryptjs^2.4.3
  • google-auth-library^10.5.0
  • jsonwebtoken^9.0.2
  • totp-generator^2.0.0
  • zod^4.3.6