PkgRadar

Package evidence

@studyportals/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
13Established · −30% score
First published
Sep 2020
Publisher
frankkluyt

Effective trust discount applied: 30% (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"}'
Publisherfrankkluyt
Artifact bytes169,352
Previous version1.1.5
Published2021-03-17T12:45:59.006Z
SHA-2568bd399ecd7953580aebed3b4bbaac8795e9cbd6c20985004e0e9f165567c6e12

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/dll/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts10
  • buildrm -rf ./dist/* && webpack --env production
  • linttslint "src/**/*.ts"
  • lint:fixtslint --fix "src/**/*.ts"
  • precommitnpm run lint
  • preparenpm run build
  • prepublishOnlynpm run unit && npm run lint
  • prepushnpm run unit
  • serveserve .
  • startwebpack --env development -w
  • unitjest --config test/unit/jest.conf.js --coverage
Dependencies5
  • @studyportals/styles-abstracts^0.7.0
  • @types/node^12.12.14
  • path^0.12.7
  • typescript^3.7.2
  • webpack^4.42.0