PkgRadar

Package evidence

@forgerock/[email protected]

Obfuscation Density: high encoded/escaped-token density

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 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":["@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"}'
Publishercerebralix
Artifact bytes401,745
Previous version2.2.0
Published2021-05-29T01:02:05.142Z
SHA-256ccf11536686bce7035fc9222197547178a63f01dddf6400013ff1c2ddc7aeb55

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

review
Last checked
reviewRisk
8Score
3.0.0-beta1Version
Status history (1 event)
  1. newavailable · risk review · score 8 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/bundles/index.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts17
  • buildnpm run clean && tsc && tsc -m es6 --outDir lib-esm && webpack --env DEV=no
  • build:e2ewebpack --config ./tests/e2e/server/webpack.config.js
  • cleanshx rm -rf ./bundles ./docs ./lib ./lib-esm
  • clean:allnpm run clean && shx rm -rf ./node_modules ./package-lock.json && git clean -fX -e "!*.pem"
  • docsnpm run docs:clean && npm run docs:gen
  • docs:cleanshx rm -rf docs
  • docs:gentypedoc --mode file ./src
  • eslint-checkeslint --print-config src/index.ts | eslint-config-prettier-check
  • linteslint --ignore-path .gitignore "./**/*.ts" --fix
  • start:e2ehttp-server ./tests/e2e/site -c1 -p 8443 --ssl --cert example.com+5.pem --key example.com+5-key.pem
  • start:e2e:apphttp-server ./tests/e2e/app -c1 -p 8443 --ssl --cert example.com+5.pem --key example.com+5-key.pem
  • start:sampleshttp-server ./samples -c1 -p 8443 --ssl --cert example.com+5.pem --key example.com+5-key.pem
  • testnpm run test:unit && npm run test:e2e
  • test:e2eJEST_PUPPETEER_CONFIG="./tests/jest.puppeteer.config.js" jest --testMatch="<rootDir>/tests/e2e/**/*.test.ts" --config=./tests/jest.e2e.config.js
  • test:integrationjest --testMatch="<rootDir>/tests/integration/**/*.test.ts" --config=./tests/jest.basic.config.js
  • test:unitjest --testMatch="<rootDir>/src/**/*.test.ts" --config=./tests/jest.basic.config.js
  • watchwebpack --env DEV=yes
Dependencies1
  • @forgerock/javascript-sdk^3.0.0-beta1