npm oh-my-opencode @4.8.1
score
0.8
high
flagged
2026-06-08 19:48
Signals fired
| signal | weight | rationale |
|---|---|---|
| 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-x64', 'npm/oh-my-openagent-linux-x64-baseline', 'npm/oh-my-openagent-linux-arm64'] ... |
Prior profile (what it deviated from)
{
"had_install_script": true,
"maintainers": [
"code-yeongyu"
],
"versions": 227
}
Evidence (package doc at flag time)
{
"dependencies_count": 16,
"dist": {
"integrity": "sha512-YqgIGDYPUR1pGfVfdKn249qHlCWsJAAXjf/6K4BSkGUsdQ4h6BScK9jZmnGr7IEfLYF+EdcTFR2sJw58ViY3hg==",
"tarball": "https://registry.npmjs.org/oh-my-opencode/-/oh-my-opencode-4.8.1.tgz",
"unpackedSize": 14306851
},
"dist-tags": {
"beta": "3.0.0-beta.16",
"latest": "4.8.1"
},
"latest_version": "4.8.1",
"maintainers": [
{
"email": "code.yeon.gyu@gmail.com",
"name": "code-yeongyu"
}
],
"num_versions": 229,
"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: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 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-autonomous-features.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-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-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 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: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",
"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-x64', 'npm/oh-my-openagent-linux-x64-baseline', 'npm/oh-my-openagent-linux-arm64'] ...",
"typosquat": "combosquat of 'my-opencode'"
},
"time": {
"created": "2025-12-04T16:43:20.801Z",
"modified": "2026-06-09T00:47:56.295Z"
}
}