Package evidence
[email protected]
Install-time lifecycle script: postinstall="ibmtelemetry --config=telemetry.yml"
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
- 2,528Niche · −30% score
- Versions published
- 104Mature · −50% score
- First published
- Oct 2020
- Publisher
- leechase
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="ibmtelemetry --config=telemetry.yml"
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="ibmtelemetry --config=telemetry.yml" | 5 |
Manifest
Package metadata
Scripts17
buildtscbuild:watchtsc --watchcleanrm -rf distlintrun-p -s 'lint:*'lint-fixrun-s -s 'lint:es --fix' 'lint:format'lint:eseslint . --ext js,ts --report-unused-disable-directives --max-warnings 0 --config eslint.config.jslint:formatprettier ./**/*.{js,jsx,ts,tsx,md,mdx,scss} --write --ignore-unknown --no-error-on-unmatched-pattern --log-level warnlint:spellcspell lint --quiet "**/*.{js,jsx,ts,css,scss,md}"postinstallibmtelemetry --config=telemetry.ymlprebuildnpm run cleanprepublishOnlynpm run buildtestnpm run build && node --test "dist/**/__tests__/*.test.js"test:coveragenpm run build && node --test --experimental-test-coverage "dist/**/__tests__/*.test.js"test:watchnpm run build && node --test --watch "dist/**/__tests__/*.test.js"upgraderun-p -s 'upgrade:*'upgrade:carbonnpm-check-updates -u --dep dev,peer,prod --packageFile 'package.json' --filter '/carbon/' --target minorupgrade:othernpm-check-updates -u --dep dev,peer,prod --reject '/(carbon|^react$|^react-dom$|^@testing-library)/'
Dependencies9
@carbon/colors^11.4.0@carbon/layout^11.5.0@carbon/motion^11.3.0@carbon/themes^11.7.0@carbon/type^11.7.0@ibm/telemetry-js^1.10.2postcss-scss^4.0.9postcss-value-parser^4.2.0stylelint^16.26.1 || ^17.0.0