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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="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.jsoncodegengraphql-codegen --config scripts/codegen-config.ts && node scripts/codegen-fix-imports.jsgraphql:executetsx scripts/graphql-execute.tsgraphql:update-schematsx scripts/graphql-update-schema.tsgraphql:validatetsx scripts/graphql-validate.tslinttsc -p tsconfig.eslint.json --noEmit --incremental && eslint './**/*.{ts,js}' --fix --cachelint-and-testnpm run lint && npm testpostinstalltest -f ./dist/src/scripts/run-postinstall.js && node ./dist/src/scripts/run-postinstall.js || echo 'Dist folder missing'preparehuskyprepublishOnlynpm install && npm run lint && npm run buildstartNODE_ENV=development tsx ./src/entrypoint.cli.tstestvitest runtest:integrationvitest run --config ./vitest.config.integration.tstest:mutationvitest run --config ./vitest.config.mutation.tstest:privatevitest run --config ./vitest.config.private.tstest:unitvitest run --config ./vitest.config.unit.ts
Dependencies18
@graphql-typed-document-node/core^3.2.0@inquirer/prompts8.3.2@octokit/rest^22.0.1chalk^5.6.2dotenv^17.3.1find-up^8.0.0graphql^16.13.1handlebars^4.7.8lodash-es^4.17.21ora^9.3.0p-retry^7.1.1strip-json-comments^5.0.3terminal-link^5.0.0utility-types^3.11.0winston^3.19.0yargs^18.0.0yargs-parser^22.0.0zod^4.3.6