Repository Analysis

ruvnet/ruflo

🌊 The leading agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated

4.5 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of ruvnet/ruflo, a TypeScript project with 64,355 GitHub stars. SynthScan v2.0 examined 1,563,814 lines of code across 4670 source files, recording 2872 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 4.5 places this repository in the Likely human-written band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

4.5
Adjusted Score
4.5
Raw Score
100%
Time Factor
2026-07-14
Last Push
64.4K
Stars
TypeScript
Language
1.6M
Lines of Code
4.7K
Files
2.9K
Pattern Hits
2026-07-14
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 21MEDIUM 1628LOW 1223

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 2872 distinct pattern matches across 17 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Decorative Section Separators1094 hits · 3616 pts
SeverityFileLineSnippetContext
MEDIUMplugins/ruflo-metaharness/scripts/smoke.sh11# ---------------------------------------------------------------------------COMMENT
MEDIUMplugins/ruflo-workflows/scripts/smoke-gaia.sh12# ── plugin.json ──────────────────────────────────────────────────────────────COMMENT
MEDIUMplugins/ruflo-workflows/scripts/smoke-gaia.sh31# ── commands ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMplugins/ruflo-workflows/scripts/smoke-gaia.sh43# ── skills ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMplugins/ruflo-workflows/scripts/smoke-gaia.sh56# ── no wildcard tool grants ───────────────────────────────────────────────────COMMENT
MEDIUMplugins/ruflo-workflows/scripts/smoke-gaia.sh65# ── agents ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMplugins/ruflo-workflows/scripts/smoke-gaia.sh76# ── HAL schema referenced ─────────────────────────────────────────────────────COMMENT
MEDIUMplugins/ruflo-workflows/scripts/smoke-gaia.sh86# ── cost gate documented ──────────────────────────────────────────────────────COMMENT
MEDIUMplugins/ruflo-workflows/scripts/smoke-gaia.sh92# ── Ed25519 signing referenced ────────────────────────────────────────────────COMMENT
MEDIUMplugins/ruflo-workflows/scripts/smoke-gaia.sh99# ── memory namespaces ─────────────────────────────────────────────────────────COMMENT
MEDIUMplugins/ruflo-workflows/scripts/smoke-gaia.sh106# ── resumable runs documented ─────────────────────────────────────────────────COMMENT
MEDIUMplugins/ruflo-workflows/scripts/smoke-gaia.sh112# ── extensibility note ────────────────────────────────────────────────────────COMMENT
MEDIUMplugins/ruflo-workflows/scripts/smoke-gaia.sh119# ── original smoke test still passes ─────────────────────────────────────────COMMENT
MEDIUMplugins/ruflo-workflows/scripts/smoke-gaia.sh133# ── CLI backend referenced ────────────────────────────────────────────────────COMMENT
MEDIUMplugins/ruflo-cost-tracker/scripts/smoke.sh90# ─── ADR-0002 checks (11–16) ─────────────────────────────────────────────────COMMENT
MEDIUMplugins/ruflo-cost-tracker/scripts/smoke.sh143# ─── Doc-invariant single-line greps (ADR-0002 §"Verification") ──────────────COMMENT
MEDIUMplugins/ruflo-cost-tracker/scripts/smoke.sh587# ─── Consistency invariants (prevent README/agent drift) ─────────────────────COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh39# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh41# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh50# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh52# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh62# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh64# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh74# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh76# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh86# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh88# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh97# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh99# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh109# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh111# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh120# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh122# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh130# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh132# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh140# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh142# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh150# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh152# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh161# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh163# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh171# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh173# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh181# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh183# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh191# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-memory.sh193# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-cli-commands.sh43# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-cli-commands.sh45# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-cli-commands.sh52# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-cli-commands.sh54# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-cli-commands.sh61# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-cli-commands.sh63# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-cli-commands.sh72# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-cli-commands.sh74# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-cli-commands.sh82# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-cli-commands.sh84# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-cli-commands.sh94# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-cli-commands.sh96# ============================================================================COMMENT
MEDIUMtests/docker-regression/scripts/test-cli-commands.sh103# ============================================================================COMMENT
1034 more matches not shown…
Modern AI Meta-Vocabulary506 hits · 1493 pts
SeverityFileLineSnippetContext
MEDIUMCHANGELOG.md167### v2.7.0 — agentic-flow IntegrationCOMMENT
MEDIUMREADME.md3[![Ruflo Banner](ruflo/assets/ruflo-small.jpeg)](https://cognitum.one/agentic-engineering)CODE
MEDIUMREADME.md45> Claude Flow is now Ruflo — named by [`rUv`](https://ruv.io), who loves Rust, flow states, and building things that feeCODE
MEDIUMREADME.md401| [Ecosystem](docs/USERGUIDE.md#-ecosystem--integrations) | RuVector, agentic-flow, Flow Nexus |CODE
MEDIUMpackage-lock.json4009 "resolved": "https://registry.npmjs.org/agentic-flow/-/agentic-flow-2.1.0.tgz",CODE
MEDIUMCLAUDE.md1175npx ruflo metaharness redblue init # @metaharness/redblue — scaffold redblue.yamlCODE
MEDIUMplugins/ruflo-metaharness/scripts/smoke.sh2060# Anti-regression: scaffold MUST cd into a temp dir (--target is ignoredCOMMENT
MEDIUM…ugin-creator/docs/adrs/0001-plugin-creator-contract.md34### 2. Update the scaffolding outputCOMMENT
MEDIUMplugins/ruflo-rag-memory/agents/memory-specialist.md48# Graph RAG (multi-hop)COMMENT
MEDIUMplugins/ruflo-rag-memory/agents/memory-specialist.md54# RAG context retrieval (MCP)COMMENT
MEDIUM…drs/0002-agentic-flow-and-agent-booster-integration.md73### 2. New skill: `cost-compact-context` (conditional on agentic-flow availability)COMMENT
MEDIUM…drs/0002-agentic-flow-and-agent-booster-integration.md170The single biggest dependency in this ADR is that **agents reading `cost-compact-context/SKILL.md` can actually invoke `CODE
MEDIUMplugins/ruflo-ddd/README.md36# Aggregate scaffoldingCOMMENT
MEDIUMplugins/ruflo-ruvector/commands/vector.md107## LLM orchestration — needs `@ruvector/ruvllm`COMMENT
MEDIUMplugins/ruflo-graph-intelligence/package-lock.json1113 "resolved": "https://registry.npmjs.org/agentic-flow/-/agentic-flow-3.0.0-alpha.2.tgz",CODE
MEDIUMplugins/ruflo-agentdb/README.md108### Naming guardrailsCOMMENT
MEDIUMplugins/ruflo-agentdb/scripts/smoke.sh143# 10. Namespace convention guardrails: reserved list + colon rule + length capCOMMENT
MEDIUMtests/docker-regression/docker-compose.yml2# Docker Compose orchestration for comprehensive testingCOMMENT
MEDIUM.agents/skills/v3-integration-deep/SKILL.md40## agentic-flow@alpha Feature IntegrationCOMMENT
MEDIUM.agents/skills/v3-integration-deep/SKILL.md121 // Replace SwarmCoordinator (800+ lines) with agentic-flow SwarmCOMMENT
MEDIUM.agents/skills/v3-integration-deep/SKILL.md127 // Replace AgentManager (1,736+ lines) with agentic-flow lifecycleCOMMENT
MEDIUM.agents/skills/v3-integration-deep/SKILL.md135 // Replace TaskScheduler with agentic-flow task graphCOMMENT
MEDIUM.agents/skills/flow-nexus-swarm/SKILL.md214. [Agent Orchestration](#agent-orchestration)CODE
MEDIUM.agents/skills/agent-v3-integration-architect/SKILL.md22 # Check agentic-flow statusCOMMENT
MEDIUM.agents/skills/agent-v3-integration-architect/SKILL.md90## agentic-flow@alpha Feature IntegrationCOMMENT
MEDIUM.agents/skills/github-release-management/SKILL.md294# Multi-target deployment orchestrationCOMMENT
MEDIUM.agents/skills/github-code-review/SKILL.md58- [Multi-Agent Review System](#multi-agent-review-system)CODE
MEDIUM.agents/skills/github-code-review/SKILL.md110# Start multi-agent reviewCOMMENT
MEDIUM.agents/skills/agent-release-swarm/SKILL.md98# Run release orchestrationCOMMENT
MEDIUM.agents/skills/agent-v3-queen-coordinator/SKILL.md87- **Agent #10**: agentic-flow@alpha deep integrationCODE
MEDIUM.agents/skills/agentdb-vector-search/SKILL.md154### RAG (Retrieval Augmented Generation)COMMENT
MEDIUM.agents/skills/agentdb-vector-search/SKILL.md301# Check embedding model dimensions:COMMENT
MEDIUM.claude/statusline.sh97# Calculate REAL memory usage (system memory used by node/agentic processes)COMMENT
MEDIUM.claude/statusline.sh112# Check agentic-flow@alpha integration statusCOMMENT
MEDIUM.claude/statusline.sh121# Count active agentic-flow processesCOMMENT
MEDIUM.claude/statusline.sh140 # If we have agentic-flow processes but no specific agents, use a heuristicCOMMENT
MEDIUM.claude/statusline.sh171# Get context window usage from Context Autopilot state (primary) or Claude Code input (fallback)COMMENT
MEDIUM.claude/agents/github/release-swarm.md61# Run release orchestrationCOMMENT
MEDIUM.claude/agents/v3/v3-integration-architect.md51## agentic-flow@alpha Feature IntegrationCOMMENT
MEDIUM.claude/agents/v3/v3-queen-coordinator.md47- **Agent #10**: agentic-flow@alpha deep integrationCODE
MEDIUM.claude/commands/coordination/task-orchestrate.md1# task-orchestrateCOMMENT
MEDIUM.claude/commands/github/release-swarm.md54# Run release orchestrationCOMMENT
MEDIUM.claude/commands/sparc/orchestrator.md65# Initialize orchestration swarmCOMMENT
MEDIUM.claude/commands/sparc/orchestrator.md121# 1. Initialize orchestration swarmCOMMENT
MEDIUM.claude/commands/sparc/orchestrator.md127# 3. Execute orchestrationCOMMENT
MEDIUM.claude/skills/sparc-methodology/SKILL.md195. [Orchestration Patterns](#orchestration-patterns)CODE
MEDIUM.claude/skills/v3-integration-deep/SKILL.md40## agentic-flow@alpha Feature IntegrationCOMMENT
MEDIUM.claude/skills/v3-integration-deep/SKILL.md121 // Replace SwarmCoordinator (800+ lines) with agentic-flow SwarmCOMMENT
MEDIUM.claude/skills/v3-integration-deep/SKILL.md127 // Replace AgentManager (1,736+ lines) with agentic-flow lifecycleCOMMENT
MEDIUM.claude/skills/v3-integration-deep/SKILL.md135 // Replace TaskScheduler with agentic-flow task graphCOMMENT
MEDIUM.claude/skills/agentic-jujutsu/SKILL.md627- **NPM Package**: https://npmjs.com/package/agentic-jujutsuCODE
MEDIUM.claude/skills/agentic-jujutsu/SKILL.md628- **GitHub**: https://github.com/ruvnet/agentic-flow/tree/main/packages/agentic-jujutsuCODE
MEDIUM.claude/skills/flow-nexus-swarm/SKILL.md154. [Agent Orchestration](#agent-orchestration)CODE
MEDIUM.claude/skills/reasoningbank-agentdb/SKILL.md438- **GitHub**: https://github.com/ruvnet/agentic-flow/tree/main/packages/agentdbCODE
MEDIUM.claude/skills/github-release-management/SKILL.md277# Multi-target deployment orchestrationCOMMENT
MEDIUM.claude/skills/agentdb-advanced/SKILL.md543- **GitHub**: https://github.com/ruvnet/agentic-flow/tree/main/packages/agentdbCODE
MEDIUM.claude/skills/github-code-review/SKILL.md43- [Multi-Agent Review System](#multi-agent-review-system)CODE
MEDIUM.claude/skills/github-code-review/SKILL.md95# Start multi-agent reviewCOMMENT
MEDIUM.claude/skills/agentdb-optimization/SKILL.md502- **GitHub**: https://github.com/ruvnet/agentic-flow/tree/main/packages/agentdbCODE
MEDIUM.claude/skills/agentdb-memory-patterns/SKILL.md336- GitHub: https://github.com/ruvnet/agentic-flow/tree/main/packages/agentdbCODE
446 more matches not shown…
Structural Annotation Overuse360 hits · 680 pts
SeverityFileLineSnippetContext
LOWAGENTS.md90# Step 1: Coordination (optional)COMMENT
LOWAGENTS.md94# Step 2: IMMEDIATELY DO THE WORK YOURSELF - DON'T WAIT!COMMENT
LOWAGENTS.md98# Step 3: Report what you didCOMMENT
LOWplugins/ruflo-cost-tracker/skills/cost-session/SKILL.md49# Step 1: find outliers across all sessionsCOMMENT
LOWplugins/ruflo-cost-tracker/skills/cost-session/SKILL.md52# Step 2: drill into the flagged sessionCOMMENT
LOWplugins/ruflo-cost-tracker/skills/cost-session/SKILL.md55# Step 3: open that jsonl at the timestamp the top message reports,COMMENT
LOWtests/rvf-integration.test.ts290 // Step 1: Create JsonBackend with entriesCOMMENT
LOWtests/rvf-integration.test.ts301 // Step 2: Create RvfBackendCOMMENT
LOWtests/rvf-integration.test.ts306 // Step 3: Copy entries from JSON to RVFCOMMENT
LOWtests/rvf-integration.test.ts311 // Step 4: Verify all entries accessible in RVFCOMMENT
LOW.agents/skills/github-workflow-automation/SKILL.md539// Step 1: Initialize swarm coordinationCOMMENT
LOW.agents/skills/github-workflow-automation/SKILL.md545// Step 2: Spawn specialized agentsCOMMENT
LOW.agents/skills/github-workflow-automation/SKILL.md551// Step 3: Orchestrate GitHub workflowCOMMENT
LOW.agents/skills/skill-builder/SKILL.md285#### Step 1: Initial SetupCOMMENT
LOW.agents/skills/skill-builder/SKILL.md294#### Step 2: ConfigurationCOMMENT
LOW.agents/skills/skill-builder/SKILL.md298#### Step 3: ExecutionCOMMENT
LOW.agents/skills/skill-builder/SKILL.md580### Step 1: SetupCOMMENT
LOW.agents/skills/skill-builder/SKILL.md583### Step 2: UsageCOMMENT
LOW.agents/skills/skill-builder/SKILL.md586### Step 3: VerifyCOMMENT
LOW.agents/skills/agent-refinement/SKILL.md50// Step 1: Write test that defines desired behaviorCOMMENT
LOW.agents/skills/agent-refinement/SKILL.md115// Step 2: Implement minimum code to pass testsCOMMENT
LOW.agents/skills/agent-refinement/SKILL.md193// Step 3: Refactor while keeping tests greenCOMMENT
LOW.agents/skills/flow-nexus-platform/SKILL.md869### Step 1: Register & LoginCOMMENT
LOW.agents/skills/flow-nexus-platform/SKILL.md889### Step 2: Configure BillingCOMMENT
LOW.agents/skills/flow-nexus-platform/SKILL.md908### Step 3: Create Your First SandboxCOMMENT
LOW.agents/skills/flow-nexus-platform/SKILL.md929### Step 4: Deploy an AppCOMMENT
LOW.agents/skills/flow-nexus-platform/SKILL.md948### Step 5: Complete a ChallengeCOMMENT
LOW.agents/skills/agent-crdt-synchronizer/SKILL.md953 // Step 1: Achieve consensus on operation orderingCOMMENT
LOW.agents/skills/agent-crdt-synchronizer/SKILL.md961 // Step 2: Apply operation to CRDT with consensus-determined orderCOMMENT
LOW.claude/agents/consensus/crdt-synchronizer.md928 // Step 1: Achieve consensus on operation orderingCOMMENT
LOW.claude/agents/consensus/crdt-synchronizer.md936 // Step 2: Apply operation to CRDT with consensus-determined orderCOMMENT
LOW.claude/agents/sparc/refinement.md24// Step 1: Write test that defines desired behaviorCOMMENT
LOW.claude/agents/sparc/refinement.md89// Step 2: Implement minimum code to pass testsCOMMENT
LOW.claude/agents/sparc/refinement.md167// Step 3: Refactor while keeping tests greenCOMMENT
LOW.claude/agents/dual-mode/codex-coordinator.md51### Step 1: Initialize SwarmCOMMENT
LOW.claude/agents/dual-mode/codex-coordinator.md56### Step 2: Spawn Parallel WorkersCOMMENT
LOW.claude/agents/dual-mode/codex-coordinator.md68### Step 3: Collect ResultsCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md602// Step 1: Initialize TDD swarmCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md608// Step 2: Research and planningCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md614// Step 3: Architecture designCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md620// Step 4: TDD implementationCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md913# Step 1: Research and planningCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md916# Step 2: Architecture designCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md919# Step 3: TDD implementationCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md922# Step 4: Code reviewCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md925# Step 5: DocumentationCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md932# Step 1: Analyze issueCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md935# Step 2: Debug systematicallyCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md938# Step 3: Create testsCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md941# Step 4: Review fixCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md948# Step 1: Profile performanceCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md951# Step 2: Identify bottlenecksCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md954# Step 3: Implement improvementsCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md957# Step 4: Benchmark resultsCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md631// Step 5: Code reviewCOMMENT
LOW.claude/skills/sparc-methodology/SKILL.md641// Step 6: OptimizationCOMMENT
LOW.claude/skills/github-workflow-automation/SKILL.md521// Step 1: Initialize swarm coordinationCOMMENT
LOW.claude/skills/github-workflow-automation/SKILL.md527// Step 2: Spawn specialized agentsCOMMENT
LOW.claude/skills/github-workflow-automation/SKILL.md533// Step 3: Orchestrate GitHub workflowCOMMENT
LOW.claude/skills/skill-builder/SKILL.md285#### Step 1: Initial SetupCOMMENT
300 more matches not shown…
Hyper-Verbose Identifiers322 hits · 323 pts
SeverityFileLineSnippetContext
LOW…ntelligence/src/adapters/observability-span-adapter.ts110export function registerObservabilitySpanAdapter(CODE
LOW…elligence/src/adapters/jujutsu-blast-radius-adapter.ts94export function registerJujutsuBlastRadiusAdapter(CODE
LOW…-intelligence/src/adapters/federation-trust-adapter.ts103export function registerFederationTrustAdapter(CODE
LOW…ph-intelligence/src/adapters/browser-causal-adapter.ts181export function registerBrowserCausalAdapter(CODE
LOW…telligence/src/adapters/aidefence-suspicion-adapter.ts89export function registerAIDefenceSuspicionAdapter(CODE
LOW…h-intelligence/src/adapters/knowledge-graph-adapter.ts97export function registerKnowledgeGraphAdapter(CODE
LOW…raph-intelligence/src/adapters/portfolio-cg-adapter.ts127export function registerPortfolioCovarianceAdapter(CODE
LOW…-intelligence/src/adapters/cost-attribution-adapter.ts110export function registerCostAttributionAdapter(CODE
LOWplugins/ruflo-neural-trader/src/signed-attribution.ts130export async function verifyAttributionArtifact(CODE
LOW.agents/skills/agent-agent/SKILL.md177async function planWithTemporalAdvantage(planningMatrix, constraints) {CODE
LOW.agents/skills/agent-mesh-coordinator/SKILL.md293 def trigger_failure_detection(self, peer_id):CODE
LOW.agents/skills/agent-mesh-coordinator/SKILL.md310 def handle_potential_partition(self):CODE
LOW.agents/skills/agent-adaptive-coordinator/SKILL.md89 def analyze_task_characteristics(self, task):CODE
LOW.agents/skills/agent-adaptive-coordinator/SKILL.md190 def evaluate_current_performance(self):CODE
LOW.agents/skills/agent-adaptive-coordinator/SKILL.md202 def trigger_topology_analysis(self):CODE
LOW.agents/skills/agent-adaptive-coordinator/SKILL.md270 def predict_load_requirements(self, time_horizon='4h'):CODE
LOW.agents/skills/agent-code-goal-planner/SKILL.md316async function implementFeatureWithSPARC(feature: string) {CODE
LOW.claude/agents/swarm/mesh-coordinator.md259 def trigger_failure_detection(self, peer_id):CODE
LOW.claude/agents/swarm/mesh-coordinator.md276 def handle_potential_partition(self):CODE
LOW.claude/agents/swarm/adaptive-coordinator.md52 def analyze_task_characteristics(self, task):CODE
LOW.claude/agents/swarm/adaptive-coordinator.md153 def evaluate_current_performance(self):CODE
LOW.claude/agents/swarm/adaptive-coordinator.md165 def trigger_topology_analysis(self):CODE
LOW.claude/agents/swarm/adaptive-coordinator.md233 def predict_load_requirements(self, time_horizon='4h'):CODE
LOW.claude/agents/reasoning/agent.md173async function planWithTemporalAdvantage(planningMatrix, constraints) {CODE
LOW.claude/agents/goal/agent.md173async function planWithTemporalAdvantage(planningMatrix, constraints) {CODE
LOW.claude/agents/goal/code-goal-planner.md310async function implementFeatureWithSPARC(feature: string) {CODE
LOWdocs/research/copilot-sdk-ruflo-integration.md801export async function registerRufloMcpWithCopilot(CODE
LOWv3/index.ts512export async function getOrCreateSwarm(): Promise<ISwarmHub> {CODE
LOW…@claude-flow/swarm/__tests__/queen-coordinator.test.ts51function createMockSwarmCoordinator(): ISwarmCoordinator {CODE
LOW…@claude-flow/swarm/__tests__/queen-coordinator.test.ts236function createMockConsensusResult(approved: boolean): ConsensusResult {CODE
LOWv3/@claude-flow/swarm/src/attention-coordinator.ts1001export function createAttentionCoordinator(CODE
LOWv3/@claude-flow/swarm/src/federation-hub.js686export async function resetDefaultFederationHub() {CODE
LOWv3/@claude-flow/swarm/src/federation-hub.d.ts283export declare function resetDefaultFederationHub(): Promise<void>;CODE
LOWv3/@claude-flow/swarm/src/unified-coordinator.ts1840export function createUnifiedSwarmCoordinator(CODE
LOWv3/@claude-flow/swarm/src/federation-hub.ts974export async function resetDefaultFederationHub(): Promise<void> {CODE
LOWv3/@claude-flow/swarm/src/shared/events.ts276export function swarmMilestoneReachedEvent(milestoneId: string, name: string): SwarmEvent {CODE
LOWv3/@claude-flow/swarm/src/workers/worker-dispatch.js838export function createWorkerDispatchService(config) {CODE
LOWv3/@claude-flow/swarm/src/workers/worker-dispatch.d.ts232export declare function createWorkerDispatchService(config?: Partial<WorkerConfig>): WorkerDispatchService;CODE
LOWv3/@claude-flow/swarm/src/workers/worker-dispatch.ts1072export function createWorkerDispatchService(config?: Partial<WorkerConfig>): WorkerDispatchService {CODE
LOWv3/@claude-flow/embeddings/src/persistent-cache.ts402export async function isPersistentCacheAvailable(): Promise<boolean> {CODE
LOWv3/@claude-flow/embeddings/src/hyperbolic.ts430export function pairwiseHyperbolicDistances(CODE
LOWv3/@claude-flow/embeddings/src/transformers-loader.ts87export function getCachedTransformersSource(): TransformersHandle | null {CODE
LOWv3/@claude-flow/embeddings/src/embedding-service.ts939export async function createEmbeddingServiceAsync(CODE
LOWv3/@claude-flow/memory/examples/agentdb-example.ts278async function gracefulDegradationExample() {CODE
LOWv3/@claude-flow/memory/examples/cross-platform-usage.ts17async function automaticProviderSelection() {CODE
LOW…/@claude-flow/memory/benchmarks/hnsw-indexing.bench.ts280export async function runHNSWIndexingBenchmarks(): Promise<void> {CODE
LOW…@claude-flow/memory/benchmarks/cache-hit-rate.bench.ts222export async function runCacheHitRateBenchmarks(): Promise<void> {CODE
LOW…@claude-flow/memory/benchmarks/cache-hit-rate.bench.ts436 function calculateOptimalCacheSize(workingSetSize: number, memoryLimit: number): number {CODE
LOW…/@claude-flow/memory/benchmarks/vector-search.bench.ts192export async function runVectorSearchBenchmarks(): Promise<void> {CODE
LOWv3/@claude-flow/memory/src/learning-bridge.test.ts37function createFailingNeuralLoader(): NeuralLoader {CODE
LOW…@claude-flow/security/__tests__/helpers/create-mock.ts159export function createMockCredentialGenerator(CODE
LOWv3/@claude-flow/security/src/safe-executor.ts489export function createDevelopmentExecutor(): SafeExecutor {CODE
LOWv3/@claude-flow/security/src/tool-output-guardrail.ts350export function createToolOutputGuardrail(config?: GuardrailConfig): ToolOutputGuardrail {CODE
LOWv3/@claude-flow/security/src/credential-generator.ts356export function createCredentialGenerator(): CredentialGenerator {CODE
LOWv3/@claude-flow/security/src/path-validator.ts499export function createProjectPathValidator(projectRoot: string): PathValidator {CODE
LOWv3/@claude-flow/security/src/path-validator.ts516export function createFullProjectPathValidator(projectRoot: string): PathValidator {CODE
LOW…/@claude-flow/security/src/authorization/propagator.ts102export function makeLegacyPermissiveScope(principalId = 'legacy'): AuthScope {CODE
LOW…/@claude-flow/security/src/authorization/propagator.ts255function subsetOrThrow(CODE
LOWv3/@claude-flow/guidance/src/authority.ts728export function createIrreversibilityClassifier(CODE
LOWv3/@claude-flow/guidance/src/uncertainty.ts840export function createUncertaintyAggregator(CODE
262 more matches not shown…
Verbosity Indicators137 hits · 268 pts
SeverityFileLineSnippetContext
LOWtests/rvf-integration.test.ts290 // Step 1: Create JsonBackend with entriesCOMMENT
LOWtests/rvf-integration.test.ts301 // Step 2: Create RvfBackendCOMMENT
LOWtests/rvf-integration.test.ts306 // Step 3: Copy entries from JSON to RVFCOMMENT
LOWtests/rvf-integration.test.ts311 // Step 4: Verify all entries accessible in RVFCOMMENT
LOW…memory/benchmarks/longmemeval/scripts/run-benchmark.sh26# Step 1: Ensure dataset existsCOMMENT
LOW…memory/benchmarks/longmemeval/scripts/run-benchmark.sh32# Step 2: Ingest conversations into AgentDBCOMMENT
LOW…memory/benchmarks/longmemeval/scripts/run-benchmark.sh36# Step 3: Run evaluationCOMMENT
LOW…memory/benchmarks/longmemeval/scripts/run-benchmark.sh40# Step 4: Generate reportCOMMENT
LOWv3/@claude-flow/memory/src/controller-registry.ts249 // Step 1: Initialize AgentDB (the core)COMMENT
LOWv3/@claude-flow/memory/src/controller-registry.ts252 // Step 2: Set up the backendCOMMENT
LOWv3/@claude-flow/memory/src/controller-registry.ts255 // Step 3: Initialize controllers level by levelCOMMENT
LOWv3/@claude-flow/guidance/src/optimizer.ts94 // Step 1: Rank violationsCOMMENT
LOWv3/@claude-flow/guidance/src/optimizer.ts101 // Step 2: Propose changes for top violationsCOMMENT
LOWv3/@claude-flow/guidance/src/optimizer.ts106 // Step 3: Evaluate each changeCOMMENT
LOWv3/@claude-flow/guidance/src/optimizer.ts116 // Step 4: Promote winners, record ADRsCOMMENT
LOWv3/@claude-flow/guidance/src/retriever.ts355 // Step 1: Classify intentCOMMENT
LOWv3/@claude-flow/guidance/src/retriever.ts359 // Step 2: Generate query embeddingCOMMENT
LOWv3/@claude-flow/guidance/src/retriever.ts362 // Step 3: Score all shardsCOMMENT
LOWv3/@claude-flow/guidance/src/retriever.ts366 // Step 4: Select top N with contradiction resolutionCOMMENT
LOWv3/@claude-flow/guidance/src/retriever.ts369 // Step 5: Build combined policy textCOMMENT
LOWv3/@claude-flow/guidance/src/memory-gate.ts255 // Step 1: Authority checkCOMMENT
LOWv3/@claude-flow/guidance/src/memory-gate.ts264 // Step 2: Rate limit checkCOMMENT
LOWv3/@claude-flow/guidance/src/memory-gate.ts273 // Step 3: Overwrite checkCOMMENT
LOWv3/@claude-flow/guidance/src/memory-gate.ts286 // Step 4: Contradiction detectionCOMMENT
LOWv3/@claude-flow/guidance/src/memory-gate.ts300 // Step 5: Record write timestamp if allowedCOMMENT
LOWv3/@claude-flow/guidance/src/index.ts495 // Step 1: Read guidance filesCOMMENT
LOWv3/@claude-flow/guidance/src/index.ts505 // Step 2: CompileCOMMENT
LOWv3/@claude-flow/guidance/src/index.ts508 // Step 3: Load into retrieverCOMMENT
LOWv3/@claude-flow/guidance/src/index.ts511 // Step 4: Set active rules on gatesCOMMENT
LOWv3/@claude-flow/guidance/src/index.ts518 // Step 5: Set up headless runner if enabledCOMMENT
LOWv3/@claude-flow/guidance/src/gateway.ts172 // Step 1: Idempotency check (batch cleanup on interval, not every call)COMMENT
LOWv3/@claude-flow/guidance/src/gateway.ts192 // Step 2: Schema validationCOMMENT
LOWv3/@claude-flow/guidance/src/gateway.ts206 // Step 3: Budget checkCOMMENT
LOWv3/@claude-flow/guidance/src/gateway.ts222 // Step 4: EnforcementGates checksCOMMENT
LOWv3/@claude-flow/guidance/src/gateway.ts282 // Step 5: AllowCOMMENT
LOWv3/@claude-flow/guidance/src/ruvbot-integration.ts493 // Step 1: Evaluate through MemoryWriteGateCOMMENT
LOWv3/@claude-flow/guidance/src/ruvbot-integration.ts502 // Step 2: Log the operationCOMMENT
LOWv3/@claude-flow/guidance/src/ruvbot-integration.ts511 // Step 3: If denied, do not writeCOMMENT
LOWv3/@claude-flow/guidance/src/ruvbot-integration.ts516 // Step 4: Perform the write through ruvbotCOMMENT
LOWv3/@claude-flow/guidance/src/ruvbot-integration.ts776 // Step 1: Run through EnforcementGates (secrets, destructive ops)COMMENT
LOWv3/@claude-flow/guidance/src/ruvbot-integration.ts782 // Step 2: Run through AIDefence gateCOMMENT
LOWv3/@claude-flow/guidance/src/ruvbot-integration.ts795 // Step 3: Feed outcomes into trust accumulatorCOMMENT
LOW…flow/plugins/src/integrations/ruvector/quantization.ts599 // Step 1: Quantize query and all candidatesCOMMENT
LOW…flow/plugins/src/integrations/ruvector/quantization.ts603 // Step 2: Compute Hamming distancesCOMMENT
LOW…flow/plugins/src/integrations/ruvector/quantization.ts612 // Step 3: Filter top candidates by Hamming distanceCOMMENT
LOW…flow/plugins/src/integrations/ruvector/quantization.ts617 // Step 4: Rerank filtered candidates with exact Euclidean distanceCOMMENT
LOW…flow/plugins/src/integrations/ruvector/quantization.ts626 // Step 5: Sort by exact distance and return top-kCOMMENT
LOW…flow/plugins/src/integrations/ruvector/quantization.ts1107 // Step 1: Rotate vectorsCOMMENT
LOW…flow/plugins/src/integrations/ruvector/quantization.ts1110 // Step 2: Train PQ on rotated vectorsCOMMENT
LOW…flow/plugins/src/integrations/ruvector/quantization.ts1113 // Step 3: Update rotation matrix using Procrustes analysisCOMMENT
LOW…@claude-flow/cli/__tests__/terminal-encryption.test.ts126 // Step 1: write plaintext (gate off)COMMENT
LOW…@claude-flow/cli/__tests__/terminal-encryption.test.ts131 // Step 2: flip encryption on for the readCOMMENT
LOW…@claude-flow/cli/__tests__/terminal-encryption.test.ts135 // Step 3: list should still find the legacy session via theCOMMENT
LOW…@claude-flow/cli/__tests__/terminal-encryption.test.ts147 // Step 1: legacy plaintext writeCOMMENT
LOW…@claude-flow/cli/__tests__/terminal-encryption.test.ts153 // Step 2: enable encryption and add a second session — saveTerminalStoreCOMMENT
LOW…claude-flow/cli/__tests__/memory-db-encryption.test.ts146 // Step 1: plant a plaintext SQLite blob on disk (no env vars setCOMMENT
LOW…claude-flow/cli/__tests__/memory-db-encryption.test.ts151 // Step 2: enable encryption for the read.COMMENT
LOW…claude-flow/cli/__tests__/memory-db-encryption.test.ts155 // Step 3: readFileMaybeEncrypted's magic-byte sniff sees no RFE1COMMENT
LOW…/@claude-flow/cli/__tests__/session-encryption.test.ts139 // Step 1: save with encryption OFF → plaintext on diskCOMMENT
LOW…/@claude-flow/cli/__tests__/session-encryption.test.ts144 // Step 2: turn encryption ON for the readCOMMENT
77 more matches not shown…
Over-Commented Block235 hits · 226 pts
SeverityFileLineSnippetContext
LOWplugins/ruflo-metaharness/scripts/smoke.sh1#!/usr/bin/env bashCOMMENT
LOWplugins/ruflo-metaharness/scripts/smoke.sh201doneCOMMENT
LOWplugins/ruflo-metaharness/scripts/smoke.sh801 COUNT=$((COUNT + 1))COMMENT
LOWplugins/ruflo-metaharness/scripts/smoke.sh821# - Every MCP enum value is a SEVERITY_RANK key (subset relationship)COMMENT
LOWplugins/ruflo-browser/scripts/replay-spike.sh1#!/usr/bin/env bashCOMMENT
LOWplugins/ruflo-core/scripts/ruflo-hook.sh1#!/usr/bin/env bashCOMMENT
LOWplugins/ruflo-business-pods/scripts/smoke.sh1#!/usr/bin/env bashCOMMENT
LOWplugins/ruflo-neural-trader/scripts/runtime-smoke.sh1#!/usr/bin/env bashCOMMENT
LOWplugin/scripts/ruflo-hook.sh1#!/usr/bin/env bashCOMMENT
LOW.agents/config.toml1# =============================================================================COMMENT
LOW.agents/config.toml21# - on-failure: Require approval only after failuresCOMMENT
LOW.agents/skills/hive-mind-advanced/SKILL.md621 --queen-type strategic \COMMENT
LOW.agents/skills/agentdb-vector-search/SKILL.md301# Check embedding model dimensions:COMMENT
LOW.agents/skills/pair-programming/SKILL.md901# Focus: Code improvementCOMMENT
LOW.claude/skills/hive-mind-advanced/SKILL.md621 --claudeCOMMENT
LOW.claude/skills/hive-mind-advanced/SKILL.md641COMMENT
LOW.claude/skills/sparc-methodology/SKILL.md961### Workflow 4: Complete PipelineCOMMENT
LOW.claude/skills/agentdb-vector-search/SKILL.md301# Check embedding model dimensions:COMMENT
LOW.claude/skills/pair-programming/SKILL.md901# Focus: Code improvementCOMMENT
LOW.claude/helpers/swarm-hooks.sh1#!/bin/bashCOMMENT
LOWdocs/USERGUIDE.md4321### Load BalancingCOMMENT
LOWdocs/USERGUIDE.md4401### Example: Route a TaskCOMMENT
LOWv3/vitest.config.ts81 // on cold environments.COMMENT
LOW…src/domain/repositories/task-repository.interface.d.ts61//# sourceMappingURL=task-repository.interface.d.ts.mapCOMMENT
LOWv3/@claude-flow/swarm/src/domain/entities/task.js261//# sourceMappingURL=task.js.mapCOMMENT
LOWv3/@claude-flow/memory/src/entity-tagger.ts41 if (seen.has(trimmed)) return;COMMENT
LOWv3/@claude-flow/guidance/wasm-kernel/.cargo/config.toml1# WASM SIMD ConfigurationCOMMENT
LOWv3/@claude-flow/guidance/wasm-kernel/src/lib.rs1//! Guidance Control Plane — Rust WASM KernelCOMMENT
LOWv3/@claude-flow/guidance/wasm-kernel/src/lib.rs21#[allow(unused_imports)]COMMENT
LOWv3/@claude-flow/guidance/src/retriever.ts161 // M3 perf substrate — packed embedding matrix for batched cosine.COMMENT
LOWv3/@claude-flow/guidance/src/retriever.ts181 // Float32Array — and the comparison is XOR + popcount per 32-bit word,COMMENT
LOWv3/@claude-flow/guidance/src/retriever.ts421 // M4 quantization fast path — for large shard sets, the bit-signatureCOMMENT
LOW…aude-flow/plugins/examples/ruvector/docker-compose.yml1# RuVector PostgreSQL Bridge - Local Development SetupCOMMENT
LOWv3/@claude-flow/codex/src/initializer.ts401web_search = "live"COMMENT
LOW…flow/mcp/.claude/agents/templates/sparc-coordinator.md341## ⚡ Performance BenefitsCOMMENT
LOW…/@claude-flow/mcp/.claude/agents/sparc/architecture.md241// Manual component selectionCOMMENT
LOWv3/@claude-flow/mcp/.claude/helpers/swarm-hooks.sh1#!/bin/bashCOMMENT
LOWv3/@claude-flow/shared/src/index.ts181COMMENT
LOWv3/@claude-flow/cli/docker/docker-compose.workers.yml1# Docker Compose for Claude Flow V3 Headless Worker PoolCOMMENT
LOWv3/@claude-flow/cli/docker/docker-compose.yml1# Ruflo v3.5 — Docker Compose ProfilesCOMMENT
LOWv3/@claude-flow/cli/bin/cli.js21// other [AgentDB Patch] messages flow through. Audit logCOMMENT
LOW…ude-flow/cli/.claude/agents/browser/browser-agent.yaml1# Browser Agent ConfigurationCOMMENT
LOW…flow/cli/.claude/agents/templates/sparc-coordinator.md341## ⚡ Performance BenefitsCOMMENT
LOW…/@claude-flow/cli/.claude/agents/sparc/architecture.md241// Manual component selectionCOMMENT
LOW…ude-flow/cli/.claude/skills/sparc-methodology/SKILL.md961### Workflow 4: Complete PipelineCOMMENT
LOW…flow/cli/.claude/skills/agentdb-vector-search/SKILL.md301# Check embedding model dimensions:COMMENT
LOW…aude-flow/cli/.claude/skills/pair-programming/SKILL.md901# Focus: Code improvementCOMMENT
LOWv3/@claude-flow/cli/.claude/helpers/swarm-hooks.sh1#!/bin/bashCOMMENT
LOWv3/@claude-flow/cli/agents/browser-agent.yaml1# Browser Agent ConfigurationCOMMENT
LOW…ude-flow/cli/__tests__/statusline-cost-display.test.ts141 // console.log appends its own trailing newline on top of the one thisCOMMENT
LOW…/@claude-flow/cli/__tests__/self-learning-2245.test.ts1// Self-learning proof + regression suite for #2245.COMMENT
LOW…/@claude-flow/cli/__tests__/self-learning-2245.test.ts201 // The pipeline ran end-to-end. `persisted` depends on whether a realCOMMENT
LOW…claude-flow/cli/__tests__/pretrain-from-github.test.ts1// Pretrain-from-history regression guard (ADR-077).COMMENT
LOW…e-flow/cli/__tests__/memory-search-recall-2558.test.ts1// #2558 regression: `memory search` recall was broken in v3.19.0/3.20.0 —COMMENT
LOW…laude-flow/cli/__tests__/model-resolution-2232.test.ts1// Regression tests for #2232 — Opus 4.8 alias + literal-id silent downgrade.COMMENT
LOWv3/@claude-flow/cli/__tests__/funnel.test.ts661 // Claude Code's own plugin marketplace mechanism installs by git clone/pullCOMMENT
LOWv3/@claude-flow/cli/scripts/deploy-ipfs-node.sh1#!/bin/bashCOMMENT
LOWv3/@claude-flow/cli/src/mcp-server.ts321 // dedicated `writeFrame()` helper below (process.stdout.writeCOMMENT
LOWv3/@claude-flow/cli/src/mcp-client.ts61// Optional runtime dep, degrades to `{degraded: true}` when agenticow is missing.COMMENT
LOWv3/@claude-flow/cli/src/init/executor.ts241 // the `vector_indexes` table (older CLI / agentdb-written), self-heal itCOMMENT
175 more matches not shown…
Fake / Example Data84 hits · 93 pts
SeverityFileLineSnippetContext
LOW.agents/skills/agent-authentication/SKILL.md26 email: "user@example.com",CODE
LOW.agents/skills/agent-authentication/SKILL.md33 email: "user@example.com",CODE
LOW.agents/skills/agent-authentication/SKILL.md45mcp__flow-nexus__user_reset_password({ email: "user@example.com" })CODE
LOW.agents/skills/agent-agentic-payments/SKILL.md28 holder_id: "user@example.com",CODE
LOW.agents/skills/agent-refinement/SKILL.md66 email: 'user@example.com',CODE
LOW.agents/skills/agent-refinement/SKILL.md94 email: 'user@example.com',CODE
LOW.agents/skills/flow-nexus-platform/SKILL.md32 email: "user@example.com",CODE
LOW.agents/skills/flow-nexus-platform/SKILL.md42 email: "user@example.com",CODE
LOW.agents/skills/flow-nexus-platform/SKILL.md62 email: "user@example.com"CODE
LOW.claude/agents/payments/agentic-payments.md23 holder_id: "user@example.com",CODE
LOW.claude/agents/flow-nexus/authentication.md21 email: "user@example.com",CODE
LOW.claude/agents/flow-nexus/authentication.md28 email: "user@example.com",CODE
LOW.claude/agents/flow-nexus/authentication.md40mcp__flow-nexus__user_reset_password({ email: "user@example.com" })CODE
LOW.claude/agents/sparc/refinement.md40 email: 'user@example.com',CODE
LOW.claude/agents/sparc/refinement.md68 email: 'user@example.com',CODE
LOW.claude/commands/flow-nexus/login-registration.md13 email: "user@example.com",CODE
LOW.claude/commands/flow-nexus/login-registration.md22 email: "user@example.com",CODE
LOW.claude/commands/flow-nexus/login-registration.md40mcp__flow-nexus__user_reset_password({ email: "user@example.com" })CODE
LOW.claude/skills/browser/SKILL.md114agent-browser fill ".email-input" "test@test.com"CODE
LOW.claude/skills/browser/SKILL.md120agent-browser find label "Email" fill "test@test.com"CODE
LOW.claude/skills/browser/SKILL.md130agent-browser fill @e2 "user@example.com"CODE
LOW.claude/skills/browser/SKILL.md140agent-browser fill @e1 "John Doe"CODE
LOW.claude/skills/flow-nexus-platform/SKILL.md29 email: "user@example.com",CODE
LOW.claude/skills/flow-nexus-platform/SKILL.md39 email: "user@example.com",CODE
LOW.claude/skills/flow-nexus-platform/SKILL.md59 email: "user@example.com"CODE
LOWdocs/USERGUIDE.md6300await browser.fill('@e1', 'user@example.com');CODE
LOWdocs/QUALITY-SWEEP.md36- T5 (done): Removed stale "placeholder" comment from `analyze.ts`. `coordination_orchestrate` stub linked to issue #214CODE
LOWdocs/QUALITY-SWEEP.md156- `hooks-tools.ts:3115/3141` — `implementation: 'placeholder'` when SONA unavailable. The code has a real fallback path CODE
LOWv3/@claude-flow/memory/src/entity-tagger.test.ts61 expect(got).toContain('Acme Corp');CODE
LOWv3/@claude-flow/memory/src/entity-tagger.ts19 * - Proper-noun 2-grams: "Alice Smith", "Acme Corp"COMMENT
LOWv3/@claude-flow/security/README.md48const email = InputValidator.validate(EmailSchema, 'user@example.com');CODE
LOWv3/@claude-flow/security/README.md195const email = EmailSchema.parse('user@example.com');CODE
LOW…claude-flow/security/__tests__/input-validator.test.ts77 expect(() => EmailSchema.parse('user@example.com')).not.toThrow();CODE
LOW…claude-flow/security/__tests__/input-validator.test.ts89 expect(result).toBe('user@example.com');CODE
LOW…claude-flow/security/__tests__/input-validator.test.ts192 email: 'user@example.com',CODE
LOW…claude-flow/security/__tests__/input-validator.test.ts199 email: 'user@example.com',CODE
LOW…claude-flow/security/__tests__/input-validator.test.ts207 email: 'user@example.com',CODE
LOW…claude-flow/security/__tests__/input-validator.test.ts217 email: 'user@example.com',CODE
LOW…claude-flow/security/__tests__/input-validator.test.ts225 email: 'user@example.com',CODE
LOW…claude-flow/security/__tests__/input-validator.test.ts333 expect(InputValidator.validateEmail('user@example.com')).toBe('user@example.com');CODE
LOW…claude-flow/security/__tests__/input-validator.test.ts357 expect(result.email).toBe('user@example.com');CODE
LOW…claude-flow/security/__tests__/input-validator.test.ts361 const success = InputValidator.safeParse(EmailSchema, 'user@example.com');CODE
LOW…tion/__tests__/unit/federation-envelope-claims.test.ts29 payload: { event: 'placeholder' },CODE
LOW…e-flow/mcp/.claude/agents/payments/agentic-payments.md23 holder_id: "user@example.com",CODE
LOW…e-flow/mcp/.claude/agents/flow-nexus/authentication.md21 email: "user@example.com",CODE
LOW…e-flow/mcp/.claude/agents/flow-nexus/authentication.md28 email: "user@example.com",CODE
LOW…e-flow/mcp/.claude/agents/flow-nexus/authentication.md40mcp__flow-nexus__user_reset_password({ email: "user@example.com" })CODE
LOWv3/@claude-flow/mcp/.claude/agents/sparc/refinement.md338 email: 'user@example.com',CODE
LOWv3/@claude-flow/mcp/.claude/agents/sparc/refinement.md366 email: 'user@example.com',CODE
LOW…e-flow/cli/.claude/agents/payments/agentic-payments.md23 holder_id: "user@example.com",CODE
LOW…e-flow/cli/.claude/agents/flow-nexus/authentication.md21 email: "user@example.com",CODE
LOW…e-flow/cli/.claude/agents/flow-nexus/authentication.md28 email: "user@example.com",CODE
LOW…e-flow/cli/.claude/agents/flow-nexus/authentication.md40mcp__flow-nexus__user_reset_password({ email: "user@example.com" })CODE
LOWv3/@claude-flow/cli/.claude/agents/sparc/refinement.md338 email: 'user@example.com',CODE
LOWv3/@claude-flow/cli/.claude/agents/sparc/refinement.md366 email: 'user@example.com',CODE
LOWv3/@claude-flow/cli/.claude/skills/browser/SKILL.md114agent-browser fill ".email-input" "test@test.com"CODE
LOWv3/@claude-flow/cli/.claude/skills/browser/SKILL.md120agent-browser find label "Email" fill "test@test.com"CODE
LOWv3/@claude-flow/cli/.claude/skills/browser/SKILL.md130agent-browser fill @e2 "user@example.com"CODE
LOWv3/@claude-flow/cli/.claude/skills/browser/SKILL.md140agent-browser fill @e1 "John Doe"CODE
LOW…e-flow/cli/.claude/skills/flow-nexus-platform/SKILL.md29 email: "user@example.com",CODE
24 more matches not shown…
Redundant / Tautological Comments64 hits · 92 pts
SeverityFileLineSnippetContext
LOW.claude/helpers/validate-v3-config.sh147 # Check if Node.js version is 20+COMMENT
LOW.claude/helpers/ddd-tracker.sh34 # Check if domain directory exists (20 points)COMMENT
LOW.claude/helpers/worker-manager.sh83 # Check if daemon is runningCOMMENT
LOW.claude/helpers/perf-worker.sh15# Check if we should run (throttle to once per 5 minutes)COMMENT
LOW.claude/helpers/checkpoint-manager.sh89 # Check if it's a tagCOMMENT
LOW.claude/helpers/checkpoint-manager.sh99 # Check if it's a branchCOMMENT
LOW.claude/helpers/v3.sh97 echo " v3 update performance 2.5x # Set performance to 2.5x"CODE
LOW.claude/helpers/learning-hooks.sh40 # Check if better-sqlite3 is availableCOMMENT
LOW.claude/helpers/daemon-manager.sh46# Check if a process is runningCOMMENT
LOW.claude/helpers/setup-mcp.sh6# Check if claude command existsCOMMENT
LOW.claude/helpers/auto-commit.sh30# Check if there are changes to commitCOMMENT
LOW.claude/helpers/auto-commit.sh48 # Check if in a git repoCOMMENT
LOW.claude/helpers/standard-checkpoint-hooks.sh53 # Check if file was modified - first check if file is trackedCOMMENT
LOW.claude/helpers/swarm-hooks.sh76 # Check if agent already existsCOMMENT
LOW.claude/helpers/swarm-hooks.sh135 # Check if message is for us or broadcastCOMMENT
LOW.claude/helpers/swarm-hooks.sh339 # Check if vote is valid optionCOMMENT
LOW.claude/helpers/swarm-hooks.sh565 # Check if handoff is for us and pendingCOMMENT
LOW.claude/helpers/update-v3-progress.sh155 echo " $0 performance 2.5x # Set speedup to 2.5x"CODE
LOW…@claude-flow/mcp/.claude/helpers/validate-v3-config.sh147 # Check if Node.js version is 20+COMMENT
LOWv3/@claude-flow/mcp/.claude/helpers/ddd-tracker.sh34 # Check if domain directory exists (20 points)COMMENT
LOWv3/@claude-flow/mcp/.claude/helpers/worker-manager.sh83 # Check if daemon is runningCOMMENT
LOWv3/@claude-flow/mcp/.claude/helpers/perf-worker.sh15# Check if we should run (throttle to once per 5 minutes)COMMENT
LOW…@claude-flow/mcp/.claude/helpers/checkpoint-manager.sh89 # Check if it's a tagCOMMENT
LOW…@claude-flow/mcp/.claude/helpers/checkpoint-manager.sh99 # Check if it's a branchCOMMENT
LOWv3/@claude-flow/mcp/.claude/helpers/v3.sh97 echo " v3 update performance 2.5x # Set performance to 2.5x"CODE
LOWv3/@claude-flow/mcp/.claude/helpers/learning-hooks.sh40 # Check if better-sqlite3 is availableCOMMENT
LOWv3/@claude-flow/mcp/.claude/helpers/daemon-manager.sh46# Check if a process is runningCOMMENT
LOWv3/@claude-flow/mcp/.claude/helpers/setup-mcp.sh6# Check if claude command existsCOMMENT
LOWv3/@claude-flow/mcp/.claude/helpers/auto-commit.sh30# Check if there are changes to commitCOMMENT
LOWv3/@claude-flow/mcp/.claude/helpers/auto-commit.sh48 # Check if in a git repoCOMMENT
LOW…-flow/mcp/.claude/helpers/standard-checkpoint-hooks.sh53 # Check if file was modified - first check if file is trackedCOMMENT
LOWv3/@claude-flow/mcp/.claude/helpers/swarm-hooks.sh76 # Check if agent already existsCOMMENT
LOWv3/@claude-flow/mcp/.claude/helpers/swarm-hooks.sh135 # Check if message is for us or broadcastCOMMENT
LOWv3/@claude-flow/mcp/.claude/helpers/swarm-hooks.sh339 # Check if vote is valid optionCOMMENT
LOWv3/@claude-flow/mcp/.claude/helpers/swarm-hooks.sh565 # Check if handoff is for us and pendingCOMMENT
LOW…@claude-flow/mcp/.claude/helpers/update-v3-progress.sh155 echo " $0 performance 2.5x # Set speedup to 2.5x"CODE
LOW…@claude-flow/cli/.claude/helpers/validate-v3-config.sh147 # Check if Node.js version is 20+COMMENT
LOWv3/@claude-flow/cli/.claude/helpers/ddd-tracker.sh34 # Check if domain directory exists (20 points)COMMENT
LOWv3/@claude-flow/cli/.claude/helpers/worker-manager.sh83 # Check if daemon is runningCOMMENT
LOWv3/@claude-flow/cli/.claude/helpers/perf-worker.sh15# Check if we should run (throttle to once per 5 minutes)COMMENT
LOW…@claude-flow/cli/.claude/helpers/checkpoint-manager.sh89 # Check if it's a tagCOMMENT
LOW…@claude-flow/cli/.claude/helpers/checkpoint-manager.sh99 # Check if it's a branchCOMMENT
LOWv3/@claude-flow/cli/.claude/helpers/v3.sh97 echo " v3 update performance 2.5x # Set performance to 2.5x"CODE
LOWv3/@claude-flow/cli/.claude/helpers/learning-hooks.sh40 # Check if better-sqlite3 is availableCOMMENT
LOWv3/@claude-flow/cli/.claude/helpers/daemon-manager.sh46# Check if a process is runningCOMMENT
LOWv3/@claude-flow/cli/.claude/helpers/setup-mcp.sh6# Check if claude command existsCOMMENT
LOWv3/@claude-flow/cli/.claude/helpers/auto-commit.sh30# Check if there are changes to commitCOMMENT
LOWv3/@claude-flow/cli/.claude/helpers/auto-commit.sh48 # Check if in a git repoCOMMENT
LOW…-flow/cli/.claude/helpers/standard-checkpoint-hooks.sh53 # Check if file was modified - first check if file is trackedCOMMENT
LOWv3/@claude-flow/cli/.claude/helpers/swarm-hooks.sh76 # Check if agent already existsCOMMENT
LOWv3/@claude-flow/cli/.claude/helpers/swarm-hooks.sh135 # Check if message is for us or broadcastCOMMENT
LOWv3/@claude-flow/cli/.claude/helpers/swarm-hooks.sh339 # Check if vote is valid optionCOMMENT
LOWv3/@claude-flow/cli/.claude/helpers/swarm-hooks.sh565 # Check if handoff is for us and pendingCOMMENT
LOW…@claude-flow/cli/.claude/helpers/update-v3-progress.sh155 echo " $0 performance 2.5x # Set speedup to 2.5x"CODE
LOWv3/goal_ui/build-widget.sh10# Check if build was successfulCOMMENT
LOWv3/scripts/start-mcp.sh87 ./start-mcp.sh --status # Check if server is runningCODE
LOWv3/scripts/start-mcp.sh98# Check if server is runningCOMMENT
LOWv3/scripts/start-mcp.sh218# Check if already runningCOMMENT
LOWscripts/install.sh324 # Check if already configuredCOMMENT
LOWscripts/verify-appliance.sh225 # Print results and exitCOMMENT
4 more matches not shown…
Synthetic Comment Markers10 hits · 75 pts
SeverityFileLineSnippetContext
HIGH.agents/skills/agent-topology-optimizer/SKILL.md89 // AI-generated novel topologiesCOMMENT
HIGH.claude/agents/optimization/topology-optimizer.md82 // AI-generated novel topologiesCOMMENT
HIGH…/mcp/.claude/agents/optimization/topology-optimizer.md84 // AI-generated novel topologiesCOMMENT
HIGH…/cli/.claude/agents/optimization/topology-optimizer.md84 // AI-generated novel topologiesCOMMENT
HIGHv3/@claude-flow/cli/src/commands/completions.ts40# Generated by claude-flow completions bashCOMMENT
HIGHv3/@claude-flow/cli/src/commands/completions.ts139# Generated by claude-flow completions zshCOMMENT
HIGHv3/@claude-flow/cli/src/commands/completions.ts358# Generated by claude-flow completions fishCOMMENT
HIGHv3/@claude-flow/cli/src/commands/completions.ts417# Generated by claude-flow completions powershellCOMMENT
HIGH.github/workflows/v3-ci.yml1377 # or AI-generated snippets that still reference the old versions.COMMENT
HIGH.github/workflows/v3-ci.yml1405 # regression from blog posts or AI-generated snippets.COMMENT
AI Slop Vocabulary22 hits · 61 pts
SeverityFileLineSnippetContext
MEDIUMplugins/ruflo-metaharness/scripts/smoke.sh248# BOTH bins resolved from the package.json bin map (metaharness + harness)COMMENT
MEDIUMplugins/ruflo-metaharness/scripts/smoke.sh290 "score" # iter 1 — score harness against rufloCODE
MEDIUMplugins/ruflo-metaharness/scripts/smoke.sh605# plugins/ruflo-metaharness/skills/harness-foo/SKILL.mdCOMMENT
MEDIUMplugins/ruflo-metaharness/scripts/smoke.sh606# └── must have `name: harness-foo`COMMENT
MEDIUMplugins/ruflo-metaharness/scripts/smoke.sh1179# Guard 1 — ADR-150 §Sandboxing: `harness from-repo` must never be wrappedCOMMENT
MEDIUMplugins/ruflo-browser/scripts/replay-spike.sh2# replay-spike.sh — pre-Accept spike harness for ADR-0001 Verification §4.COMMENT
MEDIUMplugins/ruflo-browser/scripts/replay-spike.sh9# This is an INTERACTIVE harness — it requires:COMMENT
MEDIUMplugins/ruflo-business-pods/templates/exec.json35 "description": "Measures executive-summary quality and cross-pod escalation timeliness. PII policy is GDPR — most reCODE
MEDIUMtests/docker-regression/docker-compose.yml2# Docker Compose orchestration for comprehensive testingCOMMENT
MEDIUMtests/docker-regression/scripts/run-all-tests.sh3# Executes all capability tests for comprehensive regression testingCOMMENT
MEDIUM.agents/skills/security-audit/scripts/security-scan.sh3# Run comprehensive security scan pipelineCOMMENT
MEDIUM.claude/helpers/auto-commit.sh3# Handles git add, commit, and push in a robust wayCOMMENT
MEDIUM…/@claude-flow/memory/benchmarks/longmemeval/harness.ts119 // Contains match (lenient — official eval is more nuanced)COMMENT
MEDIUMv3/@claude-flow/memory/src/smart-retrieval.ts194 // Fall back through id → key → content hash so deduplication is robustCOMMENT
MEDIUMv3/@claude-flow/guidance/src/analyzer.ts2171 // Use both Pearson and Spearman for more robust verdictCOMMENT
MEDIUMv3/@claude-flow/codex/src/generators/skill-md.ts826# Run comprehensive security scan pipelineCOMMENT
MEDIUMv3/@claude-flow/mcp/.claude/helpers/auto-commit.sh3# Handles git add, commit, and push in a robust wayCOMMENT
MEDIUMv3/@claude-flow/cli/.claude/helpers/auto-commit.sh3# Handles git add, commit, and push in a robust wayCOMMENT
MEDIUMv3/@claude-flow/cli/src/ruvector/model-router.ts876 // Higher variance suggests more nuanced semanticsCOMMENT
MEDIUMruflo/src/config/config.example.json75 "systemPrompt": "You are an intelligent AI assistant with powerful tools organized into 5 groups. You MUST use tools pCODE
MEDIUM.github/workflows/oia-audit-weekly.yml3# Runs `harness oia-audit` against the ruflo repo every Sunday atCOMMENT
MEDIUM.github/workflows/metaharness-ci.yml532 # If upstream `harness mcp-scan` ever changes its text format,COMMENT
Magic Placeholder Names10 hits · 52 pts
SeverityFileLineSnippetContext
HIGHCLAUDE.md1061PINATA_API_KEY=your-api-keyCODE
HIGH.agents/skills/flow-nexus-platform/SKILL.md130 API_KEY: "your_api_key",CODE
HIGH.agents/skills/flow-nexus-platform/SKILL.md387 api_key: "your_api_key",CODE
HIGH.claude/commands/flow-nexus/sandbox.md16 API_KEY: "your_api_key",CODE
HIGH.claude/skills/flow-nexus-platform/SKILL.md127 API_KEY: "your_api_key",CODE
HIGH.claude/skills/flow-nexus-platform/SKILL.md384 api_key: "your_api_key",CODE
HIGHdocs/USERGUIDE.md1442const ai = new GoogleGenAI({ apiKey: 'YOUR_API_KEY' });CODE
HIGHv3/@claude-flow/embeddings/README.md159 apiKey: 'your-api-key',CODE
HIGH…e-flow/cli/.claude/skills/flow-nexus-platform/SKILL.md127 API_KEY: "your_api_key",CODE
HIGH…e-flow/cli/.claude/skills/flow-nexus-platform/SKILL.md384 api_key: "your_api_key",CODE
Example Usage Blocks9 hits · 13 pts
SeverityFileLineSnippetContext
LOW…aude-flow/plugins/examples/ruvector/docker-compose.yml6# Usage:COMMENT
LOWv3/@claude-flow/cli/docker/docker-compose.workers.yml4# Usage:COMMENT
LOWv3/@claude-flow/cli/docker/docker-compose.yml8# Usage:COMMENT
LOWv3/@claude-flow/cli/scripts/deploy-ipfs-node.sh6# Usage:COMMENT
LOWv3/scripts/start-mcp.sh5# Usage:COMMENT
LOWruflo/docker-compose.yml4# Usage:COMMENT
LOWscripts/verify-federation-plugin.sh21# Usage:COMMENT
LOWscripts/install.sh6# Usage:COMMENT
LOWscripts/verify-appliance.sh9# Usage:COMMENT
Slop Phrases4 hits · 10 pts
SeverityFileLineSnippetContext
MEDIUMdocs/benchmarks/runs/gaia-l1-iter61b-hybrid-only.json38 FAIL answer="I cannot access YouTube videos directly, so I'm unable to determine the highest number of bird speciesCODE
MEDIUMdocs/benchmarks/runs/gaia-l1-iter61b-hybrid-only.json408 "answer": "I cannot access YouTube videos directly, so I'm unable to determine the highest number of bird species CODE
MEDIUMv3/@claude-flow/integration/src/agentic-flow-agent.ts749 // This is a basic implementation that should be overridden by subclassesCOMMENT
MEDIUM.github/workflows/codeql.yml58 # If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize howCOMMENT
TODO Padding7 hits · 8 pts
SeverityFileLineSnippetContext
LOW.agents/skills/agent-production-validator/SKILL.md59 /TODO.*implementation$gi, // TODO: implement thisCODE
LOW.claude/agents/testing/production-validator.md32 /TODO.*implementation/gi, // TODO: implement thisCODE
LOW…aude/agents/testing/validation/production-validator.md32 /TODO.*implementation/gi, // TODO: implement thisCODE
LOW…low/mcp/.claude/agents/testing/production-validator.md54 /TODO.*implementation/gi, // TODO: implement thisCODE
LOW…low/cli/.claude/agents/testing/production-validator.md54 /TODO.*implementation/gi, // TODO: implement thisCODE
LOW…ude-flow/hooks/src/__tests__/guidance-provider.test.ts225 // TODO: implement proper validationCOMMENT
LOWruflo/src/ruvocal/src/lib/server/auth.ts525 // TODO: Handle errors if provider is not respondingCOMMENT
Cross-Language Confusion (JS/TS)1 hit · 5 pts
SeverityFileLineSnippetContext
HIGH…flow/plugins/examples/ruvector/streaming-large-data.ts111 print(): void {CODE
Self-Referential Comments2 hits · 5 pts
SeverityFileLineSnippetContext
MEDIUM…-federation/src/domain/services/wg-firewall-service.ts189 lines.push('# This file is overwritten on every peer-set change; do not hand-edit.');CODE
MEDIUM.github/workflows/rollback-manager.yml334 # Create a revert commit with metadataCOMMENT
Overly Generic Function Names5 hits · 5 pts
SeverityFileLineSnippetContext
LOW…laude-flow/cli/__tests__/ruvector/ast-analyzer.test.ts190function processData(data) {CODE
LOW…de-flow/cli/__tests__/ruvector/diff-classifier.test.ts557 export function getData(key: string) {CODE
LOWruflo/src/mcp-bridge/mcp-stdio-kernel.js77async function handleRequest(request) {CODE
LOWruflo/src/ruvocal/mcp-bridge/mcp-stdio-kernel.js77async function handleRequest(request) {CODE
LOWruflo/src/ruvocal/src/lib/server/hooks/handle.ts29export async function handleRequest({ event, resolve }: HandleInput): Promise<Response> {CODE