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
- 94Mature · −50% score
- First published
- Jun 2022
- Publisher
- alparslanylmaz
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
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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":["@studyportals/[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":["@studyportals/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
No high-signal static finding in the saved report.
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 low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts17
compilerm -fR bin && npx tsccoveragenyc report --reporter=lcovdeploynpm run prepare-deployment && npm publish ./bindeploy-betanpm run prepare-deployment && npm publish ./bin --tag betadeploy-majornpm version major && npm run deploydeploy-minornpm version minor && npm run deploydeploy-patchnpm version patch && npm run deploydeploy-prereleasenpm version prerelease && npm run deploy-betalinteslint . --ext .tslint:fixeslint . --ext .ts --fixpreparets-patch install -sprepare-deploymentnpm test && cp package.json bin/package.json && rm -fR bin/tests-u bin/tests-u-v2testnpm run compile && npm run test-u-o && npm run test-u-v2 && npm run coveragetest-unpm run compile && npm run test-u-otest-u-onyc --all --silent mocha "bin/tests-u/**/*.js"test-u-v2vitest run --config vitest.unit.config.tstest-u-v2-ovitest run --config vitest.unit.config.ts --coverage
Dependencies3
@studyportals/domain-client>=3.15.0@studyportals/mb-platform-http-requests^2.5.0@studyportals/sp-r2d2-interface^2.1.1