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
- 22
- Versions published
- 10Established · −30% score
- First published
- Dec 2019
- Publisher
- cerebralix
Effective trust discount applied: −30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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":["@forgerock/[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":["@forgerock/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Obfuscation Density: high encoded/escaped-token density
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 8 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/bundles/index.js | high encoded/escaped-token density | 12 |
Manifest
Package metadata
Scripts17
buildnpm run clean && tsc && tsc -m es6 --outDir lib-esm && webpack --env DEV=nobuild:e2ewebpack --config ./tests/e2e/server/webpack.config.jscleanshx rm -rf ./bundles ./docs ./lib ./lib-esmclean:allnpm run clean && shx rm -rf ./node_modules ./package-lock.json && git clean -fX -e "!*.pem"docsnpm run docs:clean && npm run docs:gendocs:cleanshx rm -rf docsdocs:gentypedoc --mode file ./srceslint-checkeslint --print-config src/index.ts | eslint-config-prettier-checklinteslint --ignore-path .gitignore "./**/*.ts" --fixstart:e2ehttp-server ./tests/e2e/site -c1 -p 8443 --ssl --cert example.com+5.pem --key example.com+5-key.pemstart:e2e:apphttp-server ./tests/e2e/app -c1 -p 8443 --ssl --cert example.com+5.pem --key example.com+5-key.pemstart:sampleshttp-server ./samples -c1 -p 8443 --ssl --cert example.com+5.pem --key example.com+5-key.pemtestnpm run test:unit && npm run test:e2etest:e2eJEST_PUPPETEER_CONFIG="./tests/jest.puppeteer.config.js" jest --testMatch="<rootDir>/tests/e2e/**/*.test.ts" --config=./tests/jest.e2e.config.jstest:integrationjest --testMatch="<rootDir>/tests/integration/**/*.test.ts" --config=./tests/jest.basic.config.jstest:unitjest --testMatch="<rootDir>/src/**/*.test.ts" --config=./tests/jest.basic.config.jswatchwebpack --env DEV=yes
Dependencies1
@forgerock/javascript-sdk^3.0.0-beta1