BEACON

← candidates

npm oh-my-opencode @4.6.0

score
0.85 high
flagged 2026-06-02 00:57
signals by category
topology 2

maintainers added:

package profile →

Signals fired

signalweightrationale
topology
mass_publish_burst 0.8 publisher 'GitHub Actions' pushed 2173 packages in the last 15min on npm
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-windows-x64', 'npm/oh-my-openagent-windows-x64', 'npm/oh-my-opencode-windows-x64-baseline'] ...

Prior profile (what it deviated from)

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

Evidence (package doc at flag time)

{
  "dependencies_count": 17,
  "dist": {
    "integrity": "sha512-tqKQ//nZRD8bgenzvUf5Q4Tajst0OXirWcbhIhywZskSXANHVsCFTA9cUa+jYD8hIshFZq7EgjbSdXNzfvZSBQ==",
    "tarball": "https://registry.npmjs.org/oh-my-opencode/-/oh-my-opencode-4.6.0.tgz",
    "unpackedSize": 13454799
  },
  "dist-tags": {
    "beta": "3.0.0-beta.16",
    "latest": "4.6.0"
  },
  "latest_version": "4.6.0",
  "maintainers": [
    {
      "email": "code.yeon.gyu@gmail.com",
      "name": "code-yeongyu"
    }
  ],
  "num_versions": 221,
  "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 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 src/cli/index.ts --outdir dist/cli --target bun --format esm --external @ast-grep/napi && 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:git-bash-mcp": "bun run --cwd packages/git-bash-mcp 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",
    "test": "bun test",
    "test:codex": "bun run build:ast-grep-mcp && bun run build:lsp-tools-mcp && npm --prefix packages/omo-codex/plugin ci && bun run --cwd packages/omo-codex/plugin build && bun test src/cli/cli-installer.platform.test.ts src/cli/install-codex/codex-cache.test.ts src/cli/install-codex/codex-cleanup.test.ts src/cli/install-codex/codex-config-agent-cleanup.test.ts src/cli/install-codex/codex-config-reasoning.test.ts src/cli/install-codex/codex-config-toml.test.ts src/cli/install-codex/codex-project-local-cleanup.test.ts src/cli/install-codex/install-codex-project-local-cleanup.test.ts src/cli/install-codex/install-codex.test.ts src/cli/install-codex/install-codex-packaged.test.ts 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-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-project-local-cleanup.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-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 src/shared/model-capability-aliases.test.ts src/shared/model-capability-guardrails.test.ts src/shared/model-capabilities.test.ts src/cli/doctor/checks/model-resolution.test.ts --bail",
    "test:windows-codex": "bun run test:codex",
    "typecheck": "tsgo --noEmit && 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",
    "typecheck:script": "tsgo --noEmit -p script/tsconfig.json"
  },
  "signal_details": {
    "mass_publish_burst": "publisher 'GitHub Actions' pushed 2173 packages in the last 15min on npm",
    "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-windows-x64', 'npm/oh-my-openagent-windows-x64', 'npm/oh-my-opencode-windows-x64-baseline'] ..."
  },
  "time": {
    "created": "2025-12-04T16:43:20.801Z",
    "modified": "2026-06-01T16:53:03.812Z"
  }
}