Agent framework for the JVM. Pronounced Em-BAY-bel /ɛmˈbeɪbəl/
This report presents the forensic synthetic code analysis of embabel/embabel-agent, a Kotlin project with 3,858 GitHub stars. SynthScan v2.0 examined 294,737 lines of code across 1750 source files, recording 400 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 5.6 places this repository in the Low AI signal 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).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
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.
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.
The scanner identified 400 distinct pattern matches across 12 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …/agent/a2a/server/support/AutonomyA2ARequestHandler.kt | 354 | val objectMapper = tools.jackson.databind.json.JsonMapper.builder() | CODE |
| CRITICAL | …m/embabel/agent/config/models/openai/LLMStreamingIT.kt | 225 | val prompt = org.springframework.ai.chat.prompt.Prompt("Say hello") | STRING |
| CRITICAL | …/config/models/ollama/LLMOllamaStreamingBuilderIT.java | 293 | new org.springframework.ai.chat.prompt.Prompt("Say hello"); | CODE |
| CRITICAL | …config/models/ollama/LangChain4jStreamingToolLoopIT.kt | 196 | is SystemMessage -> dev.langchain4j.data.message.SystemMessage.from(message.content) | CODE |
| CRITICAL | …config/models/ollama/LangChain4jStreamingToolLoopIT.kt | 197 | is UserMessage -> dev.langchain4j.data.message.UserMessage.from(message.content) | CODE |
| CRITICAL | …bel/agent/config/models/bedrock/BedrockModelsConfig.kt | 239 | tools.jackson.databind.json.JsonMapper.builder().build(), | CODE |
| CRITICAL | …bel/agent/config/models/bedrock/BedrockModelsConfig.kt | 255 | tools.jackson.databind.json.JsonMapper.builder().build(), | CODE |
| CRITICAL | …servability/OpenTelemetrySdkAutoConfigurationTest.java | 203 | io.opentelemetry.api.common.Attributes.of(ServiceAttributes.SERVICE_NAME, "custom-service") | CODE |
| CRITICAL | …bility/observation/ChatModelObservationFilterTest.java | 353 | .isEqualTo(io.opentelemetry.api.trace.SpanId.getInvalid()); | CODE |
| CRITICAL | …bility/observation/ChatModelObservationFilterTest.java | 420 | .isEqualTo(io.opentelemetry.api.trace.SpanId.getInvalid()); | CODE |
| CRITICAL | …bility/observation/ChatModelObservationFilterTest.java | 528 | .isNotEqualTo(io.opentelemetry.api.trace.SpanId.getInvalid()); | CODE |
| CRITICAL | …bel/agent/rag/lucene/LuceneSearchOperationsTestBase.kt | 60 | com.embabel.agent.rag.model.Chunk( | CODE |
| CRITICAL | …src/test/kotlin/com/embabel/agent/skills/SkillsTest.kt | 652 | val ctx = com.embabel.agent.api.tool.ToolCallContext.of(com.embabel.agent.api.tool.ToolCallContext.LOOP_ID_KEY t | CODE |
| CRITICAL | …src/test/kotlin/com/embabel/agent/skills/SkillsTest.kt | 688 | com.embabel.agent.api.tool.ToolCallContext.of(com.embabel.agent.api.tool.ToolCallContext.LOOP_ID_KEY to "loo | CODE |
| CRITICAL | …src/test/kotlin/com/embabel/agent/skills/SkillsTest.kt | 692 | com.embabel.agent.api.tool.ToolCallContext.of(com.embabel.agent.api.tool.ToolCallContext.LOOP_ID_KEY to "loo | CODE |
| CRITICAL | …/agent/api/annotation/support/PackageVisibleTests.java | 146 | @com.embabel.agent.api.annotation.Agent(description = "foo bar") | CODE |
| CRITICAL | …ation/support/state/PolymorphicStateInterfaceTest.java | 119 | @com.embabel.agent.api.annotation.Agent(description = "Feature select agent") | CODE |
| CRITICAL | …est/kotlin/com/embabel/chat/ConversationFactoryTest.kt | 49 | user = com.embabel.agent.api.identity.SimpleUser( | CODE |
| CRITICAL | …in/com/embabel/plan/goap/astar/AStarGoapPlannerTest.kt | 537 | val planner = _root_ide_package_.com.embabel.plan.goap.astar.AStarGoapPlanner( | CODE |
| CRITICAL | …m/embabel/agent/core/support/SimpleAgentProcessTest.kt | 50 | @com.embabel.agent.api.annotation.Agent( | CODE |
| CRITICAL | …m/embabel/agent/core/support/SimpleAgentProcessTest.kt | 71 | @com.embabel.agent.api.annotation.Agent( | CODE |
| CRITICAL⚡ | …in/com/embabel/agent/test/unit/FakePromptRunnerTest.kt | 646 | val tool = com.embabel.agent.api.tool.Tool.of("test_tool", "A test tool") { | CODE |
| CRITICAL⚡ | …in/com/embabel/agent/test/unit/FakePromptRunnerTest.kt | 647 | com.embabel.agent.api.tool.Tool.Result.text("ok") | CODE |
| CRITICAL⚡ | …in/com/embabel/agent/test/unit/FakePromptRunnerTest.kt | 649 | val toolGroup = com.embabel.agent.core.ToolGroup.ofTools( | CODE |
| CRITICAL⚡ | …in/com/embabel/agent/test/unit/FakePromptRunnerTest.kt | 674 | val tool1 = com.embabel.agent.api.tool.Tool.of("tool_one", "First tool") { | CODE |
| CRITICAL⚡ | …in/com/embabel/agent/test/unit/FakePromptRunnerTest.kt | 675 | com.embabel.agent.api.tool.Tool.Result.text("one") | CODE |
| CRITICAL⚡ | …in/com/embabel/agent/test/unit/FakePromptRunnerTest.kt | 677 | val tool2 = com.embabel.agent.api.tool.Tool.of("tool_two", "Second tool") { | CODE |
| CRITICAL⚡ | …in/com/embabel/agent/test/unit/FakePromptRunnerTest.kt | 678 | com.embabel.agent.api.tool.Tool.Result.text("two") | CODE |
| CRITICAL⚡ | …in/com/embabel/agent/test/unit/FakePromptRunnerTest.kt | 680 | val toolGroup = com.embabel.agent.core.ToolGroup.ofTools( | CODE |
| CRITICAL⚡ | …in/com/embabel/agent/test/unit/FakePromptRunnerTest.kt | 707 | val tool = com.embabel.agent.api.tool.Tool.of("chained_tool", "Chained tool") { | CODE |
| CRITICAL⚡ | …in/com/embabel/agent/test/unit/FakePromptRunnerTest.kt | 708 | com.embabel.agent.api.tool.Tool.Result.text("chained") | CODE |
| CRITICAL⚡ | …in/com/embabel/agent/test/unit/FakePromptRunnerTest.kt | 710 | val toolGroup = com.embabel.agent.core.ToolGroup.ofTools( | CODE |
| CRITICAL⚡ | …in/com/embabel/agent/test/unit/FakePromptRunnerTest.kt | 740 | val tool = com.embabel.agent.api.tool.Tool.of("immutable_tool", "Immutable tool") { | CODE |
| CRITICAL⚡ | …in/com/embabel/agent/test/unit/FakePromptRunnerTest.kt | 741 | com.embabel.agent.api.tool.Tool.Result.text("immutable") | CODE |
| CRITICAL⚡ | …in/com/embabel/agent/test/unit/FakePromptRunnerTest.kt | 743 | val toolGroup = com.embabel.agent.core.ToolGroup.ofTools( | CODE |
| CRITICAL | …in/com/embabel/agent/test/unit/FakePromptRunnerTest.kt | 861 | @com.embabel.agent.api.annotation.LlmTool(description = "Test tool") | CODE |
| CRITICAL | …t/spi/config/spring/ActionRetryPolicyPropertiesTest.kt | 149 | @com.embabel.agent.api.annotation.Agent( | CODE |
| CRITICAL | …t/spi/config/spring/ActionRetryPolicyPropertiesTest.kt | 167 | @com.embabel.agent.api.annotation.Agent( | CODE |
| CRITICAL⚡ | …gent/spi/support/AgentProcessContextPropagationTest.kt | 230 | override val definition = com.embabel.agent.api.tool.Tool.Definition( | CODE |
| CRITICAL⚡ | …gent/spi/support/AgentProcessContextPropagationTest.kt | 233 | inputSchema = com.embabel.agent.api.tool.Tool.InputSchema.empty(), | CODE |
| CRITICAL⚡ | …gent/spi/support/AgentProcessContextPropagationTest.kt | 235 | override fun call(input: String) = com.embabel.agent.api.tool.Tool.Result.text("check") | CODE |
| CRITICAL⚡ | …gent/spi/support/AgentProcessContextPropagationTest.kt | 239 | val conditionalTool = com.embabel.agent.api.tool.ConditionalReplanningTool( | CODE |
| CRITICAL⚡ | …gent/spi/support/AgentProcessContextPropagationTest.kt | 243 | com.embabel.agent.api.tool.ReplanDecision(reason = "Captured context") | CODE |
| CRITICAL | …ent/spi/support/ChatClientLlmOperationsThinkingTest.kt | 321 | com.embabel.common.core.thinking.ThinkingBlock( | STRING |
| CRITICAL | …ent/spi/support/ChatClientLlmOperationsThinkingTest.kt | 343 | val originalOptions = com.embabel.common.ai.model.LlmOptions() | STRING |
| CRITICAL | …ent/spi/support/ChatClientLlmOperationsThinkingTest.kt | 346 | val withThinking = originalOptions.withThinking(com.embabel.common.ai.model.Thinking.withExtraction()) | STRING |
| CRITICAL | …ent/spi/support/ChatClientLlmOperationsThinkingTest.kt | 365 | val extractionThinking = com.embabel.common.ai.model.Thinking.withExtraction() | STRING |
| CRITICAL | …ent/spi/support/ChatClientLlmOperationsThinkingTest.kt | 369 | val budgetThinking = com.embabel.common.ai.model.Thinking.withTokenBudget(150) | STRING |
| CRITICAL | …ent/spi/support/ChatClientLlmOperationsThinkingTest.kt | 381 | val originalOptions = com.embabel.common.ai.model.LlmOptions() | STRING |
| CRITICAL | …embabel/agent/spi/support/ToolLoopLlmOperationsTest.kt | 1769 | pricingModel = com.embabel.common.ai.model.PricingModel.usdPer1MTokens(1.0, 2.0), | CODE |
| CRITICAL | …embabel/agent/spi/support/ToolLoopLlmOperationsTest.kt | 1853 | pricingModel = com.embabel.common.ai.model.PricingModel.usdPer1MTokens(1.0, 0.0), | CODE |
| CRITICAL | …m/embabel/agent/spi/support/EmbeddingOperationsTest.kt | 310 | val ex = org.junit.jupiter.api.Assertions.assertThrows(IllegalStateException::class.java) { | CODE |
| CRITICAL | …m/embabel/agent/spi/support/EmbeddingOperationsTest.kt | 332 | org.junit.jupiter.api.Assertions.assertThrows(IllegalStateException::class.java) { | CODE |
| CRITICAL | …ent/spi/support/springai/SafelyGetToolCallbacksTest.kt | 46 | @org.springframework.ai.tool.annotation.Tool(description = "Spring tool") | CODE |
| CRITICAL | …treaming/StreamingChatClientOperationsGuardRailTest.kt | 177 | asyncer = com.embabel.agent.spi.support.ExecutorAsyncer(java.util.concurrent.Executors.newCachedThreadPool() | CODE |
| CRITICAL | …el/agent/spi/loop/ToolChainingInjectionStrategyTest.kt | 85 | com.embabel.agent.api.tool.agentic.DomainToolSource(ToolProvider::class.java) | CODE |
| CRITICAL | …el/agent/spi/loop/ToolChainingInjectionStrategyTest.kt | 156 | llm = com.embabel.common.ai.model.LlmOptions(), | CODE |
| CRITICAL | …nt/api/annotation/support/RetryActionAnnotationTest.kt | 81 | @com.embabel.agent.api.annotation.Agent( | CODE |
| CRITICAL | …/annotation/support/AgentMetadataReaderMetadataTest.kt | 83 | .dummyAgentProcessRunning(com.embabel.agent.api.dsl.agent(name = "p", description = "p") {}) | CODE |
| CRITICAL | …/annotation/support/AgentMetadataReaderMetadataTest.kt | 87 | com.embabel.agent.api.common.ExecutingOperationContext( | CODE |
| 38 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …oconfigure/src/main/resources/models/openai-models.yml | 1 | # ============================================ | COMMENT |
| MEDIUM⚡ | …oconfigure/src/main/resources/models/openai-models.yml | 3 | # ============================================ | COMMENT |
| MEDIUM⚡ | …oconfigure/src/main/resources/models/openai-models.yml | 7 | # ======================================== | COMMENT |
| MEDIUM⚡ | …oconfigure/src/main/resources/models/openai-models.yml | 9 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/openai-models.yml | 50 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/openai-models.yml | 52 | # ======================================== | COMMENT |
| MEDIUM⚡ | …oconfigure/src/main/resources/models/openai-models.yml | 87 | # ======================================== | COMMENT |
| MEDIUM⚡ | …oconfigure/src/main/resources/models/openai-models.yml | 89 | # ======================================== | COMMENT |
| MEDIUM | …nfigure/src/main/resources/models/anthropic-models.yml | 1 | # ============================================ | COMMENT |
| MEDIUM | …nfigure/src/main/resources/models/anthropic-models.yml | 3 | # ============================================ | COMMENT |
| MEDIUM | …nfigure/src/main/resources/models/anthropic-models.yml | 29 | # ======================================== | COMMENT |
| MEDIUM | …nfigure/src/main/resources/models/anthropic-models.yml | 31 | # ======================================== | COMMENT |
| MEDIUM | …nfigure/src/main/resources/models/anthropic-models.yml | 44 | # ======================================== | COMMENT |
| MEDIUM | …nfigure/src/main/resources/models/anthropic-models.yml | 46 | # ======================================== | COMMENT |
| MEDIUM | …nfigure/src/main/resources/models/anthropic-models.yml | 67 | # ======================================== | COMMENT |
| MEDIUM | …nfigure/src/main/resources/models/anthropic-models.yml | 69 | # ======================================== | COMMENT |
| MEDIUM | …nfigure/src/main/resources/models/anthropic-models.yml | 89 | # ======================================== | COMMENT |
| MEDIUM | …nfigure/src/main/resources/models/anthropic-models.yml | 91 | # ======================================== | COMMENT |
| MEDIUM⚡ | …nfigure/src/main/resources/models/anthropic-models.yml | 111 | # ======================================== | COMMENT |
| MEDIUM⚡ | …nfigure/src/main/resources/models/anthropic-models.yml | 113 | # ======================================== | COMMENT |
| MEDIUM⚡ | …oconfigure/src/main/resources/models/gemini-models.yml | 6 | # ======================================== | COMMENT |
| MEDIUM⚡ | …oconfigure/src/main/resources/models/gemini-models.yml | 8 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/gemini-models.yml | 21 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/gemini-models.yml | 23 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/gemini-models.yml | 36 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/gemini-models.yml | 38 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/gemini-models.yml | 84 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/gemini-models.yml | 86 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/openai-models.yml | 1 | # ============================================ | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/openai-models.yml | 3 | # ============================================ | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/openai-models.yml | 40 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/openai-models.yml | 44 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/openai-models.yml | 90 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/openai-models.yml | 95 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/openai-models.yml | 107 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/openai-models.yml | 109 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/openai-models.yml | 133 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/openai-models.yml | 135 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/openai-models.yml | 148 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/openai-models.yml | 150 | # ======================================== | COMMENT |
| MEDIUM⚡ | …oconfigure/src/main/resources/models/openai-models.yml | 196 | # ======================================== | COMMENT |
| MEDIUM⚡ | …oconfigure/src/main/resources/models/openai-models.yml | 198 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/openai-models.yml | 227 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/openai-models.yml | 229 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/openai-models.yml | 249 | # ======================================== | COMMENT |
| MEDIUM | …oconfigure/src/main/resources/models/openai-models.yml | 251 | # ======================================== | COMMENT |
| MEDIUM | …nfigure/src/main/resources/models/dashscope-models.yml | 1 | # ============================================ | COMMENT |
| MEDIUM | …nfigure/src/main/resources/models/dashscope-models.yml | 3 | # ============================================ | COMMENT |
| MEDIUM⚡ | …gure/src/main/resources/models/google-genai-models.yml | 1 | # ============================================ | COMMENT |
| MEDIUM⚡ | …gure/src/main/resources/models/google-genai-models.yml | 3 | # ============================================ | COMMENT |
| MEDIUM⚡ | …gure/src/main/resources/models/google-genai-models.yml | 9 | # ======================================== | COMMENT |
| MEDIUM⚡ | …gure/src/main/resources/models/google-genai-models.yml | 11 | # ======================================== | COMMENT |
| MEDIUM | …gure/src/main/resources/models/google-genai-models.yml | 24 | # ======================================== | COMMENT |
| MEDIUM | …gure/src/main/resources/models/google-genai-models.yml | 26 | # ======================================== | COMMENT |
| MEDIUM | …gure/src/main/resources/models/google-genai-models.yml | 39 | # ======================================== | COMMENT |
| MEDIUM | …gure/src/main/resources/models/google-genai-models.yml | 41 | # ======================================== | COMMENT |
| MEDIUM | …gure/src/main/resources/models/google-genai-models.yml | 87 | # ======================================== | COMMENT |
| MEDIUM | …gure/src/main/resources/models/google-genai-models.yml | 89 | # ======================================== | COMMENT |
| MEDIUM⚡ | …gure/src/main/resources/models/google-genai-models.yml | 124 | # ======================================== | COMMENT |
| MEDIUM⚡ | …gure/src/main/resources/models/google-genai-models.yml | 126 | # ======================================== | COMMENT |
| 17 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/agent/config/models/dashscope/DashScopeAllModelsIT.kt | 58 | "embabel.agent.platform.models.dashscope.api-key=\${DASHSCOPE_API_KEY:dummy-key-for-context-loading}", | CODE |
| LOW | …fig/models/googlegenai/GoogleGenAiChatIntegrationIT.kt | 59 | "embabel.agent.platform.models.googlegenai.api-key=\${GOOGLE_API_KEY:\${GEMINI_API_KEY:dummy-key-for-context-loa | CODE |
| LOW | …nt/config/models/googlegenai/GoogleGenAiAllModelsIT.kt | 60 | "embabel.agent.platform.models.googlegenai.api-key=\${GOOGLE_API_KEY:\${GEMINI_API_KEY:dummy-key-for-context-loa | CODE |
| LOW | …/com/embabel/agent/config/models/zai/ZaiAllModelsIT.kt | 74 | "embabel.agent.platform.models.zai.api-key=\${ZAI_API_KEY:dummy-key-for-context-loading}", | CODE |
| LOW⚡ | …bel/agent/rag/model/JavaInterfaceRelationshipTest.java | 119 | NamedEntityData address1 = createAddress("a1", "123 Main St", "Springfield"); | CODE |
| LOW⚡ | …bel/agent/rag/model/JavaInterfaceRelationshipTest.java | 129 | assertEquals("123 Main St", addresses.get(0).getStreet()); | CODE |
| LOW⚡ | …bel/agent/rag/model/JavaInterfaceRelationshipTest.java | 136 | NamedEntityData company = createCompany("c1", "Acme Corp", "Technology"); | CODE |
| LOW⚡ | …bel/agent/rag/model/JavaInterfaceRelationshipTest.java | 144 | assertEquals("Acme Corp", employer.getName()); | CODE |
| LOW⚡ | …bel/agent/rag/model/JavaInterfaceRelationshipTest.java | 151 | NamedEntityData address1 = createAddress("a1", "123 Main St", "Springfield"); | CODE |
| LOW | …bel/agent/rag/model/JavaInterfaceRelationshipTest.java | 167 | NamedEntityData company = createCompany("c1", "Acme Corp", "Technology"); | CODE |
| LOW | …bel/agent/rag/model/JavaInterfaceRelationshipTest.java | 175 | assertEquals("Acme Corp", name); | CODE |
| LOW | …/service/JavaRepositoryRelationshipNavigationTest.java | 103 | NamedEntityData address1 = createAddress("a1", "123 Main St", "Springfield"); | CODE |
| LOW | …/service/JavaRepositoryRelationshipNavigationTest.java | 130 | assertEquals("123 Main St", addresses.get(0).getStreet()); | CODE |
| LOW | …/service/JavaRepositoryRelationshipNavigationTest.java | 137 | NamedEntityData company = createCompany("c1", "Acme Corp", "Technology"); | CODE |
| LOW | …/service/JavaRepositoryRelationshipNavigationTest.java | 153 | assertEquals("Acme Corp", employer.getName()); | CODE |
| LOW | …/service/JavaRepositoryRelationshipNavigationTest.java | 187 | NamedEntityData address1 = createAddress("a1", "123 Main St", "Springfield"); | CODE |
| LOW | …bel/agent/rag/ContentElementPropertiesToPersistTest.kt | 33 | "author" to "John Doe", | CODE |
| LOW | …bel/agent/rag/ContentElementPropertiesToPersistTest.kt | 45 | assertEquals("John Doe", properties["author"]) | CODE |
| LOW | …bel/agent/rag/ContentElementPropertiesToPersistTest.kt | 336 | "author" to "John Doe", | CODE |
| LOW | …bel/agent/rag/ContentElementPropertiesToPersistTest.kt | 350 | assertEquals("John Doe", properties["author"]) | CODE |
| LOW | …om/embabel/agent/rag/model/NamedEntityHydrationTest.kt | 116 | name = "Acme Corp", | CODE |
| LOW | …om/embabel/agent/rag/model/NamedEntityHydrationTest.kt | 337 | name = "Acme Corp", | CODE |
| LOW | …om/embabel/agent/rag/model/NamedEntityHydrationTest.kt | 350 | assertEquals("Acme Corp", org.name) | CODE |
| LOW | …el/agent/rag/model/NamedEntityInvocationHandlerTest.kt | 128 | val address1 = createAddress("a1", "123 Main St", "Springfield") | CODE |
| LOW | …el/agent/rag/model/NamedEntityInvocationHandlerTest.kt | 138 | assertEquals("123 Main St", addresses[0].street) | CODE |
| LOW⚡ | …el/agent/rag/model/NamedEntityInvocationHandlerTest.kt | 166 | val company = createCompany("c1", "Acme Corp", "Technology") | CODE |
| LOW⚡ | …el/agent/rag/model/NamedEntityInvocationHandlerTest.kt | 174 | assertEquals("Acme Corp", employer?.name) | CODE |
| LOW⚡ | …el/agent/rag/model/NamedEntityInvocationHandlerTest.kt | 181 | val company = createCompany("c1", "Acme Corp", "Technology") | CODE |
| LOW⚡ | …el/agent/rag/model/NamedEntityInvocationHandlerTest.kt | 190 | assertEquals("Acme Corp", employer?.name) | CODE |
| LOW⚡ | …el/agent/rag/model/NamedEntityInvocationHandlerTest.kt | 196 | val address1 = createAddress("a1", "123 Main St", "Springfield") | CODE |
| LOW | …el/agent/rag/model/NamedEntityInvocationHandlerTest.kt | 222 | val address1 = createAddress("a1", "123 Main St", "Springfield") | CODE |
| LOW | …el/agent/rag/model/NamedEntityInvocationHandlerTest.kt | 248 | val company = createCompany("c1", "Acme Corp", "Technology") | CODE |
| LOW | …el/agent/rag/model/NamedEntityInvocationHandlerTest.kt | 256 | assertEquals("Acme Corp", name) | CODE |
| LOW | …/embabel/agent/rag/lucene/LuceneChunkRepositoryTest.kt | 102 | "author" to "John Doe", | CODE |
| LOW | …/embabel/agent/rag/lucene/LuceneChunkRepositoryTest.kt | 117 | assertEquals("John Doe", chunk.metadata["author"]) | CODE |
| LOW | …embabel/agent/rag/lucene/LuceneSearchOperationsTest.kt | 112 | val metadata = mapOf("author" to "John Doe", "category" to "AI") | CODE |
| LOW | …embabel/agent/rag/lucene/LuceneSearchOperationsTest.kt | 126 | assertEquals("John Doe", result.match.metadata["author"]) | CODE |
| LOW | …/kotlin/com/embabel/agent/domain/library/PersonTest.kt | 29 | val person = PersonImpl("John Doe") | CODE |
| LOW | …/kotlin/com/embabel/agent/domain/library/PersonTest.kt | 32 | assertEquals("John Doe", person.name) | CODE |
| LOW | …rters/streaming/StreamingJacksonOutputConverterTest.kt | 286 | {"name": "Alice", "age": 30, "email": "alice@test.com", "address": "123 Main St"} | CODE |
| LOW | …rters/streaming/StreamingJacksonOutputConverterTest.kt | 394 | {"name": "Alice", "age": 30, "email": "alice@test.com", "address": "123 Main St"} | CODE |
| LOW | …/agent/api/annotation/support/PackageVisibleTests.java | 86 | pc.getBlackboard().plusAssign(new PackageInput("John Doe")); | CODE |
| LOW | …/agent/api/annotation/support/PackageVisibleTests.java | 89 | assertEquals(new PackageOutput("John Doe"), pc.getBlackboard().lastResult()); | CODE |
| LOW | …/agent/api/annotation/support/PackageVisibleTests.java | 119 | pc.getBlackboard().plusAssign(new PackageInput("John Doe")); | CODE |
| LOW | …/agent/api/common/workflow/RepeatUntilBuilderTest.java | 277 | Map.of("it", new UserInput("input"), "person", new Person("John Doe", 30)) | CODE |
| LOW | …/agent/api/common/workflow/RepeatUntilBuilderTest.java | 303 | Map.of("it", new UserInput("input"), "person", new Person("John Doe", 30)) | CODE |
| LOW | …/com/embabel/agent/core/hitl/FormBindingRequestTest.kt | 102 | "name" to "John Doe", | CODE |
| LOW | …/com/embabel/agent/core/hitl/FormBindingRequestTest.kt | 121 | val testData = TestData("John Doe", "john@example.com") | CODE |
| LOW | …/com/embabel/agent/core/hitl/FormBindingRequestTest.kt | 137 | "name" to "John Doe" | CODE |
| LOW | …babel/agent/spi/support/ChatClientLlmOperationsTest.kt | 187 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et | CODE |
| LOW | …babel/agent/spi/support/ChatClientLlmOperationsTest.kt | 187 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et | CODE |
| LOW | …babel/agent/spi/support/ChatClientLlmOperationsTest.kt | 1019 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et | CODE |
| LOW | …babel/agent/spi/support/ChatClientLlmOperationsTest.kt | 1019 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et | CODE |
| LOW | …babel/agent/spi/support/ChatClientLlmOperationsTest.kt | 1047 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et | CODE |
| LOW | …babel/agent/spi/support/ChatClientLlmOperationsTest.kt | 1047 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et | CODE |
| LOW | …babel/agent/spi/support/ChatClientLlmOperationsTest.kt | 1079 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et | CODE |
| LOW | …babel/agent/spi/support/ChatClientLlmOperationsTest.kt | 1079 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et | CODE |
| LOW | …babel/agent/spi/support/ChatClientLlmOperationsTest.kt | 1109 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et | CODE |
| LOW | …babel/agent/spi/support/ChatClientLlmOperationsTest.kt | 1109 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et | CODE |
| LOW | …babel/agent/spi/support/ChatClientLlmOperationsTest.kt | 1146 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et | CODE |
| 73 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | README.md | 0 | create a person from this user input, extracting their name and star sign: ${userinput.content} | STRING |
| HIGH | …/example/simple/horoscope/java/TestStarNewsFinder.java | 0 | create a person from this user input, extracting their name and star sign: ${userinput.content} | STRING |
| HIGH | …/example/simple/horoscope/kotlin/TestStarNewsFinder.kt | 0 | create a person from this user input, extracting their name and star sign: ${userinput.content} | STRING |
| HIGH | …/example/simple/horoscope/kotlin/TestStarNewsFinder.kt | 0 | create a person from this user input, extracting their name and star sign: ${userinput.content} | STRING |
| HIGH | README.md | 0 | ${person.name} is an astrology believer with the sign ${person.sign}. their horoscope for today is: <horoscope>${horosco | STRING |
| HIGH | …/example/simple/horoscope/java/TestStarNewsFinder.java | 0 | ${person.name} is an astrology believer with the sign ${person.sign}. their horoscope for today is: <horoscope>${horosco | STRING |
| HIGH | …/example/simple/horoscope/kotlin/TestStarNewsFinder.kt | 0 | ${person.name} is an astrology believer with the sign ${person.sign}. their horoscope for today is: <horoscope>${horosco | STRING |
| HIGH | …/example/simple/horoscope/kotlin/TestStarNewsFinder.kt | 0 | ${person.name} is an astrology believer with the sign ${person.sign}. their horoscope for today is: <horoscope>${horosco | STRING |
| HIGH | README.md | 0 | take the following news stories and write up something amusing for the target person in $wordcount words. begin by summa | STRING |
| HIGH | …/example/simple/horoscope/kotlin/TestStarNewsFinder.kt | 0 | take the following news stories and write up something amusing for the target person in $wordcount words. begin by summa | STRING |
| HIGH | …/example/simple/horoscope/kotlin/TestStarNewsFinder.kt | 0 | take the following news stories and write up something amusing for the target person in $wordcount words. begin by summa | STRING |
| HIGH | …gration/EmbabelMockitoIntegrationTestBlockingTest.java | 0 | revise a short story in %d words or less. the story should be engaging and imaginative. use the user's input as inspirat | STRING |
| HIGH | …ration/EmbabelMockitoIntegrationTestStreamingTest.java | 0 | revise a short story in %d words or less. the story should be engaging and imaginative. use the user's input as inspirat | STRING |
| HIGH | …/api/annotation/support/state/WriteAndReviewAgent.java | 0 | revise a short story in %d words or less. the story should be engaging and imaginative. use the user's input as inspirat | STRING |
| HIGH | …gration/EmbabelMockitoIntegrationTestBlockingTest.java | 0 | you will be given a short story to review. review it in %d words or less. consider whether or not the story is engaging, | STRING |
| HIGH | …ration/EmbabelMockitoIntegrationTestStreamingTest.java | 0 | you will be given a short story to review. review it in %d words or less. consider whether or not the story is engaging, | STRING |
| HIGH | …/api/annotation/support/state/WriteAndReviewAgent.java | 0 | you will be given a short story to review. review it in %d words or less. consider whether or not the story is engaging, | STRING |
| HIGH | …thinking/support/ThinkingPromptRunnerOperationsImpl.kt | 0 | evaluate this condition given the context. return "result": whether you think it is true, your confidence level from 0-1 | STRING |
| HIGH | …ent/api/common/support/OperationContextPromptRunner.kt | 0 | evaluate this condition given the context. return "result": whether you think it is true, your confidence level from 0-1 | STRING |
| HIGH | …l/agent/api/common/support/OperationContextDelegate.kt | 0 | evaluate this condition given the context. return "result": whether you think it is true, your confidence level from 0-1 | STRING |
| HIGH | …/api/common/support/DelegatingStreamingPromptRunner.kt | 0 | evaluate this condition given the context. return "result": whether you think it is true, your confidence level from 0-1 | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …oconfigure/src/main/resources/models/openai-models.yml | 91 | # Default text embedding model | COMMENT |
| MEDIUM⚡ | …oconfigure/src/main/resources/models/openai-models.yml | 99 | # Smaller embedding model | COMMENT |
| MEDIUM⚡ | …oconfigure/src/main/resources/models/openai-models.yml | 107 | # Legacy embedding model | COMMENT |
| MEDIUM⚡ | …nfigure/src/main/resources/models/anthropic-models.yml | 102 | # Claude Sonnet 4 - General purpose, large context window | COMMENT |
| MEDIUM⚡ | …oconfigure/src/main/resources/models/openai-models.yml | 197 | # GPT-4.1 FAMILY (April 2025 - 1M token context window) | COMMENT |
| MEDIUM⚡ | …gure/src/main/resources/models/google-genai-models.yml | 129 | # Gemini Embedding 001 - Recommended embedding model (GA) | COMMENT |
| MEDIUM | embabel-agent-rag/embabel-agent-rag-pipeline/README.md | 1 | # RAG Pipeline Support: Obsolete | COMMENT |
| MEDIUM | …/src/main/kotlin/com/embabel/agent/rag/model/README.md | 1 | # RAG integration for agent | COMMENT |
| MEDIUM | …src/main/kotlin/com/embabel/agent/rag/filter/README.md | 1 | # RAG Filtering | COMMENT |
| MEDIUM | …embabel/agent/api/termination/TerminationJavaTest.java | 100 | // Java interop for these is tested via the agentic integration tests in TerminationAgenticTest. | COMMENT |
| MEDIUM | …nt/spi/support/ChatClientLlmOperationsGuardRailTest.kt | 747 | // Verify all guardrails were called | COMMENT |
| MEDIUM | …t/kotlin/com/embabel/agent/api/tool/AgenticToolTest.kt | 517 | // The nested agentic should not be wrapped | COMMENT |
| MEDIUM | …t/kotlin/com/embabel/agent/api/tool/AgenticToolTest.kt | 536 | // The nested agentic should be wrapped | COMMENT |
| MEDIUM | …embabel/common/core/validation/ValidationResultTest.kt | 81 | // Given - Real guardrails use case: determine highest severity from multiple errors | COMMENT |
| MEDIUM | …/com/embabel/agent/tools/blackboard/BlackboardTools.kt | 43 | * // Add to an agentic tool | COMMENT |
| MEDIUM | …n/com/embabel/agent/tools/process/AgentProcessTools.kt | 38 | * // Add to an agentic tool | COMMENT |
| MEDIUM | …agent/spi/support/guardrails/llmOperationGuardRails.kt | 49 | // Merge global and interaction-specific guardrails, removing duplicates by class | COMMENT |
| MEDIUM | …agent/spi/support/guardrails/llmOperationGuardRails.kt | 101 | // Merge global and interaction-specific guardrails, removing duplicates by class | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …onfig/models/openai/custom/OpenAiCustomModelsConfig.kt | 110 | * OPENAI_CUSTOM_API_KEY=your-api-key | COMMENT |
| HIGH | …bel/agent/config/models/minimax/MiniMaxModelsConfig.kt | 95 | * MINIMAX_API_KEY=your-api-key | COMMENT |
| HIGH | …agent/config/models/dashscope/DashScopeModelsConfig.kt | 105 | * DASHSCOPE_API_KEY=your-api-key | COMMENT |
| HIGH | …com/embabel/agent/config/models/zai/ZaiModelsConfig.kt | 107 | * ZAI_API_KEY=your-api-key | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …om/embabel/agent/skills/SkillsScriptIntegrationTest.kt | 168 | // Step 1: Create initial Skills | COMMENT |
| LOW⚡ | …om/embabel/agent/skills/SkillsScriptIntegrationTest.kt | 172 | // Step 2: Add skill (simulates withGitHubUrl) | COMMENT |
| LOW⚡ | …om/embabel/agent/skills/SkillsScriptIntegrationTest.kt | 177 | // Step 3: Add engine - script tools should now appear | COMMENT |
| LOW⚡ | …om/embabel/agent/skills/SkillsScriptIntegrationTest.kt | 186 | // Step 4: Activate to get instructions | COMMENT |
| LOW | …n/com/embabel/agent/e2e/LLMStreamingIntegrationTest.kt | 227 | // Step 1: Test basic non-streaming model with established pattern | COMMENT |
| LOW | …/embabel/agent/spi/config/spring/AsyncConfiguration.kt | 84 | // Step 3: Attempt to get shared executor if enabled | COMMENT |
| LOW | …/embabel/agent/spi/config/spring/AsyncConfiguration.kt | 97 | // Step 4: Create isolated raw JDK executor (no Spring lifecycle) | COMMENT |
| LOW | …rt/springai/streaming/StreamingChatClientOperations.kt | 381 | // Step 1: Original raw chunk stream from LLM | COMMENT |
| LOW⚡ | …rt/springai/streaming/StreamingChatClientOperations.kt | 393 | // Step 2: Transform raw chunks to complete newline-delimited lines | COMMENT |
| LOW⚡ | …rt/springai/streaming/StreamingChatClientOperations.kt | 398 | // Step 3: Final flux of StreamingEvent (thinking + objects) | COMMENT |
| LOW | …nt/spi/support/streaming/StreamingLlmOperationsImpl.kt | 237 | // Step 1: Raw chunk stream from LLM | COMMENT |
| LOW⚡ | …nt/spi/support/streaming/StreamingLlmOperationsImpl.kt | 248 | // Step 2: Transform raw chunks to complete newline-delimited lines | COMMENT |
| LOW⚡ | …nt/spi/support/streaming/StreamingLlmOperationsImpl.kt | 253 | // Step 3: Convert lines to StreamingEvent (thinking + objects) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …om/embabel/agent/skills/SkillsScriptIntegrationTest.kt | 168 | // Step 1: Create initial Skills | COMMENT |
| LOW⚡ | …om/embabel/agent/skills/SkillsScriptIntegrationTest.kt | 172 | // Step 2: Add skill (simulates withGitHubUrl) | COMMENT |
| LOW⚡ | …om/embabel/agent/skills/SkillsScriptIntegrationTest.kt | 177 | // Step 3: Add engine - script tools should now appear | COMMENT |
| LOW⚡ | …om/embabel/agent/skills/SkillsScriptIntegrationTest.kt | 186 | // Step 4: Activate to get instructions | COMMENT |
| LOW | …n/com/embabel/agent/e2e/LLMStreamingIntegrationTest.kt | 227 | // Step 1: Test basic non-streaming model with established pattern | COMMENT |
| LOW | …/embabel/agent/spi/config/spring/AsyncConfiguration.kt | 84 | // Step 3: Attempt to get shared executor if enabled | COMMENT |
| LOW | …/embabel/agent/spi/config/spring/AsyncConfiguration.kt | 97 | // Step 4: Create isolated raw JDK executor (no Spring lifecycle) | COMMENT |
| LOW | …rt/springai/streaming/StreamingChatClientOperations.kt | 381 | // Step 1: Original raw chunk stream from LLM | COMMENT |
| LOW⚡ | …rt/springai/streaming/StreamingChatClientOperations.kt | 393 | // Step 2: Transform raw chunks to complete newline-delimited lines | COMMENT |
| LOW⚡ | …rt/springai/streaming/StreamingChatClientOperations.kt | 398 | // Step 3: Final flux of StreamingEvent (thinking + objects) | COMMENT |
| LOW | …nt/spi/support/streaming/StreamingLlmOperationsImpl.kt | 237 | // Step 1: Raw chunk stream from LLM | COMMENT |
| LOW⚡ | …nt/spi/support/streaming/StreamingLlmOperationsImpl.kt | 248 | // Step 2: Transform raw chunks to complete newline-delimited lines | COMMENT |
| LOW⚡ | …nt/spi/support/streaming/StreamingLlmOperationsImpl.kt | 253 | // Step 3: Convert lines to StreamingEvent (thinking + objects) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …nfigure/src/main/resources/models/anthropic-models.yml | 1 | # ============================================ | COMMENT |
| LOW | …oconfigure/src/main/resources/models/openai-models.yml | 1 | # ============================================ | COMMENT |
| LOW | …t/config/models/bedrock/BedrockOptionsConverterTest.kt | 21 | //class BedrockOptionsConverterTest : OptionsConverterTestSupport<ToolCallingChatOptions>( | COMMENT |
| LOW | …gure/observability/ObservabilityAutoConfiguration.java | 141 | // disabled-traces matches by span name, so it targets spans that carry their real name at | COMMENT |
| LOW | …/support/PerGoalAsyncMcpToolExportCallbackPublisher.kt | 121 | // name = event.name, | COMMENT |
| LOW | …/sync/support/PerGoalMcpExportToolCallbackPublisher.kt | 121 | when { | COMMENT |
| LOW | …/sync/support/PerGoalMcpExportToolCallbackPublisher.kt | 141 | // logger.info("MCP Tool Export Callback Publisher adding resource {}", uri) | COMMENT |
| LOW | …embabel/agent/rag/service/NamedEntityDataRepository.kt | 661 | // `:User` / `:StoredUser`). Proxying those and casting to NamedEntity in | COMMENT |
| LOW | …-test-internal/src/main/resources/application-test.yml | 21 | COMMENT | |
| LOW | …skills/script/ProcessSkillScriptExecutionEngineTest.kt | 361 | COMMENT | |
| LOW | …skills/script/ProcessSkillScriptExecutionEngineTest.kt | 401 | @Test | COMMENT |
| LOW | …nt/skills/support/InstructionFileReferenceExtractor.kt | 41 | // using ``` or ~~~, at any indentation (so fences nested inside list | COMMENT |
| LOW | …c/src/main/kotlin/com/embabel/agent/web/rest/README.md | 1 | # Endpoints to expose agent platform information | COMMENT |
| LOW | …pi/annotation/support/AgentMetadataReaderActionTest.kt | 1121 | // assertEquals(2, action.toolGroups.size, "Had ${action.toolGroups} tool groups, expected 1") | COMMENT |
| LOW | …kotlin/com/embabel/agent/api/dsl/MapperParallelTest.kt | 81 | // val concurrencyLevel = 4 | COMMENT |
| LOW | …n/kotlin/com/embabel/agent/tools/file/FileReadTools.kt | 301 | // ├── README.md ← root-level file | COMMENT |
| LOW | …rc/main/kotlin/com/embabel/agent/tools/agent/README.md | 1 | # Support for creating Tools from Embabel Agents | COMMENT |
| LOW | …el/agent/spi/support/springai/InstrumentedChatModel.kt | 81 | // We intentionally do NOT use Kotlin's `by` delegation here because | COMMENT |
| LOW | …main/kotlin/com/embabel/agent/api/invocation/README.md | 1 | # AgentProcess invocation support | COMMENT |
| LOW | …pi/src/main/kotlin/com/embabel/agent/api/dsl/README.md | 1 | # Kotlin DSL for writing agents | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …oconfigure/src/main/resources/models/gemini-models.yml | 2 | # This file defines all Google Gemini models available for use in the application. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …pi/event/observation/ToolLoopObservationContextTest.kt | 70 | // robust to how many times Micrometer happens to read the convention. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/agent/a2a/server/support/AutonomyA2ARequestHandler.kt | 38 | class AutonomyA2ARequestHandler( | CODE |