BEACON

← candidates

npm @oisincoveney/pipeline @2.8.0

score
0.7 high
flagged 2026-06-16 09:46
signals by category
cadence 1 topology 1

maintainers added:

package profile →

Signals fired

signalweightrationale
cadence
rapid_release 0.8 4 versions in last 24h: ['2.5.0', '2.6.0', '2.7.0', '2.8.0']
topology
dependency_added_unknown 0.6 5 new non-watchlisted dep(s): ['effect', 'graphology', 'graphology-metrics', 'tree-sitter-javascript', 'tree-sitter-typescript']

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "oisincoveney"
  ],
  "versions": 101
}

Evidence (package doc at flag time)

{
  "dependencies_count": 25,
  "dist": {
    "integrity": "sha512-IsdQ8ikO0CIUIS5PQ86SQlUQMTMoNN0ZEOtbMoXkdgRyN0VIT0Jzdvkr6KWmRORUYYjPsn/RD84Crs4pY6dKlw==",
    "tarball": "https://registry.npmjs.org/@oisincoveney/pipeline/-/pipeline-2.8.0.tgz",
    "unpackedSize": 1093593
  },
  "dist-tags": {
    "latest": "2.8.0"
  },
  "latest_version": "2.8.0",
  "maintainers": [
    {
      "email": "hi@oisin.ee",
      "name": "oisincoveney"
    }
  ],
  "num_versions": 103,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oisin-ee/pipeline-runner.git"
  },
  "scripts": {
    "build": "bun run build:cli",
    "build:cli": "tsdown",
    "check": "ultracite check",
    "fix": "ultracite fix",
    "prepack": "bun run build:cli",
    "test": "vitest run",
    "test:dogfood": "vitest run tests/dogfood-installed.test.ts",
    "test:image": "mkdir -p /tmp/pipeline-test && printf '{}' > /tmp/pipeline-test/payload.json && printf 'kind: pipeline-schedule\\nversion: 1\\nschedule_id: smoke\\ngenerated_at: 2026-06-10T00:00:00.000Z\\nsource_entrypoint: custom\\ntask: smoke\\nroot_workflow: root\\nworkflows:\\n  root:\\n    nodes:\\n      - id: smoke\\n        kind: command\\n        command: [true]\\n' > /tmp/pipeline-test/schedule.yaml && printf '{\"nodeId\":\"smoke\"}' > /tmp/pipeline-test/task.json && printf 'test-token' > /tmp/pipeline-test/event-token && docker build -t pipeline-runner:test . && docker run --rm -v /tmp/pipeline-test/payload.json:/etc/pipeline/payload.json:ro -v /tmp/pipeline-test/schedule.yaml:/etc/pipeline/schedule.yaml:ro -v /tmp/pipeline-test/task.json:/etc/pipeline/task.json:ro -v /tmp/pipeline-test/event-token:/etc/pipeline/event-auth/token:ro pipeline-runner:test runner-command --payload-file /etc/pipeline/payload.json --schedule-file /etc/pipeline/schedule.yaml; test $? -eq 64",
    "test:live-runners": "PIPELINE_LIVE_RUNNERS=1 vitest run tests/dogfood-live-runners.test.ts",
    "typecheck": "tsc --noEmit"
  },
  "signal_details": {
    "dependency_added_unknown": "5 new non-watchlisted dep(s): ['effect', 'graphology', 'graphology-metrics', 'tree-sitter-javascript', 'tree-sitter-typescript']",
    "rapid_release": "4 versions in last 24h: ['2.5.0', '2.6.0', '2.7.0', '2.8.0']"
  },
  "time": {
    "created": "2026-05-21T16:51:41.620Z",
    "modified": "2026-06-16T14:46:25.013Z"
  }
}