PkgRadar

Package evidence

@testomatio/[email protected]

Remote Payload: matched "cUrl "

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.

Publisher
GitHub ActionsTrusted automation · −70% score

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

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@testomatio/[email protected]"],"fail_on":"high"}'

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":["@testomatio/[email protected]"],"fail_on":"high"}'
Artifact bytes266,347
Previous version2.8.3
Published2026-05-24T21:12:35.519Z
SHA-25667afe6d99373ba080f810c2538f1845b7bb9514e5e2c600db58f1e9f2a13dee5

Why flagged

What the scanner saw

Remote Payload: matched "cUrl "

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
60Score
2.8.4Version
Status history (1 event)
  1. newavailable · risk high · score 60 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/lib/pipe/testomatio.jsmatched "cUrl "12
mediumRemote Payloadpackage/src/pipe/testomatio.jsmatched "cUrl "12
Show all 14 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/lib/pipe/testomatio.jsmatched "cUrl "12
mediumRemote Payloadpackage/src/pipe/testomatio.jsmatched "cUrl "12
lowObfuscationpackage/lib/pipe/bitbucket.jsmatched "\\x20"3
lowObfuscationpackage/src/pipe/bitbucket.jsmatched "\\x20"3
lowObfuscationpackage/lib/pipe/github.jsmatched "\\x20"3
lowObfuscationpackage/src/pipe/github.jsmatched "\\x20"3
lowObfuscationpackage/lib/pipe/gitlab.jsmatched "\\x20"3
lowObfuscationpackage/src/pipe/gitlab.jsmatched "\\x20"3
lowObfuscationpackage/lib/utils/log-formatter.jsmatched "\\x1b"3
lowObfuscationpackage/src/utils/log-formatter.jsmatched "\\x1b"3
lowObfuscationpackage/lib/utils/utils.jsmatched "\\u001B"3
lowObfuscationpackage/src/utils/utils.jsmatched "\\u001B"3
lowObfuscationpackage/lib/adapter/webdriver.jsmatched "Buffer.from(el.result.value, 'base64"3
lowObfuscationpackage/src/adapter/webdriver.jsmatched "Buffer.from(el.result.value, 'base64"3

Manifest

Package metadata

Scripts29
  • buildrm -rf ./cjs && tsc --module commonjs && npx tsx build/scripts/edit-js-files.js && npx tsx build/scripts/edit-package-json.js && chmod +x ./build/scripts/copy-tesmplate.sh && ./build/scripts/copy-tesmplate.sh
  • build:bunrm -rf ./cjs && bunx tsc --module commonjs && npx tsx build/scripts/edit-js-files.js && npx tsx build/scripts/edit-package-json.js && chmod +x ./build/scripts/copy-tesmplate.sh && ./build/scripts/copy-tesmplate.sh
  • build:watch:bunrm -rf ./cjs && bun build ./src/bin/reportXml.js ./src/bin/startTest.js ./src/bin/uploadArtifacts.js --outdir ./cjs --target node --watch --onSuccess "build/scripts/post-build.js"
  • clear-exportdirrm -rf export/
  • formatnpm run lint:fix && npm run pretty:fix
  • initcd ./tests/adapter/examples/cucumber && npm i
  • install-example-depscd example/playwright && npm install && cd ../codecept && npm install
  • linteslint src
  • lint:fixeslint src --fix
  • prettynpx prettier --check .
  • pretty:fixprettier --write .
  • testmocha 'tests/unit/**/*_test.js'
  • test:adapternode node_modules/mocha/bin/mocha './tests/adapter/index.test.js'
  • test:adapter:codecept:examplecodeceptjs run --config='./tests/adapter/examples/codecept/codecept.conf.js'
  • test:adapter:cucumber:examplecd ./tests/adapter/examples/cucumber && npx cucumber-js
  • test:adapter:jasmine:examplejasmine './tests/adapter/examples/jasmine/index.test.js' --reporter=./lib/adapter/jasmine.js
  • test:adapter:jest:examplejest './tests/adapter/examples/jest/index.test.js' --config='./tests/adapter/examples/jest/jest.config.js'
  • test:adapter:mocha:examplemocha './tests/adapter/examples/mocha/index.test.js' --config='./tests/adapter/examples/mocha/mocha.config.cjs'
  • test:adapter:playwright:examplenpx playwright test --config='./tests/adapter/examples/playwright/playwright.config.ts'
  • test:adapter:vitest:examplenpx vitest --config='./tests/adapter/examples/vitest/vitest.config.ts'
  • test:adaptersmocha tests/adapter/*.test.js
  • test:allnpm run test && npm run test:frameworks
  • test:codeceptmocha tests/adapter/codecept.test.js tests/adapter/codecept_comprehensive.test.js tests/adapter/codecept_steps_sections.test.js
  • test:codecept:bug948mocha tests/adapter/codecept_aftersuite_failure.test.js
  • test:codecept:stepsmocha tests/adapter/codecept_steps_sections.test.js
  • test:frameworksnpm run test:playwright && npm run test:codecept && npm run test:vitest
  • test:playwrightmocha tests/adapter/playwright.test.js
  • test:storagenpx mocha tests-storage/artifact-storage.test.js && npx mocha tests-storage/data-storage.test.js && TESTOMATIO_INTERCEPT_CONSOLE_LOGS=true npx mocha tests-storage/logger.test.js && npx mocha tests-storage/logger-2.test.js && npx mocha tests-storage/reporter-functions.test.js
  • test:vitestmocha tests/adapter/vitest.test.js
Dependencies30
  • @aws-sdk/client-s3^3.279.0
  • @aws-sdk/lib-storage^3.279.0
  • @cucumber/cucumber^10.9.0
  • @octokit/rest^21.1.1
  • callsite-record^4.1.4
  • commander^12
  • cross-spawn^7.0.3
  • csv-writer^1.6.0
  • debug4.3.4
  • dotenv^16.0.1
  • fast-xml-parser^5.3.4
  • file-url3.0.0
  • filesize^10.1.6
  • gaxios>=6.0 || >=7.0.0-rc.4 || <8
  • glob^10.3
  • handlebars^4.7.8
  • has-flag^5.0.1
  • humanize-duration^3.27.3
  • is-valid-path^0.1.1
  • js-yaml^4.1.1
  • json-cycle^1.3.0
  • lodash.memoize^4.1.2
  • lodash.merge^4.6.2
  • marked^14.1.4
  • minimatch^10.2.4
  • picocolors^1.0.1
  • pretty-ms^7.0.1
  • promise-retry^2.0.1
  • strip-ansi7.1.0
  • uuid^9.0.0