PkgRadar

Package evidence

@manisranjan/[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
17
Versions published
3
First published
May 2026
Publisher
manisranjan

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@manisranjan/[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":["@manisranjan/[email protected]"],"fail_on":"review"}'
Publishermanisranjan
Artifact bytes654,968
Previous version3.3.1-beta.0
Published2026-06-12T08:33:00.565Z
SHA-256224d375dbfc9cb8172fd16381a92790ecff59fd2a5142d592c5e63d0cff1dafa

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

low
Last checked
lowRisk
0Score
3.4.0-beta.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/cypress/package-lock.jsonhigh encoded/escaped-token density0
lowObfuscation Densitypackage/src/configs/mock.config.tshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts23
  • analyzeANALYZE=true elsie build
  • buildelsie build
  • build:ciexport PR_VERSION=${VERSION_PARAM#*=} && mkdir -p ./dist/${PR_VERSION} && elsie build --outDir=./dist/${PR_VERSION}; cp -r ./static/* ./dist/${PR_VERSION}/. ; storybook build -o ./dist/${PR_VERSION}/storybook --disable-telemetry; cp ./static/index.html ./dist/.
  • build:storybookstorybook build --disable-telemetry
  • changesetchangeset
  • changeset:alphachangeset version --snapshot alpha
  • changeset:publishchangeset publish
  • changeset:statuschangeset status
  • changeset:versionchangeset version
  • clean:reportsrm -R -f cypress/reports && mkdir cypress/reports
  • cypress:localconcurrently 'npm run serve:static' 'cd cypress && yarn install && yarn test'
  • cypress:mochawesomecd cypress && yarn cypress:mochawesome:merge && yarn cypress:mochawesome:m2e && yarn cypress:mochawesome:html
  • devconcurrently 'npm run storybook' 'npm run serve'
  • generate:api:mockselsie gql mocks
  • generate:api:typeselsie gql types
  • generate:api:validateelsie gql validate
  • lintelsie lint --max-warnings=0
  • prebuild:ciecho "Building PR version: ${VERSION_PARAM:-"."}"
  • serveconcurrently 'elsie serve' 'wait-on tcp:${PORT:=3002} && alive-server ./examples/html-host --port=3000 --watch=../../dist/reload'
  • storybookelsie storybook
  • testelsie test
  • test:cijest --config jest.config.js --passWithNoTests --coverage --detectOpenHandles --forceExit
  • test:cypress:ciyarn clean:reports && cd cypress && yarn install && cross-env TZ=utc yarn cypress run --browser chrome --config baseUrl=${DEPLOY_URL}
Dependencies7
  • @adobe-commerce/elsie~1.8.1
  • @adobe-commerce/event-bus~1.0.1
  • @adobe-commerce/fetch-graphql~1.2.3
  • @adobe-commerce/recaptcha~1.1.0
  • @adobe-commerce/storefront-design~1.0.0
  • @dropins/build-tools~1.1.0
  • preact~10.22.1