BEACON

← candidates

npm testplane @9.0.0

score
0.65 med
flagged 2026-06-16 08:34
signals by category
content 2

maintainers added:

package profile →

Signals fired

signalweightrationale
content
script_count_spike 0.5 scripts count 25 -> 33
provenance_dropped 0.8 prior version published with SLSA attestation; current version has none

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "miripiruni",
    "dudagod",
    "sipayrt",
    "shadowusr",
    "kuznetsovroman",
    "y-infra",
    "sonic16x"
  ],
  "versions": 161
}

Evidence (package doc at flag time)

{
  "dependencies_count": 51,
  "dist": {
    "integrity": "sha512-3nwznMbFI3zJ58Uu9nSZ6pdSfKnHo3HjXH0+4SkR/eT0VpVd8YQ6KScjjaPY6Ek9emmJiYm1gXuSs5H3Z1wCNg==",
    "tarball": "https://registry.npmjs.org/testplane/-/testplane-9.0.0.tgz",
    "unpackedSize": 3537255
  },
  "dist-tags": {
    "alpha": "8.29.7-alpha.1",
    "latest": "9.0.0",
    "next": "8.44.2-rc.1",
    "rc": "9.0.0-rc.4"
  },
  "latest_version": "9.0.0",
  "maintainers": [
    {
      "email": "miripiruni@gmail.com",
      "name": "miripiruni"
    },
    {
      "email": "dudkevich@yandex-team.ru",
      "name": "dudagod"
    },
    {
      "email": "sipayrt@yandex.ru",
      "name": "sipayrt"
    },
    {
      "email": "nikhakerlab@mail.ru",
      "name": "shadowusr"
    },
    {
      "email": "kuznetsov.roman.orenburg@gmail.com",
      "name": "kuznetsovroman"
    },
    {
      "email": "y-infra@yandex.ru",
      "name": "y-infra"
    },
    {
      "email": "cherebedov.sergey@yandex.ru",
      "name": "sonic16x"
    }
  ],
  "num_versions": 163,
  "repository": {
    "type": "git",
    "url": "git://github.com/gemini-testing/testplane.git"
  },
  "scripts": {
    "browsers:launch": "docker run -it --rm --network=host $(which colima >/dev/null || echo --add-host=host.docker.internal:0.0.0.0) yinfra/html-reporter-browsers",
    "build": "tsc --build && npm run build-bundles && npm run copy-static",
    "build-browser-bundle": "node ./src/browser/client-scripts/build.js ./src/browser/client-scripts/screen-shooter && node ./src/browser/client-scripts/build.js ./src/browser/client-scripts/browser-utils",
    "build-bundles": "concurrently -c 'auto' 'npm:build-browser-bundle' 'npm:build-node-bundle --minify'",
    "build-node-bundle": "esbuild ./src/bundle/cjs/index.ts --outdir=./build/src/bundle/cjs --bundle --format=cjs --platform=node --target=ES2021",
    "check-types": "tsc --project test/tsconfig.json",
    "clean": "rimraf build/ *.tsbuildinfo",
    "commitmsg": "commitlint -e",
    "copy-static": "copyfiles 'src/browser/client-scripts/**/*.js' 'src/**/[!cache]*/autogenerated/**/*.json' build",
    "lint": "eslint --cache . && prettier --check .",
    "precommit": "npm run lint",
    "prepack": "npm run clean && npm run build",
    "prettier-watch": "onchange '**' --exclude-path .prettierignore -- prettier --write {{changed}}",
    "preversion": "npm run lint && npm test",
    "reformat": "eslint --fix . && prettier --write .",
    "release": "standard-version",
    "resolve-ubuntu-dependencies": "ts-node ./src/browser-installer/ubuntu-packages/collect-dependencies",
    "test": "npm run test-unit && npm run check-types && npm run lint",
    "test-browser-env": "TS_NODE_PROJECT=./test/browser-env/tsconfig.json node bin/testplane -r tsconfig-paths/register --config test/browser-env/testplane.config.ts",
    "test-browser-env:gui": "TS_NODE_PROJECT=./test/browser-env/tsconfig.json node bin/testplane gui -r tsconfig-paths/register --config test/browser-env/testplane.config.ts",
    "test-e2e": "npm run test-e2e-repl && npm run test-e2e:generate-fixtures && npm run test-e2e:run-tests",
    "test-e2e-repl": "_mocha \"test/e2e/**/*.test.js\" --ignore \"test/e2e/**/fixture-project/**\"",
    "test-e2e:generate-fixtures": "node bin/testplane --config test/e2e/fixtures/basic-report/testplane.config.ts || true",
    "test-e2e:gui": "node bin/testplane --config test/e2e/testplane.config.ts gui",
    "test-e2e:run-tests": "node bin/testplane --config test/e2e/testplane.config.ts",
    "test-integration": "TS_NODE_TRANSPILE_ONLY=1 node scripts/run-node-without-type-stripping.js ./node_modules/mocha/bin/_mocha -r ts-node/register test/integration/*/**",
    "test-unit": "node scripts/run-node-without-type-stripping.js ./node_modules/mocha/bin/_mocha \"test/!(integration|e2e|browser-env|fixtures)/**/*.[jt]s\"",
    "test-unit:coverage": "c8 --all --src=src --reporter=html --reporter=text-summary --exclude=\"build/**\" --exclude=\"test/**\" --exclude=\"**/*.d.ts\" node scripts/run-node-without-type-stripping.js ./node_modules/mocha/bin/_mocha \"test/!(integration|browser-env|e2e)/**/*.[jt]s\"",
    "test-unit:generate-fixtures": "TS_NODE_PROJECT=test/tsconfig.json node -r ts-node/register -r tsconfig-paths/register test/src/browser/screen-shooter/composite-image/fixtures/generate.ts generate",
    "toc": "doctoc docs --title '### Contents'",
    "watch": "npm run copy-static && npm run build-browser-bundle && concurrently -c 'auto' 'npm:watch:src' 'npm:watch:bundle'",
    "watch:bundle": "npm run build-node-bundle -- --watch",
    "watch:src": "tsc --build --watch"
  },
  "signal_details": {
    "provenance_dropped": "prior version published with SLSA attestation; current version has none",
    "script_count_spike": "scripts count 25 -> 33"
  },
  "time": {
    "created": "2024-03-18T14:53:26.575Z",
    "modified": "2026-06-16T13:34:16.069Z"
  }
}