Repository Analysis

micro/go-micro

A Go agent harness and service framework

3.2 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of micro/go-micro, a Go project with 22,965 GitHub stars. SynthScan v2.0 examined 153,416 lines of code across 890 source files, recording 258 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 3.2 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).

3.2
Adjusted Score
3.2
Raw Score
100%
Time Factor
2026-07-12
Last Push
23.0K
Stars
Go
Language
153.4K
Lines of Code
890
Files
258
Pattern Hits
2026-07-14
Scan Date
0.02
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 17MEDIUM 59LOW 182

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 258 distinct pattern matches across 18 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.

Modern AI Meta-Vocabulary45 hits · 129 pts
SeverityFileLineSnippetContext
MEDIUMmicro.go216// or policy. Wrappers run outside the built-in guardrails, so they seeCOMMENT
MEDIUMmicro.go345// is met or the iteration cap is reached — the agentic loop, with aCOMMENT
MEDIUMREADME.md324 micro.AgentMaxSteps(8), // guardrailsCODE
MEDIUMCLAUDE.md48├── flow/ # Event-driven LLM orchestrationCODE
MEDIUMcmd/micro/README.md659micro loop init # scaffold the loop into the current repoCODE
MEDIUMcmd/micro/cli/cli.go125 UsageText: ` micro new helloworld # scaffold a single serviceCODE
MEDIUMcmd/micro/cli/new/contract_test.go42// satisfy the same 0→1 contract: scaffold, tidy, and build without additionalCOMMENT
MEDIUMcmd/micro/loop/loop.go248// scaffold renders the selected roles into dir. The split is deliberate:COMMENT
MEDIUMcmd/micro/loop/loop_test.go22// renderable is every template a full scaffold touches, with the per-role configCOMMENT
MEDIUMcmd/micro/loop/loop_test.go23// applied the same way scaffold does.COMMENT
MEDIUMinternal/website/docs/roadmap.md46## Next — agentic depthCOMMENT
MEDIUMinternal/website/docs/index.md19Start with [Getting Started](getting-started.html) for install and the first local service. Then follow the first-agent CODE
MEDIUMinternal/website/docs/ai-integration.md121### 6. micro chat (orchestration)COMMENT
MEDIUMinternal/website/docs/ai-integration.md134### 7. micro flow (event-driven orchestration)COMMENT
MEDIUMinternal/website/docs/ai-integration.md134### 7. micro flow (event-driven orchestration)COMMENT
MEDIUMinternal/website/docs/guides/agent-guardrails.md11## The three agent guardrailsCOMMENT
MEDIUMinternal/website/docs/guides/plan-delegate.md106## A multi-agent exampleCOMMENT
MEDIUMinternal/website/docs/guides/no-secret-first-agent.md85## Equivalent scaffold → run → chat → inspect pathCOMMENT
MEDIUMinternal/website/docs/guides/your-first-agent.md211## 5. Make it a workflow when the path is event-drivenCOMMENT
MEDIUMinternal/website/docs/guides/zero-to-hero.md94# First-agent walkthrough boundary: scaffold, preflight, run, chat, inspect.COMMENT
MEDIUMinternal/website/blog/19.md28## Containers and orchestrationCOMMENT
MEDIUMinternal/website/blog/20.md38 micro.AgentMaxSteps(8), // guardrailsCODE
MEDIUMinternal/docs/DEVELOPMENT_STRATEGY_ASSESSMENT.md91### Phase 2: agentic depthCOMMENT
MEDIUMinternal/harness/zero-to-hero-ci/run.sh19# install → scaffold → run/chat → inspect → deploy-dry-run seams so failuresCOMMENT
MEDIUMinternal/harness/universe/main.go12// - an AGENT "concierge" with guardrails and a tool-execution wrapper,COMMENT
MEDIUMinternal/harness/universe/main.go471 // The concierge agent: guardrails on, plus a tool-execution wrapperCOMMENT
MEDIUMagent/options.go130 // (see WrapTool), applied outside the built-in guardrails.COMMENT
MEDIUMagent/options.go382// retries, or custom policy. Wrappers run outside the built-in guardrailsCOMMENT
MEDIUMagent/wrap_test.go63// Wrappers run outside the built-in guardrails, so they observe a refusedCOMMENT
MEDIUMagent/builtin.go119// delegate, or RPC); the built-in guardrails wrap it; developer wrappersCOMMENT
MEDIUMagent/builtin.go129 // Innermost first: base, then guardrails (approve → loop → step →COMMENT
MEDIUMcontrib/go-micro-llamaindex/README.md115### RAG + MicroservicesCOMMENT
MEDIUMcontrib/go-micro-llamaindex/README.md126# Combine service tools with a RAG query engineCOMMENT
MEDIUM…trib/go-micro-llamaindex/examples/rag_with_services.py25 # Create a simple document index for RAGCOMMENT
MEDIUM…trib/go-micro-llamaindex/examples/rag_with_services.py37 # Create a query engine tool for RAGCOMMENT
MEDIUM…trib/go-micro-llamaindex/examples/rag_with_services.py48 # Combine RAG tool with service toolsCOMMENT
MEDIUM…trib/go-micro-llamaindex/examples/rag_with_services.py56 # Example: Agent uses RAG to find user ID, then calls serviceCOMMENT
MEDIUMai/model.go107// Refusal reason codes set on ToolResult.Refused by the agent's guardrails.COMMENT
MEDIUMai/model.go174// logging, metrics, retries, guardrails. It is the tool-side analog ofCOMMENT
MEDIUMexamples/agent-ollama/main.go4// tools, agent memory, guardrails, and streaming — using the OllamaCOMMENT
MEDIUMexamples/agent-wrap-tool/README.md44## Wrappers vs. guardrailsCOMMENT
MEDIUMexamples/agent-wrap-tool/main.go115// Developer wrappers run outside the built-in guardrails, so next here isCOMMENT
MEDIUMexamples/flow-loop/main.go3// The "loop" pattern from agentic AI: instead of one shot, run a step overCOMMENT
MEDIUMflow/options.go114// reasons (with its plan, delegate, memory, and guardrails).COMMENT
MEDIUMflow/loop.go51// met or the iteration cap is reached, whichever comes first — the agenticCOMMENT
Over-Commented Block101 hits · 101 pts
SeverityFileLineSnippetContext
LOWmicro.go61// NewService creates a new service with the given name and options. It isCOMMENT
LOWmicro.go221COMMENT
LOWmicro.go261COMMENT
LOWcmd/micro/api/api.go1// Package api implements the 'micro api' command — a lightweightCOMMENT
LOWcmd/micro/resource/resource.go1// Package resource provides CLI commands that map directly ontoCOMMENT
LOWcmd/micro/loop/loop.go1// Package loop implements the 'micro loop' command, which scaffolds andCOMMENT
LOWcmd/micro-mcp-gateway/main.go1// Command micro-mcp-gateway runs a standalone MCP gateway that discoversCOMMENT
LOWcmd/protoc-gen-micro/main.go1// Go support for Protocol Buffers - Google's data interchange formatCOMMENT
LOWcmd/protoc-gen-micro/main.go21// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOTCOMMENT
LOWcmd/protoc-gen-micro/main.go41//COMMENT
LOWcmd/protoc-gen-micro/generator/generator.go1// Go support for Protocol Buffers - Google's data interchange formatCOMMENT
LOWcmd/protoc-gen-micro/generator/generator.go1401// The tag is a string like "varint,2,opt,name=fieldname,def=7" thatCOMMENT
LOWcmd/protoc-gen-micro/generator/generator.go1701// defaultConstantName builds the name of the default constant from the messageCOMMENT
LOWcmd/protoc-gen-micro/generator/name_test.go1// Go support for Protocol Buffers - Google's data interchange formatCOMMENT
LOWtransport/options.go21 // Other options for implementations of the interfaceCOMMENT
LOWwrapper/auth/server.go21}COMMENT
LOWwrapper/auth/client.go21// For each outgoing request:COMMENT
LOWwrapper/x402/x402.go1// Package x402 implements the server side of the x402 payment protocolCOMMENT
LOWwrapper/x402/x402.go101 // PayTo is the address payments are sent to. Required.COMMENT
LOWconfig/source/flag/flag.go81 return nilCOMMENT
LOWconfig/source/cli/cli.go81func (c *cliSource) Write(cs *source.ChangeSet) error {COMMENT
LOWauth/noop/noop.go1// Package noop provides a no-op auth implementation for testing and development.COMMENT
LOWauth/noop/noop.go21//COMMENT
LOWdeploy/kubernetes/doc.go1// Package kubernetes contains the experimental Kubernetes deployment foundationCOMMENT
LOWhealth/health.go1// Package health provides health check functionality for microservices.COMMENT
LOWhealth/health.go301 return fmt.Errorf("dns lookup %s: %w", host, err)COMMENT
LOWinternal/test/service.go41// - Bi-directional streamingCOMMENT
LOWinternal/test/testing.go1// Package test provides utilities for testing micro services.COMMENT
LOWinternal/util/mdns/server.go221 if query.Opcode != dns.OpcodeQuery {COMMENT
LOWinternal/util/mdns/server.go281 Opcode: dns.OpcodeQuery,COMMENT
LOWinternal/util/mdns/server.go321//COMMENT
LOWinternal/util/mdns/dns_sd.go1package mdnsCOMMENT
LOWinternal/util/mdns/dns_sd.go21// server, err := mdns.NewServer(&mdns.Config{Zone: service})COMMENT
LOWinternal/util/mdns/dns_sd.go41 }COMMENT
LOWinternal/util/mdns/dns_sd.go81// availability of the service, as described in section 8.3 of RFC 6762.COMMENT
LOW…l/website/docs/architecture/adr-010-unified-gateway.md81# - HTTP API at /api/{service}/{endpoint}COMMENT
LOWinternal/website/docs/guides/tool-descriptions.md121COMMENT
LOWinternal/website/docs/guides/tool-descriptions.md141// Only the provided fields are updated; omitted fields are unchanged.COMMENT
LOWinternal/website/docs/guides/tool-descriptions.md161```COMMENT
LOWinternal/harness/agent-flow/main.go1// Agent Flow harness — "the event is the prompt".COMMENT
LOWinternal/harness/provider-conformance/main.go1// Provider conformance runs the same end-to-end harnesses across modelCOMMENT
LOWinternal/harness/universe/main.go1// Universe harness — a mini end-to-end world, spun up and shut down.COMMENT
LOWinternal/harness/plan-delegate/main.go1// Plan & Delegate integration harness.COMMENT
LOWinternal/harness/plan-delegate/main.go261 emittedUnknownDelegate boolCOMMENT
LOWserver/server.go101 Context() context.ContextCOMMENT
LOWserver/doc.go1package serverCOMMENT
LOWserver/doc.go21//COMMENT
LOWserver/doc.go81}COMMENT
LOWagent/options.go61 // (grows exponentially per attempt when retries are enabled).COMMENT
LOWagent/options.go81 // while every turn is archived for deterministic recall.COMMENT
LOWagent/options.go381// tool executes, code after runs after. Use it for logging, metrics,COMMENT
LOWagent/agent.go1// Package agent provides the Agent abstraction for Go Micro.COMMENT
LOWagent/agent.go81 // plan or re-delegate).COMMENT
LOWagent/otel.go81COMMENT
LOWai/model.go161type Stream interface {COMMENT
LOWai/together/together.go1// Package together implements the Together AI model provider.COMMENT
LOWai/groq/groq.go1// Package groq implements the Groq model provider.COMMENT
LOWai/minimax/minimax.go1// Package minimax implements the MiniMax model provider.COMMENT
LOWai/atlascloud/atlascloud.go1// Package atlascloud implements the Atlas Cloud model provider.COMMENT
LOWai/ollama/ollama.go1// Package ollama implements the Ollama model provider.COMMENT
41 more matches not shown…
Magic Placeholder Names11 hits · 72 pts
SeverityFileLineSnippetContext
HIGHinternal/website/docs/guides/ai-provider-guide.md310 ai.WithAPIKey("your-api-key"),CODE
HIGHai/README.md33 ai.WithAPIKey("your-api-key"),CODE
HIGHai/README.md67 ai.WithAPIKey("your-api-key"),CODE
HIGHai/README.md96 ai.WithAPIKey("your-api-key"),CODE
HIGHai/together/together.go11// ai.WithAPIKey("your-api-key"),COMMENT
HIGHai/gemini/gemini.go8// ai.WithAPIKey("your-api-key"),COMMENT
HIGHai/groq/groq.go11// ai.WithAPIKey("your-api-key"),COMMENT
HIGHai/minimax/minimax.go11// ai.WithAPIKey("your-api-key"),COMMENT
HIGHai/atlascloud/atlascloud.go13// ai.WithAPIKey("your-api-key"),COMMENT
HIGHai/atlascloud/atlascloud.go18// ai.WithAPIKey("your-api-key"),COMMENT
HIGHai/mistral/mistral.go11// ai.WithAPIKey("your-api-key"),COMMENT
Structural Annotation Overuse32 hits · 58 pts
SeverityFileLineSnippetContext
LOWcmd/micro/cli/deploy/deploy.go208 // Step 1: Check SSH connectivityCOMMENT
LOWcmd/micro/cli/deploy/deploy.go216 // Step 2: Check server is initializedCOMMENT
LOWcmd/micro/cli/deploy/deploy.go224 // Step 3: Build binariesCOMMENT
LOWcmd/micro/cli/deploy/deploy.go232 // Step 4: Copy binariesCOMMENT
LOWcmd/micro/cli/deploy/deploy.go240 // Step 5: Setup and restart services via systemdCOMMENT
LOWcmd/micro/cli/deploy/deploy.go248 // Step 6: Restart servicesCOMMENT
LOWcmd/micro/cli/deploy/deploy.go256 // Step 7: Check healthCOMMENT
LOWcmd/micro/cli/generate/generate.go276 // Step 1: Generate proto (deterministic — from design spec)COMMENT
LOWcmd/micro/cli/generate/generate.go290 // Step 2: Run go mod tidy + make proto to get compiled protoCOMMENT
LOWcmd/micro/cli/generate/generate.go294 // Step 3: Generate handler with business logic (LLM)COMMENT
LOWcmd/micro/cli/generate/generate.go300 // Step 4: Compile-fix loopCOMMENT
LOWinternal/website/docs/guides/ai-provider-guide.md51## Step 1: Implement the `ai.Model` InterfaceCOMMENT
LOWinternal/website/docs/guides/ai-provider-guide.md226## Step 2: Write TestsCOMMENT
LOWinternal/website/docs/guides/ai-provider-guide.md297## Step 3: Register the ProviderCOMMENT
LOWinternal/website/docs/guides/ai-provider-guide.md320## Step 4: Update the READMECOMMENT
LOWinternal/website/docs/guides/ai-native-services.md23## Step 1: Create the ServiceCOMMENT
LOWinternal/website/docs/guides/ai-native-services.md30## Step 2: Define Your TypesCOMMENT
LOWinternal/website/docs/guides/ai-native-services.md94## Step 3: Write the Handler with Doc CommentsCOMMENT
LOWinternal/website/docs/guides/ai-native-services.md180## Step 4: Register with ScopesCOMMENT
LOWinternal/website/docs/guides/ai-native-services.md215## Step 5: Run with MCPCOMMENT
LOWinternal/website/docs/guides/ai-native-services.md320## Step 6: Test Your ToolsCOMMENT
LOWinternal/website/docs/guides/ai-native-services.md338## Step 7: Add Observability (Optional)COMMENT
LOWinternal/website/docs/guides/ai-native-services.md362## Step 8: Use the AI Package (Optional)COMMENT
LOWinternal/website/docs/guides/migration/add-mcp.md62### Step 1: Add Doc CommentsCOMMENT
LOWinternal/website/docs/guides/migration/add-mcp.md80### Step 2: Add Struct Tag DescriptionsCOMMENT
LOWinternal/website/docs/guides/migration/add-mcp.md94### Step 3: Add Auth Scopes (Optional)COMMENT
LOWinternal/website/blog/4.md38## Step 1: Define Your TypesCOMMENT
LOWinternal/website/blog/4.md55## Step 2: Write Handler CommentsCOMMENT
LOWinternal/website/blog/4.md90## Step 3: Wire It UpCOMMENT
LOWcontrib/langchain-go-micro/examples/multi_agent.py48 # Step 1: Create a userCOMMENT
LOWcontrib/langchain-go-micro/examples/multi_agent.py55 # Step 2: Create a blog post for that userCOMMENT
LOWcontrib/langchain-go-micro/examples/multi_agent.py63 # Step 3: List user's postsCOMMENT
Verbosity Indicators14 hits · 31 pts
SeverityFileLineSnippetContext
LOWcmd/micro/cli/deploy/deploy.go208 // Step 1: Check SSH connectivityCOMMENT
LOWcmd/micro/cli/deploy/deploy.go216 // Step 2: Check server is initializedCOMMENT
LOWcmd/micro/cli/deploy/deploy.go224 // Step 3: Build binariesCOMMENT
LOWcmd/micro/cli/deploy/deploy.go232 // Step 4: Copy binariesCOMMENT
LOWcmd/micro/cli/deploy/deploy.go240 // Step 5: Setup and restart services via systemdCOMMENT
LOWcmd/micro/cli/deploy/deploy.go248 // Step 6: Restart servicesCOMMENT
LOWcmd/micro/cli/deploy/deploy.go256 // Step 7: Check healthCOMMENT
LOWcmd/micro/cli/generate/generate.go276 // Step 1: Generate proto (deterministic — from design spec)COMMENT
LOWcmd/micro/cli/generate/generate.go290 // Step 2: Run go mod tidy + make proto to get compiled protoCOMMENT
LOWcmd/micro/cli/generate/generate.go294 // Step 3: Generate handler with business logic (LLM)COMMENT
LOWcmd/micro/cli/generate/generate.go300 // Step 4: Compile-fix loopCOMMENT
LOWcontrib/langchain-go-micro/examples/multi_agent.py48 # Step 1: Create a userCOMMENT
LOWcontrib/langchain-go-micro/examples/multi_agent.py55 # Step 2: Create a blog post for that userCOMMENT
LOWcontrib/langchain-go-micro/examples/multi_agent.py63 # Step 3: List user's postsCOMMENT
Docstring Block Structure4 hits · 20 pts
SeverityFileLineSnippetContext
HIGH…ntrib/langchain-go-micro/langchain_go_micro/toolkit.py124Make HTTP request to MCP gateway. Args: method: HTTP method (GET, POST, etc.) pSTRING
HIGH…ntrib/langchain-go-micro/langchain_go_micro/toolkit.py270Call a specific tool directly. Args: tool_name: Name of the tool to call argumeSTRING
HIGH…rib/go-micro-llamaindex/go_micro_llamaindex/toolkit.py123Make HTTP request to MCP gateway. Args: method: HTTP method (GET, POST, etc.) path: APISTRING
HIGH…rib/go-micro-llamaindex/go_micro_llamaindex/toolkit.py264Call a specific tool directly. Args: tool_name: Name of the tool to call arguments: JSOSTRING
Self-Referential Comments6 hits · 14 pts
SeverityFileLineSnippetContext
MEDIUMinternal/website/install.sh106echo " micro new myservice # Create a new service"CODE
MEDIUMinternal/harness/zero-to-hero-ci/docs_test.go863 section: "## Create a service",CODE
MEDIUMinternal/harness/zero-to-hero-ci/docs_test.go865 "## Create a service",CODE
MEDIUMinternal/scripts/install.sh106echo " micro new myservice # Create a new service"CODE
MEDIUM…trib/go-micro-llamaindex/examples/rag_with_services.py25 # Create a simple document index for RAGCOMMENT
MEDIUM…trib/go-micro-llamaindex/examples/rag_with_services.py37 # Create a query engine tool for RAGCOMMENT
AI Slop Vocabulary5 hits · 13 pts
SeverityFileLineSnippetContext
MEDIUM.golangci.yaml55 # Demo/harness code: fire-and-forget calls are fine and `_ =` noise hurtsCOMMENT
MEDIUMinternal/website/install.sh52# harness. The default path still fetches the documented GitHub release artifact.COMMENT
MEDIUMinternal/harness/zero-to-hero-ci/docs_test.go281 "## Agent harness",CODE
MEDIUMinternal/harness/zero-to-hero-ci/docs_test.go302 "## Agent harness",CODE
MEDIUMinternal/scripts/install.sh52# harness. The default path still fetches the documented GitHub release artifact.COMMENT
Unused Imports12 hits · 12 pts
SeverityFileLineSnippetContext
LOW…ntrib/langchain-go-micro/langchain_go_micro/toolkit.py5CODE
LOW…trib/langchain-go-micro/langchain_go_micro/__init__.py7CODE
LOW…trib/langchain-go-micro/langchain_go_micro/__init__.py7CODE
LOW…trib/langchain-go-micro/langchain_go_micro/__init__.py8CODE
LOW…trib/langchain-go-micro/langchain_go_micro/__init__.py8CODE
LOW…trib/langchain-go-micro/langchain_go_micro/__init__.py8CODE
LOW…rib/go-micro-llamaindex/go_micro_llamaindex/toolkit.py9CODE
LOW…ib/go-micro-llamaindex/go_micro_llamaindex/__init__.py7CODE
LOW…ib/go-micro-llamaindex/go_micro_llamaindex/__init__.py7CODE
LOW…ib/go-micro-llamaindex/go_micro_llamaindex/__init__.py8CODE
LOW…ib/go-micro-llamaindex/go_micro_llamaindex/__init__.py8CODE
LOW…ib/go-micro-llamaindex/go_micro_llamaindex/__init__.py8CODE
Hyper-Verbose Identifiers11 hits · 11 pts
SeverityFileLineSnippetContext
LOWcontrib/langchain-go-micro/tests/test_toolkit.py62 def test_config_custom_values(self):CODE
LOWcontrib/langchain-go-micro/tests/test_toolkit.py91 def test_from_gateway_with_auth(self):CODE
LOWcontrib/langchain-go-micro/tests/test_toolkit.py133 def test_get_tools_with_service_filter(self, mock_request, mock_gateway_response):CODE
LOWcontrib/langchain-go-micro/tests/test_toolkit.py148 def test_get_tools_with_include(self, mock_request, mock_gateway_response):CODE
LOWcontrib/langchain-go-micro/tests/test_toolkit.py162 def test_get_tools_with_exclude(self, mock_request, mock_gateway_response):CODE
LOWcontrib/go-micro-llamaindex/tests/test_toolkit.py70 def test_config_custom_values(self):CODE
LOWcontrib/go-micro-llamaindex/tests/test_toolkit.py99 def test_from_gateway_with_auth(self):CODE
LOWcontrib/go-micro-llamaindex/tests/test_toolkit.py144 def test_get_tools_with_service_filter(self, mock_request, mock_gateway_response):CODE
LOWcontrib/go-micro-llamaindex/tests/test_toolkit.py159 def test_get_tools_with_include(self, mock_request, mock_gateway_response):CODE
LOWcontrib/go-micro-llamaindex/tests/test_toolkit.py173 def test_get_tools_with_exclude(self, mock_request, mock_gateway_response):CODE
LOWcontrib/go-micro-llamaindex/tests/test_toolkit.py188 def test_get_tools_with_name_pattern(self, mock_request, mock_gateway_response):CODE
Example Usage Blocks5 hits · 8 pts
SeverityFileLineSnippetContext
LOWwrapper/auth/server.go35// Example usage:COMMENT
LOWwrapper/auth/client.go26// Example usage:COMMENT
LOWinternal/util/mdns/dns_sd.go12// Example usage:COMMENT
LOWexamples/deployment/docker-compose.yml9# Usage:COMMENT
LOWgateway/mcp/mcp.go4// Example usage:COMMENT
AI Response Leakage1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHinternal/website/docs/guides/agent-patterns.md213// "I've created a task for Alice to review the PR. She now has 3 tasks: ..."COMMENT
Synthetic Comment Markers1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHstore/nats-js-kv/keys.go28 // Plain is the plain key as requested by the go-micro interface.COMMENT
Excessive Try-Catch Wrapping2 hits · 4 pts
SeverityFileLineSnippetContext
MEDIUMcontrib/langchain-go-micro/README.md158 print(f"Error: {e}")CODE
MEDIUMcontrib/go-micro-llamaindex/README.md171 print(f"Error: {e}")CODE
Fake / Example Data3 hits · 4 pts
SeverityFileLineSnippetContext
LOWcmd/micro/cli/new/template/crud.go106// @example {"name": "Alice Smith", "email": "alice@example.com", "phone": "+1-555-0100", "company": "Acme Inc"}COMMENT
LOWinternal/website/docs/quickstart.md116 Email: "user@example.com",CODE
LOWexamples/mcp/documented/main.go107 "user-1": {ID: "user-1", Name: "John Doe", Email: "john@example.com", Age: 25},CODE
TODO Padding2 hits · 3 pts
SeverityFileLineSnippetContext
LOWcmd/micro/cli/gen/generate.go33 // TODO: implementCOMMENT
LOWcmd/micro/cli/gen/generate.go72 // TODO: implement handler logicCOMMENT
Slop Phrases1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMinternal/website/badge.html194 <li>Feel free to customize the colors to match your brand</li>CODE
Modern Structural Boilerplate2 hits · 2 pts
SeverityFileLineSnippetContext
LOW…trib/langchain-go-micro/langchain_go_micro/__init__.py11__all__ = [CODE
LOW…ib/go-micro-llamaindex/go_micro_llamaindex/__init__.py11__all__ = [CODE