PkgRadar

Package evidence

@red-hat-developer-hub/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
38
First published
Feb 2026
Publisher
rhdh-bot

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":["@red-hat-developer-hub/[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":["@red-hat-developer-hub/[email protected]"],"fail_on":"review"}'
Publisherrhdh-bot
Artifact bytes91,487
Previous version1.1.45
Published2026-06-10T10:33:55.602Z
SHA-256146d080fca2fc915d11b1c2239a85aeaa33d19463f2633a5a9adfbe78934a18a

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

review
Last checked
reviewRisk
12Score
1.10.0Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/utils/plugin-metadata.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts12
  • buildyarn clean && tsc -p tsconfig.build.json && cp -r src/deployment/rhdh/config dist/deployment/rhdh/ && cp -r src/deployment/keycloak/config dist/deployment/keycloak/ && cp src/deployment/orchestrator/install-orchestrator.sh dist/deployment/orchestrator/
  • checkyarn typecheck && yarn lint:check && yarn prettier:check
  • cleanrm -rf dist
  • lint:checkeslint . --ignore-pattern dist --ignore-pattern README.md --ignore-pattern docs
  • lint:fixeslint . --fix --ignore-pattern dist --ignore-pattern README.md --ignore-pattern docs
  • prepackyarn build
  • preparehusky
  • prepublishOnlyyarn build
  • prettier:checkprettier --check . '!dist' '!README.md' '!docs' '!.github/workflows/deploy-docs.yml'
  • prettier:fixprettier --write . '!dist' '!README.md' '!docs' '!.github/workflows/deploy-docs.yml'
  • testnode --test "dist/**/*.test.js"
  • typechecktsc --noEmit
Dependencies19
  • @axe-core/playwright4.11.1
  • @backstage-community/plugin-rbac-common1.26.0
  • @eslint/js10.0.1
  • @keycloak/keycloak-admin-client26.5.6
  • @kubernetes/client-node1.4.0
  • dotenv17.4.2
  • eslint10.2.0
  • eslint-plugin-check-file3.3.1
  • eslint-plugin-playwright2.10.1
  • fs-extra11.3.4
  • js-yaml4.1.1
  • lodash.clonedeepwith4.5.0
  • lodash.mergewith4.6.2
  • otplib12.0.1
  • prettier3.8.1
  • proper-lockfile4.1.2
  • typescript6.0.2
  • typescript-eslint8.58.1
  • zx8.8.5