PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="test -f ./dist/src/scripts/run-postinstall.js && node ./dist/src/scripts/run-postinstall.js || echo 'Dist folder missing'"

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
59,709Mainstream · −50% score
Versions published
240Mature · −50% score
First published
Sep 2017
Publisher
sqren

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

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishersqren
Artifact bytes349,221
Previous version11.0.0
Published2026-03-18T18:45:20.837Z
SHA-256976aa0eba89dee2215ef82bf6b1e2e4ae1b188358dd7b36c1afeef765ddbcf11

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="test -f ./dist/src/scripts/run-postinstall.js && node ./dist/src/scripts/run-postinstall.js || echo 'Dist folder missing'"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
11.0.1Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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.jsonpostinstall="test -f ./dist/src/scripts/run-postinstall.js && node ./dist/src/scripts/run-postinstall.js || echo 'Dist folder missing'"5

Manifest

Package metadata

Scripts16
  • buildrm -rf ./dist/ && npm run codegen && tsc -p tsconfig.build.json
  • codegengraphql-codegen --config scripts/codegen-config.ts && node scripts/codegen-fix-imports.js
  • graphql:executetsx scripts/graphql-execute.ts
  • graphql:update-schematsx scripts/graphql-update-schema.ts
  • graphql:validatetsx scripts/graphql-validate.ts
  • linttsc -p tsconfig.eslint.json --noEmit --incremental && eslint './**/*.{ts,js}' --fix --cache
  • lint-and-testnpm run lint && npm test
  • postinstalltest -f ./dist/src/scripts/run-postinstall.js && node ./dist/src/scripts/run-postinstall.js || echo 'Dist folder missing'
  • preparehusky
  • prepublishOnlynpm install && npm run lint && npm run build
  • startNODE_ENV=development tsx ./src/entrypoint.cli.ts
  • testvitest run
  • test:integrationvitest run --config ./vitest.config.integration.ts
  • test:mutationvitest run --config ./vitest.config.mutation.ts
  • test:privatevitest run --config ./vitest.config.private.ts
  • test:unitvitest run --config ./vitest.config.unit.ts
Dependencies18
  • @graphql-typed-document-node/core^3.2.0
  • @inquirer/prompts8.3.2
  • @octokit/rest^22.0.1
  • chalk^5.6.2
  • dotenv^17.3.1
  • find-up^8.0.0
  • graphql^16.13.1
  • handlebars^4.7.8
  • lodash-es^4.17.21
  • ora^9.3.0
  • p-retry^7.1.1
  • strip-json-comments^5.0.3
  • terminal-link^5.0.0
  • utility-types^3.11.0
  • winston^3.19.0
  • yargs^18.0.0
  • yargs-parser^22.0.0
  • zod^4.3.6