The pretty much "official" DSPy framework for Typescript
This report presents the forensic synthetic code analysis of ax-llm/ax, a TypeScript project with 2,818 GitHub stars. SynthScan v2.0 examined 448,726 lines of code across 1882 source files, recording 1533 pattern matches distributed across 19 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).
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.
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 1533 distinct pattern matches across 19 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 |
|---|---|---|---|---|
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3582 | "def chat_response_to_completion(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3583 | "def provider_normalize_profile(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3584 | "def provider_profile_registry(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3586 | "def provider_model_catalog_summary(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3588 | "def provider_route_recommendation(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3589 | "def provider_route_validation(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3592 | "def provider_build_chat_request(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3593 | "def openai_build_chat_request(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3594 | "def openai_normalize_chat_response(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3595 | "def openai_normalize_stream_delta(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3597 | "def _gemini_build_chat_request(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3598 | "def _gemini_normalize_chat_response(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3599 | "def _gemini_normalize_embed_response(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3600 | "def _anthropic_build_chat_request(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3601 | "def _anthropic_normalize_chat_response(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3602 | "def _anthropic_normalize_stream_delta(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3609 | "def openai_build_chat_request(request: dict[str, Any]):", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3610 | "def openai_normalize_chat_response(raw: dict[str, Any], ai_name: str = \"openai\", model: str | None = None):", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3613 | "def _normalize_openai_tool_calls(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3616 | "def chat_response_to_completion(response: dict[str, Any]):", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3720 | "def _normalize_agent_callable_inventory(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3726 | "def _agent_optimizer_metadata(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3732 | "def _agent_runtime_execute_step(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3733 | "def _normalize_agent_runtime_step_result(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3736 | "def _normalize_agent_completion_payload(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3783 | "def _signature_parse_fields_impl(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3784 | "def _signature_parse_field_impl(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3785 | "def _signature_validate_field_shape_impl(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3927 | "def _grok_build_transcribe_request(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3928 | "def _grok_build_speak_request(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3929 | "def _gemini_build_transcribe_request(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3930 | "def _gemini_build_speak_request(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3931 | "def _gemini_normalize_transcribe_response(", | CODE |
| LOW⚡ | tools/axir/internal/axir/axir_test.go | 3932 | "def _gemini_normalize_speak_response(", | CODE |
| LOW | tools/axir/internal/axir/axir_test.go | 3634 | "def _template_render_tree_impl(", | CODE |
| LOW | tools/axir/internal/axir/axir_test.go | 3638 | "def validate_prompt_template_syntax(", | CODE |
| LOW | tools/axir/internal/axir/axir_test.go | 3666 | "def _complete_with_retries_impl(", | CODE |
| LOW | tools/axir/internal/axir/axir_test.go | 3680 | "def _stream_event_content_parts_impl(", | CODE |
| LOW | tools/axir/internal/axir/axir_test.go | 3819 | "def _schema_field_schema_impl(", | CODE |
| LOW | tools/axir/internal/axir/axir_test.go | 3820 | "def _schema_to_json_schema_impl(", | CODE |
| LOW | …ols/axir/internal/axir/templates/python/pySignature.py | 334 | def _core_string_remove_suffix(value, suffix): | CODE |
| LOW | …ols/axir/internal/axir/templates/python/pySignature.py | 346 | def _core_string_default_if_empty(value, fallback): | CODE |
| LOW | …ols/axir/internal/axir/templates/python/pySignature.py | 359 | def _core_string_split_trim_nonempty(value, sep): | CODE |
| LOW | …ols/axir/internal/axir/templates/python/pySignature.py | 363 | def _core_string_find_outside_quotes(text, needle): | CODE |
| LOW | …ols/axir/internal/axir/templates/python/pySignature.py | 388 | def _core_string_split_outside_quotes(text, sep): | CODE |
| LOW | …ols/axir/internal/axir/templates/python/pySignature.py | 423 | def _core_consume_quoted_prefix(text): | CODE |
| LOW | …ols/axir/internal/axir/templates/python/pySignature.py | 440 | def _core_string_consume_optional_quoted_prefix(text): | CODE |
| LOW | …ols/axir/internal/axir/templates/python/pySignature.py | 444 | def _core_string_extract_quoted_suffix(text): | CODE |
| LOW⚡ | tools/axir/internal/axir/templates/python/pyPrompt.py | 280 | def _core_prompt_get_input_fields(signature): | CODE |
| LOW⚡ | tools/axir/internal/axir/templates/python/pyPrompt.py | 284 | def _core_prompt_get_output_fields(signature): | CODE |
| LOW⚡ | tools/axir/internal/axir/templates/python/pyPrompt.py | 288 | def _core_prompt_get_description(signature): | CODE |
| LOW⚡ | tools/axir/internal/axir/templates/python/pyPrompt.py | 292 | def _core_prompt_has_complex_fields(signature) -> bool: | CODE |
| LOW⚡ | tools/axir/internal/axir/templates/python/pyPrompt.py | 296 | def _core_prompt_field_name_to_title(signature) -> dict[str, str]: | CODE |
| LOW⚡ | tools/axir/internal/axir/templates/python/pyPrompt.py | 305 | def _core_prompt_is_provided_value(value) -> bool: | CODE |
| LOW⚡ | tools/axir/internal/axir/templates/python/pyPrompt.py | 313 | def _core_prompt_input_fields_for_values(signature, values=None): | CODE |
| LOW⚡ | tools/axir/internal/axir/templates/python/pyPrompt.py | 320 | def _core_prompt_render_desc_fields(fields) -> str: | CODE |
| LOW⚡ | tools/axir/internal/axir/templates/python/pyPrompt.py | 324 | def _core_prompt_format_description(text: str) -> str: | CODE |
| LOW⚡ | tools/axir/internal/axir/templates/python/pyPrompt.py | 332 | def _core_prompt_format_field_references(description: str, field_map: dict[str, str]) -> str: | CODE |
| LOW⚡ | tools/axir/internal/axir/templates/python/pyPrompt.py | 421 | def _core_prompt_function_descriptors(functions) -> list[dict[str, Any]]: | CODE |
| LOW⚡ | tools/axir/internal/axir/templates/python/pyPrompt.py | 431 | def _core_prompt_render_functions_section(funcs) -> str: | CODE |
| 760 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/axir/internal/axir/templates/python/pyTool.py | 1 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 1 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 1 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 1 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 1 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 1 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 1 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 1 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 2 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 3 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 3 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 4 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 33 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 33 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 33 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 34 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 34 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 34 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 34 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 34 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 34 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 34 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 34 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 34 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 34 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 34 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 34 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 35 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 35 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 35 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 36 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 36 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 36 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 36 | CODE | |
| 199 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | tools/axir/internal/axir/templates/python/pyPrompt.py | 276 | except Exception as exc: | CODE |
| MEDIUM | …s/axir/internal/axir/templates/python/pyConformance.py | 541 | def _run_signature_error(fixture): | CODE |
| MEDIUM | …s/axir/internal/axir/templates/python/pyConformance.py | 597 | def _run_template_error(fixture): | CODE |
| MEDIUM | …s/axir/internal/axir/templates/python/pyConformance.py | 821 | def _run_flow(fixture): | CODE |
| LOW⚡ | …s/axir/internal/axir/templates/python/pyConformance.py | 1772 | except Exception as exc: | CODE |
| LOW⚡ | …s/axir/internal/axir/templates/python/pyConformance.py | 1781 | except Exception: | CODE |
| LOW⚡ | …s/axir/internal/axir/templates/python/pyConformance.py | 1785 | except Exception: | CODE |
| LOW⚡ | …s/axir/internal/axir/templates/python/pyConformance.py | 1844 | except Exception as exc: | CODE |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 431 | except Exception as exc: | CODE |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 534 | except Exception as exc: | CODE |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 544 | except Exception as exc: | CODE |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 613 | except Exception as exc: | CODE |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 640 | except Exception as exc: | CODE |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 654 | except Exception as exc: | CODE |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 668 | except Exception as exc: | CODE |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 702 | except Exception as exc: | CODE |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 846 | except Exception as exc: | CODE |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 1172 | except Exception as exc: | CODE |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 1388 | except Exception as exc: | CODE |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 1510 | except Exception as exc: | CODE |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 1602 | except Exception as exc: | CODE |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 1825 | except Exception as exc: | CODE |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 1935 | except Exception as exc: | CODE |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 2008 | except Exception as exc: | CODE |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 2044 | except Exception as exc: | CODE |
| MEDIUM | tools/axir/internal/axir/templates/python/pyAgent.py | 987 | def _playbook_stringify(value): | CODE |
| LOW | tools/axir/internal/axir/templates/python/pyAgent.py | 677 | except Exception: | CODE |
| LOW | tools/axir/internal/axir/templates/python/pyAgent.py | 868 | except Exception: | CODE |
| LOW | tools/axir/internal/axir/templates/python/pyAgent.py | 990 | except Exception: | CODE |
| LOW | tools/axir/internal/axir/templates/python/pyAgent.py | 1079 | except Exception as exc: | CODE |
| LOW | tools/axir/internal/axir/templates/python/pyAgent.py | 1098 | except Exception as exc: | CODE |
| LOW | tools/axir/internal/axir/templates/python/pyAgent.py | 1436 | except Exception as exc: | CODE |
| MEDIUM | tools/axir/internal/axir/templates/python/pyAI.py | 225 | def recv(self) -> dict[str, Any] | None: | CODE |
| LOW | tools/axir/internal/axir/templates/python/pyAI.py | 152 | except Exception: | CODE |
| LOW | tools/axir/internal/axir/templates/python/pyAI.py | 239 | except Exception: | CODE |
| LOW | tools/axir/internal/axir/templates/python/pyAI.py | 394 | except Exception: | CODE |
| LOW | tools/axir/internal/axir/templates/python/pyAI.py | 413 | except Exception: | CODE |
| LOW | tools/axir/internal/axir/templates/python/pyAI.py | 1112 | except Exception: | CODE |
| LOW | tools/axir/internal/axir/templates/python/pyAI.py | 1320 | except Exception: | CODE |
| LOW | tools/axir/internal/axir/templates/python/pyGen.py | 337 | except Exception as exc: | CODE |
| LOW | tools/axir/internal/axir/templates/python/pyGen.py | 923 | except Exception: | CODE |
| LOW | …tes/quickjs/pyJavaScriptQuickJSProfilePythonExample.py | 101 | except Exception as exc: | CODE |
| LOW | tools/axir/internal/axir/templates/runtime/pyRuntime.py | 138 | except Exception: | CODE |
| LOW | tools/axir/internal/axir/templates/runtime/pyRuntime.py | 207 | except Exception: | CODE |
| MEDIUM | tools/axir/internal/axir/templates/runtime/pyRuntime.py | 132 | def get_usage_instructions(self) -> str: | CODE |
| LOW | …ir/internal/axir/templates/runtime/pyRuntimeQuickjs.py | 77 | except Exception as exc: | CODE |
| LOW⚡ | …ir/internal/axir/templates/runtime/pyRuntimeQuickjs.py | 93 | except Exception: | CODE |
| LOW | …ir/internal/axir/templates/runtime/pyRuntimeQuickjs.py | 105 | except Exception as exc: | CODE |
| LOW | …ir/internal/axir/templates/runtime/pyRuntimeQuickjs.py | 112 | except Exception: | CODE |
| LOW | …ir/internal/axir/templates/runtime/pyRuntimeQuickjs.py | 125 | except Exception: | CODE |
| MEDIUM | …ir/internal/axir/templates/runtime/pyRuntimeQuickjs.py | 122 | def _snap(self): | CODE |
| LOW | tools/axir/internal/axir/templates/mcp/pyMCP.py | 676 | except Exception as exc: | CODE |
| LOW | …xir/templates/pyodide/pyPythonPyodideProfileExample.py | 101 | except Exception as exc: | CODE |
| LOW | tools/axir/adapters/pyodide-runtime-server.ts | 488 | except Exception: | CODE |
| LOW | tools/axir/adapters/pyodide-runtime-server.ts | 535 | except Exception as __ax_error: | CODE |
| LOW | tools/axir/adapters/pyodide-runtime-server.ts | 544 | except Exception: | CODE |
| LOW | …ges/python/examples/runtime_profiles/python_pyodide.py | 101 | except Exception as exc: | CODE |
| LOW | …python/examples/runtime_profiles/javascript_quickjs.py | 101 | except Exception as exc: | CODE |
| LOW | packages/python/axllm/gen.py | 339 | except Exception as exc: | CODE |
| LOW | packages/python/axllm/gen.py | 925 | except Exception: | CODE |
| 60 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | CHANGELOG.md | 521 | ## [19.0.31](///compare/19.0.29...19.0.30) (2026-03-23) | COMMENT |
| LOW | CHANGELOG.md | 1301 | COMMENT | |
| LOW | tools/axir/internal/axir/axir_test.go | 21 | return filepath.Join("..", "..", "..", "..", "ir", "conformance", "axgen") | COMMENT |
| LOW | tools/axir/internal/axir/axir_test.go | 101 | // TestAgentPublicAPIParity is the G9 gate: cross-language public-API parity for AxAgent. | COMMENT |
| LOW | tools/axir/internal/axir/axir_test.go | 161 | if !regexp.MustCompile(pat).MatchString(srcs[lang]) { | COMMENT |
| LOW | tools/axir/internal/axir/axir_test.go | 1921 | return line == "return" || line == "return nil" || line == "return nil, nil" || line == "ret = nil" | COMMENT |
| LOW | tools/axir/internal/axir/package_examples.go | 2101 | #include <arpa/inet.h> | COMMENT |
| LOW | tools/axir/internal/axir/package_examples.go | 2281 | const cppMCPSseRoundtripExample = `#include "axllm/axllm.hpp" | COMMENT |
| LOW | tools/axir/internal/axir/package_examples.go | 2421 | #include <thread> | COMMENT |
| LOW | tools/axir/internal/axir/templates/rust/rustLib.rs | 4441 | None | COMMENT |
| LOW | tools/axir/internal/axir/templates/rust/rustLib.rs | 13321 | COMMENT | |
| LOW | tools/axir/internal/axir/templates/rust/rustLib.rs | 14801 | let program = core_arg(args, 0); | COMMENT |
| LOW | tools/axir/internal/axir/templates/rust/rustLib.rs | 14821 | // - callable(x) in the python sense means x is CoreValue::Host; invoking it | COMMENT |
| LOW | tools/axir/internal/axir/templates/cpp/cppRuntime.cpp | 1 | #include "axllm.hpp" | COMMENT |
| LOW | tools/axir/internal/axir/templates/cpp/cppHeader.hpp | 1 | #pragma once | COMMENT |
| LOW | scripts/postbuild.js | 21 | // "module": "./index.js", | COMMENT |
| LOW | packages/cpp/examples/stream_http_roundtrip.cpp | 1 | #include "axllm/axllm.hpp" | COMMENT |
| LOW | packages/cpp/examples/mcp_sse_roundtrip.cpp | 1 | #include "axllm/axllm.hpp" | COMMENT |
| LOW | packages/cpp/examples/audio_http_roundtrip.cpp | 1 | #include "axllm/axllm.hpp" | COMMENT |
| LOW | packages/cpp/axllm/axllm.hpp | 1 | #pragma once | COMMENT |
| LOW | src/ax/index.test-d.ts | 461 | // AxAIService, | COMMENT |
| LOW | src/ax/index.test-d.ts | 481 | // }) | COMMENT |
| LOW | src/ax/index.test-d.ts | 501 | // name: 'getData', | COMMENT |
| LOW | src/ax/index.test-d.ts | 521 | // { | COMMENT |
| LOW | src/ax/index.test-d.ts | 541 | // results: [ | COMMENT |
| LOW | src/ax/index.test-d.ts | 561 | // completionTokens: 0, | COMMENT |
| LOW | src/ax/index.test-d.ts | 581 | // }, | COMMENT |
| LOW | src/ax/index.test-d.ts | 601 | // expectError<AxChatRequest>({ | COMMENT |
| LOW | src/ax/index.test-d.ts | 621 | // temperature: 0.7, | COMMENT |
| LOW | src/ax/index.test-d.ts | 641 | // }, | COMMENT |
| LOW | src/ax/index.test-d.ts | 661 | // expectType<{ functions: boolean; streaming: boolean }>( | COMMENT |
| LOW | src/ax/index.test-d.ts | 681 | // }) | COMMENT |
| LOW | src/ax/util/partialJson.ts | 121 | // e.g. {"name": "John", "age": -> {"name": "John"} | COMMENT |
| LOW | src/ax/util/partialJson.ts | 181 | result = result.replace(/n(u(l(l)?)?)?$/, 'null'); | COMMENT |
| LOW | src/ax/util/partialJson.ts | 201 | COMMENT | |
| LOW | src/ax/ai/openai/responses_api.ts | 921 | // // Use encrypted_content if available (when showThoughts is enabled), otherwise use summary | COMMENT |
| LOW | src/ax/funcs/worker.runtime.ts | 1 | export type AxWorkerRuntimeConfig = Readonly<{ | COMMENT |
| LOW | src/ax/funcs/worker.runtime.ts | 21 | // ║ in the worker. Everything must be self-contained. ║ | COMMENT |
| LOW | src/ax/funcs/worker.runtime.ts | 41 | // ║ ReferenceError in the built bundle (but not in vitest), ║ | COMMENT |
| LOW | src/ax/funcs/jsRuntime.integration.test.ts | 921 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | src/ax/funcs/worker.ts | 41 | } as const; | COMMENT |
| LOW | src/ax/dsp/structured.test.ts | 261 | COMMENT | |
| LOW | src/ax/dsp/structured.test.ts | 281 | // ]; | COMMENT |
| LOW | src/ax/dsp/optimizer.ts | 1721 | // } | COMMENT |
| LOW | src/ax/dsp/sigtypes.ts | 1 | // === Typesafe Signature Parsing Types === | COMMENT |
| LOW | src/ax/dsp/sigtypes.ts | 21 | // 3. SplitFieldsRespectingQuotes: Core algorithm - state machine for comma parsing | COMMENT |
| LOW | src/ax/dsp/parser.ts | 1 | // ============================================================================ | COMMENT |
| LOW | src/ax/dsp/streaming_duplication.test.ts | 101 | COMMENT | |
| LOW | src/ax/dsp/generateValidation.test.ts | 741 | // const nullFunction: AxFunction = { | COMMENT |
| LOW | src/ax/dsp/generateValidation.test.ts | 761 | // index: 0, | COMMENT |
| LOW | src/ax/dsp/generateValidation.test.ts | 961 | // { | COMMENT |
| LOW | src/ax/dsp/generateValidation.test.ts | 1161 | // }, | COMMENT |
| LOW | src/ax/dsp/optimizers/ace.ts | 61 | history: cloneSerializable(artifact.history), | COMMENT |
| LOW | src/aisdk/provider.ts | 381 | return { | COMMENT |
| LOW | src/examples/function.ts | 121 | COMMENT | |
| LOW | src/examples/extract.ts | 1 | import { AxAIGoogleGeminiModel, AxGen, ai as createAI } from '@ax-llm/ax'; | COMMENT |
| LOW | src/examples/sample-count.ts | 41 | // } | COMMENT |
| LOW | src/examples/sample-count.ts | 61 | // temperature: 0.9, | COMMENT |
| LOW | src/examples/meetings.ts | 1 | // import * as chrono from 'chrono-node'; | COMMENT |
| LOW | src/examples/meetings.ts | 21 | // memberFields: 'id,fullName,bio,', | COMMENT |
| 33 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | …ir/internal/axir/templates/runtime/pyRuntimeQuickjs.py | 33 | "function used(i,reason){var p=(i&&typeof i==='object')?i:{id:i};if(reason!==undefined&&reason!==null)p.reason=Strin | CODE |
| HIGH⚡ | …ir/internal/axir/templates/runtime/pyRuntimeQuickjs.py | 41 | "function axLog(){var a=Array.prototype.slice.call(arguments);globalThis.__ax_logs.push(a.map(function(x){return (ty | CODE |
| HIGH⚡ | …ir/internal/axir/templates/runtime/pyRuntimeQuickjs.py | 49 | "function axPersistSuffix(src){try{var n=[],s={},re=/(?:^|[\\n;{}])\\s*(?:export\\s+)?(?:async\\s+)?(?:function|clas | CODE |
| HIGH | …ir/internal/axir/templates/runtime/pyRuntimeQuickjs.py | 69 | self.ctx.eval("globalThis.__ax_reserved=Object.create(null);Object.getOwnPropertyNames(globalThis).forEach(funct | CODE |
| HIGH⚡ | …ir/internal/axir/templates/runtime/pyRuntimeQuickjs.py | 88 | "globalThis.__ax_completion=undefined;globalThis.__ax_result=undefined;" | CODE |
| HIGH⚡ | …ir/internal/axir/templates/runtime/pyRuntimeQuickjs.py | 89 | "globalThis.__ax_error=undefined;globalThis.__ax_logs=[];" | CODE |
| HIGH⚡ | packages/python/axllm/runtime_quickjs.py | 33 | "function used(i,reason){var p=(i&&typeof i==='object')?i:{id:i};if(reason!==undefined&&reason!==null)p.reason=Strin | CODE |
| HIGH⚡ | packages/python/axllm/runtime_quickjs.py | 41 | "function axLog(){var a=Array.prototype.slice.call(arguments);globalThis.__ax_logs.push(a.map(function(x){return (ty | CODE |
| HIGH⚡ | packages/python/axllm/runtime_quickjs.py | 49 | "function axPersistSuffix(src){try{var n=[],s={},re=/(?:^|[\\n;{}])\\s*(?:export\\s+)?(?:async\\s+)?(?:function|clas | CODE |
| HIGH | packages/python/axllm/runtime_quickjs.py | 69 | self.ctx.eval("globalThis.__ax_reserved=Object.create(null);Object.getOwnPropertyNames(globalThis).forEach(funct | CODE |
| HIGH⚡ | packages/python/axllm/runtime_quickjs.py | 88 | "globalThis.__ax_completion=undefined;globalThis.__ax_result=undefined;" | CODE |
| HIGH⚡ | packages/python/axllm/runtime_quickjs.py | 89 | "globalThis.__ax_error=undefined;globalThis.__ax_logs=[];" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/ax/agent/telemetry.test.ts | 18 | // ── Runtime helpers ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/ax/agent/telemetry.test.ts | 72 | // ── Mock AI builders ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/ax/agent/telemetry.test.ts | 183 | // ── Agent factories ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/ax/agent/telemetry.test.ts | 214 | // ── Tests ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/ax/funcs/worker.runtime.ts | 7 | // ╔══════════════════════════════════════════════════════════════════════╗ | COMMENT |
| MEDIUM | src/ax/funcs/worker.runtime.ts | 55 | // ╚══════════════════════════════════════════════════════════════════════╝ | COMMENT |
| MEDIUM | src/examples/python/long-agents/codebase-peek-map.py | 23 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/examples/python/long-agents/codebase-peek-map.py | 28 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …examples/python/long-agents/data-analyst-with-tools.py | 22 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …examples/python/long-agents/data-analyst-with-tools.py | 26 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ples/python/long-agents/skills-and-memory-assistant.py | 28 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ples/python/long-agents/skills-and-memory-assistant.py | 32 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ples/python/long-agents/skills-and-memory-assistant.py | 53 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ples/python/long-agents/skills-and-memory-assistant.py | 56 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …/examples/python/long-agents/incident-log-forensics.py | 24 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …/examples/python/long-agents/incident-log-forensics.py | 29 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/examples/python/long-agents/self-improving-lab.py | 27 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/examples/python/long-agents/self-improving-lab.py | 31 | # --------------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ols/axir/internal/axir/templates/python/pySignature.py | 423 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyPrompt.py | 153 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyPrompt.py | 355 | CODE | |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 342 | CODE | |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 452 | CODE | |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 630 | CODE | |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 882 | CODE | |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 1356 | CODE | |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 1564 | CODE | |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 1813 | CODE | |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 1896 | CODE | |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 1969 | CODE | |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 2136 | CODE | |
| LOW | …s/axir/internal/axir/templates/python/pyConformance.py | 893 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyFlow.py | 118 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyFlow.py | 119 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyAgent.py | 202 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyAgent.py | 1223 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyAgent.py | 1864 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyAgent.py | 255 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyAI.py | 513 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyAI.py | 574 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyAI.py | 928 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyAI.py | 1294 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyAI.py | 1323 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyGen.py | 69 | CODE | |
| LOW | tools/axir/internal/axir/templates/python/pyGen.py | 744 | CODE | |
| LOW | packages/python/examples/audio_http_roundtrip.py | 24 | CODE | |
| LOW | packages/python/axllm/gen.py | 71 | CODE | |
| LOW | packages/python/axllm/gen.py | 746 | CODE | |
| LOW | packages/python/axllm/gen.py | 1171 | CODE | |
| LOW | packages/python/axllm/gen.py | 1631 | CODE | |
| LOW | packages/python/axllm/gen.py | 1678 | CODE | |
| LOW | packages/python/axllm/gen.py | 2317 | CODE | |
| LOW | packages/python/axllm/gen.py | 2399 | CODE | |
| LOW | packages/python/axllm/gen.py | 2481 | CODE | |
| LOW | packages/python/axllm/gen.py | 2657 | CODE | |
| LOW | packages/python/axllm/gen.py | 2790 | CODE | |
| LOW | packages/python/axllm/gen.py | 2954 | CODE | |
| LOW | packages/python/axllm/gen.py | 2985 | CODE | |
| LOW | packages/python/axllm/gen.py | 3134 | CODE | |
| LOW | packages/python/axllm/ai.py | 2436 | CODE | |
| LOW | packages/python/axllm/ai.py | 3562 | CODE | |
| LOW | packages/python/axllm/ai.py | 3782 | CODE | |
| LOW | packages/python/axllm/ai.py | 3839 | CODE | |
| LOW | packages/python/axllm/ai.py | 3871 | CODE | |
| LOW | packages/python/axllm/ai.py | 4569 | CODE | |
| LOW | packages/python/axllm/ai.py | 5178 | CODE | |
| LOW | packages/python/axllm/ai.py | 5350 | CODE | |
| LOW | packages/python/axllm/ai.py | 5650 | CODE | |
| LOW | packages/python/axllm/ai.py | 5861 | CODE | |
| LOW | packages/python/axllm/ai.py | 512 | CODE | |
| LOW | packages/python/axllm/ai.py | 573 | CODE | |
| LOW | packages/python/axllm/ai.py | 927 | CODE | |
| LOW | packages/python/axllm/ai.py | 1293 | CODE | |
| LOW | packages/python/axllm/ai.py | 1322 | CODE | |
| LOW | packages/python/axllm/flow.py | 117 | CODE | |
| LOW | packages/python/axllm/flow.py | 786 | CODE | |
| LOW | packages/python/axllm/flow.py | 118 | CODE | |
| LOW | packages/python/axllm/agent.py | 204 | CODE | |
| 38 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/ax/ai/google-gemini/api.thoughtSignature.test.ts | 116 | // Step 1: get the function call + signature | COMMENT |
| LOW | src/ax/ai/google-gemini/api.thoughtSignature.test.ts | 128 | // Step 2: build history including assistant message with thoughtBlocks, then send function result | COMMENT |
| LOW⚡ | src/ax/dsp/generate.stepContext.test.ts | 134 | // Step 0: no model mutation | COMMENT |
| LOW⚡ | src/ax/dsp/generate.stepContext.test.ts | 136 | // Step 1: model should have been changed | COMMENT |
| LOW | src/ax/dsp/generate.stepContext.test.ts | 374 | // Step 1: model should have been changed to 'smart' | COMMENT |
| LOW⚡ | src/ax/dsp/generate.systemPromptRefresh.test.ts | 81 | // Step 0: LLM calls search_tools | COMMENT |
| LOW⚡ | src/ax/dsp/generate.systemPromptRefresh.test.ts | 84 | // Step 1: LLM produces final answer | COMMENT |
| LOW⚡ | src/ax/dsp/generate.systemPromptRefresh.test.ts | 120 | // Step 0: system prompt should list only search_tools | COMMENT |
| LOW⚡ | src/ax/dsp/generate.systemPromptRefresh.test.ts | 125 | // Step 1: system prompt should now also list new_database_tool | COMMENT |
| LOW⚡ | src/ax/dsp/generate.systemPromptRefresh.test.ts | 165 | // Step 0: both tools in system prompt | COMMENT |
| LOW⚡ | src/ax/dsp/generate.systemPromptRefresh.test.ts | 169 | // Step 1: toolB should be gone from system prompt | COMMENT |
| LOW⚡ | src/ax/dsp/generate.systemPromptRefresh.test.ts | 255 | // Step 0: only discover | COMMENT |
| LOW⚡ | src/ax/dsp/generate.systemPromptRefresh.test.ts | 260 | // Step 1: discover + toolA | COMMENT |
| LOW⚡ | src/ax/dsp/generate.systemPromptRefresh.test.ts | 265 | // Step 2: discover + toolA + toolB | COMMENT |
| LOW | src/ax/dsp/generate.systemPromptRefresh.test.ts | 311 | // Step 1: both API tool definitions and system prompt should include execute_query | COMMENT |
| LOW⚡ | src/examples/fluent-flow-example.ts | 15 | // Step 1: Summarize the document | COMMENT |
| LOW⚡ | src/examples/fluent-flow-example.ts | 21 | // Step 2: Analyze sentiment of the summary | COMMENT |
| LOW⚡ | src/examples/fluent-flow-example.ts | 27 | // Step 3: Extract key topics | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/ax/ai/google-gemini/api.thoughtSignature.test.ts | 116 | // Step 1: get the function call + signature | COMMENT |
| LOW | src/ax/ai/google-gemini/api.thoughtSignature.test.ts | 128 | // Step 2: build history including assistant message with thoughtBlocks, then send function result | COMMENT |
| LOW⚡ | src/ax/dsp/generate.stepContext.test.ts | 134 | // Step 0: no model mutation | COMMENT |
| LOW⚡ | src/ax/dsp/generate.stepContext.test.ts | 136 | // Step 1: model should have been changed | COMMENT |
| LOW | src/ax/dsp/generate.stepContext.test.ts | 374 | // Step 1: model should have been changed to 'smart' | COMMENT |
| LOW⚡ | src/ax/dsp/generate.systemPromptRefresh.test.ts | 81 | // Step 0: LLM calls search_tools | COMMENT |
| LOW⚡ | src/ax/dsp/generate.systemPromptRefresh.test.ts | 84 | // Step 1: LLM produces final answer | COMMENT |
| LOW⚡ | src/ax/dsp/generate.systemPromptRefresh.test.ts | 120 | // Step 0: system prompt should list only search_tools | COMMENT |
| LOW⚡ | src/ax/dsp/generate.systemPromptRefresh.test.ts | 125 | // Step 1: system prompt should now also list new_database_tool | COMMENT |
| LOW⚡ | src/ax/dsp/generate.systemPromptRefresh.test.ts | 165 | // Step 0: both tools in system prompt | COMMENT |
| LOW⚡ | src/ax/dsp/generate.systemPromptRefresh.test.ts | 169 | // Step 1: toolB should be gone from system prompt | COMMENT |
| LOW⚡ | src/ax/dsp/generate.systemPromptRefresh.test.ts | 255 | // Step 0: only discover | COMMENT |
| LOW⚡ | src/ax/dsp/generate.systemPromptRefresh.test.ts | 260 | // Step 1: discover + toolA | COMMENT |
| LOW⚡ | src/ax/dsp/generate.systemPromptRefresh.test.ts | 265 | // Step 2: discover + toolA + toolB | COMMENT |
| LOW | src/ax/dsp/generate.systemPromptRefresh.test.ts | 311 | // Step 1: both API tool definitions and system prompt should include execute_query | COMMENT |
| LOW⚡ | src/examples/fluent-flow-example.ts | 15 | // Step 1: Summarize the document | COMMENT |
| LOW⚡ | src/examples/fluent-flow-example.ts | 21 | // Step 2: Analyze sentiment of the summary | COMMENT |
| LOW⚡ | src/examples/fluent-flow-example.ts | 27 | // Step 3: Extract key topics | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tools/axir/internal/axir/templates/rust/rustLib.rs | 10693 | // by design, like the blocking HTTP scaffold. | COMMENT |
| MEDIUM | docs/CLAUDE.md | 156 | # Flow orchestration | COMMENT |
| MEDIUM | src/ax/agent/runtimeDiscovery.ts | 105 | // First pass: split out agentic entries (anything with `.getFunction()`) | COMMENT |
| MEDIUM | src/examples/rlm.ts | 38 | // Additional RLM guardrails are also supported: | COMMENT |
| MEDIUM⚡ | …/examples/python/long-agents/incident-log-forensics.py | 26 | # raw events into a prompt would blow the context window. The agent keeps them | COMMENT |
| MEDIUM | src/examples/python/short-agents/agent-openai.py | 30 | # over a plain gen() call: the source material stays out of the context window. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/axir/internal/axir/templates/python/pyAI.py | 443 | CODE | |
| LOW | packages/python/axllm/gen.py | 1425 | CODE | |
| LOW | packages/python/axllm/gen.py | 1553 | CODE | |
| LOW | packages/python/axllm/gen.py | 2314 | CODE | |
| LOW | packages/python/axllm/ai.py | 1766 | CODE | |
| LOW | packages/python/axllm/ai.py | 1772 | CODE | |
| LOW | packages/python/axllm/ai.py | 1861 | CODE | |
| LOW | packages/python/axllm/ai.py | 3383 | CODE | |
| LOW | packages/python/axllm/ai.py | 3670 | CODE | |
| LOW | packages/python/axllm/ai.py | 4280 | CODE | |
| LOW | packages/python/axllm/ai.py | 4566 | CODE | |
| LOW | packages/python/axllm/ai.py | 442 | CODE | |
| LOW | packages/python/axllm/agent.py | 2162 | CODE | |
| LOW | packages/python/axllm/agent.py | 3112 | CODE | |
| LOW | packages/python/axllm/agent.py | 3124 | CODE | |
| LOW | packages/python/axllm/agent.py | 3195 | CODE | |
| LOW | packages/python/axllm/agent.py | 3217 | CODE | |
| LOW | packages/python/axllm/agent.py | 3245 | CODE | |
| LOW | packages/python/axllm/agent.py | 3262 | CODE | |
| LOW | packages/python/axllm/agent.py | 3278 | CODE | |
| LOW | packages/python/axllm/agent.py | 3300 | CODE | |
| LOW | packages/python/axllm/agent.py | 3313 | CODE | |
| LOW | packages/python/axllm/agent.py | 3383 | CODE | |
| LOW | packages/python/axllm/agent.py | 3398 | CODE | |
| LOW | packages/python/axllm/agent.py | 3467 | CODE | |
| LOW | packages/python/axllm/agent.py | 5141 | CODE | |
| LOW | packages/python/axllm/agent.py | 6495 | CODE | |
| LOW | packages/python/axllm/agent.py | 7171 | CODE | |
| LOW | packages/python/axllm/agent.py | 7445 | CODE | |
| LOW | packages/python/axllm/agent.py | 7466 | CODE | |
| LOW | packages/python/axllm/agent.py | 7615 | CODE | |
| LOW | packages/python/axllm/agent.py | 7819 | CODE | |
| LOW | packages/python/axllm/agent.py | 8334 | CODE | |
| LOW | packages/python/axllm/prompt.py | 566 | CODE | |
| LOW | packages/python/axllm/prompt.py | 590 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/axir/internal/axir/templates/python/pyInit.py | 41 | __all__ = [ | CODE |
| LOW | …xir/internal/axir/templates/python/pyOpenAIProvider.py | 3 | __all__ = ["AnthropicClient", "AzureOpenAIClient", "CohereClient", "DeepSeekClient", "GoogleGeminiClient", "GrokClient", | CODE |
| LOW | …axir/internal/axir/templates/python/pyProvidersInit.py | 3 | __all__ = ["AnthropicClient", "AzureOpenAIClient", "CohereClient", "DeepSeekClient", "GoogleGeminiClient", "GrokClient", | CODE |
| LOW | tools/axir/internal/axir/templates/mcp/pyMCP.py | 95 | def set_message_handler(self, handler: Callable[[dict[str, Any]], None]) -> None: | CODE |
| LOW | tools/axir/internal/axir/templates/mcp/pyMCP.py | 98 | def set_protocol_version(self, protocol_version: str) -> None: | CODE |
| LOW | tools/axir/internal/axir/templates/mcp/pyMCP.py | 328 | def set_headers(self, headers: dict[str, str]) -> None: | CODE |
| LOW | tools/axir/internal/axir/templates/mcp/pyMCP.py | 331 | def set_authorization(self, authorization: str) -> None: | CODE |
| LOW | packages/python/axllm/__init__.py | 41 | __all__ = [ | CODE |
| LOW | packages/python/axllm/mcp.py | 158 | def set_message_handler(self, handler: Callable[[dict[str, Any]], None]) -> None: | CODE |
| LOW | packages/python/axllm/mcp.py | 161 | def set_protocol_version(self, protocol_version: str) -> None: | CODE |
| LOW | packages/python/axllm/mcp.py | 391 | def set_headers(self, headers: dict[str, str]) -> None: | CODE |
| LOW | packages/python/axllm/mcp.py | 394 | def set_authorization(self, authorization: str) -> None: | CODE |
| LOW | packages/python/axllm/providers/__init__.py | 3 | __all__ = ["AnthropicClient", "AzureOpenAIClient", "CohereClient", "DeepSeekClient", "GoogleGeminiClient", "GrokClient", | CODE |
| LOW | packages/python/axllm/providers/openai.py | 3 | __all__ = ["AnthropicClient", "AzureOpenAIClient", "CohereClient", "DeepSeekClient", "GoogleGeminiClient", "GrokClient", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …examples/go/long-agents/skills_and_memory_assistant.go | 80 | // any search query (len >= 3) appears in it -- robust to phrase queries from the actor. | COMMENT |
| MEDIUM | …amples/rust/long-agents/skills_and_memory_assistant.rs | 46 | // word (len >= 3) of any search query appears in it -- robust to phrase queries. | COMMENT |
| MEDIUM | …/java/long-agents/SkillsAndMemoryAssistantExample.java | 57 | // any search query (len >= 3) appears in its id or content -- robust to phrase queries. | COMMENT |
| MEDIUM | …amples/cpp/long-agents/skills_and_memory_assistant.cpp | 71 | // search query (len >= 3) appears in it -- robust to phrase queries from the actor. These | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/ax/ai/multiservice.test.ts | 325 | getId: () => 'dummy-key-service', | CODE |
| LOW | src/ax/ai/multiservice.test.ts | 426 | getId: () => 'dummy-key-service', | CODE |
| LOW | src/ax/dsp/structured.test.ts | 54 | name: 'John Doe', | CODE |
| LOW | src/ax/dsp/structured.test.ts | 68 | expect(result.user.name).toBe('John Doe'); | CODE |
| LOW | src/ax/dsp/validators.test.ts | 202 | validateStringConstraints('user@example.com', field) | CODE |
| LOW | src/ax/dsp/validators.test.ts | 208 | validateStringConstraints('name+tag@example.org', field) | CODE |
| LOW | src/examples/metrics-export.ts | 144 | const longPrompt = `${'Lorem ipsum dolor sit amet, '.repeat(50)}What is the meaning of this text?`; | CODE |
| LOW | src/examples/metrics-export.ts | 144 | const longPrompt = `${'Lorem ipsum dolor sit amet, '.repeat(50)}What is the meaning of this text?`; | CODE |
| LOW | src/examples/function-result-formatter.ts | 25 | name: 'John Doe', | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/ax/ai/mock/api.ts | 324 | // Example usage: | COMMENT |
| LOW | src/examples/mcp-client-notion-http-oauth.ts | 92 | // Example usage | COMMENT |
| LOW | src/examples/mcp-client-notion-sse-oauth.ts | 91 | // Example usage | COMMENT |
| LOW | src/examples/mcp-client-pipedream.ts | 117 | // Example usage | COMMENT |
| LOW | src/examples/vertex-auth-example.ts | 46 | // Example usage | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | README.md | 550 | - [DeepWiki](https://deepwiki.com/ax-llm/ax) — AI-generated docs | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | src/examples/gemini-function-cache.ts | 183 | console.error('Example: export GOOGLE_APIKEY=your-api-key'); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | src/examples/prime.ts | 35 | print(sum(range(1, 101))) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/examples/gemini-context-cache.ts | 116 | def process_data(items): | CODE |