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
- 62
- Versions published
- 31Established · −30% score
- First published
- Jul 2025
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (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":["@build-script/[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":["@build-script/[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 12 · status changed
Evidence
Static findings
8 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 8 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/lib/common/package-manager/driver.abstract.js | matched ".npmrc" | 5 |
| low | Credential file access | package/lib/main.js | matched ".npmrc" | 5 |
| low | Credential file access | package/lib/commands/monorepo-publish.js | matched ".npmrc" | 5 |
| low | Credential file access | package/lib/common/shared-jobs/publish-package-version-job.js | matched ".npmrc" | 5 |
| low | Credential file access | package/src/common/package-manager/driver.abstract.ts | matched ".npmrc" | 5 |
| low | Credential file access | package/src/main.ts | matched ".npmrc" | 5 |
| low | Credential file access | package/src/commands/monorepo-publish.ts | matched ".npmrc" | 5 |
| low | Credential file access | package/src/common/shared-jobs/publish-package-version-job.ts | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts3
buildmpis-run buildcleanmpis-run cleanwatchmpis-run watch
Dependencies21
@build-script/monorepo-lib^0.0.27@idlebox/cli^0.0.18@idlebox/common^1.5.28@idlebox/dependency-graph^0.0.24@idlebox/ensure-symlink^1.0.43@idlebox/json-edit^0.0.16@idlebox/node^1.4.36@idlebox/source-map-support^0.0.23@idlebox/terminal-control^0.0.6@idlebox/unshare^0.0.14cacache^20.0.4execa^9.6.1make-fetch-happen^15.0.5minimatch^10.2.4npm-registry-fetch^19.1.1pacote^21.5.0semver^7.7.4split-cmd^1.1.0targz^1.0.1tiny-async-pool^2.1.0yaml^2.8.2