PkgRadar

Package evidence

@prairielearn/[email protected]

New Account With Lifecycle Hook: package first published 9 day(s) ago, 3 total version(s), has lifecycle hook

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
3
First published
Jun 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

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":["@prairielearn/[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":["@prairielearn/[email protected]"],"fail_on":"high"}'
Artifact bytes705,866
Previous version0.0.1
Published2026-06-01T18:01:10.904Z
SHA-256fc5497f900facafb077a2a7b1624cb77e550abf8e91f892a4cc82e74cd265607

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: install added in 1.4.2 vs 0.0.1: "node-gyp-build || exit 0"

1 candidate cluster(s) currently reference this release.

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

New Account With Lifecycle Hook — package first published 9 day(s) ago, 3 total version(s), has lifecycle hook

13 members · evidence strength 83
Repeated static TTPcandidate

New Account With Lifecycle Hook — package first published 9 day(s) ago, 3 total version(s), has lifecycle hook

13 members · max score 65

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsoninstall added in 1.4.2 vs 0.0.1: "node-gyp-build || exit 0"40
highNew Account With Lifecycle Hookpackage.jsonpackage first published 9 day(s) ago, 3 total version(s), has lifecycle hook25
highInstall Lifecycle Suppresses Failurepackage.jsoninstall="node-gyp-build || exit 0"20
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsoninstall added in 1.4.2 vs 0.0.1: "node-gyp-build || exit 0"40
highNew Account With Lifecycle Hookpackage.jsonpackage first published 9 day(s) ago, 3 total version(s), has lifecycle hook25
highInstall Lifecycle Suppresses Failurepackage.jsoninstall="node-gyp-build || exit 0"20
lowInstall-time lifecycle scriptpackage.jsoninstall="node-gyp-build || exit 0"5
lowObfuscation Densitypackage/dist/cli/main.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts16
  • buildtree-sitter build --wasm
  • build:jsnode esbuild.config.mjs && tsc -p js/tsconfig.json
  • checknode dist/cli/main.js check
  • formatprettier --write .
  • format:checkprettier --check .
  • generate:ast-typestsx scripts/generate-ast-types.ts
  • generate:config-schematsx scripts/generate-config-schema.ts
  • generate:rule-docstsx scripts/generate-rule-docs.ts
  • installnode-gyp-build || exit 0
  • linteslint .
  • prepacktree-sitter build --wasm && npm run generate:ast-types && npm run generate:config-schema && npm run build:js
  • prestarttree-sitter build --wasm
  • starttree-sitter playground
  • testtree-sitter test && node --test bindings/node/*_test.js
  • test:jsvitest run
  • typechecktsc -p js/tsconfig.json --noEmit
Dependencies8
  • ajv^8.20.0
  • ajv-errors^3.0.0
  • ajv-i18n^4.2.0
  • chalk^5.6.2
  • editorconfig^3.0.1
  • vscode-languageserver-textdocument^1.0.12
  • web-tree-sitter^0.26.5
  • zod^4.4.3