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
- 11,482Mainstream · −50% score
- Versions published
- 360Mature · −50% score
- First published
- Apr 2020
- Publisher
- st-team
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":["@servicetitan/[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":["@servicetitan/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched ".npmrc"
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 4 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/cli/commands/review/rules/require-npmrc.js | matched ".npmrc" | 5 |
| low | Credential file access | package/src/cli/commands/review/rules/require-npmrc.ts | matched ".npmrc" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="node ./src/postinstall.js" | 5 |
Manifest
Package metadata
Scripts1
postinstallnode ./src/postinstall.js
Dependencies75
@babel/preset-env~7.29.0@jest/core~30.2.0@jest/types~30.2.0@jsdevtools/coverage-istanbul-loader^3.0.5@servicetitan/eslint-config34.2.1@servicetitan/install34.2.1@servicetitan/startup-utils34.2.1@servicetitan/stylelint-config34.2.1@svgr/webpack^8.1.0@swc/cli^0.5.0@swc/core1.15.18@types/debug^4.1.12@types/jest~30.0.0@vitest/coverage-v8^4.0.18chalk~4.1.2cli-table3^0.6.5cpx28.0.0css-loader~7.1.4css-minimizer-webpack-plugin^7.0.4debounce^2.2.0debug^4.4.3deepmerge~4.3.1eslint~9.39.2eta^3.5.0execa~5.1.1glob~13.0.6html-webpack-plugin~5.6.6html-webpack-tags-plugin^3.0.2identity-obj-proxy~3.0.0jest~30.2.0- …and 45 more.