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
348Mature · −50% score
First published
Jun 2023
Publisher
giampiero_sp

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"}'
Publishergiampiero_sp
Artifact bytes212,578
Previous version6.2.3-5
Published2025-09-03T20:29:34.454Z
SHA-256c6022e1dd388be2a7288ac1ebfb90d57202fb597b6509b80e8c1d464d649add0

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
6.2.3-6Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts21
  • buildrm -rf ./dist/* && webpack --mode=production && webpack --mode=development && npm run build:types
  • build:typesnpx tsc --emitDeclarationOnly && npm run remove:alias
  • cleanrm -fR dist
  • compilenpm run clean && npx tsc
  • devcross-env STAGE=dev webpack-dev-server --mode development --config webpack.config.dev.js
  • linteslint . --ext .ts
  • lint:fixeslint . --ext .ts --fix
  • prepublishOnlynpm i && npm run test && npm run clean && webpack --mode production && rm -fR dist/test* && npm run build:types
  • publish-betanpm version prerelease && npm run prepublishOnly && npm publish --tag beta
  • publish-dll-betacd dll && npm i && npm run build && npm version prerelease && npm publish --tag beta
  • publish-dll-majorcd dll && npm i && npm run build && npm version major && npm publish
  • publish-dll-minorcd dll && npm i && npm run build && npm version minor && npm publish
  • publish-dll-patchcd dll && npm i && npm run build && npm version patch && npm publish
  • publish-majornpm version major && npm run prepublishOnly && npm publish
  • publish-minornpm version minor && npm run prepublishOnly && npm publish
  • publish-patchnpm version patch && npm run prepublishOnly && npm publish
  • remove:aliasnpx tsc-alias -p tsconfig.json --outDir dist
  • startnpm run dev
  • testNODE_OPTIONS='--experimental-vm-modules' vitest --watch=false
  • test:coveragevitest --watch=false --coverage
  • test:watchvitest --watch
Dependencies6
  • @studyportals/datalake-event-tracker-dll^7.0.0
  • @studyportals/event-aggregation-service-interface^1.1.0
  • @studyportals/multiselect^4.2.0
  • @studyportals/styles-abstracts^2.0.0
  • @studyportals/styles-components^2.0.0
  • ts-loader^9.5.1