Open-source framework for conversational voice AI agents
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).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/grafana-monitoring/docker-compose.hybrid.yml | 1 | # TEN Framework - Hybrid Mode Monitoring Configuration | COMMENT |
| LOW | tools/grafana-monitoring/docker-compose.pull.yml | 1 | # TEN Framework - Pull Mode Monitoring Configuration | COMMENT |
| LOW | tools/grafana-monitoring/docker-compose.push.yml | 1 | # TEN Framework - Push Mode Monitoring Configuration | COMMENT |
| LOW | tools/grafana-monitoring/docker-compose.push.yml | 21 | # "config": { | COMMENT |
| LOW | core/include_internal/ten_utils/backtrace/backtrace.h | 1 | // | COMMENT |
| LOW | core/include_internal/ten_utils/backtrace/file.h | 1 | // | COMMENT |
| LOW | …internal/ten_utils/backtrace/platform/posix/internal.h | 1 | // | COMMENT |
| LOW | …e_internal/ten_utils/backtrace/platform/posix/config.h | 1 | // | COMMENT |
| LOW | …de_internal/ten_utils/backtrace/platform/posix/dwarf.h | 1 | // | COMMENT |
| LOW | …ude_internal/ten_utils/backtrace/platform/posix/mmap.h | 1 | // | COMMENT |
| LOW | …n_utils/backtrace/platform/posix/dwarf_internal/data.h | 1 | // | COMMENT |
| LOW | …backtrace/platform/posix/dwarf_internal/abbreviation.h | 1 | // | COMMENT |
| LOW | …n_utils/backtrace/platform/posix/dwarf_internal/unit.h | 1 | // | COMMENT |
| LOW | …n_utils/backtrace/platform/posix/dwarf_internal/unit.h | 61 | // Boolean flag indicating whether this unit uses DWARF64 format (1) or | COMMENT |
| LOW | …n_utils/backtrace/platform/posix/dwarf_internal/unit.h | 81 | // Absolute file name path, only set if needed for resolution. | COMMENT |
| LOW | …n_utils/backtrace/platform/posix/dwarf_internal/line.h | 1 | // | COMMENT |
| LOW | …tils/backtrace/platform/posix/dwarf_internal/pcrange.h | 1 | // | COMMENT |
| LOW | …ls/backtrace/platform/posix/dwarf_internal/attribute.h | 1 | // | COMMENT |
| LOW | …ils/backtrace/platform/posix/dwarf_internal/function.h | 1 | // | COMMENT |
| LOW | …nternal/ten_utils/backtrace/platform/posix/linux/elf.h | 1 | // | COMMENT |
| LOW | …nternal/ten_utils/backtrace/platform/posix/linux/elf.h | 21 | // with slightly different values. Undefine them to be safe. | COMMENT |
| LOW | …nternal/ten_utils/backtrace/platform/posix/linux/elf.h | 41 | #undef EM_PPC64 | COMMENT |
| LOW | …nternal/ten_utils/backtrace/platform/posix/linux/elf.h | 121 | #define ELFMAG1 'E' | COMMENT |
| LOW | …en_utils/backtrace/platform/posix/linux/config_linux.h | 1 | // | COMMENT |
| LOW | …ils/backtrace/platform/posix/linux/elf_internal/lzma.h | 1 | // | COMMENT |
| LOW | …ils/backtrace/platform/posix/linux/elf_internal/lzma.h | 21 | // value of pb is 4. | COMMENT |
| LOW | …ils/backtrace/platform/posix/linux/elf_internal/lzma.h | 41 | COMMENT | |
| LOW | …ils/backtrace/platform/posix/linux/elf_internal/lzma.h | 61 | COMMENT | |
| LOW | …ils/backtrace/platform/posix/linux/elf_internal/lzma.h | 81 | #define LZMA_PROB_LITERAL_LEN \ | COMMENT |
| LOW | …ils/backtrace/platform/posix/linux/elf_internal/lzma.h | 121 | (LZMA_PROB_REP_LEN_LOW_OFFSET + LZMA_PROB_REP_LEN_LOW_LEN) | COMMENT |
| LOW | …ils/backtrace/platform/posix/linux/elf_internal/lzma.h | 141 | #define LZMA_IS_REP(state) (LZMA_PROB_IS_REP_OFFSET + (state)) | COMMENT |
| LOW | …s/backtrace/platform/posix/linux/elf_internal/symbol.h | 1 | // | COMMENT |
| LOW | …s/backtrace/platform/posix/linux/elf_internal/zutils.h | 1 | // | COMMENT |
| LOW | …ils/backtrace/platform/posix/linux/elf_internal/view.h | 1 | // | COMMENT |
| LOW | …s/backtrace/platform/posix/linux/elf_internal/zdebug.h | 1 | // | COMMENT |
| LOW | …ils/backtrace/platform/posix/linux/elf_internal/zlib.h | 1 | // | COMMENT |
| LOW | …ils/backtrace/platform/posix/linux/elf_internal/zlib.h | 21 | // | COMMENT |
| LOW | …ils/backtrace/platform/posix/linux/elf_internal/zlib.h | 41 | // Number of entries we allocate to for one code table. We get a page for the | COMMENT |
| LOW | …ils/backtrace/platform/posix/linux/elf_internal/zstd.h | 1 | // | COMMENT |
| LOW | …ils/backtrace/platform/posix/linux/elf_internal/zstd.h | 61 | // The value that this FSE entry represents. | COMMENT |
| LOW | …ls/backtrace/platform/posix/linux/elf_internal/crc32.h | 1 | // | COMMENT |
| LOW | …acktrace/platform/posix/linux/elf_internal/debugfile.h | 1 | // | COMMENT |
| LOW | …e_internal/ten_utils/backtrace/platform/win/internal.h | 1 | // | COMMENT |
| LOW | core/include_internal/ten_utils/io/runloop.h | 1 | // | COMMENT |
| LOW | …ten_utils/io/general/transport/backend/uv/stream/tcp.h | 1 | // | COMMENT |
| LOW | …en_utils/io/general/transport/backend/uv/stream/pipe.h | 1 | // | COMMENT |
| LOW | core/include_internal/ten_utils/value/value_kv.h | 1 | // | COMMENT |
| LOW | core/include_internal/ten_utils/value/value_path.h | 1 | // | COMMENT |
| LOW | core/include_internal/ten_utils/value/value.h | 1 | // | COMMENT |
| LOW | core/include_internal/ten_utils/value/value_smart_ptr.h | 1 | // | COMMENT |
| LOW | core/include_internal/ten_utils/value/type_info.h | 1 | // | COMMENT |
| LOW | core/include_internal/ten_utils/value/constant_str.h | 1 | // | COMMENT |
| LOW | core/include_internal/ten_utils/value/constant_str.h | 21 | COMMENT | |
| LOW | core/include_internal/ten_utils/value/constant_str.h | 41 | #define TEN_STR_VALUE_OPERATOR_START "(" | COMMENT |
| LOW | …e_internal/ten_utils/value/bindings/rust/value_proxy.h | 1 | // | COMMENT |
| LOW | …re/include_internal/ten_utils/sanitizer/memory_check.h | 1 | // | COMMENT |
| LOW | …re/include_internal/ten_utils/sanitizer/thread_check.h | 1 | // | COMMENT |
| LOW | core/include_internal/ten_utils/lang/cpp/io/transport.h | 1 | // | COMMENT |
| LOW | core/include_internal/ten_utils/lang/cpp/lib/string.h | 1 | // | COMMENT |
| LOW | core/include_internal/ten_utils/schema/schema.h | 1 | // | COMMENT |
| 21514 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …t_nodejs_3/default_extension_nodejs/tests/bin/start.py | 0 | cross-platform test start script for node.js extensions on windows. on unix-like systems, prefer using bash start script | STRING |
| HIGH | …t_nodejs_2/default_extension_nodejs/tests/bin/start.py | 0 | cross-platform test start script for node.js extensions on windows. on unix-like systems, prefer using bash start script | STRING |
| HIGH | …extensions/default_extension_nodejs/tests/bin/start.py | 0 | cross-platform test start script for node.js extensions on windows. on unix-like systems, prefer using bash start script | STRING |
| HIGH | …nodejs/go_app_websocket_server_nodejs_app/bin/start.py | 0 | cross-platform start script for c++ apps with node.js extensions on windows. on unix-like systems, prefer using bash sta | STRING |
| HIGH | …on/nodejs/go_app_nodejs/go_app_nodejs_app/bin/start.py | 0 | cross-platform start script for c++ apps with node.js extensions on windows. on unix-like systems, prefer using bash sta | STRING |
| HIGH | …dejs/go_app_preload_all_addons_nodejs_app/bin/start.py | 0 | cross-platform start script for c++ apps with node.js extensions on windows. on unix-like systems, prefer using bash sta | STRING |
| HIGH | …/nodejs/cpp_app_nodejs/cpp_app_nodejs_app/bin/start.py | 0 | cross-platform start script for c++ apps with node.js extensions on windows. on unix-like systems, prefer using bash sta | STRING |
| HIGH | …hon/cpp_app_python/cpp_app_python_app/bin/bootstrap.py | 0 | bootstrap script for python apps (cross-platform) resolve the dependencies of the python app and generate the 'merged_re | STRING |
| HIGH | …mproc_python/cpp_app_mproc_python_app/bin/bootstrap.py | 0 | bootstrap script for python apps (cross-platform) resolve the dependencies of the python app and generate the 'merged_re | STRING |
| HIGH | packages/core_apps/default_app_python/bin/bootstrap.py | 0 | bootstrap script for python apps (cross-platform) resolve the dependencies of the python app and generate the 'merged_re | STRING |
| HIGH | …tests/TestScripts/testConfigureExperimentalRedirect.py | 0 | tests the cmake configure option for catch_config_disable_stringification requires 2 arguments, path folder where the ca | STRING |
| HIGH | …_party/catch/tests/TestScripts/testConfigureDisable.py | 0 | tests the cmake configure option for catch_config_disable_stringification requires 2 arguments, path folder where the ca | STRING |
| HIGH | …atch/tests/TestScripts/testConfigureDefaultReporter.py | 0 | tests the cmake configure option for catch_config_disable_stringification requires 2 arguments, path folder where the ca | STRING |
| HIGH | …sts/TestScripts/testConfigureDisableStringification.py | 0 | tests the cmake configure option for catch_config_disable_stringification requires 2 arguments, path folder where the ca | STRING |
| HIGH | …etest/test/googletest-param-test-invalid-name1-test.py | 0 | verifies that google test warns the user when not initialized properly. | STRING |
| HIGH | …etest/test/googletest-param-test-invalid-name2-test.py | 0 | verifies that google test warns the user when not initialized properly. | STRING |
| HIGH | …party/googletest/test/googletest-uninitialized-test.py | 0 | verifies that google test warns the user when not initialized properly. | STRING |
| HIGH | …etest/test/googletest-param-test-invalid-name1-test.py | 0 | runs the given command and verifies its exit code and output. | STRING |
| HIGH | …etest/test/googletest-param-test-invalid-name2-test.py | 0 | runs the given command and verifies its exit code and output. | STRING |
| HIGH | …party/googletest/test/googletest-uninitialized-test.py | 0 | runs the given command and verifies its exit code and output. | STRING |
| HIGH | third_party/googletest/test/googletest-env-var-test.py | 0 | sets the env variable to 'value'; unsets it when 'value' is none. | STRING |
| HIGH | third_party/googletest/test/googletest-color-test.py | 0 | sets the env variable to 'value'; unsets it when 'value' is none. | STRING |
| HIGH | …rd_party/googletest/test/googletest-filter-unittest.py | 0 | sets the env variable to 'value'; unsets it when 'value' is none. | STRING |
| HIGH | packages/example_apps/transcriber_demo/scripts/build.py | 0 | detect operating system in the format needed for tgn. | STRING |
| HIGH | packages/core_apps/default_app_cpp/tools/run_script.py | 0 | detect operating system in the format needed for tgn. | STRING |
| HIGH | …e_extensions/default_extension_cpp/tools/run_script.py | 0 | detect operating system in the format needed for tgn. | STRING |
| HIGH | …n_tests/asr_guarder/tests/test_long_duration_stream.py | 0 | create an audio frame with the given data and session id. | STRING |
| HIGH | …tegration_tests/asr_guarder/tests/test_asr_finalize.py | 0 | create an audio frame with the given data and session id. | STRING |
| HIGH | …ts/integration_tests/asr_guarder/tests/test_metrics.py | 0 | create an audio frame with the given data and session id. | STRING |
| HIGH | …gration_tests/asr_guarder/tests/test_multi_language.py | 0 | create an audio frame with the given data and session id. | STRING |
| HIGH | …ration_tests/asr_guarder/tests/test_audio_timestamp.py | 0 | create an audio frame with the given data and session id. | STRING |
| HIGH | …tion_tests/asr_guarder/tests/test_connection_timing.py | 0 | create an audio frame with the given data and session id. | STRING |
| HIGH | …tegration_tests/asr_guarder/tests/test_vendor_error.py | 0 | create an audio frame with the given data and session id. | STRING |
| HIGH | …gents/integration_tests/asr_guarder/tests/test_dump.py | 0 | create an audio frame with the given data and session id. | STRING |
| HIGH | …integration_tests/asr_guarder/tests/test_asr_result.py | 0 | create an audio frame with the given data and session id. | STRING |
| HIGH | …n_tests/asr_guarder/tests/test_long_duration_stream.py | 0 | validate that all required fields exist in asr result. | STRING |
| HIGH | …tegration_tests/asr_guarder/tests/test_asr_finalize.py | 0 | validate that all required fields exist in asr result. | STRING |
| HIGH | …ts/integration_tests/asr_guarder/tests/test_metrics.py | 0 | validate that all required fields exist in asr result. | STRING |
| HIGH | …gration_tests/asr_guarder/tests/test_multi_language.py | 0 | validate that all required fields exist in asr result. | STRING |
| HIGH | …ration_tests/asr_guarder/tests/test_audio_timestamp.py | 0 | validate that all required fields exist in asr result. | STRING |
| HIGH | …tion_tests/asr_guarder/tests/test_connection_timing.py | 0 | validate that all required fields exist in asr result. | STRING |
| HIGH | …integration_tests/asr_guarder/tests/test_asr_result.py | 0 | validate that all required fields exist in asr result. | STRING |
| HIGH | …gration_tests/asr_guarder/tests/test_multi_language.py | 0 | send audio data and finalize signal to asr extension. | STRING |
| HIGH | …ration_tests/asr_guarder/tests/test_audio_timestamp.py | 0 | send audio data and finalize signal to asr extension. | STRING |
| HIGH | …tion_tests/asr_guarder/tests/test_connection_timing.py | 0 | send audio data and finalize signal to asr extension. | STRING |
| HIGH | …ents/integration_tests/tts_guarder/tests/test_flush.py | 0 | validate that all required fields exist in tts result. | STRING |
| HIGH | …tegration_tests/tts_guarder/tests/test_corner_input.py | 0 | validate that all required fields exist in tts result. | STRING |
| HIGH | …ts/integration_tests/tts_guarder/tests/test_metrics.py | 0 | validate that all required fields exist in tts result. | STRING |
| HIGH | …n_tests/tts_guarder/tests/test_dump_each_request_id.py | 0 | validate that all required fields exist in tts result. | STRING |
| HIGH | …on_tests/tts_guarder/tests/test_basic_audio_setting.py | 0 | validate that all required fields exist in tts result. | STRING |
| HIGH | …gents/integration_tests/tts_guarder/tests/test_dump.py | 0 | validate that all required fields exist in tts result. | STRING |
| HIGH | …ests/tts_guarder/tests/test_invalid_required_params.py | 0 | validate that all required fields exist in tts result. | STRING |
| HIGH | …n_tests/tts_guarder/tests/test_miss_required_params.py | 0 | validate that all required fields exist in tts result. | STRING |
| HIGH | …on_tests/tts_guarder/tests/test_append_input_stress.py | 0 | calculate pcm audio duration in milliseconds based on received audio bytes | STRING |
| HIGH | …rder/tests/test_append_input_without_text_input_end.py | 0 | calculate pcm audio duration in milliseconds based on received audio bytes | STRING |
| HIGH | …tegration_tests/tts_guarder/tests/test_append_input.py | 0 | calculate pcm audio duration in milliseconds based on received audio bytes | STRING |
| HIGH | …n_tests/tts_guarder/tests/test_interleaved_requests.py | 0 | calculate pcm audio duration in milliseconds based on received audio bytes | STRING |
| HIGH | …ation_tests/tts_guarder/tests/test_append_interrupt.py | 0 | calculate pcm audio duration in milliseconds based on received audio bytes | STRING |
| HIGH | …tegration_tests/tts_guarder/tests/test_corner_input.py | 0 | calculate pcm audio duration in milliseconds based on received audio bytes | STRING |
| HIGH | …ts/integration_tests/tts_guarder/tests/test_metrics.py | 0 | calculate pcm audio duration in milliseconds based on received audio bytes | STRING |
| 995 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tools/supports/update_supports_in_manifest_json.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …ols/upgrade/0.8_to_0.10/find_get_property_singlevar.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …0.8_to_0.10/predefined_graphs_aggregate_graph_field.py | 3 | # 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.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | tools/rust/cargo_toml_sort.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | tools/rust/cargo_toml_sort.py | 27 | # Define the parts which need to be sorted. | COMMENT |
| MEDIUM | tools/rust/cargo_toml_sort.py | 40 | # Create a new table to store the sorted dependencies. | COMMENT |
| MEDIUM | tools/version/update_version_in_ten_framework.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | tools/version/update_version_in_ten_framework.py | 498 | # Define the blacklist of manifest.json files to skip. | COMMENT |
| MEDIUM | tools/version/common.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | tools/version/check_version_in_ten_framework.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | tools/tman/upload-to-ppa.sh | 204 | # Create a passphrase file | COMMENT |
| MEDIUM | tools/disk/disk_usage.sh | 4 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | tools/profiler/pprof/dump_heap_info_to_excel.py | 28 | # Create the excel file | COMMENT |
| MEDIUM | tools/profiler/gperftools/dump_heap_info_to_excel.py | 31 | # Create the excel file | COMMENT |
| MEDIUM | tools/decrypt/decrypt.py | 139 | # Create a new decryptor for each log entry. | COMMENT |
| MEDIUM | core/src/ten_runtime/binding/python/pyproject.toml | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …untime/binding/python/interface/ten_runtime/ten_env.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …_runtime/binding/python/interface/ten_runtime/addon.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …me/binding/python/interface/ten_runtime/video_frame.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …python/interface/ten_runtime/trigger_life_cycle_cmd.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …inding/python/interface/ten_runtime/start_graph_cmd.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …en_runtime/binding/python/interface/ten_runtime/cmd.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …en_runtime/binding/python/interface/ten_runtime/loc.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …ime/binding/python/interface/ten_runtime/async_test.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …e/binding/python/interface/ten_runtime/send_options.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …_runtime/binding/python/interface/ten_runtime/error.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …ime/binding/python/interface/ten_runtime/cmd_result.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …inding/python/interface/ten_runtime/async_extension.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …inding/python/interface/ten_runtime/async_extension.py | 118 | # Create a virtual thread object for AsyncTenEnv | COMMENT |
| MEDIUM | …/python/interface/ten_runtime/global_thread_manager.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …/python/interface/ten_runtime/global_thread_manager.py | 200 | # Create a coroutine to set the stop event | COMMENT |
| MEDIUM | …ime/binding/python/interface/ten_runtime/log_option.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM⚡ | …ntime/binding/python/interface/ten_runtime/__init__.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …n_runtime/binding/python/interface/ten_runtime/test.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …time/binding/python/interface/ten_runtime/log_level.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …e/binding/python/interface/ten_runtime/value_buffer.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …/binding/python/interface/ten_runtime/addon_manager.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM⚡ | …/binding/python/interface/ten_runtime/addon_manager.py | 120 | # Define the register_handler that will be called by the Addon manager. | COMMENT |
| MEDIUM⚡ | …/binding/python/interface/ten_runtime/addon_manager.py | 132 | # Define the registration function name based on the addon name. | COMMENT |
| MEDIUM | …binding/python/interface/ten_runtime/stop_graph_cmd.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …time/binding/python/interface/ten_runtime/extension.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …en_runtime/binding/python/interface/ten_runtime/app.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …me/binding/python/interface/ten_runtime/audio_frame.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …python/interface/ten_runtime/ten_env_attach_to_enum.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …_runtime/binding/python/interface/ten_runtime/value.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …time/binding/python/interface/ten_runtime/test_base.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …en_runtime/binding/python/interface/ten_runtime/msg.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …/binding/python/interface/ten_runtime/async_ten_env.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …n_runtime/binding/python/interface/ten_runtime/data.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …e/binding/python/interface/ten_runtime/ten_env_base.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …src/ten_runtime/binding/python/tools/find_libpython.py | 4 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …rc/ten_runtime/binding/python/tools/cython_compiler.py | 111 | # Create an Extension object for each .pyx file. | COMMENT |
| MEDIUM | …_runtime/binding/python/tools/update_root_pyproject.py | 4 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | core/src/ten_manager/tools/cargo_sort.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …re/src/ten_manager/tools/lldb_rust_pre_run_commands.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …/nodejs/start_graph_and_communicate_nodejs/__init__.py | 2 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …n_packages/extension/default_extension_python/addon.py | 2 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …/integration/go/sync_stop_before_deinit_go/__init__.py | 3 | # This file is part of TEN Framework, an open source project. | COMMENT |
| MEDIUM | …egration/go/start_graph_and_communicate_go/__init__.py | 2 | # This file is part of TEN Framework, an open source project. | COMMENT |
| 913 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/rust/cargo_toml_sort.py | 19 | def sort_and_inline_dependencies(file_path): | CODE |
| LOW | tools/version/update_version_in_ten_framework.py | 25 | def __get_pkg_info_from_manifest_file(manifest_file: str) -> PkgInfo: | CODE |
| LOW | tools/version/update_version_in_ten_framework.py | 51 | def __collect_manifest_tent_files(directory) -> list[str]: | CODE |
| LOW | tools/version/update_version_in_ten_framework.py | 71 | def update_c_preserved_metadata_version_of_ten_runtime_binary( | CODE |
| LOW | tools/version/update_version_in_ten_framework.py | 230 | def update_version_in_install_tman_script( | CODE |
| LOW | tools/version/update_version_in_ten_framework.py | 279 | def collect_and_update_version_of_system_packages( | CODE |
| LOW | tools/version/update_version_in_ten_framework.py | 344 | def collect_and_update_version_of_core_packages( | CODE |
| LOW | tools/version/update_version_in_ten_framework.py | 413 | def collect_and_update_version_of_example_packages( | CODE |
| LOW | tools/version/update_version_in_ten_framework.py | 467 | def update_dependencies_version( | CODE |
| LOW | tools/version/common.py | 54 | def update_c_preserved_metadata_version( | CODE |
| LOW | tools/version/common.py | 73 | def update_version_in_manifest_json_file_for_pkgs( | CODE |
| LOW | tools/version/common.py | 107 | def update_version_in_manifest_json_file( | CODE |
| LOW | tools/version/common.py | 149 | def update_dependency_version_in_manifest_json_file( | CODE |
| LOW | tools/version/common.py | 195 | def update_version_source_file_of_tman( | CODE |
| LOW | tools/version/check_version_in_ten_framework.py | 12 | def check_preserved_metadata_version_of_ten_runtime( | CODE |
| LOW | tools/version/check_version_in_ten_framework.py | 36 | def check_preserved_metadata_version_of_ten_runtime_go_binding( | CODE |
| LOW | tools/version/check_version_in_ten_framework.py | 62 | def check_preserved_metadata_version_of_ten_runtime_nodejs_binding( | CODE |
| LOW | tools/version/check_version_in_ten_framework.py | 88 | def check_preserved_metadata_version_of_ten_runtime_python_binding( | CODE |
| LOW | tools/version/check_version_in_ten_framework.py | 134 | def check_version_of_system_packages( | CODE |
| LOW | tools/profiler/pprof/utils/get_total_bytes.py | 6 | def get_total_bytes_from_text(filename, output_unit): | CODE |
| LOW | tools/profiler/gperftools/utils/get_total_bytes.py | 4 | def get_total_bytes_from_text(pprof_file, output_unit): | CODE |
| LOW | …inding/python/interface/ten_runtime/async_extension.py | 171 | def _proxy_on_configure_single_thread(self, ten_env: TenEnv) -> None: | CODE |
| LOW | …inding/python/interface/ten_runtime/async_extension.py | 202 | def _proxy_on_configure_multi_thread(self, ten_env: TenEnv) -> None: | CODE |
| LOW | …inding/python/interface/ten_runtime/async_extension.py | 213 | def _run_multi_thread_configure(self, ten_env: TenEnv) -> None: | CODE |
| LOW | …e/binding/python/interface/ten_runtime/value_buffer.py | 54 | def _value_type_to_buffer_type(value_type: ValueType) -> int: | CODE |
| LOW | …e/binding/python/interface/ten_runtime/value_buffer.py | 70 | def _buffer_type_to_value_type(buffer_type: int) -> ValueType: | CODE |
| LOW | …/binding/python/interface/ten_runtime/addon_manager.py | 100 | def register_addon_as_extension(name: str, base_dir: str | None = None): | CODE |
| LOW | …/src/ten_runtime/binding/python/tools/deps_resolver.py | 16 | def install_pip_tools_if_needed(index_url: str) -> bool: | CODE |
| LOW | …/src/ten_runtime/binding/python/tools/deps_resolver.py | 187 | def __collect_requirements_files(self) -> list[str]: | CODE |
| LOW | …/src/ten_runtime/binding/python/tools/deps_resolver.py | 241 | def __generate_requirements_in(self, requirements_files: list[str]): | CODE |
| LOW | …_runtime/binding/python/tools/update_root_pyproject.py | 90 | def update_existing_pyproject( | CODE |
| LOW | …_runtime/binding/python/tools/update_root_pyproject.py | 160 | def generate_new_pyproject_content( | CODE |
| LOW | …nager/designer_frontend/src/components/ui/combobox.tsx | 113 | export function MultiSelectorWithCheckbox( | CODE |
| LOW | …r_frontend/src/components/widget/log-viewer-widget.tsx | 131 | export function LogViewerFrontStageWidget(props: { | CODE |
| LOW | …/integration/nodejs/mix_python_ext_nodejs/test_case.py | 23 | def test_mix_python_ext_nodejs(): | CODE |
| LOW | …ntegration/nodejs/websocket_server_nodejs/test_case.py | 46 | def test_websocket_server_nodejs(): | CODE |
| LOW | …egration/nodejs/trigger_life_cycle_nodejs/test_case.py | 23 | def test_trigger_life_cycle_nodejs(): | CODE |
| LOW | …integration/nodejs/standalone_test_nodejs/test_case.py | 12 | def test_standalone_test_nodejs(): | CODE |
| LOW | …n/nodejs/start_graph_and_set_dests_nodejs/test_case.py | 12 | def test_start_graph_and_set_dests_nodejs(): | CODE |
| LOW | …ntegration/nodejs/get_set_property_nodejs/test_case.py | 13 | def test_get_set_property_nodejs(): | CODE |
| LOW | …ion/nodejs/go_app_websocket_server_nodejs/test_case.py | 46 | def test_go_app_websocket_server_nodejs(): | CODE |
| LOW | …ntegration/nodejs/send_audio_frame_nodejs/test_case.py | 23 | def test_send_audio_frame_nodejs(): | CODE |
| LOW | …nodejs/start_graph_and_communicate_nodejs/test_case.py | 12 | def test_start_graph_and_communicate_nodejs(): | CODE |
| LOW | …tion/nodejs/call_api_after_closing_nodejs/test_case.py | 23 | def test_call_api_after_closing_nodejs(): | CODE |
| LOW | …ntegration/nodejs/send_video_frame_nodejs/test_case.py | 23 | def test_send_video_frame_nodejs(): | CODE |
| LOW | …n/nodejs/go_app_preload_all_addons_nodejs/test_case.py | 30 | def test_go_app_preload_all_addons_nodejs(): | CODE |
| LOW | …time/integration/go/trigger_life_cycle_go/test_case.py | 23 | def test_trigger_life_cycle_go(): | CODE |
| LOW | …egration/go/failed_to_create_extension_go/test_case.py | 12 | def test_failed_to_create_extension_go(): | CODE |
| LOW | …integration/go/sync_stop_before_deinit_go/test_case.py | 16 | def test_sync_stop_before_deinit_go(): | CODE |
| LOW | …/integration/go/start_predefined_graph_go/test_case.py | 23 | def test_start_predefined_graph_go(): | CODE |
| LOW | …ime/integration/go/frequently_cgo_call_go/test_case.py | 12 | def test_frequently_cgo_call_go(): | CODE |
| LOW | …integration/go/call_api_after_deinited_go/test_case.py | 23 | def test_call_api_after_deinited_go(): | CODE |
| LOW | …gration/go/two_extension_one_group_cmd_go/test_case.py | 12 | def test_two_extension_one_group_cmd_go(): | CODE |
| LOW | …gration/go/start_graph_and_communicate_go/test_case.py | 12 | def test_start_graph_and_communicate_go(): | CODE |
| LOW | …tegration/go/standalone_test_event_bus_go/test_case.py | 20 | def test_standalone_test_event_bus_go(): | CODE |
| LOW | …tegration/go/start_graph_and_set_dests_go/test_case.py | 12 | def test_start_graph_and_set_dests_go(): | CODE |
| LOW | …ime/integration/go/three_extension_cmd_go/test_case.py | 12 | def test_three_extension_cmd_go(): | CODE |
| LOW | …tegration/go/call_api_during_deiniting_go/test_case.py | 23 | def test_call_api_during_deiniting_go(): | CODE |
| LOW | …egration/python/trigger_life_cycle_python/test_case.py | 23 | def test_trigger_life_cycle_python(): | CODE |
| LOW | …ation/python/async_extension_basic_python/test_case.py | 23 | def test_async_extension_basic_python(): | CODE |
| 1237 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ols/upgrade/0.8_to_0.10/find_get_property_singlevar.py | 73 | except Exception as e: | CODE |
| LOW | …0.8_to_0.10/predefined_graphs_aggregate_graph_field.py | 89 | except Exception as e: | CODE |
| MEDIUM | …0.8_to_0.10/predefined_graphs_aggregate_graph_field.py | 90 | print(f"Error processing {file_path}: {e}", file=sys.stderr) | CODE |
| LOW⚡ | …0.8_to_0.10/predefined_graphs_aggregate_graph_field.py | 198 | except Exception as e: | CODE |
| MEDIUM⚡ | …0.8_to_0.10/predefined_graphs_aggregate_graph_field.py | 199 | 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.py | 230 | except Exception as e: | CODE |
| MEDIUM | …/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py | 231 | 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.py | 302 | except Exception as e: | CODE |
| MEDIUM⚡ | …/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py | 303 | print(f"Error processing {file_path}: {e}", file=sys.stderr) | CODE |
| MEDIUM | tools/upgrade/0.10_to_0.11/upgrade_log_config.py | 116 | print(f"Error: Cannot parse JSON file {file_path}: {error}") | CODE |
| MEDIUM | tools/upgrade/0.10_to_0.11/upgrade_log_config.py | 119 | print(f"Error: File not found {file_path}") | CODE |
| MEDIUM | tools/upgrade/0.10_to_0.11/upgrade_log_config.py | 174 | print(f"Error: Cannot write updated file {file_path}: {error}") | CODE |
| LOW | tools/version/common.py | 31 | except Exception: | CODE |
| LOW | tools/version/common.py | 36 | except Exception: | CODE |
| MEDIUM⚡ | tools/decrypt/decrypt.py | 190 | print(f"Error: Source file '{args.input}' does not exist") | CODE |
| LOW⚡ | tools/decrypt/decrypt.py | 200 | except Exception as e: | CODE |
| MEDIUM⚡ | tools/decrypt/decrypt.py | 201 | print(f"Error during decryption: {e}") | CODE |
| LOW⚡ | …ime/binding/python/interface/ten_runtime/async_test.py | 313 | except Exception as e: | CODE |
| LOW⚡ | …ime/binding/python/interface/ten_runtime/async_test.py | 321 | except Exception as e: | CODE |
| LOW⚡ | …ime/binding/python/interface/ten_runtime/async_test.py | 327 | except Exception as e: | CODE |
| LOW | …ime/binding/python/interface/ten_runtime/async_test.py | 354 | except Exception as e: | CODE |
| LOW | …ime/binding/python/interface/ten_runtime/async_test.py | 394 | except Exception as e: | CODE |
| LOW | …ime/binding/python/interface/ten_runtime/async_test.py | 412 | except Exception as e: | CODE |
| LOW | …ime/binding/python/interface/ten_runtime/async_test.py | 434 | except Exception as e: | CODE |
| LOW | …ime/binding/python/interface/ten_runtime/async_test.py | 456 | except Exception as e: | CODE |
| LOW | …/python/interface/ten_runtime/global_thread_manager.py | 172 | except Exception as e: | CODE |
| LOW | …/binding/python/interface/ten_runtime/addon_manager.py | 55 | except Exception as e: | CODE |
| LOW | …/binding/python/interface/ten_runtime/addon_manager.py | 87 | except Exception as e: | CODE |
| MEDIUM | …/binding/python/interface/ten_runtime/addon_manager.py | 88 | print(f"Error during registration of addon '{addon_name}': {e}") | CODE |
| LOW⚡ | …/binding/python/interface/ten_runtime/addon_manager.py | 129 | except Exception as e: | CODE |
| LOW | …time/binding/python/interface/ten_runtime/test_base.py | 98 | except Exception as e: | CODE |
| LOW | …time/binding/python/interface/ten_runtime/test_base.py | 109 | except Exception as e: | CODE |
| LOW | …e/binding/python/interface/ten_runtime/ten_env_base.py | 93 | except Exception as e: | CODE |
| LOW | …e/binding/python/interface/ten_runtime/ten_env_base.py | 104 | except Exception as e: | CODE |
| LOW | …/src/ten_runtime/binding/python/tools/deps_resolver.py | 35 | except Exception: | CODE |
| LOW | …/src/ten_runtime/binding/python/tools/deps_resolver.py | 150 | except Exception as e: | CODE |
| LOW | …_runtime/binding/python/tools/update_root_pyproject.py | 80 | except Exception as e: | CODE |
| LOW | …_runtime/binding/python/tools/update_root_pyproject.py | 296 | except Exception as e: | CODE |
| MEDIUM | …_runtime/binding/python/tools/update_root_pyproject.py | 297 | print(f"Error: Failed to process file: {e}", file=sys.stderr) | CODE |
| LOW | …_runtime/binding/python/tools/update_root_pyproject.py | 314 | except Exception as e: | CODE |
| MEDIUM | …_runtime/binding/python/tools/update_root_pyproject.py | 347 | print(f"Error: Directory does not exist: {app_root}", file=sys.stderr) | CODE |
| MEDIUM | …_ext_nodejs/mix_python_ext_nodejs_app/bin/bootstrap.py | 28 | print("Error: Failed to resolve the dependencies of the Python app.") | CODE |
| MEDIUM | …nodejs/go_app_websocket_server_nodejs_app/bin/start.py | 38 | print(f"Error: {main_exe} not found") | CODE |
| MEDIUM | …on/nodejs/go_app_nodejs/go_app_nodejs_app/bin/start.py | 38 | print(f"Error: {main_exe} not found") | CODE |
| MEDIUM | …dejs/go_app_preload_all_addons_nodejs_app/bin/start.py | 42 | print(f"Error: {main_exe} not found") | CODE |
| MEDIUM | …/nodejs/cpp_app_nodejs/cpp_app_nodejs_app/bin/start.py | 38 | print(f"Error: {main_exe} not found") | CODE |
| LOW | …tegration/python/go_app_log_rotate_python/test_case.py | 211 | except Exception as e: | CODE |
| MEDIUM | …tegration/python/go_app_log_rotate_python/test_case.py | 212 | print(f"Error reading {log_file}: {e}") | CODE |
| LOW | …test_python/default_extension_python/tests/conftest.py | 41 | except Exception: | CODE |
| MEDIUM | …n/default_extension_python/tests/test_async_basic_1.py | 110 | print(f"Error string representation: {err}") | CODE |
| LOW | …ython/two_exts_graph_test_python_app/tests/conftest.py | 37 | except Exception: | CODE |
| LOW | …ython/default_async_extension_python/tests/conftest.py | 41 | except Exception: | CODE |
| MEDIUM | …hon/cpp_app_python/cpp_app_python_app/bin/bootstrap.py | 32 | print(f"Error: deps_resolver.py not found at {deps_resolver}") | CODE |
| MEDIUM | …hon/cpp_app_python/cpp_app_python_app/bin/bootstrap.py | 44 | print(f"Error: Failed to resolve the dependencies of the Python app.") | CODE |
| MEDIUM | …hon/cpp_app_python/cpp_app_python_app/bin/bootstrap.py | 68 | print(f"Error: Failed to install dependencies.") | CODE |
| LOW | …/python/cpp_app_python/cpp_app_python_app/bin/start.py | 66 | except Exception: | CODE |
| MEDIUM | …mproc_python/cpp_app_mproc_python_app/bin/bootstrap.py | 32 | print(f"Error: deps_resolver.py not found at {deps_resolver}") | CODE |
| MEDIUM | …mproc_python/cpp_app_mproc_python_app/bin/bootstrap.py | 44 | print(f"Error: Failed to resolve the dependencies of the Python app.") | CODE |
| MEDIUM | …mproc_python/cpp_app_mproc_python_app/bin/bootstrap.py | 68 | print(f"Error: Failed to install dependencies.") | CODE |
| LOW | …app_mproc_python/cpp_app_mproc_python_app/bin/start.py | 66 | except Exception: | CODE |
| 1128 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/python/interface/ten_runtime/global_thread_manager.py | 12 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 135 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 136 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 136 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 140 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 141 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 142 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 143 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 144 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 145 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 146 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 147 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 147 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 148 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 148 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 149 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 149 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 150 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 150 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 151 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 151 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 152 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 153 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 154 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 154 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 155 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 156 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 157 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 158 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 159 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 159 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 160 | CODE | |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 160 | CODE | |
| LOW | …egration/go/failed_to_create_extension_go/test_case.py | 9 | CODE | |
| LOW | …alone_test_python/default_extension_python/__init__.py | 7 | CODE | |
| LOW | …tegration/python/standalone_ollama_python/test_case.py | 9 | CODE | |
| LOW | …pp/ten_packages/extension/test_extension_4/__init__.py | 6 | CODE | |
| LOW | …pp/ten_packages/extension/test_extension_3/__init__.py | 6 | CODE | |
| LOW | …pp/ten_packages/extension/test_extension_2/__init__.py | 6 | CODE | |
| LOW | …pp/ten_packages/extension/test_extension_1/__init__.py | 6 | CODE | |
| LOW | …sync_python/default_async_extension_python/__init__.py | 7 | CODE | |
| LOW | …pp/ten_packages/extension/test_extension_4/__init__.py | 6 | CODE | |
| LOW | …pp/ten_packages/extension/test_extension_3/__init__.py | 6 | CODE | |
| LOW | …pp/ten_packages/extension/test_extension_2/__init__.py | 6 | CODE | |
| LOW | …pp/ten_packages/extension/test_extension_1/__init__.py | 6 | CODE | |
| LOW | …ckages/extension/default_extension_python/extension.py | 13 | CODE | |
| LOW | …ckages/extension/default_extension_python/extension.py | 13 | CODE | |
| LOW | …pp/ten_packages/extension/test_extension_3/__init__.py | 6 | CODE | |
| LOW | …pp/ten_packages/extension/test_extension_2/__init__.py | 6 | CODE | |
| LOW | …p/ten_packages/extension/test_extension_2/extension.py | 20 | CODE | |
| LOW | …p/ten_packages/extension/test_extension_2/extension.py | 20 | CODE | |
| LOW | …pp/ten_packages/extension/test_extension_1/__init__.py | 6 | CODE | |
| LOW | …ackages/extension/default_extension_python/__init__.py | 7 | CODE | |
| LOW | tests/ten_manager/install/install_app/test_case.py | 9 | CODE | |
| LOW | third_party/clingo-sys/clingo/libpyclingo/setup.py | 3 | CODE | |
| LOW | third_party/clingo-sys/clingo/libpyclingo/compile.py | 14 | CODE | |
| LOW | …party/clingo-sys/clingo/libpyclingo/clingo/__init__.py | 100 | CODE | |
| LOW | …party/clingo-sys/clingo/libpyclingo/clingo/__init__.py | 101 | CODE | |
| LOW | …party/clingo-sys/clingo/libpyclingo/clingo/__init__.py | 102 | CODE | |
| LOW | …party/clingo-sys/clingo/libpyclingo/clingo/__init__.py | 103 | CODE | |
| 749 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | core/include_internal/ten_utils/schema/schema.h | 62 | // ┌─────────────────┐ | COMMENT |
| MEDIUM⚡ | core/include_internal/ten_utils/schema/schema.h | 64 | // └────────┬────────┘ | COMMENT |
| MEDIUM⚡ | core/include_internal/ten_utils/schema/schema.h | 66 | // ┌───────────────┼───────────────┐ | COMMENT |
| MEDIUM⚡ | core/include_internal/ten_utils/schema/schema.h | 68 | // ┌─────────────┴────────┐ ┌────┴─────────┐ ┌───┴────────────┐ | COMMENT |
| MEDIUM⚡ | core/include_internal/ten_utils/schema/schema.h | 70 | // └──────────────────────┘ └──────────────┘ └────────────────┘ | COMMENT |
| MEDIUM | core/src/ten_runtime/extension/internal/metadata.c | 127 | // └──────respA─────────┘ └───────respB──────┘ | COMMENT |
| MEDIUM⚡ | …ntime/binding/python/interface/ten_runtime/__init__.py | 8 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | …ntime/binding/python/interface/ten_runtime/__init__.py | 10 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | …ntime/binding/python/interface/ten_runtime/__init__.py | 113 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | …ntime/binding/python/interface/ten_runtime/__init__.py | 115 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | …ntime/binding/python/interface/ten_runtime/__init__.py | 119 | # ============================================================================== | COMMENT |
| MEDIUM | …ntime/binding/python/interface/ten_runtime/__init__.py | 32 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/ffmpeg/tools/python/tf_sess_config.py | 18 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/CMakeLists.txt | 11 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | third_party/yyjson/CMakeLists.txt | 22 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | third_party/yyjson/CMakeLists.txt | 36 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | third_party/yyjson/CMakeLists.txt | 70 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | third_party/yyjson/CMakeLists.txt | 78 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | third_party/yyjson/CMakeLists.txt | 139 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | third_party/yyjson/CMakeLists.txt | 159 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | third_party/yyjson/CMakeLists.txt | 463 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | third_party/yyjson/CMakeLists.txt | 487 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | third_party/yyjson/CMakeLists.txt | 516 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/real_pass_1.txt | 1 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/real_pass_1.txt | 25 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/real_pass_1.txt | 70 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/real_pass_1.txt | 115 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/real_pass_1.txt | 160 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/real_pass_1.txt | 205 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/real_pass_1.txt | 292 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/real_pass_1.txt | 341 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/real_pass_1.txt | 351 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/real_pass_1.txt | 401 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/real_pass_1.txt | 1882 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/real_pass_2.txt | 1 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/real_pass_6.txt | 2 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/real_pass_7.txt | 1 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/real_pass_5.txt | 1 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/real_pass_4.txt | 1 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/real_pass_4.txt | 14 | # ============================================================================== | COMMENT |
| MEDIUM | …rd_party/yyjson/test/data/num/nan_inf_literal_fail.txt | 1 | # ============================================================================== | COMMENT |
| MEDIUM | …rd_party/yyjson/test/data/num/nan_inf_literal_fail.txt | 21 | # ============================================================================== | COMMENT |
| MEDIUM | …rd_party/yyjson/test/data/num/nan_inf_literal_fail.txt | 32 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/num_fail.txt | 1 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | third_party/yyjson/test/data/num/num_fail.txt | 19 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | third_party/yyjson/test/data/num/num_fail.txt | 27 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | third_party/yyjson/test/data/num/num_fail.txt | 36 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | third_party/yyjson/test/data/num/num_fail.txt | 43 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/num_fail.txt | 64 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/num_fail.txt | 76 | # ============================================================================== | COMMENT |
| MEDIUM | third_party/yyjson/test/data/num/num_fail.txt | 90 | # ============================================================================== | COMMENT |
| MEDIUM | …rd_party/catch/tools/scripts/updateDocumentSnippets.py | 7 | # --------------------------------------------------- | COMMENT |
| MEDIUM | …rd_party/catch/tools/scripts/updateDocumentSnippets.py | 9 | # --------------------------------------------------- | COMMENT |
| MEDIUM | third_party/mbedtls/tests/compat-in-docker.sh | 10 | # --------------- | COMMENT |
| MEDIUM | third_party/mbedtls/tests/ssl-opt-in-docker.sh | 10 | # --------------- | COMMENT |
| MEDIUM | third_party/mbedtls/tests/scripts/all-in-docker.sh | 10 | # --------------- | COMMENT |
| MEDIUM | third_party/mbedtls/tests/scripts/docker_env.sh | 13 | # --------------- | COMMENT |
| MEDIUM | third_party/mbedtls/tests/scripts/basic-in-docker.sh | 13 | # --------------- | COMMENT |
| MEDIUM | third_party/mbedtls/tests/scripts/all.sh | 32 | # --------------- | COMMENT |
| MEDIUM | third_party/mbedtls/tests/scripts/all.sh | 77 | # --------------------- | COMMENT |
| 102 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …0.8_to_0.10/predefined_graphs_aggregate_graph_field.py | 68 | # Check if there are any changes | COMMENT |
| LOW⚡ | …0.8_to_0.10/predefined_graphs_aggregate_graph_field.py | 101 | # Check if the json has "_ten" or "ten" field | COMMENT |
| LOW⚡ | …0.8_to_0.10/predefined_graphs_aggregate_graph_field.py | 111 | # Check if predefined_graphs is a list | COMMENT |
| LOW⚡ | …0.8_to_0.10/predefined_graphs_aggregate_graph_field.py | 115 | # Check if any graph in predefined_graphs has fields that need to be moved | COMMENT |
| LOW⚡ | …0.8_to_0.10/predefined_graphs_aggregate_graph_field.py | 192 | # Check if it was skipped due to criteria or no changes needed | COMMENT |
| LOW | …/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py | 22 | # Check if all required fields exist | COMMENT |
| LOW | …/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py | 27 | # Check if api is a non-empty object | COMMENT |
| LOW | …/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py | 203 | # Check if this JSON file should be processed | COMMENT |
| LOW | …/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py | 209 | # Check if there are any changes | COMMENT |
| LOW⚡ | …/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py | 296 | # Check if it was skipped due to criteria or no changes needed | COMMENT |
| LOW | tools/tgn/install_tgn.sh | 38 | # Check if tgn is already installed | COMMENT |
| LOW | tools/tgn/install_tgn.sh | 117 | # Check if we need sudo | COMMENT |
| LOW | tools/tgn/install_tgn.sh | 130 | # Check if we need sudo for installation | COMMENT |
| LOW | tools/tgn/install_tgn.sh | 172 | # Check if PATH is already configured | COMMENT |
| LOW | tools/tman/install_tman.sh | 32 | # Check if tman is already installed | COMMENT |
| LOW | tools/tman/install_tman.sh | 221 | # Check if running as root (compatible with both Linux and macOS) | COMMENT |
| LOW | tools/tman/install_tman.sh | 329 | # Check if tman is already installed | COMMENT |
| LOW | tools/disk/disk_usage.sh | 9 | # Check if at least one argument is provided. | COMMENT |
| LOW | tools/disk/disk_usage.sh | 25 | # Check if the subfolder already exists in FOLDERS. | COMMENT |
| LOW | tools/disk/disk_usage.sh | 60 | # Check if the subfolder already exists in FOLDERS. | COMMENT |
| LOW | tools/disk/disk_usage.sh | 90 | # Check if the folder exists. | COMMENT |
| LOW⚡ | tools/decrypt/decrypt.py | 188 | # Check if source file exists. | COMMENT |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 77 | # Check if this is a MinGW bin directory by examining: | COMMENT |
| LOW | …/binding/python/interface/ten_runtime/addon_manager.py | 38 | # Check if the addon is already registered. | COMMENT |
| LOW | …/binding/python/interface/ten_runtime/addon_manager.py | 70 | # Check if the addon is already registered. | COMMENT |
| LOW | …/binding/python/interface/ten_runtime/async_ten_env.py | 393 | # Check if we need to join the thread based on reference count | COMMENT |
| LOW | …/src/ten_runtime/binding/python/tools/deps_resolver.py | 93 | # Check if pip-tools version is new enough | COMMENT |
| LOW | …/src/ten_runtime/binding/python/tools/deps_resolver.py | 313 | # Check if the output file exists. | COMMENT |
| LOW | …_runtime/binding/python/tools/update_root_pyproject.py | 281 | # Check if file exists | COMMENT |
| LOW | core/src/ten_rust/src/crypto/bindings.rs | 18 | /// # Return value | COMMENT |
| LOW | core/src/ten_rust/src/crypto/bindings.rs | 69 | /// # Return value | COMMENT |
| LOW | core/src/ten_rust/src/log/bindings.rs | 159 | /// # Return value | COMMENT |
| LOW | core/src/ten_manager/tools/build_all_and_run.sh | 24 | # Check if 'base-dir' option has provided. | COMMENT |
| LOW | …t_nodejs_3/default_extension_nodejs/tests/bin/start.py | 31 | # Set NODE_PATH to include ten_runtime_nodejs lib | COMMENT |
| LOW | …t_nodejs_2/default_extension_nodejs/tests/bin/start.py | 31 | # Set NODE_PATH to include ten_runtime_nodejs lib | COMMENT |
| LOW | …nodejs/go_app_websocket_server_nodejs_app/bin/start.py | 17 | # Set NODE_PATH to include ten_runtime_nodejs lib | COMMENT |
| LOW | …on/nodejs/go_app_nodejs/go_app_nodejs_app/bin/start.py | 17 | # Set NODE_PATH to include ten_runtime_nodejs lib | COMMENT |
| LOW | …dejs/go_app_preload_all_addons_nodejs_app/bin/start.py | 17 | # Set NODE_PATH to include ten_runtime_nodejs lib | COMMENT |
| LOW | …/nodejs/cpp_app_nodejs/cpp_app_nodejs_app/bin/start.py | 17 | # Set NODE_PATH to include ten_runtime_nodejs lib | COMMENT |
| LOW | …lone_test_2_go/default_extension_go/tests/bin/start.py | 20 | # Check if .ten/app directory exists | COMMENT |
| LOW | …lone_test_2_go/default_extension_go/tests/bin/start.py | 28 | # Check if extension is installed in standalone mode | COMMENT |
| LOW | …hon/cpp_app_python/cpp_app_python_app/bin/bootstrap.py | 47 | # Check if merged_requirements.txt exists | COMMENT |
| LOW | …mproc_python/cpp_app_mproc_python_app/bin/bootstrap.py | 47 | # Check if merged_requirements.txt exists | COMMENT |
| LOW | tests/utils/fs_utils.py | 35 | # Check if dst_path exists and is a directory. | COMMENT |
| LOW | tests/utils/build_config.py | 30 | # Check if this is a MinGW bin directory: | COMMENT |
| LOW | tests/ten_manager/install/install_app/test_case.py | 54 | # Check if the app is installed. | COMMENT |
| LOW | …ager/install/mock_extension_with_dev_deps/test_case.py | 37 | # Check if this type exists in expected_json and is not empty | COMMENT |
| LOW | …ager/install/mock_extension_with_dev_deps/test_case.py | 44 | # Check if corresponding folder exists under ten_packages | COMMENT |
| LOW | …en_manager/install/mock_app_with_dev_deps/test_case.py | 35 | # Check if this type exists in expected_json and is not empty | COMMENT |
| LOW | …en_manager/install/mock_app_with_dev_deps/test_case.py | 42 | # Check if corresponding folder exists under ten_packages | COMMENT |
| LOW | …ll_all/local_dependency_link_in_extension/test_case.py | 65 | # Check if `ext_c_path` exists. | COMMENT |
| LOW | …ll_all/local_dependency_link_in_extension/test_case.py | 70 | # Check if `ext_c_path` is a symbolic link. | COMMENT |
| LOW | …manager/install_all/local_dependency_link/test_case.py | 65 | # Check if `ext_c_path` exists. | COMMENT |
| LOW | …manager/install_all/local_dependency_link/test_case.py | 70 | # Check if `ext_c_path` is a symbolic link. | COMMENT |
| LOW | third_party/clingo-sys/clingo/examples/clingo/dl/app.py | 245 | # Check if there is a negative cycle | STRING |
| LOW | third_party/mbedtls/tests/ssl-opt.sh | 810 | # Check if the ServerHello time was printed | COMMENT |
| LOW | third_party/mbedtls/tests/ssl-opt.sh | 835 | # Check if memory usage was read | COMMENT |
| LOW | third_party/mbedtls/tests/ssl-opt.sh | 856 | # Check if memory usage is below max value | COMMENT |
| LOW | third_party/mbedtls/tests/ssl-opt.sh | 1284 | # Check if test uses files | COMMENT |
| LOW | third_party/mbedtls/tests/ssl-opt.sh | 1290 | # Check if the test uses DTLS. | COMMENT |
| 295 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …0.8_to_0.10/predefined_graphs_aggregate_graph_field.py | 144 | CODE | |
| LOW | …/upgrade/0.8_to_0.10/manifest_json_from_0_8_to_0_10.py | 249 | CODE | |
| LOW | tools/upgrade/0.10_to_0.11/upgrade_log_config.py | 103 | CODE | |
| LOW | tools/rust/cargo_toml_sort.py | 19 | CODE | |
| LOW | tools/version/update_version_in_ten_framework.py | 467 | CODE | |
| LOW | tools/profiler/pprof/utils/get_total_bytes.py | 6 | CODE | |
| LOW | tools/profiler/gperftools/utils/get_total_bytes.py | 4 | CODE | |
| LOW | tools/decrypt/decrypt.py | 71 | CODE | |
| LOW | …/python/interface/ten_runtime/global_thread_manager.py | 137 | CODE | |
| LOW | …/binding/python/interface/ten_runtime/addon_manager.py | 31 | CODE | |
| LOW | …_runtime/binding/python/interface/ten_runtime/value.py | 80 | CODE | |
| LOW | …time/binding/python/interface/ten_runtime/test_base.py | 81 | CODE | |
| LOW | …e/binding/python/interface/ten_runtime/ten_env_base.py | 76 | CODE | |
| LOW | …src/ten_runtime/binding/python/tools/find_libpython.py | 23 | CODE | |
| LOW | …/src/ten_runtime/binding/python/tools/deps_resolver.py | 16 | CODE | |
| LOW | …_runtime/binding/python/tools/update_root_pyproject.py | 45 | CODE | |
| LOW | …en_runtime/integration/go/return_value_go/test_case.py | 12 | CODE | |
| LOW | …untime/integration/go/send_video_frame_go/test_case.py | 23 | CODE | |
| LOW | …n_runtime/integration/go/return_result_go/test_case.py | 12 | CODE | |
| LOW | …ten_runtime/integration/go/start_graph_go/test_case.py | 23 | CODE | |
| LOW | …time/integration/go/trigger_life_cycle_go/test_case.py | 23 | CODE | |
| LOW | …untime/integration/go/transfer_pointer_go/test_case.py | 12 | CODE | |
| LOW | …s/ten_runtime/integration/go/send_data_go/test_case.py | 23 | CODE | |
| LOW | …runtime/integration/go/prepare_to_stop_go/test_case.py | 12 | CODE | |
| LOW | …integration/go/sync_stop_before_deinit_go/test_case.py | 16 | CODE | |
| LOW | …/ten_runtime/integration/go/multi_dest_go/test_case.py | 23 | CODE | |
| LOW | …time/integration/go/local_dependency_1_go/test_case.py | 12 | CODE | |
| LOW | …/integration/go/start_predefined_graph_go/test_case.py | 23 | CODE | |
| LOW | …/ten_runtime/integration/go/leak_check_go/test_case.py | 23 | CODE | |
| LOW | …_runtime/integration/go/start_app_sync_go/test_case.py | 12 | CODE | |
| LOW | …integration/go/call_api_after_deinited_go/test_case.py | 23 | CODE | |
| LOW | …time/integration/go/local_dependency_2_go/test_case.py | 12 | CODE | |
| LOW | …untime/integration/go/send_audio_frame_go/test_case.py | 23 | CODE | |
| LOW | …s/ten_runtime/integration/go/close_app_go/test_case.py | 12 | CODE | |
| LOW | …ts/ten_runtime/integration/go/set_dest_go/test_case.py | 23 | CODE | |
| LOW | …s/ten_runtime/integration/go/msg_clone_go/test_case.py | 23 | CODE | |
| LOW | …n_runtime/integration/go/close_app_cmd_go/test_case.py | 23 | CODE | |
| LOW | …sts/ten_runtime/integration/go/no_dest_go/test_case.py | 12 | CODE | |
| LOW | …gration/go/two_extension_one_group_cmd_go/test_case.py | 12 | CODE | |
| LOW | …gration/go/start_graph_and_communicate_go/test_case.py | 12 | CODE | |
| LOW | …runtime/integration/go/access_property_go/test_case.py | 12 | CODE | |
| LOW | …en_runtime/integration/go/handle_error_go/test_case.py | 12 | CODE | |
| LOW | …tegration/go/start_graph_and_set_dests_go/test_case.py | 12 | CODE | |
| LOW | …ten_runtime/integration/go/expired_ten_go/test_case.py | 12 | CODE | |
| LOW | …ime/integration/go/three_extension_cmd_go/test_case.py | 12 | CODE | |
| LOW | …tegration/go/call_api_during_deiniting_go/test_case.py | 23 | CODE | |
| LOW | …tegration/python/go_app_log_rotate_python/test_case.py | 25 | CODE | |
| LOW | …integration/python/standalone_test_python/test_case.py | 12 | CODE | |
| LOW | …lone_test_python/default_extension_python/extension.py | 65 | CODE | |
| LOW | …ntime/integration/python/go_app_cythonize/test_case.py | 93 | CODE | |
| LOW | …tegration/python/standalone_ollama_python/test_case.py | 12 | CODE | |
| LOW | …ation/python/standalone_test_async_python/test_case.py | 12 | CODE | |
| LOW | …ckages/extension/default_extension_python/extension.py | 28 | CODE | |
| LOW | …tion/python/go_app_raise_exception_python/test_case.py | 24 | CODE | |
| LOW | …n_packages/extension/default_extension_python/addon.py | 23 | CODE | |
| LOW | …ration/python/standalone_test_tmpl_python/test_case.py | 12 | CODE | |
| LOW | …/python/standalone_test_async_tmpl_python/test_case.py | 12 | CODE | |
| LOW | …s/ten_runtime/integration/cpp/hello_world/test_case.py | 12 | CODE | |
| LOW | …runtime/integration/cpp/check_start_graph/test_case.py | 12 | CODE | |
| LOW | …n_runtime/integration/cpp/graph_env_var_2/test_case.py | 12 | CODE | |
| 433 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/include_internal/ten_runtime/metadata/metadata_info.h | 40 | // the belonging object, and we need to check if it is valid in | COMMENT |
| LOW | core/src/ten_runtime/engine/msg_interface/common.c | 121 | // (another external TEN app or client), so we need to check if the | COMMENT |
| LOW⚡ | core/src/ten_rust/src/graph/mod.rs | 537 | // Step 1: Expand names arrays to individual name items | COMMENT |
| LOW⚡ | core/src/ten_rust/src/graph/mod.rs | 541 | // Step 2: Match nodes according to selector rules and replace them in | COMMENT |
| LOW⚡ | core/src/ten_rust/src/graph/mod.rs | 546 | // Step 3: Convert reversed connections to forward connections if needed | COMMENT |
| LOW⚡ | core/src/ten_rust/src/graph/mod.rs | 551 | // Step 4: Flatten subgraphs | COMMENT |
| LOW | core/src/ten_manager/src/cmd/cmd_install.rs | 361 | // Step 1: Check if manifest-lock.json exists | COMMENT |
| LOW | core/src/ten_manager/src/cmd/cmd_install.rs | 372 | // Step 2: Validate that locked versions satisfy manifest.json requirements | COMMENT |
| LOW | core/src/ten_manager/src/cmd/cmd_install.rs | 386 | // Step 3: Query registry to get download URLs for locked packages (in parallel) | COMMENT |
| LOW | …integration/nodejs/standalone_test_nodejs/test_case.py | 26 | # Step 1: | COMMENT |
| LOW | …integration/nodejs/standalone_test_nodejs/test_case.py | 55 | # Step 2: | COMMENT |
| LOW | …integration/nodejs/standalone_test_nodejs/test_case.py | 88 | # Step 3: | COMMENT |
| LOW | …integration/nodejs/standalone_test_nodejs/test_case.py | 129 | # Step 4: | COMMENT |
| LOW | …tegration/nodejs/standalone_test_nodejs_3/test_case.py | 25 | # Step 1: | COMMENT |
| LOW | …tegration/nodejs/standalone_test_nodejs_3/test_case.py | 57 | # Step 2: | COMMENT |
| LOW | …tegration/nodejs/standalone_test_nodejs_3/test_case.py | 98 | # Step 3: | COMMENT |
| LOW | …tegration/nodejs/standalone_test_nodejs_2/test_case.py | 25 | # Step 1: | COMMENT |
| LOW | …tegration/nodejs/standalone_test_nodejs_2/test_case.py | 57 | # Step 2: | COMMENT |
| LOW | …tegration/nodejs/standalone_test_nodejs_2/test_case.py | 98 | # Step 3: | COMMENT |
| LOW | …ntime/integration/go/standalone_test_2_go/test_case.py | 28 | # Step 1: | COMMENT |
| LOW | …ntime/integration/go/standalone_test_2_go/test_case.py | 52 | # Step 2: | COMMENT |
| LOW | …ntime/integration/go/standalone_test_1_go/test_case.py | 31 | # Step 1: | COMMENT |
| LOW | …ntime/integration/go/standalone_test_1_go/test_case.py | 58 | # Step 2: | COMMENT |
| LOW | …ntime/integration/go/standalone_test_1_go/test_case.py | 82 | # Step 3: | COMMENT |
| LOW | …tegration/go/standalone_test_event_bus_go/test_case.py | 31 | # Step 1: | COMMENT |
| LOW | …tegration/go/standalone_test_event_bus_go/test_case.py | 58 | # Step 2: | COMMENT |
| LOW | …tegration/go/standalone_test_event_bus_go/test_case.py | 82 | # Step 3: | COMMENT |
| LOW⚡ | …egration/python/trigger_life_cycle_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …egration/python/trigger_life_cycle_python/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …egration/python/trigger_life_cycle_python/test_case.py | 83 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …ation/python/async_extension_basic_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …ation/python/async_extension_basic_python/test_case.py | 65 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …ation/python/async_extension_basic_python/test_case.py | 80 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …tegration/python/go_app_log_rotate_python/test_case.py | 59 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …tegration/python/go_app_log_rotate_python/test_case.py | 67 | # Step 2: Activate virtual environment for Go/C++ app | COMMENT |
| LOW | …tegration/python/go_app_log_rotate_python/test_case.py | 95 | # Step 3: Setup AddressSanitizer if needed | COMMENT |
| LOW⚡ | …e/integration/python/multi_process_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …e/integration/python/multi_process_python/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …e/integration/python/multi_process_python/test_case.py | 78 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …ntegration/python/websocket_server_python/test_case.py | 80 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …ntegration/python/websocket_server_python/test_case.py | 86 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …ntegration/python/websocket_server_python/test_case.py | 109 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …e/integration/python/send_recv_pcm_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …e/integration/python/send_recv_pcm_python/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …e/integration/python/send_recv_pcm_python/test_case.py | 78 | # Step 3: Start the server | COMMENT |
| LOW | …integration/python/standalone_test_python/test_case.py | 20 | # Step 1: | COMMENT |
| LOW | …integration/python/standalone_test_python/test_case.py | 45 | # Step 2: | COMMENT |
| LOW | …integration/python/standalone_test_python/test_case.py | 70 | # Step 3: | COMMENT |
| LOW | …integration/python/standalone_test_python/test_case.py | 138 | # Step 4: | COMMENT |
| LOW⚡ | …/integration/python/async_io_basic_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …/integration/python/async_io_basic_python/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …/integration/python/async_io_basic_python/test_case.py | 78 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …/integration/python/get_set_prop_2_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …/integration/python/get_set_prop_2_python/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …/integration/python/get_set_prop_2_python/test_case.py | 78 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …ntime/integration/python/go_app_cythonize/test_case.py | 127 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …ntime/integration/python/go_app_cythonize/test_case.py | 135 | # Step 2: Activate virtual environment for Go/C++ app | COMMENT |
| LOW | …ntime/integration/python/go_app_cythonize/test_case.py | 163 | # Step 3: Setup AddressSanitizer if needed | COMMENT |
| LOW⚡ | …ntime/integration/python/env_var_1_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …ntime/integration/python/env_var_1_python/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| 199 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | core/src/ten_rust/src/graph/mod.rs | 537 | // Step 1: Expand names arrays to individual name items | COMMENT |
| LOW⚡ | core/src/ten_rust/src/graph/mod.rs | 541 | // Step 2: Match nodes according to selector rules and replace them in | COMMENT |
| LOW⚡ | core/src/ten_rust/src/graph/mod.rs | 546 | // Step 3: Convert reversed connections to forward connections if needed | COMMENT |
| LOW⚡ | core/src/ten_rust/src/graph/mod.rs | 551 | // Step 4: Flatten subgraphs | COMMENT |
| LOW | core/src/ten_manager/src/cmd/cmd_install.rs | 361 | // Step 1: Check if manifest-lock.json exists | COMMENT |
| LOW | core/src/ten_manager/src/cmd/cmd_install.rs | 372 | // Step 2: Validate that locked versions satisfy manifest.json requirements | COMMENT |
| LOW | core/src/ten_manager/src/cmd/cmd_install.rs | 386 | // Step 3: Query registry to get download URLs for locked packages (in parallel) | COMMENT |
| LOW⚡ | …egration/python/trigger_life_cycle_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …egration/python/trigger_life_cycle_python/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …egration/python/trigger_life_cycle_python/test_case.py | 83 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …ation/python/async_extension_basic_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …ation/python/async_extension_basic_python/test_case.py | 65 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …ation/python/async_extension_basic_python/test_case.py | 80 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …tegration/python/go_app_log_rotate_python/test_case.py | 59 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …tegration/python/go_app_log_rotate_python/test_case.py | 67 | # Step 2: Activate virtual environment for Go/C++ app | COMMENT |
| LOW | …tegration/python/go_app_log_rotate_python/test_case.py | 95 | # Step 3: Setup AddressSanitizer if needed | COMMENT |
| LOW⚡ | …e/integration/python/multi_process_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …e/integration/python/multi_process_python/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …e/integration/python/multi_process_python/test_case.py | 78 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …ntegration/python/websocket_server_python/test_case.py | 80 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …ntegration/python/websocket_server_python/test_case.py | 86 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …ntegration/python/websocket_server_python/test_case.py | 109 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …e/integration/python/send_recv_pcm_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …e/integration/python/send_recv_pcm_python/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …e/integration/python/send_recv_pcm_python/test_case.py | 78 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …/integration/python/async_io_basic_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …/integration/python/async_io_basic_python/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …/integration/python/async_io_basic_python/test_case.py | 78 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …/integration/python/get_set_prop_2_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …/integration/python/get_set_prop_2_python/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …/integration/python/get_set_prop_2_python/test_case.py | 78 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …ntime/integration/python/go_app_cythonize/test_case.py | 127 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …ntime/integration/python/go_app_cythonize/test_case.py | 135 | # Step 2: Activate virtual environment for Go/C++ app | COMMENT |
| LOW | …ntime/integration/python/go_app_cythonize/test_case.py | 163 | # Step 3: Setup AddressSanitizer if needed | COMMENT |
| LOW⚡ | …ntime/integration/python/env_var_1_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …ntime/integration/python/env_var_1_python/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …ntime/integration/python/env_var_1_python/test_case.py | 78 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …on/python/two_async_exts_one_group_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …on/python/two_async_exts_one_group_python/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …on/python/two_async_exts_one_group_python/test_case.py | 78 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …ration/python/async_get_set_prop_2_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …ration/python/async_get_set_prop_2_python/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …ration/python/async_get_set_prop_2_python/test_case.py | 78 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …gration/python/send_cmd_set_object_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …gration/python/send_cmd_set_object_python/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …gration/python/send_cmd_set_object_python/test_case.py | 78 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …n/python/start_graph_and_set_dests_python/test_case.py | 46 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …n/python/start_graph_and_set_dests_python/test_case.py | 54 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …n/python/start_graph_and_set_dests_python/test_case.py | 69 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …integration/python/aio_http_server_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …integration/python/aio_http_server_python/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …integration/python/aio_http_server_python/test_case.py | 86 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …egration/python/multiple_results_python_2/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …egration/python/multiple_results_python_2/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …egration/python/multiple_results_python_2/test_case.py | 78 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …runtime/integration/python/no_dest_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …runtime/integration/python/no_dest_python/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| LOW | …runtime/integration/python/no_dest_python/test_case.py | 78 | # Step 3: Start the server | COMMENT |
| LOW⚡ | …/integration/python/two_async_exts_python/test_case.py | 57 | # Step 1: Bootstrap Python dependencies (update pyproject.toml and sync) | COMMENT |
| LOW⚡ | …/integration/python/two_async_exts_python/test_case.py | 63 | # Step 2: Setup AddressSanitizer if needed | COMMENT |
| 171 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | third_party/ffmpeg/libavformat/avformat.h | 1463 | #define AVFMT_FLAG_AUTO_BSF 0x200000 ///< Add bitstream filters as requested by the muxer | COMMENT |
| HIGH | third_party/ffmpeg/libavformat/avformat.h | 1463 | #define AVFMT_FLAG_AUTO_BSF 0x200000 ///< Add bitstream filters as requested by the muxer | COMMENT |
| HIGH | third_party/mbedtls/library/error.c | 190 | /* Begin Auto-Generated Code. */ | COMMENT |
| HIGH | third_party/mbedtls/library/error.c | 493 | /* End Auto-Generated Code. */ | COMMENT |
| HIGH | third_party/mbedtls/library/error.c | 514 | /* Begin Auto-Generated Code. */ | COMMENT |
| HIGH | third_party/mbedtls/library/error.c | 730 | /* End Auto-Generated Code. */ | COMMENT |
| HIGH | …kages/extension/tencent_tts_python/tests/test_basic.py | 32 | # Use a fixed path as requested by the user. | COMMENT |
| HIGH | …kages/extension/mistral_tts_python/tests/test_basic.py | 37 | # Use a fixed path as requested by the user. | COMMENT |
| HIGH | …packages/extension/sarvam_http_tts/tests/test_basic.py | 37 | # Use a fixed path as requested by the user. | COMMENT |
| HIGH | …ckages/extension/humeai_tts_python/tests/test_basic.py | 44 | # Use a fixed path as requested by the user. | COMMENT |
| HIGH | …kages/extension/openai_tts2_python/tests/test_basic.py | 37 | # Use a fixed path as requested by the user. | COMMENT |
| HIGH | …kages/extension/stepfun_tts_python/tests/test_basic.py | 44 | # Use a fixed path as requested by the user. | COMMENT |
| HIGH | …packages/extension/murf_tts_python/tests/test_basic.py | 41 | # Use a fixed path as requested by the user. | COMMENT |
| HIGH | …ts/ten_packages/extension/rime_tts/tests/test_basic.py | 41 | # Use a fixed path as requested by the user. | COMMENT |
| HIGH | …s/extension/elevenlabs_tts2_python/tests/test_basic.py | 42 | # Use a fixed path as requested by the user. | COMMENT |
| HIGH | …packages/extension/cosy_tts_python/tests/test_basic.py | 33 | # Use a fixed path as requested by the user. | COMMENT |
| HIGH | …es/extension/fish_audio_tts_python/tests/test_basic.py | 42 | # Use a fixed path as requested by the user. | COMMENT |
| HIGH | …ges/extension/bytedance_tts_duplex/tests/test_basic.py | 42 | # Use a fixed path as requested by the user. | COMMENT |
| HIGH | …ckages/extension/google_tts_python/tests/test_basic.py | 42 | # Use a fixed path as requested by the user. | COMMENT |
| HIGH | …nsion/minimax_tts_websocket_python/tests/test_basic.py | 44 | # Use a fixed path as requested by the user. | COMMENT |
| HIGH | …n_packages/extension/rime_http_tts/tests/test_basic.py | 37 | # Use a fixed path as requested by the user. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ten_runtime/ten_env_proxy/internal/release_lock_mode.c | 47 | // utilize the immutable fields of ten or ten fields protected by locks. | COMMENT |
| MEDIUM | …ten_runtime/ten_env_proxy/internal/release_lock_mode.c | 62 | // utilize the immutable fields of ten or ten fields protected by locks. | COMMENT |
| MEDIUM | …ten_runtime/ten_env_proxy/internal/acquire_lock_mode.c | 48 | // utilize the immutable fields of ten or ten fields protected by locks. | COMMENT |
| MEDIUM | …ten_runtime/ten_env_proxy/internal/acquire_lock_mode.c | 68 | // utilize the immutable fields of ten or ten fields protected by locks. | COMMENT |
| MEDIUM | core/src/ten_runtime/path/path_group.c | 31 | // In case the extension thread may be in lock_mode, we utilize | COMMENT |
| MEDIUM | core/src/ten_runtime/path/path.c | 28 | // In case the extension thread may be lock_mode, we utilize | COMMENT |
| MEDIUM | …runtime/binding/go/interface/ten_runtime/cgo_helper.go | 111 | // Essentially, the functions `withCGOLimiter` and | COMMENT |
| MEDIUM | …sts/test_case/designer/get_packages_with_import_uri.rs | 33 | 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.rs | 124 | "# Test Extension\n\nThis is a comprehensive test extension." | CODE |
| MEDIUM | …ntegration/nodejs/websocket_server_nodejs/test_case.py | 24 | # mechanism is needed to make the process more robust. | COMMENT |
| MEDIUM | …ion/nodejs/go_app_websocket_server_nodejs/test_case.py | 24 | # mechanism is needed to make the process more robust. | COMMENT |
| MEDIUM | …ntegration/python/websocket_server_python/test_case.py | 23 | # mechanism is needed to make the process more robust. | COMMENT |
| MEDIUM | third_party/ffmpeg/libavformat/movenc.c | 718 | // in the case of fragmented MP4, utilize the following values as | COMMENT |
| MEDIUM | third_party/ffmpeg/libavformat/movenc.c | 738 | // utilize values from properties if we have them available | COMMENT |
| MEDIUM | third_party/ffmpeg/libavformat/mpegtsenc.c | 331 | // Here we utilize a pre-defined set of values defined in ARIB TR-B14, | COMMENT |
| LOW | third_party/ffmpeg/libavformat/avformat.h | 1445 | #define AVFMT_FLAG_NOFILLIN 0x0010 ///< Do not infer any values from other values, just return what is stored in the | COMMENT |
| MEDIUM | third_party/ffmpeg/libavcodec/mfenc.c | 168 | // (Certainly any lossy codec will have frames much smaller than 1 second.) | COMMENT |
| MEDIUM | third_party/ffmpeg/libavcodec/cbs_jpeg.c | 97 | // Definitely too short to be meaningful. | COMMENT |
| MEDIUM | third_party/ffmpeg/libavcodec/aac/aacdec.c | 401 | // For everything else, utilize the AV channel position define as a | COMMENT |
| MEDIUM | third_party/msgpack/src/unpack.c | 193 | // Let's leverage the fact that sizeof(msgpack_object) is a compile time constant | COMMENT |
| MEDIUM | third_party/msgpack/src/unpack.c | 235 | // Let's leverage the fact that sizeof(msgpack_object_kv) is a compile time constant | COMMENT |
| LOW | third_party/clingo-sys/bindings.rs | 2717 | #[doc = "! Register a program observer with the control object.\n!\n! @param[in] control the target\n! @param[in] ob | COMMENT |
| MEDIUM | …d_party/mbedtls/scripts/mbedtls_dev/macro_collector.py | 268 | # something more robust. | COMMENT |
| MEDIUM | third_party/curl/tests/runner.pm | 967 | # Test harness ssh server does not have this synchronization mechanism, | COMMENT |
| MEDIUM | third_party/curl/tests/serverhelp.pm | 66 | # Just for convenience, test harness uses 'https' and 'httptls' literals as | COMMENT |
| MEDIUM | third_party/curl/tests/globalconfig.pm | 26 | # harness but not really "owned" by any one. | COMMENT |
| MEDIUM | third_party/curl/tests/servers.pm | 1004 | # Just for convenience, test harness uses 'https' and 'httptls' literals | COMMENT |
| MEDIUM | third_party/curl/tests/devtest.pl | 27 | # runtests.pl harness. Don't try to use this unless you know what you're | COMMENT |
| MEDIUM | third_party/curl/tests/devtest.pl | 122 | # Initialize the test harness to run tests | COMMENT |
| MEDIUM | third_party/curl/tests/secureserver.pl | 27 | # harness. Actually just a layer that runs stunnel properly using the | COMMENT |
| MEDIUM | third_party/curl/tests/secureserver.pl | 28 | # non-secure test harness servers. | COMMENT |
| MEDIUM | third_party/curl/tests/sshserver.pl | 26 | # Starts sshd for use in the SCP and SFTP curl test harness tests. | COMMENT |
| MEDIUM | third_party/curl/tests/testcurl.pl | 760 | # build test harness programs for selected cross-compiles | COMMENT |
| MEDIUM | third_party/curl/tests/runtests.pl | 27 | # are able to run curl but are unable to run the test harness. | COMMENT |
| MEDIUM⚡ | third_party/curl/tests/runtests.pl | 604 | # Test harness currently uses a non-stunnel server in order to | COMMENT |
| MEDIUM⚡ | third_party/curl/tests/runtests.pl | 607 | # 'httptls' may be included in the test harness protocols array | COMMENT |
| MEDIUM⚡ | third_party/curl/tests/runtests.pl | 609 | # harness server. | COMMENT |
| LOW | third_party/curl/tests/libtest/test613.pl | 127 | # Unexpected format; just pass it through and let the test fail | COMMENT |
| LOW | third_party/googletest/test/gtest_test_utils.py | 262 | # them with the passed 'env'. When 'env' is None, we simply use the | COMMENT |
| MEDIUM | third_party/googletest/include/gtest/gtest-death-test.h | 147 | // This implementation is *not* meant to be as highly tuned or robust | COMMENT |
| MEDIUM | third_party/googletest/include/gtest/gtest-death-test.h | 219 | // In practice, this can be used to test functions that utilize the | COMMENT |
| MEDIUM | third_party/node/include/node/v8-internal.h | 564 | // Essentially a specialized version of a trusted pointer that (when the | COMMENT |
| MEDIUM | …nts/ten_packages/extension/groq_tts_python/groq_tts.py | 75 | # Use retry mechanism for robust connection | COMMENT |
| LOW | …n_packages/extension/stepfun_tts_python/stepfun_tts.py | 648 | # No current client, just create a new one | COMMENT |
| LOW | …/extension/minimax_tts_websocket_python/minimax_tts.py | 949 | # No current client, just create a new one | COMMENT |
| MEDIUM | …yx/tenapp/ten_packages/extension/main_python/helper.py | 37 | # This is a simplified version; a more robust implementation might use NLP | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | core/src/ten_rust/src/service_hub/telemetry/exporter.rs | 77 | /// "x-api-key": "your-api-key" | COMMENT |
| HIGH | …s/agents/ten_packages/extension/text_webhook/README.md | 78 | "headers": "{\"Authorization\": \"Bearer YOUR_TOKEN_HERE\"}" | CODE |
| HIGH | …en_packages/extension/deepgram_ws_asr_python/README.md | 330 | -H "Authorization: Token YOUR_API_KEY" \ | CODE |
| HIGH | …ents/ten_packages/extension/blaze_stt_python/README.md | 25 | export BLAZE_STT_API_KEY="your-api-key-here" # Optional | CODE |
| HIGH | …ents/ten_packages/extension/blaze_stt_python/README.md | 55 | "api_key": "your-api-key", | CODE |
| HIGH | …ents/ten_packages/extension/blaze_stt_python/README.md | 81 | api_key="your-api-key", | CODE |
| HIGH | …ts/ten_packages/extension/gemini_llm2_python/README.md | 34 | export GEMINI_API_KEY=your_api_key | CODE |
| HIGH | …nts/ten_packages/extension/gemini_tts_python/README.md | 32 | export GEMINI_API_KEY=your_api_key | CODE |
| HIGH | …packages/extension/oceanbase_powerrag_python/README.md | 29 | export OCEANBASE_API_KEY="<your_api_key>" | CODE |
| HIGH | …nts/ten_packages/extension/playht_tts_python/README.md | 53 | "api_key": "your-api-key-here", | CODE |
| HIGH | …ents/ten_packages/extension/blaze_tts_python/README.md | 25 | export BLAZE_TTS_API_KEY="your-api-key-here" # Optional | CODE |
| HIGH | …ents/ten_packages/extension/blaze_tts_python/README.md | 58 | "api_key": "your-api-key", | CODE |
| HIGH | …ents/ten_packages/extension/blaze_tts_python/README.md | 84 | api_key="your-api-key", | CODE |
| HIGH | …yx/tenapp/ten_packages/extension/main_python/README.md | 83 | telnyx_api_key="your-api-key", | CODE |
| HIGH | …ents/examples/voice-assistant-with-EverMemOS/README.md | 158 | [EverMemosMemoryStore] Initialized with API key: your_api_key... | CODE |
| HIGH | …ents/examples/voice-assistant-with-EverMemOS/README.md | 235 | client = EverMemOS(api_key="your_api_key") | CODE |
| HIGH | …s/examples/voice-assistant-with-EverMemOS/README_CN.md | 158 | [EverMemosMemoryStore] Initialized with API key: your_api_key... | CODE |
| HIGH | …s/examples/voice-assistant-with-EverMemOS/README_CN.md | 235 | client = EverMemOS(api_key="your_api_key") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …untime/binding/python/interface/ten_runtime/ten_env.py | 35 | def _set_release_handler(self, handler: Callable[[], None]) -> None: | CODE |
| LOW | …ime/binding/python/interface/ten_runtime/async_test.py | 468 | def set_test_mode_graph(self, graph_json: str) -> None: | CODE |
| LOW | …ntime/binding/python/interface/ten_runtime/__init__.py | 164 | __all__ = [ | CODE |
| LOW | …n_runtime/binding/python/interface/ten_runtime/test.py | 92 | def set_test_mode_graph(self, graph_json: str) -> None: | CODE |
| LOW | …/clingo-sys/clingo/libpyclingo/clingo/configuration.py | 36 | __all__ = ["Configuration"] | CODE |
| LOW | …_party/clingo-sys/clingo/libpyclingo/clingo/backend.py | 40 | __all__ = ["Backend", "HeuristicType", "Observer", "TheorySequenceType"] | CODE |
| LOW | …_party/clingo-sys/clingo/libpyclingo/clingo/solving.py | 82 | __all__ = ["Model", "ModelType", "SolveControl", "SolveHandle", "SolveResult"] | CODE |
| LOW | …clingo-sys/clingo/libpyclingo/clingo/symbolic_atoms.py | 36 | __all__ = ["SymbolicAtom", "SymbolicAtoms"] | CODE |
| LOW | …_party/clingo-sys/clingo/libpyclingo/clingo/control.py | 81 | __all__ = ["Control", "BackendType"] | CODE |
| LOW | …d_party/clingo-sys/clingo/libpyclingo/clingo/symbol.py | 29 | __all__ = [ | CODE |
| LOW | …ird_party/clingo-sys/clingo/libpyclingo/clingo/core.py | 10 | __all__ = ["Logger", "MessageCode", "OrderedEnum", "TruthValue", "version"] | CODE |
| LOW | …ty/clingo-sys/clingo/libpyclingo/clingo/application.py | 43 | __all__ = ["Application", "ApplicationOptions", "Flag", "clingo_main"] | CODE |
| LOW | …d_party/clingo-sys/clingo/libpyclingo/clingo/theory.py | 87 | __all__ = ["Theory"] | CODE |
| LOW | third_party/clingo-sys/clingo/libpyclingo/clingo/ast.py | 353 | __all__ = [ | CODE |
| LOW | …rty/clingo-sys/clingo/libpyclingo/clingo/statistics.py | 53 | __all__ = ["StatisticsArray", "StatisticsMap", "StatisticsValue"] | CODE |
| LOW | …y/clingo-sys/clingo/libpyclingo/clingo/theory_atoms.py | 32 | __all__ = ["TheoryAtom", "TheoryElement", "TheoryTerm", "TheoryTermType"] | CODE |
| LOW | …d_party/clingo-sys/clingo/libpyclingo/clingo/script.py | 62 | __all__ = ["Script", "enable_python", "register_script"] | CODE |
| LOW | …rty/clingo-sys/clingo/libpyclingo/clingo/propagator.py | 49 | __all__ = [ | CODE |
| LOW | third_party/mbedtls/scripts/mbedtls_dev/psa_storage.py | 51 | def update_cache(self) -> None: | CODE |
| LOW⚡ | third_party/mbedtls/scripts/mbedtls_dev/test_case.py | 49 | def set_description(self, description: str) -> None: | CODE |
| LOW⚡ | third_party/mbedtls/scripts/mbedtls_dev/test_case.py | 52 | def set_dependencies(self, dependencies: List[str]) -> None: | CODE |
| LOW⚡ | third_party/mbedtls/scripts/mbedtls_dev/test_case.py | 55 | def set_function(self, function: str) -> None: | CODE |
| LOW⚡ | third_party/mbedtls/scripts/mbedtls_dev/test_case.py | 58 | def set_arguments(self, arguments: List[str]) -> None: | CODE |
| LOW | packages/core_systems/pytest_ten/pytest_ten/__init__.py | 3 | __all__ = ["TenTestContext", "ten_test"] | CODE |
| LOW | …ntegration_tests/asr_guarder/tests/id_group_manager.py | 26 | def set_final(self, result: Dict[str, Any]) -> None: | CODE |
| LOW | …/ten_packages/extension/azure_mllm_python/extension.py | 529 | async def _update_session(self) -> None: | CODE |
| LOW | …ts/ten_packages/extension/tencent_tts_python/config.py | 54 | def update_params(self) -> None: | CODE |
| LOW | …/ten_packages/extension/tencent_tts_python/__init__.py | 8 | __all__ = ["addon"] | CODE |
| LOW | …ts/ten_packages/extension/mistral_tts_python/config.py | 41 | def update_params(self) -> None: | CODE |
| LOW | …ents/agents/ten_packages/extension/polly_tts/config.py | 21 | def update_params(self) -> None: | CODE |
| LOW | …gents/ten_packages/extension/groq_tts_python/config.py | 21 | def update_params(self) -> None: | CODE |
| LOW | …gents/ten_packages/extension/sarvam_http_tts/config.py | 25 | def update_params(self) -> None: | CODE |
| LOW | …n_packages/extension/openai_gpt_image_python/config.py | 54 | def update_params(self) -> None: | CODE |
| LOW | …nts/ten_packages/extension/humeai_tts_python/config.py | 25 | def update_params(self) -> None: | CODE |
| LOW | …en_packages/extension/stepfun_mllm_python/extension.py | 519 | async def _update_session(self) -> None: | CODE |
| LOW | …ts/ten_packages/extension/openai_tts2_python/config.py | 30 | def update_params(self) -> None: | CODE |
| LOW | …_tts2_python/examples/openai_tts_proxy/proxy_server.py | 21 | logger = logging.getLogger(__name__) | CODE |
| LOW | …en_packages/extension/tencent_asr_python/tests/mock.py | 140 | def update_params(self, _params) -> None: | CODE |
| LOW | …ension/tencent_asr_python/tencent_asr_client/client.py | 215 | def update_params(self, params: RequestParams) -> None: | CODE |
| LOW | …sion/tencent_asr_python/tencent_asr_client/__init__.py | 9 | __all__ = [ | CODE |
| LOW | …ts/ten_packages/extension/stepfun_tts_python/config.py | 51 | def update_params(self) -> None: | CODE |
| LOW | …/ten_packages/extension/stepfun_tts_python/__init__.py | 8 | __all__ = ["addon"] | CODE |
| LOW | …/ten_packages/extension/whisper_stt_python/__init__.py | 8 | __all__ = ["addon"] | CODE |
| LOW | …gents/ten_packages/extension/murf_tts_python/config.py | 22 | def update_params(self) -> None: | CODE |
| LOW | …ts/ten_packages/extension/murf_tts_python/extension.py | 135 | async def _set_current_request_id(self, request_id: str | None) -> None: | CODE |
| LOW | …ts/ten_packages/extension/glm_mllm_python/extension.py | 506 | async def _update_session(self) -> None: | CODE |
| LOW | …ents/ten_packages/extension/qwen3_tts_python/config.py | 71 | def update_params(self) -> None: | CODE |
| LOW | …s/ten_packages/extension/blaze_stt_python/blaze_stt.py | 21 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ts/ten_packages/extension/blaze_stt_python/__init__.py | 10 | __all__ = ["BlazeSTTExtension", "BlazeSTTConfig"] | CODE |
| LOW | …gents/agents/ten_packages/extension/rime_tts/config.py | 19 | def update_params(self) -> None: | CODE |
| LOW | …ten_packages/extension/bedrock_llm_python/extension.py | 138 | async def _setup_components(self, ten_env: AsyncTenEnv) -> None: | CODE |
| LOW | …s/agents/ten_packages/extension/deepgram_tts/config.py | 28 | def update_params(self) -> None: | CODE |
| LOW | …gents/ten_packages/extension/deepgram_tts/extension.py | 401 | async def _setup_recorder(self, request_id: str) -> None: | CODE |
| LOW | …/ten_packages/extension/gradium_asr_python/__init__.py | 7 | __all__ = ["GradiumASRExtensionAddon"] | CODE |
| LOW | …_packages/extension/spatius_avatar_python/extension.py | 70 | def update_params(self) -> None: | CODE |
| LOW | …ts/ten_packages/extension/inworld_tts_python/config.py | 28 | def update_params(self) -> None: | CODE |
| LOW | …en_packages/extension/nvidia_riva_tts_python/config.py | 25 | def update_params(self) -> None: | CODE |
| LOW | …_packages/extension/nvidia_riva_tts_python/__init__.py | 7 | __all__ = ["addon"] | CODE |
| LOW | …en_packages/extension/elevenlabs_tts2_python/config.py | 24 | def update_params(self) -> None: | CODE |
| LOW | …ension/openai_asr_python/openai_asr_client/__init__.py | 12 | __all__ = [ | CODE |
| 29 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ger/designer_frontend/public/locales/ja-JP/common.json | 359 | "placeholder": "検索または新規作成", | CODE |
| LOW | …ger/designer_frontend/public/locales/zh-CN/common.json | 357 | "placeholder": "搜索或创建新项目", | CODE |
| LOW | …ger/designer_frontend/public/locales/zh-TW/common.json | 357 | "placeholder": "搜尋或建立新項目", | CODE |
| LOW | …ger/designer_frontend/public/locales/en-US/common.json | 356 | "placeholder": "Search or create new", | CODE |
| LOW | …rty/clingo-sys/clingo/third_party/sparse-map/README.md | 244 | map.insert({employee(1, "John Doe"), 2001}); | CODE |
| LOW | …rty/clingo-sys/clingo/third_party/sparse-map/README.md | 245 | map.insert({employee(2, "Jane Doe"), 2002}); | CODE |
| LOW | …/clingo-sys/clingo/third_party/hopscotch-map/README.md | 254 | map.insert({employee(1, "John Doe"), 2001}); | CODE |
| LOW | …/clingo-sys/clingo/third_party/hopscotch-map/README.md | 255 | map.insert({employee(2, "Jane Doe"), 2002}); | CODE |
| LOW | …ty/clingo-sys/clingo/third_party/ordered-map/README.md | 224 | map.insert({employee(1, "John Doe"), 2001}); | CODE |
| LOW | …ty/clingo-sys/clingo/third_party/ordered-map/README.md | 225 | map.insert({employee(2, "Jane Doe"), 2002}); | CODE |
| LOW⚡ | …h/tests/SelfTest/IntrospectiveTests/TextFlow.tests.cpp | 188 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque nisl \n" | CODE |
| LOW⚡ | …h/tests/SelfTest/IntrospectiveTests/TextFlow.tests.cpp | 188 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque nisl \n" | CODE |
| LOW⚡ | …h/tests/SelfTest/IntrospectiveTests/TextFlow.tests.cpp | 197 | " Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque nisl \n" | CODE |
| LOW⚡ | …h/tests/SelfTest/IntrospectiveTests/TextFlow.tests.cpp | 197 | " Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque nisl \n" | CODE |
| LOW | third_party/nlohmann_json/tests/src/unit-udt.cpp | 395 | optPerson.reset(new udt::person{{42}, {"John Doe"}, udt::country::russia}); // NOLINT(cppcoreguidelines-owni | CODE |
| LOW | third_party/nlohmann_json/tests/src/unit-udt.cpp | 404 | auto person = udt::person{{42}, {"John Doe"}, udt::country::russia}; | CODE |
| LOW | third_party/nlohmann_json/tests/src/unit-udt.cpp | 508 | optPerson.reset(new udt::person{{42}, {"John Doe"}, udt::country::russia}); // NOLINT(cppcoreguidelines-owning-m | CODE |
| LOW | third_party/nlohmann_json/tests/src/unit-udt.cpp | 517 | auto person = udt::person{{42}, {"John Doe"}, udt::country::russia}; | CODE |
| LOW | …mann_define_type_intrusive_only_serialize_explicit.cpp | 12 | std::string name = "John Doe"; | CODE |
| LOW | …s/examples/nlohmann_define_type_intrusive_explicit.cpp | 12 | std::string name = "John Doe"; | CODE |
| LOW | …ohmann_define_type_intrusive_with_default_explicit.cpp | 12 | std::string name = "John Doe"; | CODE |
| LOW | …nn_define_type_non_intrusive_with_default_explicit.cpp | 11 | std::string name = "John Doe"; | CODE |
| LOW | …hmann_define_type_non_intrusive_with_default_macro.cpp | 11 | std::string name = "John Doe"; | CODE |
| LOW | …docs/examples/nlohmann_define_type_intrusive_macro.cpp | 12 | std::string name = "John Doe"; | CODE |
| LOW | …lohmann_define_type_intrusive_only_serialize_macro.cpp | 12 | std::string name = "John Doe"; | CODE |
| LOW | …/nlohmann_define_type_intrusive_with_default_macro.cpp | 12 | std::string name = "John Doe"; | CODE |
| LOW | third_party/curl/tests/libtest/lib1507.c | 34 | #define USERNAME "user@example.com" | COMMENT |
| LOW | third_party/curl/docs/examples/ftpuploadfrommem.c | 33 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. " | CODE |
| LOW | third_party/curl/docs/examples/ftpuploadfrommem.c | 33 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. " | CODE |
| LOW | third_party/curl/docs/examples/post-callback.c | 33 | static const char data[]="Lorem ipsum dolor sit amet, consectetur adipiscing " | CODE |
| LOW | third_party/curl/docs/examples/post-callback.c | 33 | static const char data[]="Lorem ipsum dolor sit amet, consectetur adipiscing " | CODE |
| LOW⚡ | ai_agents/playground/src/common/mock.ts | 5 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", | CODE |
| LOW⚡ | ai_agents/playground/src/common/mock.ts | 5 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", | CODE |
| LOW⚡ | ai_agents/playground/src/common/mock.ts | 8 | "Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit.", | CODE |
| LOW⚡ | ai_agents/playground/src/common/mock.ts | 8 | "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.py | 14 | secret_key="fake_key", | CODE |
| LOW | …ion/assemblyai_asr_python/tests/test_handle_message.py | 54 | api_key="fake_key", | CODE |
| LOW | …kages/extension/bytedance_asr/tests/test_asr_result.py | 88 | "token": "dummy_token", | CODE |
| LOW | …sion/soniox_asr_python/tests/test_connection_status.py | 118 | property_json = {"params": {"api_key": "fake_key"}} | CODE |
| LOW | …sion/soniox_asr_python/tests/test_connection_status.py | 211 | property_json = {"params": {"api_key": "fake_key"}} | CODE |
| LOW | …niox_asr_python/tests/test_connection_delay_metrics.py | 148 | vendor_metadata.get("api_key") == encrypt("fake_key"), | CODE |
| LOW | …niox_asr_python/tests/test_connection_delay_metrics.py | 249 | "api_key": "fake_key", | CODE |
| LOW | …ages/extension/azure_asr_python/tests/test_finalize.py | 231 | "key": "fake_key", | CODE |
| LOW | …kages/extension/azure_asr_python/tests/test_metrics.py | 283 | "key": "fake_key", | CODE |
| LOW | …ion/azure_asr_python/tests/test_unlimited_reconnect.py | 147 | "key": "fake_key", | CODE |
| LOW | …ges/extension/azure_asr_python/tests/test_reconnect.py | 136 | "key": "fake_key", | CODE |
| LOW | …/extension/azure_asr_python/tests/test_vendor_error.py | 127 | "key": "fake_key", | CODE |
| LOW | …packages/extension/azure_asr_python/tests/test_dump.py | 95 | "key": "fake_key", | CODE |
| LOW | …es/extension/azure_asr_python/tests/test_asr_result.py | 196 | "key": "fake_key", | CODE |
| LOW | …nsion/azure_asr_python/tests/test_connection_status.py | 127 | "key": "fake_key", | CODE |
| LOW | …zure_asr_python/tests/test_connection_delay_metrics.py | 146 | vendor_metadata.get("key") == encrypt("fake_key"), | CODE |
| LOW | …zure_asr_python/tests/test_connection_delay_metrics.py | 254 | "key": "fake_key", | CODE |
| LOW | …n_packages/extension/ezai_asr/tests/test_asr_result.py | 173 | "token": "fake_token", | CODE |
| LOW⚡ | …gents/agents/examples/demo/frontend/src/common/mock.ts | 5 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", | CODE |
| LOW⚡ | …gents/agents/examples/demo/frontend/src/common/mock.ts | 5 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", | CODE |
| LOW⚡ | …gents/agents/examples/demo/frontend/src/common/mock.ts | 8 | "Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit.", | CODE |
| LOW⚡ | …gents/agents/examples/demo/frontend/src/common/mock.ts | 8 | "Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit.", | CODE |
| LOW⚡ | …/examples/openclaw-example/frontend/src/common/mock.ts | 5 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", | CODE |
| LOW⚡ | …/examples/openclaw-example/frontend/src/common/mock.ts | 5 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", | CODE |
| LOW⚡ | …/examples/openclaw-example/frontend/src/common/mock.ts | 8 | "Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit.", | CODE |
| 13 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | third_party/googletest/test/gtest_test_utils.py | 207 | Changes into a specified directory, if provided, and executes a command. Restores the old directory afterwards. | STRING |
| HIGH | third_party/googletest/scripts/upload.py | 173 | Uses ClientLogin to authenticate the user, returning an auth token. Args: email: The user's email address | STRING |
| HIGH | third_party/googlemock/scripts/upload.py | 173 | Uses ClientLogin to authenticate the user, returning an auth token. Args: email: The user's email address | STRING |
| HIGH | packages/example_apps/transcriber_demo/scripts/build.py | 158 | Find and return the npm executable path. Args: npm_cmd: npm command to use (default: "npm") Retur | STRING |
| HIGH | …/example_apps/transcriber_demo/scripts/install_deps.py | 65 | Find and return the Python executable path. Args: version: Specific version like "3.10" or None for an | STRING |
| HIGH | packages/core_systems/pytest_ten/pytest_ten/ten_test.py | 60 | Wait for and return a data message, optionally filtering by name. Args: name: Optional dat | STRING |
| HIGH | packages/core_systems/pytest_ten/pytest_ten/ten_test.py | 110 | Wait for and return a command, optionally filtering by name. Args: name: Optional command | STRING |
| HIGH | packages/core_systems/pytest_ten/pytest_ten/ten_test.py | 156 | Wait for and return an audio frame. Args: timeout: Optional timeout in seconds (defaults t | STRING |
| HIGH | packages/core_systems/pytest_ten/pytest_ten/ten_test.py | 179 | Wait for and return a video frame. Args: timeout: Optional timeout in seconds (defaults to | STRING |
| HIGH | …gents/integration_tests/asr_guarder/tests/test_dump.py | 210 | Factory 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.py | 81 | Generate image from text prompt Args: prompt: Text description of desired image | STRING |
| HIGH | …s/ten_packages/extension/blaze_stt_python/blaze_stt.py | 92 | Transcribe audio data to text Similar to API endpoint /v1/stt/execute which accepts: - UploadF | STRING |
| HIGH | …ackages/extension/thymia_analyzer_python/apollo_api.py | 75 | Create Apollo model run and get upload URLs. Args: user_label: User identifier | STRING |
| HIGH | …ackages/extension/thymia_analyzer_python/apollo_api.py | 160 | 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.py | 133 | Synthesize text to speech Args: text: Text to synthesize speaker_id: Speaker/v | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | third_party/yyjson/doc/doxygen/html/jquery.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f | CODE |
| CRITICAL | third_party/yyjson/doc/doxygen/html/jquery.js | 8 | (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.yml | 50 | const opts = github.rest.issues.listForRepo.endpoint.merge({ | CODE |
| CRITICAL | …nts/ten_packages/extension/groq_tts_python/groq_tts.py | 131 | response = self.client.with_streaming_response.audio.speech.create( | CODE |
| CRITICAL⚡ | …/ten_packages/extension/computer_tool_python/openai.py | 86 | completion = await self.client.beta.chat.completions.parse(**req) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …es/extension/humeai_tts_python/tests/test_error_msg.py | 172 | CODE | |
| MEDIUM | …ges/extension/deepgram_tts/tests/test_state_machine.py | 329 | CODE | |
| MEDIUM | …es/extension/google_tts_python/tests/test_error_msg.py | 79 | CODE | |
| MEDIUM | …es/extension/google_tts_python/tests/test_error_msg.py | 153 | CODE | |
| MEDIUM | …es/extension/google_tts_python/tests/test_error_msg.py | 228 | CODE | |
| MEDIUM | …es/extension/google_tts_python/tests/test_error_msg.py | 301 | CODE | |
| MEDIUM | …es/extension/google_tts_python/tests/test_error_msg.py | 375 | CODE | |
| MEDIUM | …es/extension/google_tts_python/tests/test_error_msg.py | 449 | CODE | |
| MEDIUM | …es/extension/google_tts_python/tests/test_error_msg.py | 523 | CODE | |
| MEDIUM | …es/extension/google_tts_python/tests/test_error_msg.py | 596 | CODE | |
| MEDIUM | …/extension/google_tts_python/tests/test_error_debug.py | 78 | CODE | |
| MEDIUM | …/extension/google_tts_python/tests/test_error_debug.py | 223 | CODE | |
| MEDIUM | …s/extension/xai_tts_python/tests/test_state_machine.py | 466 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | third_party/zlib/contrib/dotzlib/DotZLib/GZipStream.cs | 263 | /// <remarks>In this implementation, this method does nothing. This is because excessive | COMMENT |
| HIGH | third_party/zlib/contrib/dotzlib/DotZLib/GZipStream.cs | 273 | /// <remarks>In this implementation this property is not supported</remarks> | COMMENT |
| HIGH | third_party/zlib/contrib/dotzlib/DotZLib/GZipStream.cs | 290 | /// <remarks>In this implementation this property is not supported</remarks> | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …rc/ten_runtime/binding/python/tools/cython_compiler.py | 180 | CODE | |
| LOW | third_party/clingo-sys/clingo/cmake/glob-paths.py | 89 | CODE | |
| LOW | …_party/clingo-sys/clingo/libpyclingo/clingo/control.py | 946 | CODE | |
| LOW | …_party/clingo-sys/clingo/libpyclingo/clingo/control.py | 959 | CODE | |
| LOW | …_party/clingo-sys/clingo/libpyclingo/clingo/control.py | 883 | CODE | |
| LOW | …o/third_party/catch/tools/scripts/updateDocumentToC.py | 268 | CODE | |
| LOW | …/clingo/examples/clingo/controller-async/controller.py | 134 | CODE | |
| LOW | third_party/mbedtls/tests/scripts/generate_test_code.py | 654 | CODE | |
| LOW | third_party/mbedtls/scripts/code_size_compare.py | 63 | CODE | |
| LOW | third_party/curl/tests/http/testenv/curl.py | 461 | CODE | |
| LOW | third_party/curl/tests/http/testenv/certs.py | 74 | CODE | |
| LOW | third_party/googletest/test/googletest-output-test.py | 204 | CODE | |
| LOW | third_party/googlemock/test/gmock_output_test.py | 72 | CODE | |
| LOW | …ion/tencent_asr_python/tencent_asr_client/ws_client.py | 17 | CODE | |
| LOW | …ackages/extension/whisper_stt_python/whisper_client.py | 15 | CODE | |
| LOW | …xtension/openai_asr_python/openai_asr_client/client.py | 62 | CODE | |
| LOW | …nsion/openai_asr_python/openai_asr_client/ws_client.py | 17 | CODE | |
| LOW | …ts/ten_packages/extension/dubverse_tts/dubverse_tts.py | 43 | CODE | |
| LOW | …en_packages/extension/conversation_recorder/storage.py | 268 | CODE | |
| LOW | …s/ten_packages/extension/blaze_tts_python/blaze_tts.py | 121 | CODE | |
| LOW | …-assistant-advanced/tenapp/test_properties_override.py | 168 | CODE | |
| LOW | …-assistant-advanced/tenapp/test_properties_override.py | 195 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …rty/clingo-sys/clingo/libpyclingo/clingo/propagator.py | 124 | true, false, or undefined, represented by the Python constants `True`, | STRING |
| HIGH | third_party/googletest/scripts/gen_gtest_pred_impl.py | 537 | } else if (!expected_to_finish_ && finished_) { | CODE |
| HIGH | …tension/openai_asr_python/openai_asr_client/schemas.py | 103 | {"type":"input_audio_buffer.committed","event_id":"event_BzIyYo5dVYD4EymLRxOeK","previous_item_id":null,"item_id":"i | STRING |
| HIGH | …packages/extension/thymia_analyzer_python/extension.py | 1768 | " DO NOT make up or infer wellness metric values - if status='partial' and wellness_metrics is null, th | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …rust/tests/test_case/pkg_info/manifest/display_name.rs | 340 | "content": "This is a test extension for demonstration purposes" | CODE |
| MEDIUM | …rust/tests/test_case/pkg_info/manifest/display_name.rs | 367 | "This is a test extension for demonstration purposes" | CODE |
| MEDIUM | …s/test_case/registry/pkg_registry_info_display_name.rs | 86 | "content": "This is a test extension for demonstration purposes" | CODE |
| MEDIUM | …s/test_case/registry/pkg_registry_info_display_name.rs | 119 | "This is a test extension for demonstration purposes" | CODE |
| LOW | third_party/ffmpeg/libavformat/dss.c | 267 | /* We make one byte-step here. Don't forget to add offset. */ | COMMENT |
| LOW | third_party/yyjson/test/util/goo_double_conv.c | 1568 | // Don't forget to update the used_digits and the exponent. | COMMENT |
| MEDIUM | third_party/curl/lib/vtls/gtls.c | 1061 | given hostname. This is a basic implementation of the matching described | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/grafana-monitoring/docker-compose.hybrid.yml | 4 | # Usage: | COMMENT |
| LOW | tools/grafana-monitoring/docker-compose.pull.yml | 4 | # Usage: | COMMENT |
| LOW | tools/grafana-monitoring/docker-compose.push.yml | 10 | # Usage: | COMMENT |
| LOW | …_party/mbedtls/docs/architecture/psa-migration/syms.sh | 23 | # Usage: | COMMENT |
| LOW | third_party/curl/tests/libtest/mk-lib1521.pl | 26 | # Usage: | COMMENT |
| LOW | third_party/curl/docs/examples/version-check.pl | 36 | # Usage: | COMMENT |
| LOW | …_tests/tts_guarder/tests/test_invalid_text_handling.py | 332 | # Example usage | COMMENT |
| LOW | …ts/agents/ten_packages/extension/grok_python/openai.py | 181 | # Example usage | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third_party/ffmpeg/libavdevice/opengl_enc.c | 23 | //TODO: implement X11, Windows, Mac OS native default window. SDL 1.2 doesn't allow to render to custom thread. | COMMENT |
| LOW | third_party/ffmpeg/libavcodec/j2kenc.c | 1742 | // TODO: implement setting non-standard precinct size | COMMENT |
| LOW | third_party/ffmpeg/libavcodec/opus/silk.c | 677 | // TODO: implement error recovery | COMMENT |
| LOW | third_party/curl/tests/runner.pm | 1248 | # TODO: handle errors | COMMENT |
| LOW | …n_packages/extension/main_nodejs/src/agent/llm_exec.ts | 293 | // TODO: implement your requery strategy (e.g., enqueue a follow-up user message) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | docs/ai/L1/L2/extension_development.md | 30 | ├── extension.py # Main logic OR orchestration | CODE |
| MEDIUM | third_party/mbedtls/tests/ssl-opt.sh | 5939 | # Tests for event-driven I/O: exercise a variety of handshake flows | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third_party/yyjson/doc/doxygen/html/navtree.js | 29 | function getData(varName) | CODE |
| LOW | …ngo-sys/clingo/libpyclingo/clingo/tests/test_symbol.py | 84 | def test_function(self): | CODE |