npm agentic-flow @2.0.13
score
0.6
med
flagged
2026-06-18 09:23
Signals fired
| signal | weight | rationale |
|---|---|---|
| content | ||
| bin_added | 0.8 | new bin entry: ['agentic-flow', 'agentdb'] |
| script_count_spike | 0.5 | scripts count 0 -> 37 |
| topology | ||
| dist_tag_anomaly | 0.5 | dist-tags.latest=2.0.13 but max published is 3.0.0-alpha.1 |
| dependency_added_unknown | 0.6 | 23 new non-watchlisted dep(s): ['@anthropic-ai/claude-agent-sdk', '@anthropic-ai/sdk', '@google/genai', '@ruvector/core', '@ruvector/edge-full'] ... |
Prior profile (what it deviated from)
{
"had_install_script": true,
"maintainers": [
"ruvnet"
],
"versions": 196
}
Evidence (package doc at flag time)
{
"dependencies_count": 23,
"dist": {
"integrity": "sha512-VN3OVYUweVtCE4ARzxwf0Qf22Z3+6dgYWukKvnE5qlBIa5FEPjD5rRN4Fz5mecQ+88+0fnFgJ/00lb6MVhWsNQ==",
"tarball": "https://registry.npmjs.org/agentic-flow/-/agentic-flow-2.0.13.tgz",
"unpackedSize": 14076745
},
"dist-tags": {
"alpha": "3.0.0-alpha.2",
"beta": "1.1.14-beta.1",
"fix": "2.0.12-fix.8",
"latest": "2.0.13"
},
"latest_version": "2.0.13",
"maintainers": [
{
"email": "ruv@ruv.net",
"name": "ruvnet"
}
],
"num_versions": 196,
"repository": {
"type": "git",
"url": "git+https://github.com/ruvnet/agentic-flow.git"
},
"scripts": {
"benchmark:embeddings": "tsx src/benchmarks/embeddings-benchmark.ts",
"build": "(npm run build:wasm || true) && (tsc -p config/tsconfig.json --skipLibCheck || true) && mkdir -p dist/reasoningbank && (cp -r src/reasoningbank/prompts dist/reasoningbank/ 2>/dev/null || true) && (cp -r src/reasoningbank/config dist/reasoningbank/ 2>/dev/null || true)",
"build:wasm": "cd ../reasoningbank && wasm-pack build --target bundler --out-dir pkg/bundler crates/reasoningbank-wasm && wasm-pack build --target web --out-dir pkg/web crates/reasoningbank-wasm && mkdir -p ../agentic-flow/wasm/reasoningbank && cp -r crates/reasoningbank-wasm/pkg/bundler/* ../agentic-flow/wasm/reasoningbank/ && cp -r crates/reasoningbank-wasm/pkg/web ../agentic-flow/wasm/reasoningbank/",
"build:wasm:clean": "rm -rf ../reasoningbank/crates/reasoningbank-wasm/pkg && rm -rf wasm/reasoningbank",
"claude-code": "node dist/cli/claude-code-wrapper.js",
"dev": "tsx src/index.ts",
"example:embedding-geometry": "tsx src/examples/embedding-geometry.ts",
"example:goal-planner": "tsx src/examples/use-goal-planner.ts",
"example:multi-agent": "tsx src/examples/multi-agent-orchestration.ts",
"mcp:fastmcp-poc": "node dist/mcp/fastmcp/servers/poc-stdio.js",
"mcp:http": "node dist/mcp/fastmcp/servers/http-sse.js",
"mcp:stdio": "node dist/mcp/standalone-stdio.js",
"postinstall": "node scripts/postinstall.js || true",
"prepublishOnly": "npm run build",
"proxy": "node dist/proxy/anthropic-to-openrouter.js",
"proxy:dev": "tsx src/proxy/anthropic-to-openrouter.ts",
"proxy:quic": "node dist/proxy/quic-proxy.js",
"proxy:quic:dev": "tsx src/proxy/quic-proxy.ts",
"start": "node --enable-source-maps dist/index.js",
"test": "npm run test:retry && npm run test:logging",
"test:coordination": "tsx tests/validation/claude-flow/test-coordination.ts",
"test:fastmcp": "bash scripts/test-fastmcp-poc.sh",
"test:hybrid": "tsx tests/validation/claude-flow/test-hybrid.ts",
"test:logging": "tsx validation/quick-wins/test-logging.ts",
"test:memory": "tsx tests/validation/claude-flow/test-memory.ts",
"test:orchestration": "vitest run tests/orchestration/ --reporter=verbose",
"test:orchestration:smoke": "tsx tests/orchestration/orchestration-api.smoke.ts && tsx tests/orchestration/loop-policy.smoke.ts && tsx tests/orchestration/memory-plane.smoke.ts",
"test:quic": "tsx validation/test-quic-integration.ts",
"test:quic:wasm": "tsx validation/test-quic-wasm.ts",
"test:retry": "tsx validation/quick-wins/test-retry.ts",
"test:wasm:docker": "docker build -f Dockerfile.e2e -t agentic-flow-e2e . && docker run --rm agentic-flow-e2e",
"test:wasm:e2e": "tsx validation/test-wasm-e2e.ts",
"validate": "tsx validation/quick-wins/validate-all.ts",
"validate:claude-flow": "npm run test:memory && npm run test:coordination && npm run test:hybrid",
"validate:health": "bash validation/quick-wins/test-health.sh",
"validate:openrouter": "tsx tests/validation/test-openrouter-fixes.ts",
"validate:sdk": "tsx validation/sdk-integration-test.ts"
},
"signal_details": {
"bin_added": "new bin entry: ['agentic-flow', 'agentdb']",
"dependency_added_unknown": "23 new non-watchlisted dep(s): ['@anthropic-ai/claude-agent-sdk', '@anthropic-ai/sdk', '@google/genai', '@ruvector/core', '@ruvector/edge-full'] ...",
"dist_tag_anomaly": "dist-tags.latest=2.0.13 but max published is 3.0.0-alpha.1",
"script_count_spike": "scripts count 0 -> 37"
},
"time": {
"created": "2025-10-04T20:27:33.543Z",
"modified": "2026-05-19T16:41:00.307Z"
}
}