PkgRadar

Package evidence

@novo-learning/[email protected]

Credential File Packaged: package/.env

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
121Mature · −50% score
First published
May 2022
Publisher
michastreppel

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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@novo-learning/[email protected]"],"fail_on":"high"}'

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":["@novo-learning/[email protected]"],"fail_on":"high"}'
Publishermichastreppel
Artifact bytes155,720
Previous version0.9.1
Published2026-02-20T13:01:58.581Z
SHA-256f576daf8a73ffadfde7a5e7af056f1aaf1820c9b9cd45700aadfe8c508c99757

Why flagged

What the scanner saw

Credential File Packaged: package/.env

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
17Score
0.9.2Version
Status history (1 event)
  1. newavailable · risk high · score 17 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
lowObfuscation Densitypackage/eslint-config/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts8
  • buildtsc
  • generate-auth-api-clientopenapi-generator-cli generate -i src/clients/auth-api/swagger-spec.json -g typescript-axios -o src/clients/auth-api/generated --additional-properties=enumPropertyNaming=original
  • generate-data-api-clientnode src/clients/data-api/preprocess.js && openapi-generator-cli generate -i src/clients/data-api/swagger-spec.json -g typescript-axios -o src/clients/data-api/generated --additional-properties=enumPropertyNaming=original && node src/clients/data-api/postprocess.js
  • generate-pronunciation-api-clientopenapi-generator-cli generate -i src/clients/pronunciation-api/swagger-spec.json -g typescript-axios -o src/clients/pronunciation-api/generated --additional-properties=enumPropertyNaming=original
  • generate-publisher-api-clientopenapi-generator-cli generate -i src/clients/publisher-api/swagger-spec.json -g typescript-axios -o src/clients/publisher-api/generated --additional-properties=enumPropertyNaming=original
  • linteslint "src/**/*.ts" --fix
  • testjest --maxWorkers=4
  • test:covjest --coverage --maxWorkers=4