npm aiwg @2026.7.19
score
0.6143
med
flagged
2026-07-23 21:00
Signals fired
| signal | weight | rationale |
|---|---|---|
| cadence | ||
| rapid_release | 0.8 | 3 versions in last 24h: ['2026.7.17', '2026.7.18', '2026.7.19'] |
| topology | ||
| shared_repo_different_publisher | 0.9 | repo 'git+https://github.com/jmagly/aiwg.git' also claimed by 2 package(s) under different publishers: ['npm/@aiwg/cockpit', 'npm/@aiwg/cli'] |
Prior profile (what it deviated from)
{
"had_install_script": false,
"maintainers": [
"roctinam"
],
"versions": 138
}
Evidence (package doc at flag time)
{
"dependencies_count": 12,
"dist": {
"integrity": "sha512-YNz0WP/MiwzhiZblYu89mxPULSjAsIVRPExt2cQfcuhS69CQiM1IZzA1Ad4JnNEDGm5IaJduCNm9bTScAWZr1A==",
"tarball": "https://registry.npmjs.org/aiwg/-/aiwg-2026.7.19.tgz",
"unpackedSize": 61871091
},
"dist-tags": {
"latest": "2026.7.19",
"next": "2026.7.18"
},
"latest_version": "2026.7.19",
"maintainers": [
{
"email": "joe@magly.net",
"name": "roctinam"
}
],
"num_versions": 139,
"repository": {
"type": "git",
"url": "git+https://github.com/jmagly/aiwg.git"
},
"scripts": {
"build": "node tools/scripts/resource-preflight.mjs --profile full && AIWG_BUILD_PREFLIGHT_DONE=1 npm run build:cli && npm --prefix apps/web ci && npm --prefix apps/web run build",
"build:cli": "node tools/scripts/resource-preflight.mjs --profile cli && npm run check:versions && tsc && npm run build:copy-mjs",
"build:copy-mjs": "node tools/scripts/copy-build-resources.mjs",
"build:web": "node tools/scripts/resource-preflight.mjs --profile web && npm --prefix apps/web ci && npm --prefix apps/web run build",
"check:budgets": "npm run check:install-size && npm run check:dep-budget",
"check:dep-budget": "node tools/cli/check-dep-budget.mjs --verbose",
"check:install-size": "node tools/cli/check-install-size.mjs --verbose",
"check:versions": "node tools/workspace/check-marketplace-version.mjs",
"ci:fortemi-index": "npm run test:release-discovery && npm run lint:fortemi-prebuilt-package",
"clean": "npm run clean:build",
"clean:build": "rm -rf dist build coverage",
"clean:local": "rm -rf dist build coverage test-output test-results .pytest_cache .rlm-prep .aiwg/.index .aiwg/.storage-cache",
"clean:providers": "rm -rf .agents .claude .codex .cursor .factory .opencode .warp .windsurf .hermes .hermes.md .devin opencode.json",
"cockpit:up": "bash apps/cockpit/scripts/cockpit-up.sh",
"configure:gitea-vault": "node ci/configure-gitea-vault-bootstrap.mjs",
"docs:collect": "node tools/manifest/collect-component-docs.mjs",
"docs:collect:dry": "node tools/manifest/collect-component-docs.mjs --dry-run",
"e2e:cockpit-dev": "node test/e2e/cockpit-dev-e2e.mjs",
"lint:affected-packages": "node tools/lint/affected-packages.mjs",
"lint:agent-sizes": "node tools/lint/agent-def-sizes.mjs",
"lint:audit-signatures": "node tools/lint/audit-signatures.mjs",
"lint:claude-context": "node tools/lint/claude-context-inventory.mjs",
"lint:context-sizes": "node tools/lint/context-size-guard.mjs",
"lint:dep-sources": "node tools/lint/dep-source.mjs",
"lint:fortemi-prebuilt-package": "node tools/lint/fortemi-prebuilt-package.mjs",
"lint:generated-artifacts": "node tools/lint/tracked-generated-artifacts.mjs",
"lint:schemas": "node tools/scripts/lint-schemas.mjs",
"lint:tarball": "node tools/lint/tarball-audit.mjs",
"lint:vault-migration": "node ci/verify-vault-migration.mjs",
"package-plugins": "node tools/plugin/package-plugins.mjs --all",
"package-plugins:clean": "node tools/plugin/package-plugins.mjs --all --clean",
"package:cli": "node tools/release/build-cli-package.mjs",
"prepack": "npm run release:fortemi-index",
"provision:vault-approle": "node ci/provision-vault-approle.mjs",
"provision:vault-migration": "node ci/provision-vault-migration.mjs",
"ralph:manual-test": "tools/ralph-external/manual-provider-test.sh",
"release:fortemi-index": "tsx tools/release/build-fortemi-core-indices.mjs",
"test": "vitest run --config config/vitest.config.js",
"test:ci": "vitest run --config config/vitest.config.js && vitest run --config config/vitest.uat.config.js",
"test:conformance": "vitest run --config config/vitest.conformance.config.js test/conformance/executor-v1/",
"test:contract": "vitest run --config config/vitest.contract.config.js test/contract/",
"test:coverage": "vitest --config config/vitest.config.js --coverage",
"test:integration": "vitest run --config config/vitest.config.js test/integration/cli-startup.test.ts test/integration/cli-perf.test.ts",
"test:integration:serve": "vitest run --config config/vitest.integration.config.js",
"test:integration:serve:flake-gate": "node tools/scripts/integration-flake-gate.mjs",
"test:node": "node --test tools/ralph-external/*.test.mjs test/unit/ralph/*.test.mjs",
"test:node:ralph-external": "node --test tools/ralph-external/*.test.mjs",
"test:perf": "vitest run --config config/vitest.config.js test/integration/cli-perf.test.ts",
"test:release-discovery": "vitest run --config config/vitest.config.js test/integration/artifacts/discover-fortemi-corpus.test.ts",
"test:ui": "vitest --config config/vitest.config.js --ui",
"test:watch": "vitest --config config/vitest.config.js",
"typecheck": "tsc --noEmit",
"uat": "vitest run --config config/vitest.uat.config.js",
"uat:claude": "vitest run --config config/vitest.uat-live.config.js --reporter=verbose ralph-live-claude",
"uat:cockpit-daily": "node apps/cockpit/scripts/cockpit-daily-gate.mjs",
"uat:cockpit-live": "vitest run --config config/vitest.uat-cockpit-live.config.js",
"uat:cockpit-live:matrix": "AIWG_COCKPIT_LIVE_REQUIRED=1 AIWG_COCKPIT_LIVE_MATRIX_REQUIRED=1 vitest run --config config/vitest.uat-cockpit-live.config.js",
"uat:codex": "vitest run --config config/vitest.uat-live.config.js --reporter=verbose ralph-live-codex",
"uat:daemon": "vitest run --config config/vitest.uat-daemon.config.js",
"uat:daemon:claude": "vitest run --config config/vitest.uat-daemon.config.js --reporter=verbose daemon-live-claude",
"uat:factory": "vitest run --config config/vitest.uat-live.config.js --reporter=verbose ralph-live-factory",
"uat:live": "vitest run --config config/vitest.uat-live.config.js",
"uat:opencode": "vitest run --config config/vitest.uat-live.config.js --reporter=verbose ralph-live-opencode",
"uat:serve-live": "vitest run --config config/vitest.uat-serve-live.config.js",
"uat:watch": "vitest --config config/vitest.uat.config.js",
"validate-metadata": "aiwg validate-metadata",
"validate:claude-context": "node tools/validation/claude-context-repro.mjs"
},
"signal_details": {
"rapid_release": "3 versions in last 24h: ['2026.7.17', '2026.7.18', '2026.7.19']",
"shared_repo_different_publisher": "repo 'git+https://github.com/jmagly/aiwg.git' also claimed by 2 package(s) under different publishers: ['npm/@aiwg/cockpit', 'npm/@aiwg/cli']"
},
"time": {
"created": "2025-12-10T01:57:57.326Z",
"modified": "2026-07-24T01:59:43.513Z"
}
}