Package evidence
[email protected]
Install Lifecycle Suppresses Failure: preinstall="node scripts/check-node-version.js || exit 0"
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
- 692
- Versions published
- 817Established · −30% score
- First published
- Oct 2025
- Publisher
- aabyzov
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 updateStatic 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":["[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":["[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Install Lifecycle Suppresses Failure: preinstall="node scripts/check-node-version.js || exit 0"
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 high · score 49 · status changed
Evidence
Static findings
7 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Suppresses Failure | package.json | preinstall="node scripts/check-node-version.js || exit 0" | 20 |
| medium | Remote Payload | package/dist/src/core/fabric/discovery/content-fetcher.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/dist/src/sync/projects-v2.js | matched "api.github.com/graphql" | 12 |
| medium | Remote Payload | package/dist/src/cli/commands/update.js | matched "raw.githubusercontent.com" | 12 |
Show all 7 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Suppresses Failure | package.json | preinstall="node scripts/check-node-version.js || exit 0" | 20 |
| medium | Remote Payload | package/dist/src/core/fabric/discovery/content-fetcher.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/dist/src/sync/projects-v2.js | matched "api.github.com/graphql" | 12 |
| medium | Remote Payload | package/dist/src/cli/commands/update.js | matched "raw.githubusercontent.com" | 12 |
| low | Credential file access | package/dist/src/core/llm/provider-factory.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/src/core/fabric/security-scanner.js | matched ".ssh/" | 5 |
| low | Install-time lifecycle script | package.json | preinstall="node scripts/check-node-version.js || exit 0" | 5 |
Manifest
Package metadata
Scripts41
benchmarkts-node tests/performance/run-all-benchmarks.tsbuildtsc && npm run build:dashboard && npm run copy:locales && npm run copy:plugins && npm run copy:hook-deps && npm run copy:adapters && npm run stamp:plugin-versionbuild:dashboardnpx vite build --config src/dashboard/client/vite.config.tscleanrm -rf dist/copy:adaptersnode scripts/build/copy-adapters.jscopy:hook-depsnode scripts/build/copy-hook-dependencies.jscopy:localesnode scripts/build/copy-locales.jscopy:pluginsnode scripts/build/copy-plugin-js.jsdevtsc --watchgenerate:diagramsbash scripts/generation/generate-diagram-svgs.shmetrics:doranode dist/src/metrics/dora-calculator.jspostversionecho '✅ Version bumped with CHANGELOG entry'preinstallnode scripts/check-node-version.js || exit 0prepublishOnlynpm run rebuild && npm run validate:versionspreuninstallnode scripts/preuninstall.cjsrebuildnpm run clean && npm run buildreleasebash scripts/build/bump-version.shrelease:majorbash scripts/build/bump-version.sh majorrelease:minorbash scripts/build/bump-version.sh minorrelease:patchbash scripts/build/bump-version.sh patchsetup:hooksbash scripts/hooks/install-git-hooks.shstamp:plugin-versionnode scripts/build/stamp-plugin-version.cjstestnpm run test:smoketest:allnpm run test:unit && npm run test:integration && npm run test:e2e && npm run test:e2e:lifecycletest:coveragevitest run --coveragetest:e2evitest run tests/e2etest:e2e:clivitest run --config vitest.e2e.config.tstest:e2e:dashboardnpx playwright test --config playwright.config.tstest:e2e:debugDEBUG=* vitest run tests/e2etest:e2e:lifecyclevitest run tests/e2e/crash-recovery.e2e.ts- …and 11 more.
Dependencies17
@anthropic-ai/sdk^0.100.1@inquirer/prompts^8.1.0@octokit/rest^22.0.1@types/handlebars^4.0.40axios^1.13.4chalk^5.3.0commander^14.0.2fs-extra^11.3.3glob^13.0.0gray-matter^4.0.3handlebars^4.7.8js-yaml^4.1.0open^11.0.0ora^9.0.0uuid^13.0.0yaml^2.3.4zod^4.1.13