BEACON

← candidates

npm oh-my-opencode @4.9.1

score
0.8 high
flagged 2026-06-11 10:33
signals by category
topology 2

maintainers added:

package profile →

Signals fired

signalweightrationale
topology
typosquat 1.0 combosquat of 'my-opencode'
shared_repo_different_publisher 0.9 repo 'git+https://github.com/code-yeongyu/oh-my-openagent.git' also claimed by 10 package(s) under different publishers: ['npm/oh-my-opencode-linux-arm64-musl', 'npm/oh-my-openagent-darwin-x64', 'npm/oh-my-opencode-darwin-x64-baseline'] ...

Prior profile (what it deviated from)

{
  "had_install_script": true,
  "maintainers": [
    "code-yeongyu"
  ],
  "versions": 230
}

Evidence (package doc at flag time)

{
  "dependencies_count": 16,
  "dist": {
    "integrity": "sha512-KySZKNRFu929xioRoJX1blgjwv8RUXaRjr3EdKpv3qX+cxBUhYwd8kPzmgwyM7uzpLaR31sgHg7hvhzPbaLZpQ==",
    "tarball": "https://registry.npmjs.org/oh-my-opencode/-/oh-my-opencode-4.9.1.tgz",
    "unpackedSize": 18271978
  },
  "dist-tags": {
    "beta": "3.0.0-beta.16",
    "latest": "4.9.1"
  },
  "latest_version": "4.9.1",
  "maintainers": [
    {
      "email": "code.yeon.gyu@gmail.com",
      "name": "code-yeongyu"
    }
  ],
  "num_versions": 231,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/code-yeongyu/oh-my-openagent.git"
  },
  "scripts": {
    "build": "bun run build:ast-grep-mcp && bun run build:git-bash-mcp && bun build packages/omo-opencode/src/index.ts --outdir dist --target bun --format esm --external @ast-grep/napi --external zod && bun run build:node-require-shim && tsc --emitDeclarationOnly && bun build packages/omo-opencode/src/cli/index.ts --outdir dist/cli --target bun --format esm --external @ast-grep/napi && bun run build:cli-node && bun run build:schema",
    "build:all": "bun run build && bun run build:binaries",
    "build:ast-grep-mcp": "bun run --cwd packages/ast-grep-mcp build",
    "build:binaries": "bun run script/build-binaries.ts",
    "build:cli-node": "bun run script/build-cli-node.ts",
    "build:git-bash-mcp": "bun run --cwd packages/git-bash-mcp build",
    "build:lsp-daemon": "npm --prefix packages/lsp-daemon ci && npm --prefix packages/lsp-daemon run build",
    "build:lsp-tools-mcp": "npm --prefix packages/lsp-tools-mcp ci && npm --prefix packages/lsp-tools-mcp run build",
    "build:model-capabilities": "bun run script/build-model-capabilities.ts",
    "build:node-require-shim": "bun run script/patch-node-require-shim.ts",
    "build:schema": "bun run script/build-schema.ts",
    "clean": "rm -rf dist",
    "postinstall": "node postinstall.mjs",
    "prepare": "bun run build",
    "prepublishOnly": "bun run clean && bun run build:lsp-tools-mcp && bun run build:lsp-daemon && bun run build",
    "test": "bun test",
    "test:codex": "bun run build:ast-grep-mcp && bun run build:git-bash-mcp && bun run build:lsp-tools-mcp && npm --prefix packages/lsp-tools-mcp test && npm --prefix packages/omo-codex/plugin ci && bun run --cwd packages/omo-codex/plugin build && bun test packages/omo-opencode/src/cli/cli-installer.platform.test.ts packages/omo-opencode/src/cli/install-codex/codex-cache.test.ts packages/omo-opencode/src/cli/install-codex/codex-cleanup.test.ts packages/omo-opencode/src/cli/install-codex/codex-config-agent-cleanup.test.ts packages/omo-opencode/src/cli/install-codex/codex-config-autonomous-features.test.ts packages/omo-opencode/src/cli/install-codex/codex-config-reasoning.test.ts packages/omo-opencode/src/cli/install-codex/codex-config-toml.test.ts packages/omo-opencode/src/cli/install-codex/codex-project-local-cleanup.test.ts packages/omo-opencode/src/cli/install-codex/install-codex-project-local-cleanup.test.ts packages/omo-opencode/src/cli/install-codex/install-codex.test.ts packages/omo-opencode/src/cli/install-codex/install-codex-packaged.test.ts packages/omo-opencode/src/cli/install-codex/link-cached-plugin-agents.test.ts packages/omo-codex/src/**/*.test.ts packages/utils/src/jsonc-parser.test.ts packages/utils/src/frontmatter.test.ts packages/hashline-core/src/hash-computation.test.ts packages/hashline-core/src/smoke-untested-modules.test.ts packages/rules-engine/src/index.test.ts packages/rules-engine/src/security-boundary.test.ts packages/agents-md-core/src/injector.test.ts packages/omo-codex/plugin/components/lsp/test/package-smoke.test.ts && node --test packages/omo-codex/plugin/test/*.test.mjs packages/omo-codex/scripts/install-cache-copy.test.mjs packages/omo-codex/scripts/install-cli-args.test.mjs packages/omo-codex/scripts/install-delegated-command.test.mjs packages/omo-codex/scripts/install-config-autonomous-features.test.mjs packages/omo-codex/scripts/install-config-autonomous.test.mjs packages/omo-codex/scripts/install-config-reasoning.test.mjs packages/omo-codex/scripts/install-config.test.mjs packages/omo-codex/scripts/install-hook-targets.test.mjs packages/omo-codex/scripts/install-project-local-cleanup.test.mjs packages/omo-codex/scripts/install-lazycodex-version-stamp.test.mjs packages/omo-codex/scripts/install-local-entrypoint.test.mjs packages/omo-codex/scripts/install-local-git-bash-preflight.test.mjs packages/omo-codex/scripts/install-local.test.mjs packages/omo-codex/scripts/install-marketplace-cache.test.mjs packages/omo-codex/scripts/install-mcp-runtime.test.mjs packages/omo-codex/scripts/install-packaged-local.test.mjs packages/omo-codex/scripts/install/git-bash.test.mjs packages/omo-codex/scripts/install-agent-links.test.mjs packages/omo-codex/scripts/install-bin-links.test.mjs packages/omo-codex/scripts/sync-telemetry-component.test.mjs",
    "test:model-capabilities": "bun test packages/omo-opencode/src/shared/model-capability-aliases.test.ts packages/omo-opencode/src/shared/model-capability-guardrails.test.ts packages/omo-opencode/src/shared/model-capabilities.test.ts packages/omo-opencode/src/cli/doctor/checks/model-resolution.test.ts --bail",
    "test:windows-codex": "bun run test:codex",
    "typecheck": "tsgo --noEmit && bun run typecheck:script && bun run typecheck:packages",
    "typecheck:packages": "tsgo --noEmit -p packages/rules-engine/tsconfig.json && tsgo --noEmit -p packages/ast-grep-core/tsconfig.json && tsgo --noEmit -p packages/ast-grep-mcp/tsconfig.json && tsgo --noEmit -p packages/git-bash-mcp/tsconfig.json && tsgo --noEmit -p packages/utils/tsconfig.json && tsgo --noEmit -p packages/model-core/tsconfig.json && tsgo --noEmit -p packages/prompts-core/tsconfig.json && tsgo --noEmit -p packages/comment-checker-core/tsconfig.json && tsgo --noEmit -p packages/hashline-core/tsconfig.json && tsgo --noEmit -p packages/boulder-state/tsconfig.json && tsgo --noEmit -p packages/agents-md-core/tsconfig.json && tsgo --noEmit -p packages/omo-codex/tsconfig.json && tsgo --noEmit -p packages/omo-opencode/tsconfig.json",
    "typecheck:script": "tsgo --noEmit -p script/tsconfig.json"
  },
  "signal_details": {
    "shared_repo_different_publisher": "repo 'git+https://github.com/code-yeongyu/oh-my-openagent.git' also claimed by 10 package(s) under different publishers: ['npm/oh-my-opencode-linux-arm64-musl', 'npm/oh-my-openagent-darwin-x64', 'npm/oh-my-opencode-darwin-x64-baseline'] ...",
    "typosquat": "combosquat of 'my-opencode'"
  },
  "time": {
    "created": "2025-12-04T16:43:20.801Z",
    "modified": "2026-06-11T15:33:14.248Z"
  }
}