PkgRadar

Package evidence

@studyportals/[email protected]

no findings

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 monitoring

No 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"}'
Artifact bytes13,436
Previous version1.28.1-0
Published2025-12-01T15:47:59.722Z
SHA-256fb351dd93b0e4546e7c8fb619e95956de0a12d3c27ce7f86b7018c22e7c5dc84

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

low
Last checked
lowRisk
0Score
1.28.1-1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts16
  • compilerm -fR bin && npx tsc
  • coveragenyc report --reporter=lcov
  • deploynpm run prepare-deployment && npm publish ./bin
  • deploy-betanpm run prepare-deployment && npm publish ./bin --tag beta
  • deploy-majornpm version major && npm run deploy
  • deploy-minornpm version minor && npm run deploy
  • deploy-patchnpm version patch && npm run deploy
  • deploy-prereleasenpm version prerelease && npm run deploy-beta
  • linteslint . --ext .ts
  • lint:fixeslint . --ext .ts --fix
  • preparets-patch install -s
  • prepare-deploymentnpm test && cp package.json bin/package.json && rm -fR bin/tests-u bin/tests-u-v2
  • testnpm run compile && npm run test-u-o && npm run test-u-v2 && npm run coverage
  • test-unpm run compile && npm run test-u-o
  • test-u-onyc --all --silent mocha "bin/tests-u/**/*.js"
  • test-u-v2vitest run --config vitest.unit.config.ts
Dependencies3
  • @studyportals/domain-client>=3.15.0
  • @studyportals/mb-platform-http-requests^2.5.0
  • @studyportals/sp-r2d2-interface^2.1.1