PkgRadar

Package evidence

@glossarist/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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.

Weekly downloads
1,923Niche · −30% score
Versions published
43
First published
May 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@glossarist/[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":["@glossarist/[email protected]"],"fail_on":"review"}'
Artifact bytes159,256
Previous version0.4.14
Published2026-05-28T10:22:26.841Z
SHA-25661473e26cb341fea4968c546e4dc021ee56908d4354e2190e46a40348a46915a

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
0.4.15Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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
lowCredential file accesspackage/cli/index.mjsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts11
  • buildvue-tsc --noEmit && vite build
  • build:fullnpm run generate-ontology && npm run fetch-datasets && npm run generate-data && node scripts/build-edges.js && npm run build
  • build:siteconcept-browser --site build
  • devvite
  • fetch-datasetsnode scripts/fetch-datasets.mjs
  • generate-datanode scripts/generate-data.mjs
  • generate-ontologynode scripts/generate-ontology-data.mjs && node scripts/generate-ontology-schema.mjs
  • postbuildnode scripts/generate-404.js
  • previewvite preview
  • testvitest run
  • test:watchvitest
Dependencies13
  • @plurimath/plurimath^0.2.2
  • @vitejs/plugin-vue^5.2.3
  • autoprefixer^10.4.21
  • d3^7.9.0
  • favicons^7.2.0
  • glossarist^0.3.0
  • js-yaml^4.1.0
  • pinia^2.3.1
  • postcss^8.5.3
  • tailwindcss^3.4.17
  • vite^6.3.5
  • vue^3.5.13
  • vue-router^4.5.1