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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 12 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/utils/plugin-metadata.js | matched "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:checkcleanrm -rf distlint:checkeslint . --ignore-pattern dist --ignore-pattern README.md --ignore-pattern docslint:fixeslint . --fix --ignore-pattern dist --ignore-pattern README.md --ignore-pattern docsprepackyarn buildpreparehuskyprepublishOnlyyarn buildprettier: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.0dotenv17.4.2eslint10.2.0eslint-plugin-check-file3.3.1eslint-plugin-playwright2.10.1fs-extra11.3.4js-yaml4.1.1lodash.clonedeepwith4.5.0lodash.mergewith4.6.2otplib12.0.1prettier3.8.1proper-lockfile4.1.2typescript6.0.2typescript-eslint8.58.1zx8.8.5