PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="cd src/backend/_core && composer install --quiet"

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
904
Versions published
77
First published
May 2026
Publisher
rhaastrake

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherrhaastrake
Artifact bytes112,640
Previous version2.4.1
Published2026-06-09T13:47:03.346Z
SHA-2568f3ec3c8b2af97ac257715d6674b6b307316b3ee9493fa62b856c8b651b9f880

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="cd src/backend/_core && composer install --quiet"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
2.4.2Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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
lowInstall-time lifecycle scriptpackage.jsonpostinstall="cd src/backend/_core && composer install --quiet"5

Manifest

Package metadata

Scripts11
  • assistantnode _tools/assistant.js
  • buildnpm run clean && npm run build:css && npm run build:js && npm run build:11ty
  • build:11tyeleventy
  • build:csssass src/frontend/scss:out/css --no-source-map --style=compressed --quiet
  • build:jsesbuild "src/frontend/ts/pages/*.ts" --bundle --outdir=out/js/pages --minify
  • cleannode _tools/cleanOutput.js
  • postinstallcd src/backend/_core && composer install --quiet
  • servenpm run clean && concurrently "npm run serve:11ty" "npm run serve:css" "npm run serve:js"
  • serve:11tyeleventy --serve --quiet
  • serve:csssass --watch src/frontend/scss:out/css --no-source-map --quiet
  • serve:jsesbuild "src/frontend/ts/pages/*.ts" --bundle --outdir=out/js/pages --watch
Dependencies10
  • @11ty/eleventy^3.1.2
  • @11ty/eleventy-img^6.0.4
  • bootstrap^5.3.8
  • bootstrap-icons^1.13.1
  • bulma^1.0.4
  • foundation-sites^6.9.0
  • github-markdown-css^5.9.0
  • glob^13.0.6
  • markdown-it^14.2.0
  • uikit^3.25.13