Repository Analysis

TEN-framework/ten-framework

Open-source framework for conversational voice AI agents

6.5 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of TEN-framework/ten-framework, a Python project with 10,898 GitHub stars. SynthScan v2.0 examined 5,451,886 lines of code across 19647 source files, recording 28729 pattern matches distributed across 27 syntactic categories. The overall adjusted score of 6.5 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).

6.5
Adjusted Score
6.5
Raw Score
100%
Time Factor
2026-07-14
Last Push
10.9K
Stars
Python
Language
5.5M
Lines of Code
19.6K
Files
28.7K
Pattern Hits
2026-07-14
Scan Date
0.06
HC Hit Rate

What These Metrics Mean

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

Score History

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

Severity Breakdown

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

CRITICAL 5HIGH 1116MEDIUM 1277LOW 26331

Directory Score Breakdown

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

Pattern Findings

The scanner identified 28729 distinct pattern matches across 27 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.

Over-Commented Block21574 hits · 20264 pts
SeverityFileLineSnippetContext
LOWtools/grafana-monitoring/docker-compose.hybrid.yml1# TEN Framework - Hybrid Mode Monitoring ConfigurationCOMMENT
LOWtools/grafana-monitoring/docker-compose.pull.yml1# TEN Framework - Pull Mode Monitoring ConfigurationCOMMENT
LOWtools/grafana-monitoring/docker-compose.push.yml1# TEN Framework - Push Mode Monitoring ConfigurationCOMMENT
LOWtools/grafana-monitoring/docker-compose.push.yml21# "config": {COMMENT
LOWcore/include_internal/ten_utils/backtrace/backtrace.h1//COMMENT
LOWcore/include_internal/ten_utils/backtrace/file.h1//COMMENT
LOW…internal/ten_utils/backtrace/platform/posix/internal.h1//COMMENT
LOW…e_internal/ten_utils/backtrace/platform/posix/config.h1//COMMENT
LOW…de_internal/ten_utils/backtrace/platform/posix/dwarf.h1//COMMENT
LOW…ude_internal/ten_utils/backtrace/platform/posix/mmap.h1//COMMENT
LOW…n_utils/backtrace/platform/posix/dwarf_internal/data.h1//COMMENT
LOW…backtrace/platform/posix/dwarf_internal/abbreviation.h1//COMMENT
LOW…n_utils/backtrace/platform/posix/dwarf_internal/unit.h1//COMMENT
LOW…n_utils/backtrace/platform/posix/dwarf_internal/unit.h61 // Boolean flag indicating whether this unit uses DWARF64 format (1) orCOMMENT
LOW…n_utils/backtrace/platform/posix/dwarf_internal/unit.h81 // Absolute file name path, only set if needed for resolution.COMMENT
LOW…n_utils/backtrace/platform/posix/dwarf_internal/line.h1//COMMENT
LOW…tils/backtrace/platform/posix/dwarf_internal/pcrange.h1//COMMENT
LOW…ls/backtrace/platform/posix/dwarf_internal/attribute.h1//COMMENT
LOW…ils/backtrace/platform/posix/dwarf_internal/function.h1//COMMENT
LOW…nternal/ten_utils/backtrace/platform/posix/linux/elf.h1//COMMENT
LOW…nternal/ten_utils/backtrace/platform/posix/linux/elf.h21// with slightly different values. Undefine them to be safe.COMMENT
LOW…nternal/ten_utils/backtrace/platform/posix/linux/elf.h41#undef EM_PPC64COMMENT
LOW…nternal/ten_utils/backtrace/platform/posix/linux/elf.h121#define ELFMAG1 'E'COMMENT
LOW…en_utils/backtrace/platform/posix/linux/config_linux.h1//COMMENT
LOW…ils/backtrace/platform/posix/linux/elf_internal/lzma.h1//COMMENT
LOW…ils/backtrace/platform/posix/linux/elf_internal/lzma.h21// value of pb is 4.COMMENT
LOW…ils/backtrace/platform/posix/linux/elf_internal/lzma.h41COMMENT
LOW…ils/backtrace/platform/posix/linux/elf_internal/lzma.h61COMMENT
LOW…ils/backtrace/platform/posix/linux/elf_internal/lzma.h81#define LZMA_PROB_LITERAL_LEN \COMMENT
LOW…ils/backtrace/platform/posix/linux/elf_internal/lzma.h121 (LZMA_PROB_REP_LEN_LOW_OFFSET + LZMA_PROB_REP_LEN_LOW_LEN)COMMENT
LOW…ils/backtrace/platform/posix/linux/elf_internal/lzma.h141#define LZMA_IS_REP(state) (LZMA_PROB_IS_REP_OFFSET + (state))COMMENT
LOW…s/backtrace/platform/posix/linux/elf_internal/symbol.h1//COMMENT
LOW…s/backtrace/platform/posix/linux/elf_internal/zutils.h1//COMMENT
LOW…ils/backtrace/platform/posix/linux/elf_internal/view.h1//COMMENT
LOW…s/backtrace/platform/posix/linux/elf_internal/zdebug.h1//COMMENT
LOW…ils/backtrace/platform/posix/linux/elf_internal/zlib.h1//COMMENT
LOW…ils/backtrace/platform/posix/linux/elf_internal/zlib.h21//COMMENT
LOW…ils/backtrace/platform/posix/linux/elf_internal/zlib.h41// Number of entries we allocate to for one code table. We get a page for theCOMMENT
LOW…ils/backtrace/platform/posix/linux/elf_internal/zstd.h1//COMMENT
LOW…ils/backtrace/platform/posix/linux/elf_internal/zstd.h61 // The value that this FSE entry represents.COMMENT
LOW…ls/backtrace/platform/posix/linux/elf_internal/crc32.h1//COMMENT
LOW…acktrace/platform/posix/linux/elf_internal/debugfile.h1//COMMENT
LOW…e_internal/ten_utils/backtrace/platform/win/internal.h1//COMMENT
LOWcore/include_internal/ten_utils/io/runloop.h1//COMMENT
LOW…ten_utils/io/general/transport/backend/uv/stream/tcp.h1//COMMENT
LOW…en_utils/io/general/transport/backend/uv/stream/pipe.h1//COMMENT
LOWcore/include_internal/ten_utils/value/value_kv.h1//COMMENT
LOWcore/include_internal/ten_utils/value/value_path.h1//COMMENT
LOWcore/include_internal/ten_utils/value/value.h1//COMMENT
LOWcore/include_internal/ten_utils/value/value_smart_ptr.h1//COMMENT
LOWcore/include_internal/ten_utils/value/type_info.h1//COMMENT
LOWcore/include_internal/ten_utils/value/constant_str.h1//COMMENT
LOWcore/include_internal/ten_utils/value/constant_str.h21COMMENT
LOWcore/include_internal/ten_utils/value/constant_str.h41#define TEN_STR_VALUE_OPERATOR_START "("COMMENT
LOW…e_internal/ten_utils/value/bindings/rust/value_proxy.h1//COMMENT
LOW…re/include_internal/ten_utils/sanitizer/memory_check.h1//COMMENT
LOW…re/include_internal/ten_utils/sanitizer/thread_check.h1//COMMENT
LOWcore/include_internal/ten_utils/lang/cpp/io/transport.h1//COMMENT
LOWcore/include_internal/ten_utils/lang/cpp/lib/string.h1//COMMENT
LOWcore/include_internal/ten_utils/schema/schema.h1//COMMENT
21514 more matches not shown…
Cross-File Repetition1055 hits · 5275 pts
SeverityFileLineSnippetContext
HIGH…t_nodejs_3/default_extension_nodejs/tests/bin/start.py0cross-platform test start script for node.js extensions on windows. on unix-like systems, prefer using bash start scriptSTRING
HIGH…t_nodejs_2/default_extension_nodejs/tests/bin/start.py0cross-platform test start script for node.js extensions on windows. on unix-like systems, prefer using bash start scriptSTRING
HIGH…extensions/default_extension_nodejs/tests/bin/start.py0cross-platform test start script for node.js extensions on windows. on unix-like systems, prefer using bash start scriptSTRING
HIGH…nodejs/go_app_websocket_server_nodejs_app/bin/start.py0cross-platform start script for c++ apps with node.js extensions on windows. on unix-like systems, prefer using bash staSTRING
HIGH…on/nodejs/go_app_nodejs/go_app_nodejs_app/bin/start.py0cross-platform start script for c++ apps with node.js extensions on windows. on unix-like systems, prefer using bash staSTRING
HIGH…dejs/go_app_preload_all_addons_nodejs_app/bin/start.py0cross-platform start script for c++ apps with node.js extensions on windows. on unix-like systems, prefer using bash staSTRING
HIGH…/nodejs/cpp_app_nodejs/cpp_app_nodejs_app/bin/start.py0cross-platform start script for c++ apps with node.js extensions on windows. on unix-like systems, prefer using bash staSTRING
HIGH…hon/cpp_app_python/cpp_app_python_app/bin/bootstrap.py0bootstrap script for python apps (cross-platform) resolve the dependencies of the python app and generate the 'merged_reSTRING
HIGH…mproc_python/cpp_app_mproc_python_app/bin/bootstrap.py0bootstrap script for python apps (cross-platform) resolve the dependencies of the python app and generate the 'merged_reSTRING
HIGHpackages/core_apps/default_app_python/bin/bootstrap.py0bootstrap script for python apps (cross-platform) resolve the dependencies of the python app and generate the 'merged_reSTRING
HIGH…tests/TestScripts/testConfigureExperimentalRedirect.py0tests the cmake configure option for catch_config_disable_stringification requires 2 arguments, path folder where the caSTRING
HIGH…_party/catch/tests/TestScripts/testConfigureDisable.py0tests the cmake configure option for catch_config_disable_stringification requires 2 arguments, path folder where the caSTRING
HIGH…atch/tests/TestScripts/testConfigureDefaultReporter.py0tests the cmake configure option for catch_config_disable_stringification requires 2 arguments, path folder where the caSTRING
HIGH…sts/TestScripts/testConfigureDisableStringification.py0tests the cmake configure option for catch_config_disable_stringification requires 2 arguments, path folder where the caSTRING
HIGH…etest/test/googletest-param-test-invalid-name1-test.py0verifies that google test warns the user when not initialized properly.STRING
HIGH…etest/test/googletest-param-test-invalid-name2-test.py0verifies that google test warns the user when not initialized properly.STRING
HIGH…party/googletest/test/googletest-uninitialized-test.py0verifies that google test warns the user when not initialized properly.STRING
HIGH…etest/test/googletest-param-test-invalid-name1-test.py0runs the given command and verifies its exit code and output.STRING
HIGH…etest/test/googletest-param-test-invalid-name2-test.py0runs the given command and verifies its exit code and output.STRING
HIGH…party/googletest/test/googletest-uninitialized-test.py0runs the given command and verifies its exit code and output.STRING
HIGHthird_party/googletest/test/googletest-env-var-test.py0sets the env variable to 'value'; unsets it when 'value' is none.STRING
HIGHthird_party/googletest/test/googletest-color-test.py0sets the env variable to 'value'; unsets it when 'value' is none.STRING
HIGH…rd_party/googletest/test/googletest-filter-unittest.py0sets the env variable to 'value'; unsets it when 'value' is none.STRING
HIGHpackages/example_apps/transcriber_demo/scripts/build.py0detect operating system in the format needed for tgn.STRING
HIGHpackages/core_apps/default_app_cpp/tools/run_script.py0detect operating system in the format needed for tgn.STRING
HIGH…e_extensions/default_extension_cpp/tools/run_script.py0detect operating system in the format needed for tgn.STRING
HIGH…n_tests/asr_guarder/tests/test_long_duration_stream.py0create an audio frame with the given data and session id.STRING
HIGH…tegration_tests/asr_guarder/tests/test_asr_finalize.py0create an audio frame with the given data and session id.STRING
HIGH…ts/integration_tests/asr_guarder/tests/test_metrics.py0create an audio frame with the given data and session id.STRING
HIGH…gration_tests/asr_guarder/tests/test_multi_language.py0create an audio frame with the given data and session id.STRING
HIGH…ration_tests/asr_guarder/tests/test_audio_timestamp.py0create an audio frame with the given data and session id.STRING
HIGH…tion_tests/asr_guarder/tests/test_connection_timing.py0create an audio frame with the given data and session id.STRING
HIGH…tegration_tests/asr_guarder/tests/test_vendor_error.py0create an audio frame with the given data and session id.STRING
HIGH…gents/integration_tests/asr_guarder/tests/test_dump.py0create an audio frame with the given data and session id.STRING
HIGH…integration_tests/asr_guarder/tests/test_asr_result.py0create an audio frame with the given data and session id.STRING
HIGH…n_tests/asr_guarder/tests/test_long_duration_stream.py0validate that all required fields exist in asr result.STRING
HIGH…tegration_tests/asr_guarder/tests/test_asr_finalize.py0validate that all required fields exist in asr result.STRING
HIGH…ts/integration_tests/asr_guarder/tests/test_metrics.py0validate that all required fields exist in asr result.STRING
HIGH…gration_tests/asr_guarder/tests/test_multi_language.py0validate that all required fields exist in asr result.STRING
HIGH…ration_tests/asr_guarder/tests/test_audio_timestamp.py0validate that all required fields exist in asr result.STRING
HIGH…tion_tests/asr_guarder/tests/test_connection_timing.py0validate that all required fields exist in asr result.STRING
HIGH…integration_tests/asr_guarder/tests/test_asr_result.py0validate that all required fields exist in asr result.STRING
HIGH…gration_tests/asr_guarder/tests/test_multi_language.py0send audio data and finalize signal to asr extension.STRING
HIGH…ration_tests/asr_guarder/tests/test_audio_timestamp.py0send audio data and finalize signal to asr extension.STRING
HIGH…tion_tests/asr_guarder/tests/test_connection_timing.py0send audio data and finalize signal to asr extension.STRING
HIGH…ents/integration_tests/tts_guarder/tests/test_flush.py0validate that all required fields exist in tts result.STRING
HIGH…tegration_tests/tts_guarder/tests/test_corner_input.py0validate that all required fields exist in tts result.STRING
HIGH…ts/integration_tests/tts_guarder/tests/test_metrics.py0validate that all required fields exist in tts result.STRING
HIGH…n_tests/tts_guarder/tests/test_dump_each_request_id.py0validate that all required fields exist in tts result.STRING
HIGH…on_tests/tts_guarder/tests/test_basic_audio_setting.py0validate that all required fields exist in tts result.STRING
HIGH…gents/integration_tests/tts_guarder/tests/test_dump.py0validate that all required fields exist in tts result.STRING
HIGH…ests/tts_guarder/tests/test_invalid_required_params.py0validate that all required fields exist in tts result.STRING
HIGH…n_tests/tts_guarder/tests/test_miss_required_params.py0validate that all required fields exist in tts result.STRING
HIGH…on_tests/tts_guarder/tests/test_append_input_stress.py0calculate pcm audio duration in milliseconds based on received audio bytesSTRING
HIGH…rder/tests/test_append_input_without_text_input_end.py0calculate pcm audio duration in milliseconds based on received audio bytesSTRING
HIGH…tegration_tests/tts_guarder/tests/test_append_input.py0calculate pcm audio duration in milliseconds based on received audio bytesSTRING
HIGH…n_tests/tts_guarder/tests/test_interleaved_requests.py0calculate pcm audio duration in milliseconds based on received audio bytesSTRING
HIGH…ation_tests/tts_guarder/tests/test_append_interrupt.py0calculate pcm audio duration in milliseconds based on received audio bytesSTRING
HIGH…tegration_tests/tts_guarder/tests/test_corner_input.py0calculate pcm audio duration in milliseconds based on received audio bytesSTRING
HIGH…ts/integration_tests/tts_guarder/tests/test_metrics.py0calculate pcm audio duration in milliseconds based on received audio bytesSTRING
995 more matches not shown…
Self-Referential Comments973 hits · 2936 pts
SeverityFileLineSnippetContext
MEDIUMtools/supports/update_supports_in_manifest_json.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…ols/upgrade/0.8_to_0.10/find_get_property_singlevar.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…0.8_to_0.10/predefined_graphs_aggregate_graph_field.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUMtools/rust/cargo_toml_sort.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUMtools/rust/cargo_toml_sort.py27 # Define the parts which need to be sorted.COMMENT
MEDIUMtools/rust/cargo_toml_sort.py40 # Create a new table to store the sorted dependencies.COMMENT
MEDIUMtools/version/update_version_in_ten_framework.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUMtools/version/update_version_in_ten_framework.py498 # Define the blacklist of manifest.json files to skip.COMMENT
MEDIUMtools/version/common.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUMtools/version/check_version_in_ten_framework.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUMtools/tman/upload-to-ppa.sh204 # Create a passphrase fileCOMMENT
MEDIUMtools/disk/disk_usage.sh4# This file is part of TEN Framework, an open source project.COMMENT
MEDIUMtools/profiler/pprof/dump_heap_info_to_excel.py28 # Create the excel fileCOMMENT
MEDIUMtools/profiler/gperftools/dump_heap_info_to_excel.py31 # Create the excel fileCOMMENT
MEDIUMtools/decrypt/decrypt.py139 # Create a new decryptor for each log entry.COMMENT
MEDIUMcore/src/ten_runtime/binding/python/pyproject.toml3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…untime/binding/python/interface/ten_runtime/ten_env.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…_runtime/binding/python/interface/ten_runtime/addon.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…me/binding/python/interface/ten_runtime/video_frame.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…python/interface/ten_runtime/trigger_life_cycle_cmd.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…inding/python/interface/ten_runtime/start_graph_cmd.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…en_runtime/binding/python/interface/ten_runtime/cmd.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…en_runtime/binding/python/interface/ten_runtime/loc.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…ime/binding/python/interface/ten_runtime/async_test.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…e/binding/python/interface/ten_runtime/send_options.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…_runtime/binding/python/interface/ten_runtime/error.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…ime/binding/python/interface/ten_runtime/cmd_result.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…inding/python/interface/ten_runtime/async_extension.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…inding/python/interface/ten_runtime/async_extension.py118 # Create a virtual thread object for AsyncTenEnvCOMMENT
MEDIUM…/python/interface/ten_runtime/global_thread_manager.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…/python/interface/ten_runtime/global_thread_manager.py200 # Create a coroutine to set the stop eventCOMMENT
MEDIUM…ime/binding/python/interface/ten_runtime/log_option.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…ntime/binding/python/interface/ten_runtime/__init__.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…n_runtime/binding/python/interface/ten_runtime/test.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…time/binding/python/interface/ten_runtime/log_level.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…e/binding/python/interface/ten_runtime/value_buffer.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…/binding/python/interface/ten_runtime/addon_manager.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…/binding/python/interface/ten_runtime/addon_manager.py120 # Define the register_handler that will be called by the Addon manager.COMMENT
MEDIUM…/binding/python/interface/ten_runtime/addon_manager.py132 # Define the registration function name based on the addon name.COMMENT
MEDIUM…binding/python/interface/ten_runtime/stop_graph_cmd.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…time/binding/python/interface/ten_runtime/extension.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…en_runtime/binding/python/interface/ten_runtime/app.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…me/binding/python/interface/ten_runtime/audio_frame.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…python/interface/ten_runtime/ten_env_attach_to_enum.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…_runtime/binding/python/interface/ten_runtime/value.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…time/binding/python/interface/ten_runtime/test_base.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…en_runtime/binding/python/interface/ten_runtime/msg.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…/binding/python/interface/ten_runtime/async_ten_env.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…n_runtime/binding/python/interface/ten_runtime/data.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…e/binding/python/interface/ten_runtime/ten_env_base.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…src/ten_runtime/binding/python/tools/find_libpython.py4# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…rc/ten_runtime/binding/python/tools/cython_compiler.py111 # Create an Extension object for each .pyx file.COMMENT
MEDIUM…_runtime/binding/python/tools/update_root_pyproject.py4# This file is part of TEN Framework, an open source project.COMMENT
MEDIUMcore/src/ten_manager/tools/cargo_sort.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…re/src/ten_manager/tools/lldb_rust_pre_run_commands.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…/nodejs/start_graph_and_communicate_nodejs/__init__.py2# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…n_packages/extension/default_extension_python/addon.py2# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…/integration/go/sync_stop_before_deinit_go/__init__.py3# This file is part of TEN Framework, an open source project.COMMENT
MEDIUM…egration/go/start_graph_and_communicate_go/__init__.py2# This file is part of TEN Framework, an open source project.COMMENT
913 more matches not shown…
Hyper-Verbose Identifiers1297 hits · 1358 pts
SeverityFileLineSnippetContext
LOWtools/rust/cargo_toml_sort.py19def sort_and_inline_dependencies(file_path):CODE
LOWtools/version/update_version_in_ten_framework.py25def __get_pkg_info_from_manifest_file(manifest_file: str) -> PkgInfo:CODE
LOWtools/version/update_version_in_ten_framework.py51def __collect_manifest_tent_files(directory) -> list[str]:CODE
LOWtools/version/update_version_in_ten_framework.py71def update_c_preserved_metadata_version_of_ten_runtime_binary(CODE
LOWtools/version/update_version_in_ten_framework.py230def update_version_in_install_tman_script(CODE
LOWtools/version/update_version_in_ten_framework.py279def collect_and_update_version_of_system_packages(CODE
LOWtools/version/update_version_in_ten_framework.py344def collect_and_update_version_of_core_packages(CODE
LOWtools/version/update_version_in_ten_framework.py413def collect_and_update_version_of_example_packages(CODE
LOWtools/version/update_version_in_ten_framework.py467def update_dependencies_version(CODE
LOWtools/version/common.py54def update_c_preserved_metadata_version(CODE
LOWtools/version/common.py73def update_version_in_manifest_json_file_for_pkgs(CODE
LOWtools/version/common.py107def update_version_in_manifest_json_file(CODE
LOWtools/version/common.py149def update_dependency_version_in_manifest_json_file(CODE
LOWtools/version/common.py195def update_version_source_file_of_tman(CODE
LOWtools/version/check_version_in_ten_framework.py12def check_preserved_metadata_version_of_ten_runtime(CODE
LOWtools/version/check_version_in_ten_framework.py36def check_preserved_metadata_version_of_ten_runtime_go_binding(CODE
LOWtools/version/check_version_in_ten_framework.py62def check_preserved_metadata_version_of_ten_runtime_nodejs_binding(CODE
LOWtools/version/check_version_in_ten_framework.py88def check_preserved_metadata_version_of_ten_runtime_python_binding(CODE
LOWtools/version/check_version_in_ten_framework.py134def check_version_of_system_packages(CODE
LOWtools/profiler/pprof/utils/get_total_bytes.py6def get_total_bytes_from_text(filename, output_unit):CODE
LOWtools/profiler/gperftools/utils/get_total_bytes.py4def get_total_bytes_from_text(pprof_file, output_unit):CODE
LOW…inding/python/interface/ten_runtime/async_extension.py171 def _proxy_on_configure_single_thread(self, ten_env: TenEnv) -> None:CODE
LOW…inding/python/interface/ten_runtime/async_extension.py202 def _proxy_on_configure_multi_thread(self, ten_env: TenEnv) -> None:CODE
LOW…inding/python/interface/ten_runtime/async_extension.py213 def _run_multi_thread_configure(self, ten_env: TenEnv) -> None:CODE
LOW…e/binding/python/interface/ten_runtime/value_buffer.py54def _value_type_to_buffer_type(value_type: ValueType) -> int:CODE
LOW…e/binding/python/interface/ten_runtime/value_buffer.py70def _buffer_type_to_value_type(buffer_type: int) -> ValueType:CODE
LOW…/binding/python/interface/ten_runtime/addon_manager.py100def register_addon_as_extension(name: str, base_dir: str | None = None):CODE
LOW…/src/ten_runtime/binding/python/tools/deps_resolver.py16def install_pip_tools_if_needed(index_url: str) -> bool:CODE
LOW…/src/ten_runtime/binding/python/tools/deps_resolver.py187 def __collect_requirements_files(self) -> list[str]:CODE
LOW…/src/ten_runtime/binding/python/tools/deps_resolver.py241 def __generate_requirements_in(self, requirements_files: list[str]):CODE
LOW…_runtime/binding/python/tools/update_root_pyproject.py90def update_existing_pyproject(CODE
LOW…_runtime/binding/python/tools/update_root_pyproject.py160def generate_new_pyproject_content(CODE
LOW…nager/designer_frontend/src/components/ui/combobox.tsx113export function MultiSelectorWithCheckbox(CODE
LOW…r_frontend/src/components/widget/log-viewer-widget.tsx131export function LogViewerFrontStageWidget(props: {CODE
LOW…/integration/nodejs/mix_python_ext_nodejs/test_case.py23def test_mix_python_ext_nodejs():CODE
LOW…ntegration/nodejs/websocket_server_nodejs/test_case.py46def test_websocket_server_nodejs():CODE
LOW…egration/nodejs/trigger_life_cycle_nodejs/test_case.py23def test_trigger_life_cycle_nodejs():CODE
LOW…integration/nodejs/standalone_test_nodejs/test_case.py12def test_standalone_test_nodejs():CODE
LOW…n/nodejs/start_graph_and_set_dests_nodejs/test_case.py12def test_start_graph_and_set_dests_nodejs():CODE
LOW…ntegration/nodejs/get_set_property_nodejs/test_case.py13def test_get_set_property_nodejs():CODE
LOW…ion/nodejs/go_app_websocket_server_nodejs/test_case.py46def test_go_app_websocket_server_nodejs():CODE
LOW…ntegration/nodejs/send_audio_frame_nodejs/test_case.py23def test_send_audio_frame_nodejs():CODE
LOW…nodejs/start_graph_and_communicate_nodejs/test_case.py12def test_start_graph_and_communicate_nodejs():CODE
LOW…tion/nodejs/call_api_after_closing_nodejs/test_case.py23def test_call_api_after_closing_nodejs():CODE
LOW…ntegration/nodejs/send_video_frame_nodejs/test_case.py23def test_send_video_frame_nodejs():CODE
LOW…n/nodejs/go_app_preload_all_addons_nodejs/test_case.py30def test_go_app_preload_all_addons_nodejs():CODE
LOW…time/integration/go/trigger_life_cycle_go/test_case.py23def test_trigger_life_cycle_go():CODE
LOW…egration/go/failed_to_create_extension_go/test_case.py12def test_failed_to_create_extension_go():CODE
LOW…integration/go/sync_stop_before_deinit_go/test_case.py16def test_sync_stop_before_deinit_go():CODE
LOW…/integration/go/start_predefined_graph_go/test_case.py23def test_start_predefined_graph_go():CODE
LOW…ime/integration/go/frequently_cgo_call_go/test_case.py12def test_frequently_cgo_call_go():CODE
LOW…integration/go/call_api_after_deinited_go/test_case.py23def test_call_api_after_deinited_go():CODE
LOW…gration/go/two_extension_one_group_cmd_go/test_case.py12def test_two_extension_one_group_cmd_go():CODE
LOW…gration/go/start_graph_and_communicate_go/test_case.py12def test_start_graph_and_communicate_go():CODE
LOW…tegration/go/standalone_test_event_bus_go/test_case.py20def test_standalone_test_event_bus_go():CODE
LOW…tegration/go/start_graph_and_set_dests_go/test_case.py12def test_start_graph_and_set_dests_go():CODE
LOW…ime/integration/go/three_extension_cmd_go/test_case.py12def test_three_extension_cmd_go():CODE
LOW…tegration/go/call_api_during_deiniting_go/test_case.py23def test_call_api_during_deiniting_go():CODE
LOW…egration/python/trigger_life_cycle_python/test_case.py23def test_trigger_life_cycle_python():CODE
LOW…ation/python/async_extension_basic_python/test_case.py23def test_async_extension_basic_python():CODE
1237 more matches not shown…
Excessive Try-Catch Wrapping1188 hits · 1279 pts
SeverityFileLineSnippetContext
LOW…ols/upgrade/0.8_to_0.10/find_get_property_singlevar.py73 except Exception as e:CODE
LOW…0.8_to_0.10/predefined_graphs_aggregate_graph_field.py89 except Exception as e:CODE
MEDIUM…0.8_to_0.10/predefined_graphs_aggregate_graph_field.py90 print(f"Error processing {file_path}: {e}", file=sys.stderr)CODE
LOW…0.8_to_0.10/predefined_graphs_aggregate_graph_field.py198 except Exception as e:CODE
MEDIUM…0.8_to_0.10/predefined_graphs_aggregate_graph_field.py199 print(f"Error processing {file_path}: {e}", file=sys.stderr)CODE
LOW…/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py230 except Exception as e:CODE
MEDIUM…/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py231 print(f"Error processing {file_path}: {e}", file=sys.stderr)CODE
LOW…/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py302 except Exception as e:CODE
MEDIUM…/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py303 print(f"Error processing {file_path}: {e}", file=sys.stderr)CODE
MEDIUMtools/upgrade/0.10_to_0.11/upgrade_log_config.py116 print(f"Error: Cannot parse JSON file {file_path}: {error}")CODE
MEDIUMtools/upgrade/0.10_to_0.11/upgrade_log_config.py119 print(f"Error: File not found {file_path}")CODE
MEDIUMtools/upgrade/0.10_to_0.11/upgrade_log_config.py174 print(f"Error: Cannot write updated file {file_path}: {error}")CODE
LOWtools/version/common.py31 except Exception:CODE
LOWtools/version/common.py36 except Exception:CODE
MEDIUMtools/decrypt/decrypt.py190 print(f"Error: Source file '{args.input}' does not exist")CODE
LOWtools/decrypt/decrypt.py200 except Exception as e:CODE
MEDIUMtools/decrypt/decrypt.py201 print(f"Error during decryption: {e}")CODE
LOW…ime/binding/python/interface/ten_runtime/async_test.py313 except Exception as e:CODE
LOW…ime/binding/python/interface/ten_runtime/async_test.py321 except Exception as e:CODE
LOW…ime/binding/python/interface/ten_runtime/async_test.py327 except Exception as e:CODE
LOW…ime/binding/python/interface/ten_runtime/async_test.py354 except Exception as e:CODE
LOW…ime/binding/python/interface/ten_runtime/async_test.py394 except Exception as e:CODE
LOW…ime/binding/python/interface/ten_runtime/async_test.py412 except Exception as e:CODE
LOW…ime/binding/python/interface/ten_runtime/async_test.py434 except Exception as e:CODE
LOW…ime/binding/python/interface/ten_runtime/async_test.py456 except Exception as e:CODE
LOW…/python/interface/ten_runtime/global_thread_manager.py172 except Exception as e:CODE
LOW…/binding/python/interface/ten_runtime/addon_manager.py55 except Exception as e:CODE
LOW…/binding/python/interface/ten_runtime/addon_manager.py87 except Exception as e:CODE
MEDIUM…/binding/python/interface/ten_runtime/addon_manager.py88 print(f"Error during registration of addon '{addon_name}': {e}")CODE
LOW…/binding/python/interface/ten_runtime/addon_manager.py129 except Exception as e:CODE
LOW…time/binding/python/interface/ten_runtime/test_base.py98 except Exception as e:CODE
LOW…time/binding/python/interface/ten_runtime/test_base.py109 except Exception as e:CODE
LOW…e/binding/python/interface/ten_runtime/ten_env_base.py93 except Exception as e:CODE
LOW…e/binding/python/interface/ten_runtime/ten_env_base.py104 except Exception as e:CODE
LOW…/src/ten_runtime/binding/python/tools/deps_resolver.py35 except Exception:CODE
LOW…/src/ten_runtime/binding/python/tools/deps_resolver.py150 except Exception as e:CODE
LOW…_runtime/binding/python/tools/update_root_pyproject.py80 except Exception as e:CODE
LOW…_runtime/binding/python/tools/update_root_pyproject.py296 except Exception as e:CODE
MEDIUM…_runtime/binding/python/tools/update_root_pyproject.py297 print(f"Error: Failed to process file: {e}", file=sys.stderr)CODE
LOW…_runtime/binding/python/tools/update_root_pyproject.py314 except Exception as e:CODE
MEDIUM…_runtime/binding/python/tools/update_root_pyproject.py347 print(f"Error: Directory does not exist: {app_root}", file=sys.stderr)CODE
MEDIUM…_ext_nodejs/mix_python_ext_nodejs_app/bin/bootstrap.py28 print("Error: Failed to resolve the dependencies of the Python app.")CODE
MEDIUM…nodejs/go_app_websocket_server_nodejs_app/bin/start.py38 print(f"Error: {main_exe} not found")CODE
MEDIUM…on/nodejs/go_app_nodejs/go_app_nodejs_app/bin/start.py38 print(f"Error: {main_exe} not found")CODE
MEDIUM…dejs/go_app_preload_all_addons_nodejs_app/bin/start.py42 print(f"Error: {main_exe} not found")CODE
MEDIUM…/nodejs/cpp_app_nodejs/cpp_app_nodejs_app/bin/start.py38 print(f"Error: {main_exe} not found")CODE
LOW…tegration/python/go_app_log_rotate_python/test_case.py211 except Exception as e:CODE
MEDIUM…tegration/python/go_app_log_rotate_python/test_case.py212 print(f"Error reading {log_file}: {e}")CODE
LOW…test_python/default_extension_python/tests/conftest.py41 except Exception:CODE
MEDIUM…n/default_extension_python/tests/test_async_basic_1.py110 print(f"Error string representation: {err}")CODE
LOW…ython/two_exts_graph_test_python_app/tests/conftest.py37 except Exception:CODE
LOW…ython/default_async_extension_python/tests/conftest.py41 except Exception:CODE
MEDIUM…hon/cpp_app_python/cpp_app_python_app/bin/bootstrap.py32 print(f"Error: deps_resolver.py not found at {deps_resolver}")CODE
MEDIUM…hon/cpp_app_python/cpp_app_python_app/bin/bootstrap.py44 print(f"Error: Failed to resolve the dependencies of the Python app.")CODE
MEDIUM…hon/cpp_app_python/cpp_app_python_app/bin/bootstrap.py68 print(f"Error: Failed to install dependencies.")CODE
LOW…/python/cpp_app_python/cpp_app_python_app/bin/start.py66 except Exception:CODE
MEDIUM…mproc_python/cpp_app_mproc_python_app/bin/bootstrap.py32 print(f"Error: deps_resolver.py not found at {deps_resolver}")CODE
MEDIUM…mproc_python/cpp_app_mproc_python_app/bin/bootstrap.py44 print(f"Error: Failed to resolve the dependencies of the Python app.")CODE
MEDIUM…mproc_python/cpp_app_mproc_python_app/bin/bootstrap.py68 print(f"Error: Failed to install dependencies.")CODE
LOW…app_mproc_python/cpp_app_mproc_python_app/bin/start.py66 except Exception:CODE
1128 more matches not shown…
Unused Imports809 hits · 798 pts
SeverityFileLineSnippetContext
LOW…/python/interface/ten_runtime/global_thread_manager.py12CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py135CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py136CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py136CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py140CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py141CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py142CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py143CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py144CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py145CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py146CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py147CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py147CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py148CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py148CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py149CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py149CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py150CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py150CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py151CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py151CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py152CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py153CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py154CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py154CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py155CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py156CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py157CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py158CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py159CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py159CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py160CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py160CODE
LOW…egration/go/failed_to_create_extension_go/test_case.py9CODE
LOW…alone_test_python/default_extension_python/__init__.py7CODE
LOW…tegration/python/standalone_ollama_python/test_case.py9CODE
LOW…pp/ten_packages/extension/test_extension_4/__init__.py6CODE
LOW…pp/ten_packages/extension/test_extension_3/__init__.py6CODE
LOW…pp/ten_packages/extension/test_extension_2/__init__.py6CODE
LOW…pp/ten_packages/extension/test_extension_1/__init__.py6CODE
LOW…sync_python/default_async_extension_python/__init__.py7CODE
LOW…pp/ten_packages/extension/test_extension_4/__init__.py6CODE
LOW…pp/ten_packages/extension/test_extension_3/__init__.py6CODE
LOW…pp/ten_packages/extension/test_extension_2/__init__.py6CODE
LOW…pp/ten_packages/extension/test_extension_1/__init__.py6CODE
LOW…ckages/extension/default_extension_python/extension.py13CODE
LOW…ckages/extension/default_extension_python/extension.py13CODE
LOW…pp/ten_packages/extension/test_extension_3/__init__.py6CODE
LOW…pp/ten_packages/extension/test_extension_2/__init__.py6CODE
LOW…p/ten_packages/extension/test_extension_2/extension.py20CODE
LOW…p/ten_packages/extension/test_extension_2/extension.py20CODE
LOW…pp/ten_packages/extension/test_extension_1/__init__.py6CODE
LOW…ackages/extension/default_extension_python/__init__.py7CODE
LOWtests/ten_manager/install/install_app/test_case.py9CODE
LOWthird_party/clingo-sys/clingo/libpyclingo/setup.py3CODE
LOWthird_party/clingo-sys/clingo/libpyclingo/compile.py14CODE
LOW…party/clingo-sys/clingo/libpyclingo/clingo/__init__.py100CODE
LOW…party/clingo-sys/clingo/libpyclingo/clingo/__init__.py101CODE
LOW…party/clingo-sys/clingo/libpyclingo/clingo/__init__.py102CODE
LOW…party/clingo-sys/clingo/libpyclingo/clingo/__init__.py103CODE
749 more matches not shown…
Decorative Section Separators162 hits · 536 pts
SeverityFileLineSnippetContext
MEDIUMcore/include_internal/ten_utils/schema/schema.h62// ┌─────────────────┐COMMENT
MEDIUMcore/include_internal/ten_utils/schema/schema.h64// └────────┬────────┘COMMENT
MEDIUMcore/include_internal/ten_utils/schema/schema.h66// ┌───────────────┼───────────────┐COMMENT
MEDIUMcore/include_internal/ten_utils/schema/schema.h68// ┌─────────────┴────────┐ ┌────┴─────────┐ ┌───┴────────────┐COMMENT
MEDIUMcore/include_internal/ten_utils/schema/schema.h70// └──────────────────────┘ └──────────────┘ └────────────────┘COMMENT
MEDIUMcore/src/ten_runtime/extension/internal/metadata.c127// └──────respA─────────┘ └───────respB──────┘COMMENT
MEDIUM…ntime/binding/python/interface/ten_runtime/__init__.py8# ==============================================================================COMMENT
MEDIUM…ntime/binding/python/interface/ten_runtime/__init__.py10# ==============================================================================COMMENT
MEDIUM…ntime/binding/python/interface/ten_runtime/__init__.py113# ==============================================================================COMMENT
MEDIUM…ntime/binding/python/interface/ten_runtime/__init__.py115# ==============================================================================COMMENT
MEDIUM…ntime/binding/python/interface/ten_runtime/__init__.py119# ==============================================================================COMMENT
MEDIUM…ntime/binding/python/interface/ten_runtime/__init__.py32# ==============================================================================COMMENT
MEDIUMthird_party/ffmpeg/tools/python/tf_sess_config.py18# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/CMakeLists.txt11# ------------------------------------------------------------------------------COMMENT
MEDIUMthird_party/yyjson/CMakeLists.txt22# ------------------------------------------------------------------------------COMMENT
MEDIUMthird_party/yyjson/CMakeLists.txt36# ------------------------------------------------------------------------------COMMENT
MEDIUMthird_party/yyjson/CMakeLists.txt70# ------------------------------------------------------------------------------COMMENT
MEDIUMthird_party/yyjson/CMakeLists.txt78# ------------------------------------------------------------------------------COMMENT
MEDIUMthird_party/yyjson/CMakeLists.txt139# ------------------------------------------------------------------------------COMMENT
MEDIUMthird_party/yyjson/CMakeLists.txt159# ------------------------------------------------------------------------------COMMENT
MEDIUMthird_party/yyjson/CMakeLists.txt463# ------------------------------------------------------------------------------COMMENT
MEDIUMthird_party/yyjson/CMakeLists.txt487# ------------------------------------------------------------------------------COMMENT
MEDIUMthird_party/yyjson/CMakeLists.txt516# ------------------------------------------------------------------------------COMMENT
MEDIUMthird_party/yyjson/test/data/num/real_pass_1.txt1# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/real_pass_1.txt25# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/real_pass_1.txt70# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/real_pass_1.txt115# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/real_pass_1.txt160# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/real_pass_1.txt205# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/real_pass_1.txt292# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/real_pass_1.txt341# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/real_pass_1.txt351# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/real_pass_1.txt401# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/real_pass_1.txt1882# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/real_pass_2.txt1# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/real_pass_6.txt2# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/real_pass_7.txt1# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/real_pass_5.txt1# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/real_pass_4.txt1# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/real_pass_4.txt14# ==============================================================================COMMENT
MEDIUM…rd_party/yyjson/test/data/num/nan_inf_literal_fail.txt1# ==============================================================================COMMENT
MEDIUM…rd_party/yyjson/test/data/num/nan_inf_literal_fail.txt21# ==============================================================================COMMENT
MEDIUM…rd_party/yyjson/test/data/num/nan_inf_literal_fail.txt32# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/num_fail.txt1# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/num_fail.txt19# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/num_fail.txt27# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/num_fail.txt36# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/num_fail.txt43# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/num_fail.txt64# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/num_fail.txt76# ==============================================================================COMMENT
MEDIUMthird_party/yyjson/test/data/num/num_fail.txt90# ==============================================================================COMMENT
MEDIUM…rd_party/catch/tools/scripts/updateDocumentSnippets.py7# ---------------------------------------------------COMMENT
MEDIUM…rd_party/catch/tools/scripts/updateDocumentSnippets.py9# ---------------------------------------------------COMMENT
MEDIUMthird_party/mbedtls/tests/compat-in-docker.sh10# ---------------COMMENT
MEDIUMthird_party/mbedtls/tests/ssl-opt-in-docker.sh10# ---------------COMMENT
MEDIUMthird_party/mbedtls/tests/scripts/all-in-docker.sh10# ---------------COMMENT
MEDIUMthird_party/mbedtls/tests/scripts/docker_env.sh13# ---------------COMMENT
MEDIUMthird_party/mbedtls/tests/scripts/basic-in-docker.sh13# ---------------COMMENT
MEDIUMthird_party/mbedtls/tests/scripts/all.sh32# ---------------COMMENT
MEDIUMthird_party/mbedtls/tests/scripts/all.sh77# ---------------------COMMENT
102 more matches not shown…
Redundant / Tautological Comments355 hits · 534 pts
SeverityFileLineSnippetContext
LOW…0.8_to_0.10/predefined_graphs_aggregate_graph_field.py68 # Check if there are any changesCOMMENT
LOW…0.8_to_0.10/predefined_graphs_aggregate_graph_field.py101 # Check if the json has "_ten" or "ten" fieldCOMMENT
LOW…0.8_to_0.10/predefined_graphs_aggregate_graph_field.py111 # Check if predefined_graphs is a listCOMMENT
LOW…0.8_to_0.10/predefined_graphs_aggregate_graph_field.py115 # Check if any graph in predefined_graphs has fields that need to be movedCOMMENT
LOW…0.8_to_0.10/predefined_graphs_aggregate_graph_field.py192 # Check if it was skipped due to criteria or no changes neededCOMMENT
LOW…/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py22 # Check if all required fields existCOMMENT
LOW…/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py27 # Check if api is a non-empty objectCOMMENT
LOW…/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py203 # Check if this JSON file should be processedCOMMENT
LOW…/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py209 # Check if there are any changesCOMMENT
LOW…/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py296 # Check if it was skipped due to criteria or no changes neededCOMMENT
LOWtools/tgn/install_tgn.sh38# Check if tgn is already installedCOMMENT
LOWtools/tgn/install_tgn.sh117 # Check if we need sudoCOMMENT
LOWtools/tgn/install_tgn.sh130 # Check if we need sudo for installationCOMMENT
LOWtools/tgn/install_tgn.sh172 # Check if PATH is already configuredCOMMENT
LOWtools/tman/install_tman.sh32# Check if tman is already installedCOMMENT
LOWtools/tman/install_tman.sh221 # Check if running as root (compatible with both Linux and macOS)COMMENT
LOWtools/tman/install_tman.sh329 # Check if tman is already installedCOMMENT
LOWtools/disk/disk_usage.sh9# Check if at least one argument is provided.COMMENT
LOWtools/disk/disk_usage.sh25 # Check if the subfolder already exists in FOLDERS.COMMENT
LOWtools/disk/disk_usage.sh60 # Check if the subfolder already exists in FOLDERS.COMMENT
LOWtools/disk/disk_usage.sh90 # Check if the folder exists.COMMENT
LOWtools/decrypt/decrypt.py188 # Check if source file exists.COMMENT
LOW…ntime/binding/python/interface/ten_runtime/__init__.py77 # Check if this is a MinGW bin directory by examining:COMMENT
LOW…/binding/python/interface/ten_runtime/addon_manager.py38 # Check if the addon is already registered.COMMENT
LOW…/binding/python/interface/ten_runtime/addon_manager.py70 # Check if the addon is already registered.COMMENT
LOW…/binding/python/interface/ten_runtime/async_ten_env.py393 # Check if we need to join the thread based on reference countCOMMENT
LOW…/src/ten_runtime/binding/python/tools/deps_resolver.py93 # Check if pip-tools version is new enoughCOMMENT
LOW…/src/ten_runtime/binding/python/tools/deps_resolver.py313 # Check if the output file exists.COMMENT
LOW…_runtime/binding/python/tools/update_root_pyproject.py281 # Check if file existsCOMMENT
LOWcore/src/ten_rust/src/crypto/bindings.rs18/// # Return valueCOMMENT
LOWcore/src/ten_rust/src/crypto/bindings.rs69/// # Return valueCOMMENT
LOWcore/src/ten_rust/src/log/bindings.rs159/// # Return valueCOMMENT
LOWcore/src/ten_manager/tools/build_all_and_run.sh24# Check if 'base-dir' option has provided.COMMENT
LOW…t_nodejs_3/default_extension_nodejs/tests/bin/start.py31# Set NODE_PATH to include ten_runtime_nodejs libCOMMENT
LOW…t_nodejs_2/default_extension_nodejs/tests/bin/start.py31# Set NODE_PATH to include ten_runtime_nodejs libCOMMENT
LOW…nodejs/go_app_websocket_server_nodejs_app/bin/start.py17# Set NODE_PATH to include ten_runtime_nodejs libCOMMENT
LOW…on/nodejs/go_app_nodejs/go_app_nodejs_app/bin/start.py17# Set NODE_PATH to include ten_runtime_nodejs libCOMMENT
LOW…dejs/go_app_preload_all_addons_nodejs_app/bin/start.py17# Set NODE_PATH to include ten_runtime_nodejs libCOMMENT
LOW…/nodejs/cpp_app_nodejs/cpp_app_nodejs_app/bin/start.py17# Set NODE_PATH to include ten_runtime_nodejs libCOMMENT
LOW…lone_test_2_go/default_extension_go/tests/bin/start.py20 # Check if .ten/app directory existsCOMMENT
LOW…lone_test_2_go/default_extension_go/tests/bin/start.py28 # Check if extension is installed in standalone modeCOMMENT
LOW…hon/cpp_app_python/cpp_app_python_app/bin/bootstrap.py47 # Check if merged_requirements.txt existsCOMMENT
LOW…mproc_python/cpp_app_mproc_python_app/bin/bootstrap.py47 # Check if merged_requirements.txt existsCOMMENT
LOWtests/utils/fs_utils.py35 # Check if dst_path exists and is a directory.COMMENT
LOWtests/utils/build_config.py30 # Check if this is a MinGW bin directory:COMMENT
LOWtests/ten_manager/install/install_app/test_case.py54 # Check if the app is installed.COMMENT
LOW…ager/install/mock_extension_with_dev_deps/test_case.py37 # Check if this type exists in expected_json and is not emptyCOMMENT
LOW…ager/install/mock_extension_with_dev_deps/test_case.py44 # Check if corresponding folder exists under ten_packagesCOMMENT
LOW…en_manager/install/mock_app_with_dev_deps/test_case.py35 # Check if this type exists in expected_json and is not emptyCOMMENT
LOW…en_manager/install/mock_app_with_dev_deps/test_case.py42 # Check if corresponding folder exists under ten_packagesCOMMENT
LOW…ll_all/local_dependency_link_in_extension/test_case.py65 # Check if `ext_c_path` exists.COMMENT
LOW…ll_all/local_dependency_link_in_extension/test_case.py70 # Check if `ext_c_path` is a symbolic link.COMMENT
LOW…manager/install_all/local_dependency_link/test_case.py65 # Check if `ext_c_path` exists.COMMENT
LOW…manager/install_all/local_dependency_link/test_case.py70 # Check if `ext_c_path` is a symbolic link.COMMENT
LOWthird_party/clingo-sys/clingo/examples/clingo/dl/app.py245 # Check if there is a negative cycleSTRING
LOWthird_party/mbedtls/tests/ssl-opt.sh810 # Check if the ServerHello time was printedCOMMENT
LOWthird_party/mbedtls/tests/ssl-opt.sh835 # Check if memory usage was readCOMMENT
LOWthird_party/mbedtls/tests/ssl-opt.sh856 # Check if memory usage is below max valueCOMMENT
LOWthird_party/mbedtls/tests/ssl-opt.sh1284 # Check if test uses filesCOMMENT
LOWthird_party/mbedtls/tests/ssl-opt.sh1290 # Check if the test uses DTLS.COMMENT
295 more matches not shown…
Deep Nesting493 hits · 483 pts
SeverityFileLineSnippetContext
LOW…0.8_to_0.10/predefined_graphs_aggregate_graph_field.py144CODE
LOW…/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py249CODE
LOWtools/upgrade/0.10_to_0.11/upgrade_log_config.py103CODE
LOWtools/rust/cargo_toml_sort.py19CODE
LOWtools/version/update_version_in_ten_framework.py467CODE
LOWtools/profiler/pprof/utils/get_total_bytes.py6CODE
LOWtools/profiler/gperftools/utils/get_total_bytes.py4CODE
LOWtools/decrypt/decrypt.py71CODE
LOW…/python/interface/ten_runtime/global_thread_manager.py137CODE
LOW…/binding/python/interface/ten_runtime/addon_manager.py31CODE
LOW…_runtime/binding/python/interface/ten_runtime/value.py80CODE
LOW…time/binding/python/interface/ten_runtime/test_base.py81CODE
LOW…e/binding/python/interface/ten_runtime/ten_env_base.py76CODE
LOW…src/ten_runtime/binding/python/tools/find_libpython.py23CODE
LOW…/src/ten_runtime/binding/python/tools/deps_resolver.py16CODE
LOW…_runtime/binding/python/tools/update_root_pyproject.py45CODE
LOW…en_runtime/integration/go/return_value_go/test_case.py12CODE
LOW…untime/integration/go/send_video_frame_go/test_case.py23CODE
LOW…n_runtime/integration/go/return_result_go/test_case.py12CODE
LOW…ten_runtime/integration/go/start_graph_go/test_case.py23CODE
LOW…time/integration/go/trigger_life_cycle_go/test_case.py23CODE
LOW…untime/integration/go/transfer_pointer_go/test_case.py12CODE
LOW…s/ten_runtime/integration/go/send_data_go/test_case.py23CODE
LOW…runtime/integration/go/prepare_to_stop_go/test_case.py12CODE
LOW…integration/go/sync_stop_before_deinit_go/test_case.py16CODE
LOW…/ten_runtime/integration/go/multi_dest_go/test_case.py23CODE
LOW…time/integration/go/local_dependency_1_go/test_case.py12CODE
LOW…/integration/go/start_predefined_graph_go/test_case.py23CODE
LOW…/ten_runtime/integration/go/leak_check_go/test_case.py23CODE
LOW…_runtime/integration/go/start_app_sync_go/test_case.py12CODE
LOW…integration/go/call_api_after_deinited_go/test_case.py23CODE
LOW…time/integration/go/local_dependency_2_go/test_case.py12CODE
LOW…untime/integration/go/send_audio_frame_go/test_case.py23CODE
LOW…s/ten_runtime/integration/go/close_app_go/test_case.py12CODE
LOW…ts/ten_runtime/integration/go/set_dest_go/test_case.py23CODE
LOW…s/ten_runtime/integration/go/msg_clone_go/test_case.py23CODE
LOW…n_runtime/integration/go/close_app_cmd_go/test_case.py23CODE
LOW…sts/ten_runtime/integration/go/no_dest_go/test_case.py12CODE
LOW…gration/go/two_extension_one_group_cmd_go/test_case.py12CODE
LOW…gration/go/start_graph_and_communicate_go/test_case.py12CODE
LOW…runtime/integration/go/access_property_go/test_case.py12CODE
LOW…en_runtime/integration/go/handle_error_go/test_case.py12CODE
LOW…tegration/go/start_graph_and_set_dests_go/test_case.py12CODE
LOW…ten_runtime/integration/go/expired_ten_go/test_case.py12CODE
LOW…ime/integration/go/three_extension_cmd_go/test_case.py12CODE
LOW…tegration/go/call_api_during_deiniting_go/test_case.py23CODE
LOW…tegration/python/go_app_log_rotate_python/test_case.py25CODE
LOW…integration/python/standalone_test_python/test_case.py12CODE
LOW…lone_test_python/default_extension_python/extension.py65CODE
LOW…ntime/integration/python/go_app_cythonize/test_case.py93CODE
LOW…tegration/python/standalone_ollama_python/test_case.py12CODE
LOW…ation/python/standalone_test_async_python/test_case.py12CODE
LOW…ckages/extension/default_extension_python/extension.py28CODE
LOW…tion/python/go_app_raise_exception_python/test_case.py24CODE
LOW…n_packages/extension/default_extension_python/addon.py23CODE
LOW…ration/python/standalone_test_tmpl_python/test_case.py12CODE
LOW…/python/standalone_test_async_tmpl_python/test_case.py12CODE
LOW…s/ten_runtime/integration/cpp/hello_world/test_case.py12CODE
LOW…runtime/integration/cpp/check_start_graph/test_case.py12CODE
LOW…n_runtime/integration/cpp/graph_env_var_2/test_case.py12CODE
433 more matches not shown…
Verbosity Indicators259 hits · 482 pts
SeverityFileLineSnippetContext
LOW…/include_internal/ten_runtime/metadata/metadata_info.h40 // the belonging object, and we need to check if it is valid inCOMMENT
LOWcore/src/ten_runtime/engine/msg_interface/common.c121 // (another external TEN app or client), so we need to check if theCOMMENT
LOWcore/src/ten_rust/src/graph/mod.rs537 // Step 1: Expand names arrays to individual name itemsCOMMENT
LOWcore/src/ten_rust/src/graph/mod.rs541 // Step 2: Match nodes according to selector rules and replace them inCOMMENT
LOWcore/src/ten_rust/src/graph/mod.rs546 // Step 3: Convert reversed connections to forward connections if neededCOMMENT
LOWcore/src/ten_rust/src/graph/mod.rs551 // Step 4: Flatten subgraphsCOMMENT
LOWcore/src/ten_manager/src/cmd/cmd_install.rs361 // Step 1: Check if manifest-lock.json existsCOMMENT
LOWcore/src/ten_manager/src/cmd/cmd_install.rs372 // Step 2: Validate that locked versions satisfy manifest.json requirementsCOMMENT
LOWcore/src/ten_manager/src/cmd/cmd_install.rs386 // Step 3: Query registry to get download URLs for locked packages (in parallel)COMMENT
LOW…integration/nodejs/standalone_test_nodejs/test_case.py26 # Step 1:COMMENT
LOW…integration/nodejs/standalone_test_nodejs/test_case.py55 # Step 2:COMMENT
LOW…integration/nodejs/standalone_test_nodejs/test_case.py88 # Step 3:COMMENT
LOW…integration/nodejs/standalone_test_nodejs/test_case.py129 # Step 4:COMMENT
LOW…tegration/nodejs/standalone_test_nodejs_3/test_case.py25 # Step 1:COMMENT
LOW…tegration/nodejs/standalone_test_nodejs_3/test_case.py57 # Step 2:COMMENT
LOW…tegration/nodejs/standalone_test_nodejs_3/test_case.py98 # Step 3:COMMENT
LOW…tegration/nodejs/standalone_test_nodejs_2/test_case.py25 # Step 1:COMMENT
LOW…tegration/nodejs/standalone_test_nodejs_2/test_case.py57 # Step 2:COMMENT
LOW…tegration/nodejs/standalone_test_nodejs_2/test_case.py98 # Step 3:COMMENT
LOW…ntime/integration/go/standalone_test_2_go/test_case.py28 # Step 1:COMMENT
LOW…ntime/integration/go/standalone_test_2_go/test_case.py52 # Step 2:COMMENT
LOW…ntime/integration/go/standalone_test_1_go/test_case.py31 # Step 1:COMMENT
LOW…ntime/integration/go/standalone_test_1_go/test_case.py58 # Step 2:COMMENT
LOW…ntime/integration/go/standalone_test_1_go/test_case.py82 # Step 3:COMMENT
LOW…tegration/go/standalone_test_event_bus_go/test_case.py31 # Step 1:COMMENT
LOW…tegration/go/standalone_test_event_bus_go/test_case.py58 # Step 2:COMMENT
LOW…tegration/go/standalone_test_event_bus_go/test_case.py82 # Step 3:COMMENT
LOW…egration/python/trigger_life_cycle_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…egration/python/trigger_life_cycle_python/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…egration/python/trigger_life_cycle_python/test_case.py83 # Step 3: Start the serverCOMMENT
LOW…ation/python/async_extension_basic_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…ation/python/async_extension_basic_python/test_case.py65 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…ation/python/async_extension_basic_python/test_case.py80 # Step 3: Start the serverCOMMENT
LOW…tegration/python/go_app_log_rotate_python/test_case.py59 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…tegration/python/go_app_log_rotate_python/test_case.py67 # Step 2: Activate virtual environment for Go/C++ appCOMMENT
LOW…tegration/python/go_app_log_rotate_python/test_case.py95 # Step 3: Setup AddressSanitizer if neededCOMMENT
LOW…e/integration/python/multi_process_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…e/integration/python/multi_process_python/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…e/integration/python/multi_process_python/test_case.py78 # Step 3: Start the serverCOMMENT
LOW…ntegration/python/websocket_server_python/test_case.py80 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…ntegration/python/websocket_server_python/test_case.py86 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…ntegration/python/websocket_server_python/test_case.py109 # Step 3: Start the serverCOMMENT
LOW…e/integration/python/send_recv_pcm_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…e/integration/python/send_recv_pcm_python/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…e/integration/python/send_recv_pcm_python/test_case.py78 # Step 3: Start the serverCOMMENT
LOW…integration/python/standalone_test_python/test_case.py20 # Step 1:COMMENT
LOW…integration/python/standalone_test_python/test_case.py45 # Step 2:COMMENT
LOW…integration/python/standalone_test_python/test_case.py70 # Step 3:COMMENT
LOW…integration/python/standalone_test_python/test_case.py138 # Step 4:COMMENT
LOW…/integration/python/async_io_basic_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…/integration/python/async_io_basic_python/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…/integration/python/async_io_basic_python/test_case.py78 # Step 3: Start the serverCOMMENT
LOW…/integration/python/get_set_prop_2_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…/integration/python/get_set_prop_2_python/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…/integration/python/get_set_prop_2_python/test_case.py78 # Step 3: Start the serverCOMMENT
LOW…ntime/integration/python/go_app_cythonize/test_case.py127 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…ntime/integration/python/go_app_cythonize/test_case.py135 # Step 2: Activate virtual environment for Go/C++ appCOMMENT
LOW…ntime/integration/python/go_app_cythonize/test_case.py163 # Step 3: Setup AddressSanitizer if neededCOMMENT
LOW…ntime/integration/python/env_var_1_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…ntime/integration/python/env_var_1_python/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
199 more matches not shown…
Structural Annotation Overuse231 hits · 446 pts
SeverityFileLineSnippetContext
LOWcore/src/ten_rust/src/graph/mod.rs537 // Step 1: Expand names arrays to individual name itemsCOMMENT
LOWcore/src/ten_rust/src/graph/mod.rs541 // Step 2: Match nodes according to selector rules and replace them inCOMMENT
LOWcore/src/ten_rust/src/graph/mod.rs546 // Step 3: Convert reversed connections to forward connections if neededCOMMENT
LOWcore/src/ten_rust/src/graph/mod.rs551 // Step 4: Flatten subgraphsCOMMENT
LOWcore/src/ten_manager/src/cmd/cmd_install.rs361 // Step 1: Check if manifest-lock.json existsCOMMENT
LOWcore/src/ten_manager/src/cmd/cmd_install.rs372 // Step 2: Validate that locked versions satisfy manifest.json requirementsCOMMENT
LOWcore/src/ten_manager/src/cmd/cmd_install.rs386 // Step 3: Query registry to get download URLs for locked packages (in parallel)COMMENT
LOW…egration/python/trigger_life_cycle_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…egration/python/trigger_life_cycle_python/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…egration/python/trigger_life_cycle_python/test_case.py83 # Step 3: Start the serverCOMMENT
LOW…ation/python/async_extension_basic_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…ation/python/async_extension_basic_python/test_case.py65 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…ation/python/async_extension_basic_python/test_case.py80 # Step 3: Start the serverCOMMENT
LOW…tegration/python/go_app_log_rotate_python/test_case.py59 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…tegration/python/go_app_log_rotate_python/test_case.py67 # Step 2: Activate virtual environment for Go/C++ appCOMMENT
LOW…tegration/python/go_app_log_rotate_python/test_case.py95 # Step 3: Setup AddressSanitizer if neededCOMMENT
LOW…e/integration/python/multi_process_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…e/integration/python/multi_process_python/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…e/integration/python/multi_process_python/test_case.py78 # Step 3: Start the serverCOMMENT
LOW…ntegration/python/websocket_server_python/test_case.py80 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…ntegration/python/websocket_server_python/test_case.py86 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…ntegration/python/websocket_server_python/test_case.py109 # Step 3: Start the serverCOMMENT
LOW…e/integration/python/send_recv_pcm_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…e/integration/python/send_recv_pcm_python/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…e/integration/python/send_recv_pcm_python/test_case.py78 # Step 3: Start the serverCOMMENT
LOW…/integration/python/async_io_basic_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…/integration/python/async_io_basic_python/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…/integration/python/async_io_basic_python/test_case.py78 # Step 3: Start the serverCOMMENT
LOW…/integration/python/get_set_prop_2_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…/integration/python/get_set_prop_2_python/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…/integration/python/get_set_prop_2_python/test_case.py78 # Step 3: Start the serverCOMMENT
LOW…ntime/integration/python/go_app_cythonize/test_case.py127 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…ntime/integration/python/go_app_cythonize/test_case.py135 # Step 2: Activate virtual environment for Go/C++ appCOMMENT
LOW…ntime/integration/python/go_app_cythonize/test_case.py163 # Step 3: Setup AddressSanitizer if neededCOMMENT
LOW…ntime/integration/python/env_var_1_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…ntime/integration/python/env_var_1_python/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…ntime/integration/python/env_var_1_python/test_case.py78 # Step 3: Start the serverCOMMENT
LOW…on/python/two_async_exts_one_group_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…on/python/two_async_exts_one_group_python/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…on/python/two_async_exts_one_group_python/test_case.py78 # Step 3: Start the serverCOMMENT
LOW…ration/python/async_get_set_prop_2_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…ration/python/async_get_set_prop_2_python/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…ration/python/async_get_set_prop_2_python/test_case.py78 # Step 3: Start the serverCOMMENT
LOW…gration/python/send_cmd_set_object_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…gration/python/send_cmd_set_object_python/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…gration/python/send_cmd_set_object_python/test_case.py78 # Step 3: Start the serverCOMMENT
LOW…n/python/start_graph_and_set_dests_python/test_case.py46 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…n/python/start_graph_and_set_dests_python/test_case.py54 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…n/python/start_graph_and_set_dests_python/test_case.py69 # Step 3: Start the serverCOMMENT
LOW…integration/python/aio_http_server_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…integration/python/aio_http_server_python/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…integration/python/aio_http_server_python/test_case.py86 # Step 3: Start the serverCOMMENT
LOW…egration/python/multiple_results_python_2/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…egration/python/multiple_results_python_2/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…egration/python/multiple_results_python_2/test_case.py78 # Step 3: Start the serverCOMMENT
LOW…runtime/integration/python/no_dest_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…runtime/integration/python/no_dest_python/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
LOW…runtime/integration/python/no_dest_python/test_case.py78 # Step 3: Start the serverCOMMENT
LOW…/integration/python/two_async_exts_python/test_case.py57 # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync)COMMENT
LOW…/integration/python/two_async_exts_python/test_case.py63 # Step 2: Setup AddressSanitizer if neededCOMMENT
171 more matches not shown…
Synthetic Comment Markers21 hits · 158 pts
SeverityFileLineSnippetContext
HIGHthird_party/ffmpeg/libavformat/avformat.h1463#define AVFMT_FLAG_AUTO_BSF 0x200000 ///< Add bitstream filters as requested by the muxerCOMMENT
HIGHthird_party/ffmpeg/libavformat/avformat.h1463#define AVFMT_FLAG_AUTO_BSF 0x200000 ///< Add bitstream filters as requested by the muxerCOMMENT
HIGHthird_party/mbedtls/library/error.c190 /* Begin Auto-Generated Code. */COMMENT
HIGHthird_party/mbedtls/library/error.c493 /* End Auto-Generated Code. */COMMENT
HIGHthird_party/mbedtls/library/error.c514 /* Begin Auto-Generated Code. */COMMENT
HIGHthird_party/mbedtls/library/error.c730 /* End Auto-Generated Code. */COMMENT
HIGH…kages/extension/tencent_tts_python/tests/test_basic.py32 # Use a fixed path as requested by the user.COMMENT
HIGH…kages/extension/mistral_tts_python/tests/test_basic.py37 # Use a fixed path as requested by the user.COMMENT
HIGH…packages/extension/sarvam_http_tts/tests/test_basic.py37 # Use a fixed path as requested by the user.COMMENT
HIGH…ckages/extension/humeai_tts_python/tests/test_basic.py44 # Use a fixed path as requested by the user.COMMENT
HIGH…kages/extension/openai_tts2_python/tests/test_basic.py37 # Use a fixed path as requested by the user.COMMENT
HIGH…kages/extension/stepfun_tts_python/tests/test_basic.py44 # Use a fixed path as requested by the user.COMMENT
HIGH…packages/extension/murf_tts_python/tests/test_basic.py41 # Use a fixed path as requested by the user.COMMENT
HIGH…ts/ten_packages/extension/rime_tts/tests/test_basic.py41 # Use a fixed path as requested by the user.COMMENT
HIGH…s/extension/elevenlabs_tts2_python/tests/test_basic.py42 # Use a fixed path as requested by the user.COMMENT
HIGH…packages/extension/cosy_tts_python/tests/test_basic.py33 # Use a fixed path as requested by the user.COMMENT
HIGH…es/extension/fish_audio_tts_python/tests/test_basic.py42 # Use a fixed path as requested by the user.COMMENT
HIGH…ges/extension/bytedance_tts_duplex/tests/test_basic.py42 # Use a fixed path as requested by the user.COMMENT
HIGH…ckages/extension/google_tts_python/tests/test_basic.py42 # Use a fixed path as requested by the user.COMMENT
HIGH…nsion/minimax_tts_websocket_python/tests/test_basic.py44 # Use a fixed path as requested by the user.COMMENT
HIGH…n_packages/extension/rime_http_tts/tests/test_basic.py37 # Use a fixed path as requested by the user.COMMENT
AI Slop Vocabulary46 hits · 132 pts
SeverityFileLineSnippetContext
MEDIUM…ten_runtime/ten_env_proxy/internal/release_lock_mode.c47 // utilize the immutable fields of ten or ten fields protected by locks.COMMENT
MEDIUM…ten_runtime/ten_env_proxy/internal/release_lock_mode.c62 // utilize the immutable fields of ten or ten fields protected by locks.COMMENT
MEDIUM…ten_runtime/ten_env_proxy/internal/acquire_lock_mode.c48 // utilize the immutable fields of ten or ten fields protected by locks.COMMENT
MEDIUM…ten_runtime/ten_env_proxy/internal/acquire_lock_mode.c68 // utilize the immutable fields of ten or ten fields protected by locks.COMMENT
MEDIUMcore/src/ten_runtime/path/path_group.c31 // In case the extension thread may be in lock_mode, we utilizeCOMMENT
MEDIUMcore/src/ten_runtime/path/path.c28 // In case the extension thread may be lock_mode, we utilizeCOMMENT
MEDIUM…runtime/binding/go/interface/ten_runtime/cgo_helper.go111// Essentially, the functions `withCGOLimiter` andCOMMENT
MEDIUM…sts/test_case/designer/get_packages_with_import_uri.rs33 fs::write(&readme_en_path, "# Test Extension\n\nThis is a comprehensive test extension.")CODE
MEDIUM…sts/test_case/designer/get_packages_with_import_uri.rs124 "# Test Extension\n\nThis is a comprehensive test extension."CODE
MEDIUM…ntegration/nodejs/websocket_server_nodejs/test_case.py24# mechanism is needed to make the process more robust.COMMENT
MEDIUM…ion/nodejs/go_app_websocket_server_nodejs/test_case.py24# mechanism is needed to make the process more robust.COMMENT
MEDIUM…ntegration/python/websocket_server_python/test_case.py23# mechanism is needed to make the process more robust.COMMENT
MEDIUMthird_party/ffmpeg/libavformat/movenc.c718 // in the case of fragmented MP4, utilize the following values asCOMMENT
MEDIUMthird_party/ffmpeg/libavformat/movenc.c738 // utilize values from properties if we have them availableCOMMENT
MEDIUMthird_party/ffmpeg/libavformat/mpegtsenc.c331 // Here we utilize a pre-defined set of values defined in ARIB TR-B14,COMMENT
LOWthird_party/ffmpeg/libavformat/avformat.h1445#define AVFMT_FLAG_NOFILLIN 0x0010 ///< Do not infer any values from other values, just return what is stored in theCOMMENT
MEDIUMthird_party/ffmpeg/libavcodec/mfenc.c168 // (Certainly any lossy codec will have frames much smaller than 1 second.)COMMENT
MEDIUMthird_party/ffmpeg/libavcodec/cbs_jpeg.c97 // Definitely too short to be meaningful.COMMENT
MEDIUMthird_party/ffmpeg/libavcodec/aac/aacdec.c401 // For everything else, utilize the AV channel position define as aCOMMENT
MEDIUMthird_party/msgpack/src/unpack.c193 // Let's leverage the fact that sizeof(msgpack_object) is a compile time constantCOMMENT
MEDIUMthird_party/msgpack/src/unpack.c235 // Let's leverage the fact that sizeof(msgpack_object_kv) is a compile time constantCOMMENT
LOWthird_party/clingo-sys/bindings.rs2717 #[doc = "! Register a program observer with the control object.\n!\n! @param[in] control the target\n! @param[in] obCOMMENT
MEDIUM…d_party/mbedtls/scripts/mbedtls_dev/macro_collector.py268 # something more robust.COMMENT
MEDIUMthird_party/curl/tests/runner.pm967 # Test harness ssh server does not have this synchronization mechanism,COMMENT
MEDIUMthird_party/curl/tests/serverhelp.pm66# Just for convenience, test harness uses 'https' and 'httptls' literals asCOMMENT
MEDIUMthird_party/curl/tests/globalconfig.pm26# harness but not really "owned" by any one.COMMENT
MEDIUMthird_party/curl/tests/servers.pm1004# Just for convenience, test harness uses 'https' and 'httptls' literalsCOMMENT
MEDIUMthird_party/curl/tests/devtest.pl27# runtests.pl harness. Don't try to use this unless you know what you'reCOMMENT
MEDIUMthird_party/curl/tests/devtest.pl122# Initialize the test harness to run testsCOMMENT
MEDIUMthird_party/curl/tests/secureserver.pl27# harness. Actually just a layer that runs stunnel properly using theCOMMENT
MEDIUMthird_party/curl/tests/secureserver.pl28# non-secure test harness servers.COMMENT
MEDIUMthird_party/curl/tests/sshserver.pl26# Starts sshd for use in the SCP and SFTP curl test harness tests.COMMENT
MEDIUMthird_party/curl/tests/testcurl.pl760 # build test harness programs for selected cross-compilesCOMMENT
MEDIUMthird_party/curl/tests/runtests.pl27# are able to run curl but are unable to run the test harness.COMMENT
MEDIUMthird_party/curl/tests/runtests.pl604 # Test harness currently uses a non-stunnel server in order toCOMMENT
MEDIUMthird_party/curl/tests/runtests.pl607 # 'httptls' may be included in the test harness protocols arrayCOMMENT
MEDIUMthird_party/curl/tests/runtests.pl609 # harness server.COMMENT
LOWthird_party/curl/tests/libtest/test613.pl127 # Unexpected format; just pass it through and let the test failCOMMENT
LOWthird_party/googletest/test/gtest_test_utils.py262 # them with the passed 'env'. When 'env' is None, we simply use theCOMMENT
MEDIUMthird_party/googletest/include/gtest/gtest-death-test.h147// This implementation is *not* meant to be as highly tuned or robustCOMMENT
MEDIUMthird_party/googletest/include/gtest/gtest-death-test.h219// In practice, this can be used to test functions that utilize theCOMMENT
MEDIUMthird_party/node/include/node/v8-internal.h564// Essentially a specialized version of a trusted pointer that (when theCOMMENT
MEDIUM…nts/ten_packages/extension/groq_tts_python/groq_tts.py75 # Use retry mechanism for robust connectionCOMMENT
LOW…n_packages/extension/stepfun_tts_python/stepfun_tts.py648 # No current client, just create a new oneCOMMENT
LOW…/extension/minimax_tts_websocket_python/minimax_tts.py949 # No current client, just create a new oneCOMMENT
MEDIUM…yx/tenapp/ten_packages/extension/main_python/helper.py37 # This is a simplified version; a more robust implementation might use NLPCOMMENT
Magic Placeholder Names18 hits · 92 pts
SeverityFileLineSnippetContext
HIGHcore/src/ten_rust/src/service_hub/telemetry/exporter.rs77 /// "x-api-key": "your-api-key"COMMENT
HIGH…s/agents/ten_packages/extension/text_webhook/README.md78 "headers": "{\"Authorization\": \"Bearer YOUR_TOKEN_HERE\"}"CODE
HIGH…en_packages/extension/deepgram_ws_asr_python/README.md330 -H "Authorization: Token YOUR_API_KEY" \CODE
HIGH…ents/ten_packages/extension/blaze_stt_python/README.md25export BLAZE_STT_API_KEY="your-api-key-here" # OptionalCODE
HIGH…ents/ten_packages/extension/blaze_stt_python/README.md55 "api_key": "your-api-key",CODE
HIGH…ents/ten_packages/extension/blaze_stt_python/README.md81 api_key="your-api-key",CODE
HIGH…ts/ten_packages/extension/gemini_llm2_python/README.md34export GEMINI_API_KEY=your_api_keyCODE
HIGH…nts/ten_packages/extension/gemini_tts_python/README.md32export GEMINI_API_KEY=your_api_keyCODE
HIGH…packages/extension/oceanbase_powerrag_python/README.md29export OCEANBASE_API_KEY="<your_api_key>"CODE
HIGH…nts/ten_packages/extension/playht_tts_python/README.md53 "api_key": "your-api-key-here",CODE
HIGH…ents/ten_packages/extension/blaze_tts_python/README.md25export BLAZE_TTS_API_KEY="your-api-key-here" # OptionalCODE
HIGH…ents/ten_packages/extension/blaze_tts_python/README.md58 "api_key": "your-api-key",CODE
HIGH…ents/ten_packages/extension/blaze_tts_python/README.md84 api_key="your-api-key",CODE
HIGH…yx/tenapp/ten_packages/extension/main_python/README.md83 telnyx_api_key="your-api-key",CODE
HIGH…ents/examples/voice-assistant-with-EverMemOS/README.md158[EverMemosMemoryStore] Initialized with API key: your_api_key...CODE
HIGH…ents/examples/voice-assistant-with-EverMemOS/README.md235client = EverMemOS(api_key="your_api_key")CODE
HIGH…s/examples/voice-assistant-with-EverMemOS/README_CN.md158[EverMemosMemoryStore] Initialized with API key: your_api_key...CODE
HIGH…s/examples/voice-assistant-with-EverMemOS/README_CN.md235client = EverMemOS(api_key="your_api_key")CODE
Modern Structural Boilerplate89 hits · 91 pts
SeverityFileLineSnippetContext
LOW…untime/binding/python/interface/ten_runtime/ten_env.py35 def _set_release_handler(self, handler: Callable[[], None]) -> None:CODE
LOW…ime/binding/python/interface/ten_runtime/async_test.py468 def set_test_mode_graph(self, graph_json: str) -> None:CODE
LOW…ntime/binding/python/interface/ten_runtime/__init__.py164__all__ = [CODE
LOW…n_runtime/binding/python/interface/ten_runtime/test.py92 def set_test_mode_graph(self, graph_json: str) -> None:CODE
LOW…/clingo-sys/clingo/libpyclingo/clingo/configuration.py36__all__ = ["Configuration"]CODE
LOW…_party/clingo-sys/clingo/libpyclingo/clingo/backend.py40__all__ = ["Backend", "HeuristicType", "Observer", "TheorySequenceType"]CODE
LOW…_party/clingo-sys/clingo/libpyclingo/clingo/solving.py82__all__ = ["Model", "ModelType", "SolveControl", "SolveHandle", "SolveResult"]CODE
LOW…clingo-sys/clingo/libpyclingo/clingo/symbolic_atoms.py36__all__ = ["SymbolicAtom", "SymbolicAtoms"]CODE
LOW…_party/clingo-sys/clingo/libpyclingo/clingo/control.py81__all__ = ["Control", "BackendType"]CODE
LOW…d_party/clingo-sys/clingo/libpyclingo/clingo/symbol.py29__all__ = [CODE
LOW…ird_party/clingo-sys/clingo/libpyclingo/clingo/core.py10__all__ = ["Logger", "MessageCode", "OrderedEnum", "TruthValue", "version"]CODE
LOW…ty/clingo-sys/clingo/libpyclingo/clingo/application.py43__all__ = ["Application", "ApplicationOptions", "Flag", "clingo_main"]CODE
LOW…d_party/clingo-sys/clingo/libpyclingo/clingo/theory.py87__all__ = ["Theory"]CODE
LOWthird_party/clingo-sys/clingo/libpyclingo/clingo/ast.py353__all__ = [CODE
LOW…rty/clingo-sys/clingo/libpyclingo/clingo/statistics.py53__all__ = ["StatisticsArray", "StatisticsMap", "StatisticsValue"]CODE
LOW…y/clingo-sys/clingo/libpyclingo/clingo/theory_atoms.py32__all__ = ["TheoryAtom", "TheoryElement", "TheoryTerm", "TheoryTermType"]CODE
LOW…d_party/clingo-sys/clingo/libpyclingo/clingo/script.py62__all__ = ["Script", "enable_python", "register_script"]CODE
LOW…rty/clingo-sys/clingo/libpyclingo/clingo/propagator.py49__all__ = [CODE
LOWthird_party/mbedtls/scripts/mbedtls_dev/psa_storage.py51 def update_cache(self) -> None:CODE
LOWthird_party/mbedtls/scripts/mbedtls_dev/test_case.py49 def set_description(self, description: str) -> None:CODE
LOWthird_party/mbedtls/scripts/mbedtls_dev/test_case.py52 def set_dependencies(self, dependencies: List[str]) -> None:CODE
LOWthird_party/mbedtls/scripts/mbedtls_dev/test_case.py55 def set_function(self, function: str) -> None:CODE
LOWthird_party/mbedtls/scripts/mbedtls_dev/test_case.py58 def set_arguments(self, arguments: List[str]) -> None:CODE
LOWpackages/core_systems/pytest_ten/pytest_ten/__init__.py3__all__ = ["TenTestContext", "ten_test"]CODE
LOW…ntegration_tests/asr_guarder/tests/id_group_manager.py26 def set_final(self, result: Dict[str, Any]) -> None:CODE
LOW…/ten_packages/extension/azure_mllm_python/extension.py529 async def _update_session(self) -> None:CODE
LOW…ts/ten_packages/extension/tencent_tts_python/config.py54 def update_params(self) -> None:CODE
LOW…/ten_packages/extension/tencent_tts_python/__init__.py8__all__ = ["addon"]CODE
LOW…ts/ten_packages/extension/mistral_tts_python/config.py41 def update_params(self) -> None:CODE
LOW…ents/agents/ten_packages/extension/polly_tts/config.py21 def update_params(self) -> None:CODE
LOW…gents/ten_packages/extension/groq_tts_python/config.py21 def update_params(self) -> None:CODE
LOW…gents/ten_packages/extension/sarvam_http_tts/config.py25 def update_params(self) -> None:CODE
LOW…n_packages/extension/openai_gpt_image_python/config.py54 def update_params(self) -> None:CODE
LOW…nts/ten_packages/extension/humeai_tts_python/config.py25 def update_params(self) -> None:CODE
LOW…en_packages/extension/stepfun_mllm_python/extension.py519 async def _update_session(self) -> None:CODE
LOW…ts/ten_packages/extension/openai_tts2_python/config.py30 def update_params(self) -> None:CODE
LOW…_tts2_python/examples/openai_tts_proxy/proxy_server.py21logger = logging.getLogger(__name__)CODE
LOW…en_packages/extension/tencent_asr_python/tests/mock.py140 def update_params(self, _params) -> None:CODE
LOW…ension/tencent_asr_python/tencent_asr_client/client.py215 def update_params(self, params: RequestParams) -> None:CODE
LOW…sion/tencent_asr_python/tencent_asr_client/__init__.py9__all__ = [CODE
LOW…ts/ten_packages/extension/stepfun_tts_python/config.py51 def update_params(self) -> None:CODE
LOW…/ten_packages/extension/stepfun_tts_python/__init__.py8__all__ = ["addon"]CODE
LOW…/ten_packages/extension/whisper_stt_python/__init__.py8__all__ = ["addon"]CODE
LOW…gents/ten_packages/extension/murf_tts_python/config.py22 def update_params(self) -> None:CODE
LOW…ts/ten_packages/extension/murf_tts_python/extension.py135 async def _set_current_request_id(self, request_id: str | None) -> None:CODE
LOW…ts/ten_packages/extension/glm_mllm_python/extension.py506 async def _update_session(self) -> None:CODE
LOW…ents/ten_packages/extension/qwen3_tts_python/config.py71 def update_params(self) -> None:CODE
LOW…s/ten_packages/extension/blaze_stt_python/blaze_stt.py21logger = logging.getLogger(__name__)CODE
LOW…ts/ten_packages/extension/blaze_stt_python/__init__.py10__all__ = ["BlazeSTTExtension", "BlazeSTTConfig"]CODE
LOW…gents/agents/ten_packages/extension/rime_tts/config.py19 def update_params(self) -> None:CODE
LOW…ten_packages/extension/bedrock_llm_python/extension.py138 async def _setup_components(self, ten_env: AsyncTenEnv) -> None:CODE
LOW…s/agents/ten_packages/extension/deepgram_tts/config.py28 def update_params(self) -> None:CODE
LOW…gents/ten_packages/extension/deepgram_tts/extension.py401 async def _setup_recorder(self, request_id: str) -> None:CODE
LOW…/ten_packages/extension/gradium_asr_python/__init__.py7__all__ = ["GradiumASRExtensionAddon"]CODE
LOW…_packages/extension/spatius_avatar_python/extension.py70 def update_params(self) -> None:CODE
LOW…ts/ten_packages/extension/inworld_tts_python/config.py28 def update_params(self) -> None:CODE
LOW…en_packages/extension/nvidia_riva_tts_python/config.py25 def update_params(self) -> None:CODE
LOW…_packages/extension/nvidia_riva_tts_python/__init__.py7__all__ = ["addon"]CODE
LOW…en_packages/extension/elevenlabs_tts2_python/config.py24 def update_params(self) -> None:CODE
LOW…ension/openai_asr_python/openai_asr_client/__init__.py12__all__ = [CODE
29 more matches not shown…
Fake / Example Data73 hits · 88 pts
SeverityFileLineSnippetContext
LOW…ger/designer_frontend/public/locales/ja-JP/common.json359 "placeholder": "検索または新規作成",CODE
LOW…ger/designer_frontend/public/locales/zh-CN/common.json357 "placeholder": "搜索或创建新项目",CODE
LOW…ger/designer_frontend/public/locales/zh-TW/common.json357 "placeholder": "搜尋或建立新項目",CODE
LOW…ger/designer_frontend/public/locales/en-US/common.json356 "placeholder": "Search or create new",CODE
LOW…rty/clingo-sys/clingo/third_party/sparse-map/README.md244 map.insert({employee(1, "John Doe"), 2001});CODE
LOW…rty/clingo-sys/clingo/third_party/sparse-map/README.md245 map.insert({employee(2, "Jane Doe"), 2002});CODE
LOW…/clingo-sys/clingo/third_party/hopscotch-map/README.md254 map.insert({employee(1, "John Doe"), 2001});CODE
LOW…/clingo-sys/clingo/third_party/hopscotch-map/README.md255 map.insert({employee(2, "Jane Doe"), 2002});CODE
LOW…ty/clingo-sys/clingo/third_party/ordered-map/README.md224 map.insert({employee(1, "John Doe"), 2001});CODE
LOW…ty/clingo-sys/clingo/third_party/ordered-map/README.md225 map.insert({employee(2, "Jane Doe"), 2002});CODE
LOW…h/tests/SelfTest/IntrospectiveTests/TextFlow.tests.cpp188 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque nisl \n"CODE
LOW…h/tests/SelfTest/IntrospectiveTests/TextFlow.tests.cpp188 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque nisl \n"CODE
LOW…h/tests/SelfTest/IntrospectiveTests/TextFlow.tests.cpp197 " Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque nisl \n"CODE
LOW…h/tests/SelfTest/IntrospectiveTests/TextFlow.tests.cpp197 " Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque nisl \n"CODE
LOWthird_party/nlohmann_json/tests/src/unit-udt.cpp395 optPerson.reset(new udt::person{{42}, {"John Doe"}, udt::country::russia}); // NOLINT(cppcoreguidelines-owniCODE
LOWthird_party/nlohmann_json/tests/src/unit-udt.cpp404 auto person = udt::person{{42}, {"John Doe"}, udt::country::russia};CODE
LOWthird_party/nlohmann_json/tests/src/unit-udt.cpp508 optPerson.reset(new udt::person{{42}, {"John Doe"}, udt::country::russia}); // NOLINT(cppcoreguidelines-owning-mCODE
LOWthird_party/nlohmann_json/tests/src/unit-udt.cpp517 auto person = udt::person{{42}, {"John Doe"}, udt::country::russia};CODE
LOW…mann_define_type_intrusive_only_serialize_explicit.cpp12 std::string name = "John Doe";CODE
LOW…s/examples/nlohmann_define_type_intrusive_explicit.cpp12 std::string name = "John Doe";CODE
LOW…ohmann_define_type_intrusive_with_default_explicit.cpp12 std::string name = "John Doe";CODE
LOW…nn_define_type_non_intrusive_with_default_explicit.cpp11 std::string name = "John Doe";CODE
LOW…hmann_define_type_non_intrusive_with_default_macro.cpp11 std::string name = "John Doe";CODE
LOW…docs/examples/nlohmann_define_type_intrusive_macro.cpp12 std::string name = "John Doe";CODE
LOW…lohmann_define_type_intrusive_only_serialize_macro.cpp12 std::string name = "John Doe";CODE
LOW…/nlohmann_define_type_intrusive_with_default_macro.cpp12 std::string name = "John Doe";CODE
LOWthird_party/curl/tests/libtest/lib1507.c34#define USERNAME "user@example.com"COMMENT
LOWthird_party/curl/docs/examples/ftpuploadfrommem.c33 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. "CODE
LOWthird_party/curl/docs/examples/ftpuploadfrommem.c33 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. "CODE
LOWthird_party/curl/docs/examples/post-callback.c33static const char data[]="Lorem ipsum dolor sit amet, consectetur adipiscing "CODE
LOWthird_party/curl/docs/examples/post-callback.c33static const char data[]="Lorem ipsum dolor sit amet, consectetur adipiscing "CODE
LOWai_agents/playground/src/common/mock.ts5 "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",CODE
LOWai_agents/playground/src/common/mock.ts5 "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",CODE
LOWai_agents/playground/src/common/mock.ts8 "Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit.",CODE
LOWai_agents/playground/src/common/mock.ts8 "Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit.",CODE
LOW…ension/tencent_tts_python/tests/test_start_no_block.py14 secret_key="fake_key",CODE
LOW…ion/assemblyai_asr_python/tests/test_handle_message.py54 api_key="fake_key",CODE
LOW…kages/extension/bytedance_asr/tests/test_asr_result.py88 "token": "dummy_token",CODE
LOW…sion/soniox_asr_python/tests/test_connection_status.py118 property_json = {"params": {"api_key": "fake_key"}}CODE
LOW…sion/soniox_asr_python/tests/test_connection_status.py211 property_json = {"params": {"api_key": "fake_key"}}CODE
LOW…niox_asr_python/tests/test_connection_delay_metrics.py148 vendor_metadata.get("api_key") == encrypt("fake_key"),CODE
LOW…niox_asr_python/tests/test_connection_delay_metrics.py249 "api_key": "fake_key",CODE
LOW…ages/extension/azure_asr_python/tests/test_finalize.py231 "key": "fake_key",CODE
LOW…kages/extension/azure_asr_python/tests/test_metrics.py283 "key": "fake_key",CODE
LOW…ion/azure_asr_python/tests/test_unlimited_reconnect.py147 "key": "fake_key",CODE
LOW…ges/extension/azure_asr_python/tests/test_reconnect.py136 "key": "fake_key",CODE
LOW…/extension/azure_asr_python/tests/test_vendor_error.py127 "key": "fake_key",CODE
LOW…packages/extension/azure_asr_python/tests/test_dump.py95 "key": "fake_key",CODE
LOW…es/extension/azure_asr_python/tests/test_asr_result.py196 "key": "fake_key",CODE
LOW…nsion/azure_asr_python/tests/test_connection_status.py127 "key": "fake_key",CODE
LOW…zure_asr_python/tests/test_connection_delay_metrics.py146 vendor_metadata.get("key") == encrypt("fake_key"),CODE
LOW…zure_asr_python/tests/test_connection_delay_metrics.py254 "key": "fake_key",CODE
LOW…n_packages/extension/ezai_asr/tests/test_asr_result.py173 "token": "fake_token",CODE
LOW…gents/agents/examples/demo/frontend/src/common/mock.ts5 "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",CODE
LOW…gents/agents/examples/demo/frontend/src/common/mock.ts5 "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",CODE
LOW…gents/agents/examples/demo/frontend/src/common/mock.ts8 "Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit.",CODE
LOW…gents/agents/examples/demo/frontend/src/common/mock.ts8 "Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit.",CODE
LOW…/examples/openclaw-example/frontend/src/common/mock.ts5 "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",CODE
LOW…/examples/openclaw-example/frontend/src/common/mock.ts5 "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",CODE
LOW…/examples/openclaw-example/frontend/src/common/mock.ts8 "Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit.",CODE
13 more matches not shown…
Docstring Block Structure15 hits · 75 pts
SeverityFileLineSnippetContext
HIGHthird_party/googletest/test/gtest_test_utils.py207Changes into a specified directory, if provided, and executes a command. Restores the old directory afterwards. STRING
HIGHthird_party/googletest/scripts/upload.py173Uses ClientLogin to authenticate the user, returning an auth token. Args: email: The user's email address STRING
HIGHthird_party/googlemock/scripts/upload.py173Uses ClientLogin to authenticate the user, returning an auth token. Args: email: The user's email address STRING
HIGHpackages/example_apps/transcriber_demo/scripts/build.py158 Find and return the npm executable path. Args: npm_cmd: npm command to use (default: "npm") ReturSTRING
HIGH…/example_apps/transcriber_demo/scripts/install_deps.py65 Find and return the Python executable path. Args: version: Specific version like "3.10" or None for anSTRING
HIGHpackages/core_systems/pytest_ten/pytest_ten/ten_test.py60 Wait for and return a data message, optionally filtering by name. Args: name: Optional datSTRING
HIGHpackages/core_systems/pytest_ten/pytest_ten/ten_test.py110 Wait for and return a command, optionally filtering by name. Args: name: Optional command STRING
HIGHpackages/core_systems/pytest_ten/pytest_ten/ten_test.py156 Wait for and return an audio frame. Args: timeout: Optional timeout in seconds (defaults tSTRING
HIGHpackages/core_systems/pytest_ten/pytest_ten/ten_test.py179 Wait for and return a video frame. Args: timeout: Optional timeout in seconds (defaults toSTRING
HIGH…gents/integration_tests/asr_guarder/tests/test_dump.py210Factory function to get dump file path by matching file size with original audio. Finds all .pcm files in the dump STRING
HIGH…tension/openai_gpt_image_python/openai_image_client.py81 Generate image from text prompt Args: prompt: Text description of desired image STRING
HIGH…s/ten_packages/extension/blaze_stt_python/blaze_stt.py92 Transcribe audio data to text Similar to API endpoint /v1/stt/execute which accepts: - UploadFSTRING
HIGH…ackages/extension/thymia_analyzer_python/apollo_api.py75 Create Apollo model run and get upload URLs. Args: user_label: User identifier STRING
HIGH…ackages/extension/thymia_analyzer_python/apollo_api.py160 Poll for Apollo results. Args: model_run_id: Model run ID from create_model_run STRING
HIGH…s/ten_packages/extension/blaze_tts_python/blaze_tts.py133 Synthesize text to speech Args: text: Text to synthesize speaker_id: Speaker/vSTRING
Hallucination Indicators5 hits · 55 pts
SeverityFileLineSnippetContext
CRITICALthird_party/yyjson/doc/doxygen/html/jquery.js2!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):fCODE
CRITICALthird_party/yyjson/doc/doxygen/html/jquery.js8(function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){function e(t){for(var e=CODE
CRITICAL…_json/.github/workflows/comment_check_amalgamation.yml50 const opts = github.rest.issues.listForRepo.endpoint.merge({CODE
CRITICAL…nts/ten_packages/extension/groq_tts_python/groq_tts.py131 response = self.client.with_streaming_response.audio.speech.create(CODE
CRITICAL…/ten_packages/extension/computer_tool_python/openai.py86 completion = await self.client.beta.chat.completions.parse(**req)CODE
Dead Code13 hits · 26 pts
SeverityFileLineSnippetContext
MEDIUM…es/extension/humeai_tts_python/tests/test_error_msg.py172CODE
MEDIUM…ges/extension/deepgram_tts/tests/test_state_machine.py329CODE
MEDIUM…es/extension/google_tts_python/tests/test_error_msg.py79CODE
MEDIUM…es/extension/google_tts_python/tests/test_error_msg.py153CODE
MEDIUM…es/extension/google_tts_python/tests/test_error_msg.py228CODE
MEDIUM…es/extension/google_tts_python/tests/test_error_msg.py301CODE
MEDIUM…es/extension/google_tts_python/tests/test_error_msg.py375CODE
MEDIUM…es/extension/google_tts_python/tests/test_error_msg.py449CODE
MEDIUM…es/extension/google_tts_python/tests/test_error_msg.py523CODE
MEDIUM…es/extension/google_tts_python/tests/test_error_msg.py596CODE
MEDIUM…/extension/google_tts_python/tests/test_error_debug.py78CODE
MEDIUM…/extension/google_tts_python/tests/test_error_debug.py223CODE
MEDIUM…s/extension/xai_tts_python/tests/test_state_machine.py466CODE
AI Response Leakage3 hits · 22 pts
SeverityFileLineSnippetContext
HIGHthird_party/zlib/contrib/dotzlib/DotZLib/GZipStream.cs263 /// <remarks>In this implementation, this method does nothing. This is because excessiveCOMMENT
HIGHthird_party/zlib/contrib/dotzlib/DotZLib/GZipStream.cs273 /// <remarks>In this implementation this property is not supported</remarks>COMMENT
HIGHthird_party/zlib/contrib/dotzlib/DotZLib/GZipStream.cs290 /// <remarks>In this implementation this property is not supported</remarks>COMMENT
AI Structural Patterns22 hits · 22 pts
SeverityFileLineSnippetContext
LOW…rc/ten_runtime/binding/python/tools/cython_compiler.py180CODE
LOWthird_party/clingo-sys/clingo/cmake/glob-paths.py89CODE
LOW…_party/clingo-sys/clingo/libpyclingo/clingo/control.py946CODE
LOW…_party/clingo-sys/clingo/libpyclingo/clingo/control.py959CODE
LOW…_party/clingo-sys/clingo/libpyclingo/clingo/control.py883CODE
LOW…o/third_party/catch/tools/scripts/updateDocumentToC.py268CODE
LOW…/clingo/examples/clingo/controller-async/controller.py134CODE
LOWthird_party/mbedtls/tests/scripts/generate_test_code.py654CODE
LOWthird_party/mbedtls/scripts/code_size_compare.py63CODE
LOWthird_party/curl/tests/http/testenv/curl.py461CODE
LOWthird_party/curl/tests/http/testenv/certs.py74CODE
LOWthird_party/googletest/test/googletest-output-test.py204CODE
LOWthird_party/googlemock/test/gmock_output_test.py72CODE
LOW…ion/tencent_asr_python/tencent_asr_client/ws_client.py17CODE
LOW…ackages/extension/whisper_stt_python/whisper_client.py15CODE
LOW…xtension/openai_asr_python/openai_asr_client/client.py62CODE
LOW…nsion/openai_asr_python/openai_asr_client/ws_client.py17CODE
LOW…ts/ten_packages/extension/dubverse_tts/dubverse_tts.py43CODE
LOW…en_packages/extension/conversation_recorder/storage.py268CODE
LOW…s/ten_packages/extension/blaze_tts_python/blaze_tts.py121CODE
LOW…-assistant-advanced/tenapp/test_properties_override.py168CODE
LOW…-assistant-advanced/tenapp/test_properties_override.py195CODE
Cross-Language Confusion4 hits · 15 pts
SeverityFileLineSnippetContext
HIGH…rty/clingo-sys/clingo/libpyclingo/clingo/propagator.py124 true, false, or undefined, represented by the Python constants `True`,STRING
HIGHthird_party/googletest/scripts/gen_gtest_pred_impl.py537 } else if (!expected_to_finish_ && finished_) {CODE
HIGH…tension/openai_asr_python/openai_asr_client/schemas.py103 {"type":"input_audio_buffer.committed","event_id":"event_BzIyYo5dVYD4EymLRxOeK","previous_item_id":null,"item_id":"iSTRING
HIGH…packages/extension/thymia_analyzer_python/extension.py1768 " DO NOT make up or infer wellness metric values - if status='partial' and wellness_metrics is null, thCODE
Slop Phrases7 hits · 13 pts
SeverityFileLineSnippetContext
MEDIUM…rust/tests/test_case/pkg_info/manifest/display_name.rs340 "content": "This is a test extension for demonstration purposes"CODE
MEDIUM…rust/tests/test_case/pkg_info/manifest/display_name.rs367 "This is a test extension for demonstration purposes"CODE
MEDIUM…s/test_case/registry/pkg_registry_info_display_name.rs86 "content": "This is a test extension for demonstration purposes"CODE
MEDIUM…s/test_case/registry/pkg_registry_info_display_name.rs119 "This is a test extension for demonstration purposes"CODE
LOWthird_party/ffmpeg/libavformat/dss.c267 /* We make one byte-step here. Don't forget to add offset. */COMMENT
LOWthird_party/yyjson/test/util/goo_double_conv.c1568 // Don't forget to update the used_digits and the exponent.COMMENT
MEDIUMthird_party/curl/lib/vtls/gtls.c1061 given hostname. This is a basic implementation of the matching describedCODE
Example Usage Blocks8 hits · 12 pts
SeverityFileLineSnippetContext
LOWtools/grafana-monitoring/docker-compose.hybrid.yml4# Usage:COMMENT
LOWtools/grafana-monitoring/docker-compose.pull.yml4# Usage:COMMENT
LOWtools/grafana-monitoring/docker-compose.push.yml10# Usage:COMMENT
LOW…_party/mbedtls/docs/architecture/psa-migration/syms.sh23# Usage:COMMENT
LOWthird_party/curl/tests/libtest/mk-lib1521.pl26# Usage:COMMENT
LOWthird_party/curl/docs/examples/version-check.pl36# Usage:COMMENT
LOW…_tests/tts_guarder/tests/test_invalid_text_handling.py332 # Example usageCOMMENT
LOW…ts/agents/ten_packages/extension/grok_python/openai.py181 # Example usageCOMMENT
TODO Padding5 hits · 8 pts
SeverityFileLineSnippetContext
LOWthird_party/ffmpeg/libavdevice/opengl_enc.c23//TODO: implement X11, Windows, Mac OS native default window. SDL 1.2 doesn't allow to render to custom thread.COMMENT
LOWthird_party/ffmpeg/libavcodec/j2kenc.c1742 // TODO: implement setting non-standard precinct sizeCOMMENT
LOWthird_party/ffmpeg/libavcodec/opus/silk.c677 // TODO: implement error recoveryCOMMENT
LOWthird_party/curl/tests/runner.pm1248 # TODO: handle errorsCOMMENT
LOW…n_packages/extension/main_nodejs/src/agent/llm_exec.ts293 // TODO: implement your requery strategy (e.g., enqueue a follow-up user message)COMMENT
Modern AI Meta-Vocabulary2 hits · 5 pts
SeverityFileLineSnippetContext
MEDIUMdocs/ai/L1/L2/extension_development.md30├── extension.py # Main logic OR orchestrationCODE
MEDIUMthird_party/mbedtls/tests/ssl-opt.sh5939# Tests for event-driven I/O: exercise a variety of handshake flowsCOMMENT
Overly Generic Function Names2 hits · 2 pts
SeverityFileLineSnippetContext
LOWthird_party/yyjson/doc/doxygen/html/navtree.js29function getData(varName)CODE
LOW…ngo-sys/clingo/libpyclingo/clingo/tests/test_symbol.py84 def test_function(self):CODE