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.
- Versions published
- 416Mature · −50% score
- First published
- Feb 2019
- 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":["@naturalcycles/[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":["@naturalcycles/[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 3 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/deploy/deployPrepare.js | matched ".npmrc" | 5 |
| low | Credential file access | package/src/deploy/deployPrepare.ts | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts13
btdev-lib btbuilddev-lib buildcheckdev-lib checkcleandev-lib cleandeploy-gaetsx src/bin/deploy-gae.tsdeploy-health-check-debug1tsx src/bin/deploy-health-check.ts --url https://api-master.naturalcycles.comdeploy-health-check-debug2tsx src/bin/deploy-health-check.ts --url https://api-master2.naturalcycles.com --thresholdUnhealthy 5deploy-preparetsx src/bin/deploy-prepare.tsdeploy-prepare-debugAA=AA1 BB=BB1 tsx src/bin/deploy-prepare.ts --projectDir ./src/test/projectdevAPP_ENV=dev tsx watch src/test/server/server.tslintdev-lib linttestdev-lib testtypecheckdev-lib typecheck
Dependencies21
@naturalcycles/db-lib^10@naturalcycles/js-lib^15@naturalcycles/nodejs-lib^15@types/body-parser^1@types/compressible^2@types/cookie-parser^1@types/cors^2@types/express^5@types/on-finished^2@types/on-headers^1@types/vary^1compressible^2cookie-parser^1cors^2express^5helmet^8negotiator^1on-finished^2on-headers^1tslib^2vary^1