PkgRadar

Package evidence

@applitools/[email protected]

no findings

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
331Mature · −50% score
First published
Feb 2019
Publisher
movsho

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@applitools/[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":["@applitools/[email protected]"],"fail_on":"review"}'
Publishermovsho
Artifact bytes127,022
Previous version3.60.3
Published2026-06-09T10:26:47.605Z
SHA-2569439c18488dae2d4c3bdcbc79038bdb4c971c2383bffd307eea5a0e1d1ac0432

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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.60.4Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts32
  • buildrun --top-level tspc --project ./tsconfig.build.json
  • cypresscypress open --config-file test/fixtures/cypress-play.json
  • cypress10../../node_modules/cypress10/bin/cypress
  • cypress11../../node_modules/cypress11/bin/cypress
  • cypress12../../node_modules/cypress12/bin/cypress
  • cypress13../../node_modules/cypress13/bin/cypress
  • cypress9../../node_modules/cypress9/bin/cypress
  • cypress:newcd test/play && yarn && npx cypress open
  • cypress:playcd test/fixtures/testApp && cypress run --config integrationFolder=cypress/integration-play,pluginsFile=cypress/plugins/index-play.js,supportFile=cypress/support/index-run.js --spec=cypress/integration-play/play.js
  • cypress:runcypress run --config-file test/fixtures/cypress-play.json --spec=test/fixtures/testApp/cypress/integration-play/play.js
  • cypress:run:newcd test/play && yarn && npx cypress run --spec=../fixtures/testApp/cypress/integration-play/play.js
  • generate:testsNODE_OPTIONS='--experimental-import-meta-resolve --experimental-loader=@applitools/generic/dist/code-loader.js' generic ./test/generic/config.mjs
  • lintrun --top-level eslint "**/*.{js,ts}"
  • renderrun(){ npx cypress run --config integrationFolder=test/fixtures/testApp/cypress/render,pluginsFile=test/fixtures/testApp/cypress/plugins/index-render.js,supportFile=test/fixtures/testApp/cypress/support/index-run.js --env url=$1; }; run
  • setuprun --top-level xvfb:setup
  • testyarn test:unit && yarn test:it && yarn test:ts:compile && yarn test:setup && yarn test:components
  • test:componentscd test/components && yarn && npx allow-scripts run && npx cypress run --component
  • test:coveragecd test/generic && yarn && npx allow-scripts run && MOCHA_GROUP=coverage APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-cypress' APPLITOOLS_BATCH_ID=$(uuidgen) npx cypress run
  • test:coverage:chromecd test/generic && yarn && npx allow-scripts run && MOCHA_GROUP=coverage APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-cypress' APPLITOOLS_BATCH_ID=$(uuidgen) npx cypress run --browser chrome
  • test:e2eMOCHA_GROUP=e2e mkdir -p test/fixtures/testAppCopies && run --top-level mocha --no-timeouts 'test/e2e/**/*.test.js' --parallel --jobs 4
  • test:itrun --top-level mocha --no-timeouts 'test/it/**/*.test.js'
  • test:setuprun --top-level mocha --no-timeouts 'test/setup/**/*.test.js'
  • test:tsyarn test:ts:compile && yarn test:ts:run
  • test:ts:compilerun --top-level tsc --project test/e2e/ts/cypress
  • test:ts:runsh -c 'if [ "$APPLITOOLS_FRAMEWORK_VERSION" = "9" ]; then yarn cypress9 run --browser electron --project ./test/e2e/ts --config-file ./cypress-9.config.ts; else yarn cypress$APPLITOOLS_FRAMEWORK_VERSION run --browser chrome --project ./test/e2e/ts --config-file ./cypress-$APPLITOOLS_FRAMEWORK_VERSION.config.ts; fi'
  • test:ts:run:10yarn cypress10 run --project ./test/e2e/ts --config-file ./cypress-10.config.ts
  • test:ts:run:11yarn cypress11 run --project ./test/e2e/ts --config-file ./cypress-11.config.ts
  • test:ts:run:12yarn cypress12 run --project ./test/e2e/ts --config-file ./cypress-12.config.ts
  • test:ts:run:13yarn cypress13 run --project ./test/e2e/ts --config-file ./cypress-13.config.ts
  • test:ts:run:9yarn cypress9 run --project ./test/e2e/ts --config-file ./cypress-9.config.ts
  • …and 2 more.
Dependencies11
  • @applitools/core4.64.1
  • @applitools/core-universal1.0.18
  • @applitools/eyes1.43.1
  • @applitools/functional-commons1.6.0
  • @applitools/logger2.2.12
  • @applitools/utils1.14.5
  • boxen5.1.2
  • chalk3.0.0
  • semver7.6.2
  • uuid8.3.2
  • ws8.17.1