BEACON

← candidates

npm @sentio/sdk @2.63.1

score
0.7 high
flagged 2026-06-10 13:36
signals by category
topology 2 enrichment 1

maintainers added:

package profile →

Signals fired

signalweightrationale
topology
dist_tag_anomaly 0.5 dist-tags.latest=2.63.1 but max published is 4.0.0-rc.1
shared_repo_different_publisher 0.9 repo 'git+https://github.com/sentioxyz/sentio-sdk.git' also claimed by 4 package(s) under different publishers: ['npm/@sentio/runtime', 'npm/@sentio/sdk-bundle', 'npm/@sentio/action'] ...
enrichment
repo_too_new_for_version_history 0.7 claimed repo created 107d ago but package has 1644 versions (expect >= 192d for that history)

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "longw",
    "allendragon",
    "philz3906",
    "pooytr1",
    "rnons",
    "lzx_lizixing",
    "frozenluo"
  ],
  "versions": 1643
}

Evidence (package doc at flag time)

{
  "dependencies_count": 42,
  "dist": {
    "integrity": "sha512-35J/pnn7bxWQy0+oD2cMHWMelNJau7Q8oNMnk5Z53R7M/dEi+WMBjHi1HsQ6ALwvvNRuFw0obNsTbzmT+yui+g==",
    "tarball": "https://registry.npmjs.org/@sentio/sdk/-/sdk-2.63.1.tgz",
    "unpackedSize": 23413414
  },
  "dist-tags": {
    "latest": "2.63.1",
    "main": "1.36.3-rc.1",
    "next": "0.0.13",
    "rc": "4.0.0-rc.2",
    "rc2": "2.63.1-rc2.1",
    "rc3": "3.8.1-rc3.1"
  },
  "latest_version": "2.63.1",
  "maintainers": [
    {
      "email": "lwedge99@gmail.com",
      "name": "longw"
    },
    {
      "email": "allendragon@gmail.com",
      "name": "allendragon"
    },
    {
      "email": "philz3906@gmail.com",
      "name": "philz3906"
    },
    {
      "email": "pooytr1@gmail.com",
      "name": "pooytr1"
    },
    {
      "email": "remotenonsense@gmail.com",
      "name": "rnons"
    },
    {
      "email": "lzx.lizixing@gmail.com",
      "name": "lzx_lizixing"
    },
    {
      "email": "frozenluo@gmail.com",
      "name": "frozenluo"
    }
  ],
  "num_versions": 1644,
  "repository": {
    "directory": "packages/sdk",
    "type": "git",
    "url": "git+https://github.com/sentioxyz/sentio-sdk.git"
  },
  "scripts": {
    "build": "pnpm gen && pnpm compile",
    "build:all": "pnpm --filter=$(node -p \"require('./package.json').name\")... build",
    "build:bundle": "pnpm gen && pnpm bundle",
    "bundle": "tsup --config src/bundle.config.ts",
    "bundle:dts": "tsc --emitDeclarationOnly --declaration",
    "compile": "tsc && cp src/tsup.config.ts lib",
    "gen": "pnpm gen:eth && pnpm gen:aptos && pnpm gen:sui && pnpm gen:iota && pnpm gen:solana && pnpm gen:fuel && pnpm gen:starknet && pnpm gen:store",
    "gen:aptos": "cp ../../node_modules/@typemove/aptos/src/abis/*.json src/aptos/abis && tsx src/aptos/codegen/run.ts src/aptos/abis src/aptos/builtin && pnpm gen:aptos_test",
    "gen:aptos_test": "tsx src/aptos/codegen/run.ts src/aptos/tests/abis src/aptos/tests/types",
    "gen:docs": "typedoc --options typedoc.json",
    "gen:eth": "tsx src/eth/codegen/run.ts src/eth/abis src/eth/builtin && pnpm gen:eth_test",
    "gen:eth_test": "tsx src/eth/codegen/run.ts src/eth/tests/abis/eth ./src/eth/tests/types",
    "gen:fuel": "tsx src/fuel/codegen/run.ts src/fuel/abis src/sui/builtin && pnpm gen:fuel_test",
    "gen:fuel_test": "tsx src/fuel/codegen/run.ts src/fuel/tests/abis src/fuel/tests/types",
    "gen:iota": "cp ../../node_modules/@typemove/iota/src/abis/*.json src/iota/abis && tsx src/iota/codegen/run.ts src/iota/abis src/iota/builtin && pnpm gen:iota_test",
    "gen:iota_test": "tsx src/iota/codegen/run.ts src/iota/tests/abis src/iota/tests/types",
    "gen:solana": "tsx src/solana/codegen/run.ts src/solana/tests/abis src/solana/tests/types",
    "gen:starknet": "tsx src/stark/codegen/run.ts src/stark/abis src/stark/builtin && pnpm gen:starknet_test",
    "gen:starknet_test": "tsx src/stark/codegen/run.ts src/stark/tests/abis src/stark/tests/types",
    "gen:store": "tsx src/store/run.ts src/store/tests src/store/tests/generated",
    "gen:sui": "cp ../../node_modules/@typemove/sui/src/abis/*.json src/sui/abis && tsx src/sui/codegen/run.ts src/sui/abis src/sui/builtin && pnpm gen:sui_test",
    "gen:sui_test": "tsx src/sui/codegen/run.ts src/sui/tests/abis src/sui/tests/types",
    "sync_sui_to_iota": "tsx sync-sui-to-iota.ts",
    "test": "glob -c 'tsx --test' '**/*.test.ts'",
    "test:db": "glob -c 'tsx --test' 'src/store/tests/database.test.ts'",
    "test:starknet": "tsx --test src/stark/tests/event.test.ts"
  },
  "signal_details": {
    "dist_tag_anomaly": "dist-tags.latest=2.63.1 but max published is 4.0.0-rc.1",
    "repo_too_new_for_version_history": "claimed repo created 107d ago but package has 1644 versions (expect >= 192d for that history)",
    "shared_repo_different_publisher": "repo 'git+https://github.com/sentioxyz/sentio-sdk.git' also claimed by 4 package(s) under different publishers: ['npm/@sentio/runtime', 'npm/@sentio/sdk-bundle', 'npm/@sentio/action'] ..."
  },
  "time": {
    "created": "2022-05-29T22:06:54.646Z",
    "modified": "2026-06-10T18:36:36.729Z"
  }
}