BEACON

← candidates

npm hwjcode @1.1.110

score
0.6597 med
flagged 2026-07-27 10:48
signals by category
content 1 cadence 1 topology 2

maintainers added:

package profile →

Signals fired

signalweightrationale
content
script_count_spike 0.5 scripts count 41 -> 65
cadence
rapid_release 0.8 3 versions in last 24h: ['1.1.114', '1.1.115', '1.1.116']
topology
dist_tag_anomaly 0.5 dist-tags.latest=1.1.110 but max published is 1.1.116
shared_repo_different_publisher 0.9 repo 'git+https://github.com/OrionStarAI/EasyCode.git' also claimed by 1 package(s) under different publishers: ['npm/easycode-ai']

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "hwj123weijian"
  ],
  "versions": 83
}

Evidence (package doc at flag time)

{
  "dependencies_count": 9,
  "dist": {
    "integrity": "sha512-Ytiu65ps76RaIVzgaUDrqtYbV468wRdYlhm7rUnZpwuOMNd5gz64qfNMG+zQOO44t5S7QCqebwJDRB09W4bh3w==",
    "tarball": "https://registry.npmjs.org/hwjcode/-/hwjcode-1.1.110.tgz",
    "unpackedSize": 63326350
  },
  "dist-tags": {
    "gateway": "1.1.116",
    "latest": "1.1.110",
    "stable": "1.1.110"
  },
  "latest_version": "1.1.110",
  "maintainers": [
    {
      "email": "3471547530@qq.com",
      "name": "hwj123weijian"
    }
  ],
  "num_versions": 83,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OrionStarAI/EasyCode.git"
  },
  "scripts": {
    "auth": "npm run auth:npm && npm run auth:docker",
    "auth:docker": "gcloud auth configure-docker us-west1-docker.pkg.dev",
    "auth:npm": "npx google-artifactregistry-auth",
    "build": "node scripts/build.js",
    "build:all": "cross-env INCLUDE_VSCODE_PLUGIN=true npm run build && npm run build:sandbox && npm run build:vscode",
    "build:full": "cross-env INCLUDE_VSCODE_PLUGIN=true node scripts/build.js",
    "build:packages": "npm run build --workspaces",
    "build:sandbox": "node scripts/build_sandbox.js --skip-npm-install-build",
    "build:vscode": "node scripts/build_vscode_companion.js",
    "bundle": "cross-env BUILD_ENV=production npm run build && cross-env BUILD_ENV=production node esbuild.config.js && cross-env BUILD_ENV=production node scripts/copy_bundle_assets.js",
    "bundle:cross-platform:dev": "cross-env BUILD_ENV=development DOWNLOAD_ALL_PLATFORMS=true npm run build && cross-env BUILD_ENV=development node esbuild.config.js && cross-env BUILD_ENV=development DOWNLOAD_ALL_PLATFORMS=true node scripts/copy_bundle_assets.js",
    "bundle:cross-platform:full": "cross-env DOWNLOAD_ALL_PLATFORMS=true INCLUDE_VSCODE_PLUGIN=true npm run build:full && node esbuild.config.js && cross-env DOWNLOAD_ALL_PLATFORMS=true node scripts/copy_bundle_assets.js",
    "bundle:cross-platform:prod": "cross-env BUILD_ENV=production DOWNLOAD_ALL_PLATFORMS=true npm run build && cross-env BUILD_ENV=production node esbuild.config.js && cross-env BUILD_ENV=production DOWNLOAD_ALL_PLATFORMS=true node scripts/copy_bundle_assets.js",
    "bundle:dev": "cross-env BUILD_ENV=development npm run build && cross-env BUILD_ENV=development node esbuild.config.js && cross-env BUILD_ENV=development node scripts/copy_bundle_assets.js",
    "bundle:full": "cross-env INCLUDE_VSCODE_PLUGIN=true npm run build:full && node esbuild.config.js && node scripts/copy_bundle_assets.js",
    "bundle:prod": "cross-env BUILD_ENV=production npm run build && cross-env BUILD_ENV=production node esbuild.config.js && cross-env BUILD_ENV=production DOWNLOAD_ALL_PLATFORMS=true node scripts/copy_bundle_assets.js",
    "clean": "node scripts/clean.js",
    "debug": "cross-env DEBUG=1  DEEPX_SERVER_URL=https://api-code.deepvlab.ai DEEPX_WEB_URL=https://dvcode.deepvlab.ai node --inspect-brk scripts/start.js",
    "desktop:build": "npm run build --workspace=packages/desktop",
    "desktop:dev": "cross-env DEEPX_SERVER_URL=https://api-code.deepvlab.ai DEEPX_WEB_URL=https://dvcode.deepvlab.ai npm run bundle:dev && cross-env DEEPX_SERVER_URL=https://api-code.deepvlab.ai DEEPX_WEB_URL=https://dvcode.deepvlab.ai npm run dev --workspace=packages/desktop",
    "desktop:pack:mac": "npm run pack:desktop:mac",
    "desktop:pack:mac:notarize": "node packages/desktop/scripts/interactive-build.cjs",
    "desktop:pack:win": "npm run pack:desktop:win",
    "desktop:start:prod": "cross-env BUILD_ENV=production npm run bundle && npm run start --workspace=packages/desktop",
    "dev": "cross-env FILE_DEBUG=1 LOG_TO_FILE=true DEEPX_SERVER_URL=https://api-code.deepvlab.ai DEEPX_WEB_URL=https://dvcode.deepvlab.ai node scripts/start.js",
    "env:development": "./scripts/switch-env.sh development",
    "env:production": "./scripts/switch-env.sh production",
    "env:test": "./scripts/switch-env.sh test",
    "format": "prettier --write .",
    "generate": "node scripts/generate-git-commit-info.js",
    "lint": "eslint . --ext .ts,.tsx && eslint integration-tests",
    "lint:ci": "eslint . --ext .ts,.tsx --max-warnings 0 && eslint integration-tests --max-warnings 0",
    "lint:fix": "eslint . --fix && eslint integration-tests --fix",
    "pack:desktop": "cross-env BUILD_ENV=production DOWNLOAD_ALL_PLATFORMS=true npm run bundle && npm run pack:all --workspace=packages/desktop",
    "pack:desktop:linux": "cross-env BUILD_ENV=production npm run bundle && npm run pack:linux --workspace=packages/desktop",
    "pack:desktop:mac": "cross-env BUILD_ENV=production npm run bundle && npm run pack:mac --workspace=packages/desktop",
    "pack:desktop:mac:arm64": "cross-env BUILD_ENV=production npm run bundle && npm run pack:mac:arm64 --workspace=packages/desktop",
    "pack:desktop:mac:x64": "cross-env BUILD_ENV=production npm run bundle && npm run pack:mac:x64 --workspace=packages/desktop",
    "pack:desktop:win": "cross-env BUILD_ENV=production npm run bundle && npm run pack:win --workspace=packages/desktop",
    "pack:dev": "cross-env ENABLE_CHECKPOINTING=true npm run bundle:cross-platform:dev && cross-env BUILD_ENV=development ENABLE_CHECKPOINTING=true node scripts/newpack.js",
    "pack:full": "cross-env ENABLE_CHECKPOINTING=true npm run bundle:cross-platform:full && cross-env ENABLE_CHECKPOINTING=true node scripts/newpack.js",
    "pack:mac:dmg": "node packages/desktop/scripts/interactive-build.cjs",
    "pack:mac:dmg:arm64": "node packages/desktop/scripts/interactive-build.cjs --arch=arm64",
    "pack:mac:dmg:x64": "node packages/desktop/scripts/interactive-build.cjs --arch=x64",
    "pack:prod": "cross-env ENABLE_CHECKPOINTING=true npm run bundle:cross-platform:prod && cross-env BUILD_ENV=production ENABLE_CHECKPOINTING=true node scripts/newpack.js",
    "pack:prod:ci": "cross-env ENABLE_CHECKPOINTING=true npm run bundle:cross-platform:prod && cross-env BUILD_ENV=production ENABLE_CHECKPOINTING=true node scripts/newpack.js -- --no-version-bump",
    "pack:vscode": "npm run package --workspace=packages/vscode-ui-plugin && copy packages\\vscode-ui-plugin\\*.vsix .",
    "package": "npm run package --workspace=packages/vscode-ui-plugin",
    "postpublish": "node scripts/restore-after-publish.js",
    "preflight": "npm run clean && npm ci && npm run format && npm run lint:ci && npm run build && npm run typecheck && npm run test:ci",
    "prepare": "node scripts/prepare.js",
    "prepare:package": "node scripts/prepare-package.js",
    "prepublishOnly": "node scripts/prepare-publish.js && cross-env BUILD_ENV=production NPM_PUBLISH_MODE=1 npm run bundle:prod",
    "release:version": "node scripts/version.js",
    "start": "node scripts/start.js",
    "telemetry": "node scripts/telemetry.js",
    "test": "npm run test --workspaces",
    "test:ci": "npm run test:ci --workspaces --if-present && npm run test:scripts",
    "test:e2e": "npm run test:integration:sandbox:none -- --verbose --keep-output",
    "test:integration:all": "npm run test:integration:sandbox:none && npm run test:integration:sandbox:docker && npm run test:integration:sandbox:podman",
    "test:integration:sandbox:docker": "GEMINI_SANDBOX=docker node integration-tests/run-tests.js",
    "test:integration:sandbox:none": "GEMINI_SANDBOX=false node integration-tests/run-tests.js",
    "test:integration:sandbox:podman": "GEMINI_SANDBOX=podman node integration-tests/run-tests.js",
    "test:scripts": "vitest run --config ./scripts/tests/vitest.config.ts",
    "typecheck": "npm run typecheck --workspaces --if-present"
  },
  "signal_details": {
    "dist_tag_anomaly": "dist-tags.latest=1.1.110 but max published is 1.1.116",
    "rapid_release": "3 versions in last 24h: ['1.1.114', '1.1.115', '1.1.116']",
    "script_count_spike": "scripts count 41 -> 65",
    "shared_repo_different_publisher": "repo 'git+https://github.com/OrionStarAI/EasyCode.git' also claimed by 1 package(s) under different publishers: ['npm/easycode-ai']"
  },
  "time": {
    "created": "2026-06-16T17:07:40.363Z",
    "modified": "2026-07-27T15:00:39.461Z"
  }
}