PkgRadar

Package evidence

@seontechnologies/[email protected]

Install Lifecycle Suppresses Failure: postinstall="[ -z \"$CI\" ] && git submodule update --init --recursive --force || true"

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
9,309Niche · −30% score
Versions published
14Established · −30% score
First published
Nov 2025
Publisher
seontechnologies-publisher

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

Block this update

Static 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":["@seontechnologies/[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":["@seontechnologies/[email protected]"],"fail_on":"high"}'
Artifact bytes252,143
Previous version4.1.0
Published2026-04-01T23:36:56.819Z
SHA-2563b6d6965206841b920f77b402211d82f737a2e6edd93c4a8992ec087a239d201

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="[ -z \"$CI\" ] && git submodule update --init --recursive --force || true"

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

Availability ledger

available

high
Last checked
highRisk
17Score
4.2.0Version
Status history (1 event)
  1. newavailable · risk high · score 17 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="[ -z \"$CI\" ] && git submodule update --init --recursive --force || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="[ -z \"$CI\" ] && git submodule update --init --recursive --force || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="[ -z \"$CI\" ] && git submodule update --init --recursive --force || true"5

Manifest

Package metadata

Scripts31
  • buildnpm run clean && npm run build:types && npm run build:cjs && npm run build:esm
  • build:cjstsc -p tsconfig-cjs.json
  • build:esmtsc -p tsconfig-esm.json
  • build:typestsc -p tsconfig-build-types.json --declaration --declarationDir dist/types --emitDeclarationOnly
  • cleanrm -rf dist
  • docs:buildvitepress build docs
  • docs:devDOCS_BASE=/ vitepress dev docs
  • docs:previewDOCS_BASE=/ vitepress preview docs
  • fix:formatnpm run prettier -- --write
  • linteslint . --cache-location node_modules/.cache/eslint --fix
  • postinstall[ -z "$CI" ] && git submodule update --init --recursive --force || true
  • preparenpm run build
  • prettierprettier --ignore-path .gitignore "**/*.+(js|ts|json)"
  • publish:local./scripts/publish.sh
  • show:reportnpx playwright show-report --port 9324
  • show:tracenpx playwright show-trace
  • start:backendcd sample-app/backend && npm start
  • start:frontendcd sample-app/frontend && npm start
  • start:sample-appnpm-run-all --parallel start:backend start:frontend
  • testnpm-run-all --parallel test:backend test:frontend
  • test:backendcd sample-app/backend && npm run test
  • test:frontendcd sample-app/frontend && npm run vitest:run
  • test:pwTEST_ENV=local npx playwright test
  • test:pw-uiTEST_ENV=local npx playwright test --ui
  • test:pw:burn-inPW_BURN_IN=true npx playwright test --repeat-each=3 --retries=0
  • test:pw:burn-in-changedtsx playwright/scripts/burn-in-changed.ts
  • test:pw:burn-in-changed-classicPW_BURN_IN=true npx playwright test --only-changed=main --repeat-each=3 --retries=0
  • test:pw:debugTEST_ENV=local npx playwright test --debug
  • typechecktsc --noEmit -p tsconfig.json
  • typecheck:clear-cachefind . -name "*.tsbuildinfo" -delete && rm -rf node_modules/.cache/typescript
  • …and 1 more.
Dependencies9
  • adm-zip0.5.16
  • deepmerge4.3.1
  • exceljs4.4.0
  • madge7.0.0
  • papaparse5.5.3
  • picomatch4.0.4
  • proper-lockfile4.1.2
  • unpdf1.4.0
  • uuid11.1.0