BEACON

← candidates

npm rhachet-roles-ghlitch @0.2.0

score
0.5032 med
flagged 2026-06-21 20:54
signals by category
cadence 1 topology 1

maintainers added:

package profile →

Signals fired

signalweightrationale
cadence
rapid_release 0.8 5 versions in last 24h: ['0.1.4', '0.1.5', '0.1.6', '0.1.7', '0.2.0']
topology
typosquat 1.0 combosquat of 'rhachet'

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "uladkasach"
  ],
  "versions": 7
}

Evidence (package doc at flag time)

{
  "dependencies_count": 7,
  "dist": {
    "integrity": "sha512-lYQGmkvmWE+03iZ/98x1TFQTmWbMJn/hHD+/4ykooxSYbV1GDK6/fdjeHtep4Yh6JT950I9JS8cUc1mKzdUVwg==",
    "tarball": "https://registry.npmjs.org/rhachet-roles-ghlitch/-/rhachet-roles-ghlitch-0.2.0.tgz",
    "unpackedSize": 191762
  },
  "dist-tags": {
    "latest": "0.2.0"
  },
  "latest_version": "0.2.0",
  "maintainers": [
    {
      "email": "UladKasach@gmail.com",
      "name": "uladkasach"
    }
  ],
  "num_versions": 9,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ehmpathy/rhachet-roles-ghlitch.git"
  },
  "scripts": {
    "build": "npm run build:clean && npm run build:compile && npm run build:complete --if-present",
    "build:clean": "npm run build:clean:tsc && npm run build:clean:bun",
    "build:clean:bun": "rm -f ./bin/*.bc",
    "build:clean:tsc": "(chmod -R u+w dist 2>/dev/null || true) && rm -rf dist/",
    "build:compile": "npm run build:compile:tsc && npm run build:compile:bun --if-present",
    "build:compile:tsc": "tsc -p ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.json",
    "build:complete": "npm run build:complete:dist && npm run build:complete:repo",
    "build:complete:dist": "rsync -a --prune-empty-dirs --include='*/' --exclude='**/.route/**' --exclude='**/.scratch/**' --exclude='**/.behavior/**' --exclude='**/__test_assets__/**' --exclude='**/*.test.sh' --include='**/readme.md' --include='**/*.template.md' --include='**/briefs/**/*.md' --include='**/briefs/**/*.min' --include='**/briefs/*.md' --include='**/briefs/*.min' --include='**/skills/**/*.sh' --include='**/skills/*.sh' --include='**/skills/**/*.ts' --include='**/skills/*.ts' --include='**/skills/**/*.jsonc' --include='**/skills/*.jsonc' --include='**/skills/**/*.stone' --include='**/skills/**/*.guard' --include='**/inits/**/*.sh' --include='**/inits/*.sh' --include='**/inits/**/*.jsonc' --include='**/inits/*.jsonc' --include='**/keyrack.yml' --include='**/boot.yml' --exclude='*' src/ dist/",
    "build:complete:repo": "npx rhachet repo introspect",
    "build:ts": "tsc -p ./tsconfig.build.json",
    "commit:with-cli": "npx cz",
    "fix": "npm run fix:format && npm run fix:lint",
    "fix:format": "npm run fix:format:biome",
    "fix:format:biome": "biome check --write",
    "fix:lint": "biome check --write",
    "postversion": "git push origin HEAD --tags --no-verify",
    "prepare": "if [ -e .git ] && [ -z $CI ]; then npm run prepare:husky && npm run prepare:rhachet; fi",
    "prepare:husky": "husky install && chmod ug+x .husky/*",
    "prepare:rhachet": "npm run build && rhachet init --hooks --roles mechanic behaver driver architect ergonomist reviewer dreamer dispatcher learner observer operator deployer",
    "prepublish": "npm run build",
    "prepush": "npm run test && npm run build",
    "preversion": "npm run prepush",
    "start:testdb": "docker compose -f provision/docker/testdb/docker-compose.yml up -d",
    "stop:testdb": "docker compose -f provision/docker/testdb/docker-compose.yml down",
    "test": "set -eu && npm run test:commits && npm run test:types && npm run test:format && npm run test:lint && npm run test:unit && npm run test:integration && npm run test:acceptance:locally",
    "test:acceptance": "set -eu && npm run build && jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests $([ -n \"${CI:-}\" ] && echo '--ci') $([ \"${RESNAP:-}\" = \"true\" ] && echo '--updateSnapshot')",
    "test:acceptance:locally": "set -eu && npm run build && LOCALLY=true jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests $([ \"${RESNAP:-}\" = \"true\" ] && echo '--updateSnapshot')",
    "test:commits": "LAST_TAG=$(git describe --tags --abbrev=0 @^ 2> /dev/null || git rev-list --max-parents=0 HEAD) && npx commitlint --from $LAST_TAG --to HEAD --verbose",
    "test:format": "npm run test:format:biome",
    "test:format:biome": "biome format",
    "test:integration": "set -eu && jest -c ./jest.integration.config.ts --forceExit --verbose --passWithNoTests $([ -n \"${CI:-}\" ] && echo '--ci') $([ \"${THOROUGH:-}\" != \"true\" ] && echo '--changedSince=main') $([ \"${RESNAP:-}\" = \"true\" ] && echo '--updateSnapshot')",
    "test:integration:hold": "jest -c ./jest.integration.config.ts --forceExit --verbose --passWithNoTests $([ -z $THOROUGH ] && echo '--changedSince=main')",
    "test:lint": "npm run test:lint:biome && npm run test:lint:cycles && npm run test:lint:deps",
    "test:lint:biome": "biome check --diagnostic-level=error",
    "test:lint:biome:all": "biome check",
    "test:lint:cycles": "dpdm --no-warning --no-tree --transform --exit-code circular:1 --exclude \"$(yq -r '.exclude | join(\"|\") // \"^$\"' .dpdmrc.yaml)\" 'src/**/!(*.test).ts'",
    "test:lint:deps": "npx depcheck -c ./.depcheckrc.yml",
    "test:types": "tsc -p ./tsconfig.json --noEmit",
    "test:unit": "set -eu && jest -c ./jest.unit.config.ts --forceExit --verbose --passWithNoTests $([ -n \"${CI:-}\" ] && echo '--ci') $([ \"${THOROUGH:-}\" != \"true\" ] && echo '--changedSince=main') $([ \"${RESNAP:-}\" = \"true\" ] && echo '--updateSnapshot')",
    "upgrade:rhachet": "rhachet upgrade"
  },
  "signal_details": {
    "rapid_release": "5 versions in last 24h: ['0.1.4', '0.1.5', '0.1.6', '0.1.7', '0.2.0']",
    "typosquat": "combosquat of 'rhachet'"
  },
  "time": {
    "created": "2026-06-19T12:23:34.150Z",
    "modified": "2026-06-22T01:54:46.043Z"
  }
}