BEACON

← candidates

npm @webpresso/agent-kit @3.1.11

score
0.6496 med
flagged 2026-07-11 14:10
signals by category
content 1 cadence 1 topology 1 enrichment 1

maintainers added:

package profile →

Signals fired

signalweightrationale
content
script_count_spike 0.5 scripts count 53 -> 60
cadence
rapid_release 0.8 3 versions in last 24h: ['3.1.9', '3.1.10', '3.1.11']
topology
shared_repo_different_publisher 0.9 repo 'git+https://github.com/webpresso/agent-kit.git' also claimed by 10 package(s) under different publishers: ['npm/@webpresso/agent-kit-runtime-linux-x64', 'npm/@webpresso/agent-kit-runtime-windows-x64', 'npm/@webpresso/agent-kit-runtime-linux-arm64'] ...
enrichment
repo_too_new_for_version_history 0.7 claimed repo created 78d ago but package has 70 versions (expect >= 110d for that history)

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "ozberk-webpresso"
  ],
  "versions": 44
}

Evidence (package doc at flag time)

{
  "dependencies_count": 16,
  "dist": {
    "integrity": "sha512-IEv+ytbCCmx7OeiIUMHP8NqA/I46BTgGTIar6ECrQFjuEahUuL/UZ9tsPMJC+k3I3QCp7A6HahzC+znsqKJakw==",
    "tarball": "https://registry.npmjs.org/@webpresso/agent-kit/-/agent-kit-3.1.11.tgz",
    "unpackedSize": 5175904
  },
  "dist-tags": {
    "latest": "3.1.11"
  },
  "latest_version": "3.1.11",
  "maintainers": [
    {
      "email": "ozberk@webpresso.io",
      "name": "ozberk-webpresso"
    }
  ],
  "num_versions": 70,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpresso/agent-kit.git"
  },
  "scripts": {
    "audit:secret-provider-quarantine": "./bin/wp audit secret-provider-quarantine",
    "audits:check": "./bin/wp audit guardrails && vp run workflow-actions:check && vp run hooks:doctor:ci",
    "blueprints:check": "./bin/wp audit blueprint-lifecycle",
    "build": "tshy && ./bin/wp format --file package.json && bun src/build/blueprint-migration-assets.ts && bun src/build/sast-rule-assets.ts && bun src/build/generate-oxlintrc.ts && bun src/build/normalize-tsconfig-json-exports.ts && vp run chmod-bins",
    "build:runtime-binaries": "bun scripts/build-runtime-binaries.ts",
    "build:session-memory-native": "bun scripts/build-session-memory-native-artifacts.ts",
    "catalog:check": "./bin/wp audit catalog-drift",
    "changeset": "changeset",
    "changeset:status": "GIT_WORK_TREE=$PWD changeset status",
    "chmod-bins": "bun scripts/chmod-bins.ts",
    "deps:freshness": "bun scripts/check-dependency-freshness.ts",
    "deps:security": "pnpm audit --audit-level low",
    "docs:check": "./bin/wp audit docs-frontmatter",
    "e2e": "./bin/wp e2e --config playwright.config.ts",
    "eval": "bun src/runners/evals/index.ts",
    "format": "./bin/wp format",
    "generate-skills": "bun src/build/generate-skills-dir.ts",
    "hooks:doctor": "./bin/wp hooks doctor",
    "hooks:doctor:ci": "./bin/wp hooks doctor --skip-mcp && PATH=\"$PWD/bin:$PATH\" ./bin/wp hooks conformance --hosts codex,claude,opencode --lanes generated,repo,runtime,global,plugin --strict",
    "imports:check": "./bin/wp audit no-relative-parent-imports",
    "license:check": "./bin/wp audit open-source-licenses",
    "lint": "./bin/wp lint",
    "lint:fix": "./bin/wp lint --fix",
    "lint:pkg": "publint && bun scripts/lint-pkg.ts && (command -v claude >/dev/null 2>&1 && claude plugin validate . || true)",
    "mutation": "./bin/wp test --mutation",
    "native:session-memory:bench": "pnpm run native:session-memory:bench:compile",
    "native:session-memory:bench:compile": "cargo bench --manifest-path native/session-memory-engine/Cargo.toml --package session-memory-core --no-run",
    "native:session-memory:bench:gate": "native/session-memory-engine/scripts/check-bench-thresholds.sh",
    "native:session-memory:bench:run": "cargo bench --manifest-path native/session-memory-engine/Cargo.toml --package session-memory-core",
    "native:session-memory:build": "cargo build --manifest-path native/session-memory-engine/Cargo.toml --package session-memory-napi --release --locked",
    "native:session-memory:clippy": "cargo clippy --manifest-path native/session-memory-engine/Cargo.toml --all-targets --all-features -- -D warnings",
    "native:session-memory:deny": "cargo deny --manifest-path native/session-memory-engine/Cargo.toml check",
    "native:session-memory:fmt": "cargo fmt --manifest-path native/session-memory-engine/Cargo.toml --all -- --check",
    "native:session-memory:test": "cargo test --manifest-path native/session-memory-engine/Cargo.toml --all",
    "postbuild": "vp run stage:workflow-skills && vp run generate-skills && vp run sync-doc-templates",
    "postpack": "bun src/build/package-manifest.ts restore",
    "prepack": "vp run stage:workflow-skills && bun src/build/package-manifest.ts prepare",
    "prepare": "husky",
    "public:consumer-smoke": "bun scripts/public-consumer-smoke.ts",
    "public:consumer-smoke:setup": "bun scripts/public-consumer-smoke.ts --setup-only",
    "public:readiness": "bun scripts/public-readiness.ts",
    "qa": "vp run build && bun scripts/run-parallel-checks.ts",
    "release:publish": "bun scripts/release-publish.ts",
    "render:opencode-reviewer-skills": "bun scripts/render-opencode-reviewer-skills.ts",
    "setup:agent": "./bin/wp setup",
    "stage:plugin-runtime": "bun scripts/stage-plugin-runtime-artifacts.ts",
    "stage:session-memory-native": "bun scripts/stage-session-memory-native-artifacts.ts",
    "stage:workflow-skills": "vp run render:opencode-reviewer-skills && bun scripts/stage-workflow-skills.ts",
    "sync-doc-templates": "bun src/build/sync-catalog-doc-templates.ts",
    "sync-marketplace-version": "bun scripts/sync-marketplace-version.ts",
    "test": "vitest run",
    "test:mutation": "bun stryker run stryker.config.ts",
    "typecheck": "./bin/wp typecheck",
    "verify:paths": "./bin/wp audit absolute-path-policy --root .",
    "verify:secrets": "./bin/wp audit no-dev-vars",
    "version": "changeset version && vp run sync-marketplace-version",
    "workflow-actions:check": "bun scripts/check-workflow-action-pins.ts",
    "workflow-skills:check-opencode-reviewer-policy": "bun scripts/check-opencode-reviewer-policy-drift.ts",
    "workflow-skills:coverage": "bun scripts/audit-workflow-skills-coverage.ts",
    "workflow-skills:refresh-opencode-reviewer-policy": "bun scripts/refresh-opencode-reviewer-policy.ts"
  },
  "signal_details": {
    "rapid_release": "3 versions in last 24h: ['3.1.9', '3.1.10', '3.1.11']",
    "repo_too_new_for_version_history": "claimed repo created 78d ago but package has 70 versions (expect >= 110d for that history)",
    "script_count_spike": "scripts count 53 -> 60",
    "shared_repo_different_publisher": "repo 'git+https://github.com/webpresso/agent-kit.git' also claimed by 10 package(s) under different publishers: ['npm/@webpresso/agent-kit-runtime-linux-x64', 'npm/@webpresso/agent-kit-runtime-windows-x64', 'npm/@webpresso/agent-kit-runtime-linux-arm64'] ..."
  },
  "time": {
    "created": "2026-05-28T18:04:54.949Z",
    "modified": "2026-07-11T09:27:39.525Z"
  }
}