The NVIDIA VSS Blueprint is a suite of reference architectures for building GPU-accelerated vision agents and AI-powered video analytics applications.
This report presents the forensic synthetic code analysis of NVIDIA-AI-Blueprints/video-search-and-summarization, a C++ project with 1,735 GitHub stars. SynthScan v2.0 examined 4,900,789 lines of code across 23230 source files, recording 50351 pattern matches distributed across 27 syntactic categories. The overall adjusted score of 11.1 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 50351 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/message-broker-consumers/redis_to_file.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | tools/message-broker-consumers/kafka_to_file.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | tools/message-broker-consumers/base_consumer.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | tools/sdg-postprocessing/3rdParty_Licenses.md | 1401 | // | COMMENT |
| LOW | …ols/sdg-postprocessing/utils/export_xform_semantics.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | tools/sdg-postprocessing/semantic_labeling/box_check.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …s/sdg-postprocessing/semantic_labeling/remove_label.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …cessing/data_conversion/convert_npy_to_png_depthmap.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 1581 | # List of specific primitive paths to exclude from processing | COMMENT |
| LOW | …data_conversion/convert_images_to_videos_no_bframes.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …/data_conversion/convert_depth_rgb_to_h5_restarable.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …ta_conversion/convert_single_camera_rgb_depth_to_h5.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …cessing/data_sanity_check/dataset_sanity_check_json.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …ing/data_sanity_check/dataset_sanity_check_velocity.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …ocessing/data_sanity_check/dataset_sanity_check_png.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …ta_sanity_check/dataset_sanity_check_bbox_direction.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …ta_sanity_check/dataset_sanity_check_bbox_direction.py | 861 | # Example: ["/World/SomeObject/", ...] | COMMENT |
| LOW | …ocessing/data_sanity_check/dataset_sanity_check_rgb.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …_sanity_check/dataset_sanity_check_instance_id_json.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …/data_sanity_check/dataset_sanity_check_calibration.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …ssing/data_sanity_check/dataset_sanity_check_videos.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …a_sanity_check/dataset_sanity_check_instance_id_png.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …ocessing/data_sanity_check/dataset_sanity_check_npy.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | tools/rtvi-cv-mv3dt-utils/generate_pub_sub_configs.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | tools/rtvi-cv-mv3dt-utils/generate_cam_info_configs.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | deploy/docker/compose.yml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | deploy/docker/industry-profiles/compose.yml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …ker/industry-profiles/warehouse-operations/compose.yml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …ker/industry-profiles/warehouse-operations/compose.yml | 21 | # Warehouse Configuration - includes 2D, 3D (Sparse4D), and MV3DT apps | COMMENT |
| LOW | …operations/warehouse-mv3dt-app/warehouse-mv3dt-app.yml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …bana-dashboard/init-scripts/kibana-import-dashboard.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …/import-calibration/init-scripts/calibration-import.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …-app/deepstream/configs/ds-main-redis-config-mv3dt.txt | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …-mv3dt-app/deepstream/configs/ds-main-config-mv3dt.txt | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …house-mv3dt-app/deepstream/configs/ds-kafka-config.txt | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …house-mv3dt-app/deepstream/configs/ds-kafka-config.txt | 21 | #max.block.ms = 100 | COMMENT |
| LOW | …house-mv3dt-app/deepstream/configs/ds-kafka-config.txt | 41 | #queue.buffering.backpressure.threshold = 1 | COMMENT |
| LOW | …house-mv3dt-app/deepstream/configs/ds-redis-config.txt | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …ehouse-mv3dt-app/deepstream/configs/ds-pgie-config.yml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …warehouse-mv3dt-app/deepstream/configs/config_mqtt.txt | 1 | [message-broker] | COMMENT |
| LOW | …operations/blueprint-configurator/blueprint_config.yml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …operations/blueprint-configurator/blueprint_config.yml | 21 | # Example: Custom profile for L4 GPU with specific tuning for 3D mode and default tuning for 2D mode | COMMENT |
| LOW | …operations/blueprint-configurator/blueprint_config.yml | 41 | # updates: | COMMENT |
| LOW | …house-operations/warehouse-2d-app/warehouse-2d-app.yml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …bana-dashboard/init-scripts/kibana-import-dashboard.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …/import-calibration/init-scripts/calibration-import.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …warehouse-2d-app/deepstream/configs/ds-main-config.txt | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …warehouse-2d-app/deepstream/configs/ds-main-config.txt | 81 | #(1): New Api to create payload using NvDsFrameMeta | COMMENT |
| LOW | …warehouse-2d-app/deepstream/configs/ds-main-config.txt | 121 | #(1): PAYLOAD_DEEPSTREAM_MINIMAL - Deepstream schema payload minimal | COMMENT |
| LOW | …eepstream/configs/ds-nvdcf-accuracy-tracker-config.yml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …arehouse-2d-app/deepstream/configs/ds-kafka-config.txt | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …arehouse-2d-app/deepstream/configs/ds-redis-config.txt | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …warehouse-2d-app/deepstream/configs/ds-pgie-config.yml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …house-operations/warehouse-3d-app/warehouse-3d-app.yml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …house-operations/warehouse-3d-app/warehouse-3d-app.yml | 81 | # profiles: ["bp_wh_kafka_3d","bp_wh_redis_3d"] | COMMENT |
| LOW | …bana-dashboard/init-scripts/kibana-import-dashboard.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …/import-calibration/init-scripts/calibration-import.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …p/deepstream/configs/ds-mtmc-preprocess-ocr-config.txt | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …p/deepstream/configs/ds-mtmc-preprocess-ocr-config.txt | 41 | scaling-buf-pool-size=20 | COMMENT |
| 36039 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tools/sdg-postprocessing/3rdParty_Licenses.md | 249 | #------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | tools/sdg-postprocessing/3rdParty_Licenses.md | 255 | #------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | …-app/deepstream/configs/ds-main-redis-config-mv3dt.txt | 16 | # ============================================================================ | COMMENT |
| MEDIUM | …-app/deepstream/configs/ds-main-redis-config-mv3dt.txt | 20 | # ============================================================================ | COMMENT |
| MEDIUM | …-mv3dt-app/deepstream/configs/ds-main-config-mv3dt.txt | 16 | # ============================================================================ | COMMENT |
| MEDIUM | …-mv3dt-app/deepstream/configs/ds-main-config-mv3dt.txt | 20 | # ============================================================================ | COMMENT |
| MEDIUM | …operations/blueprint-configurator/blueprint_config.yml | 16 | # ======================================================================================================== | COMMENT |
| MEDIUM⚡ | …operations/blueprint-configurator/blueprint_config.yml | 45 | # ======================================================================================================== | COMMENT |
| MEDIUM⚡ | …operations/blueprint-configurator/blueprint_config.yml | 47 | # ======================================================================================================== | COMMENT |
| MEDIUM⚡ | …operations/blueprint-configurator/blueprint_config.yml | 50 | # ======================================================================================================== | COMMENT |
| MEDIUM | …operations/blueprint-configurator/blueprint_config.yml | 588 | # ======================================================================================================== | COMMENT |
| MEDIUM | …operations/blueprint-configurator/blueprint_config.yml | 590 | # ======================================================================================================== | COMMENT |
| MEDIUM | …rehouse-operations/vlm-as-verifier/realtime-config.yml | 15 | # ── Rule 1 ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …rehouse-operations/vlm-as-verifier/realtime-config.yml | 20 | # ── Required ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …rehouse-operations/vlm-as-verifier/realtime-config.yml | 35 | # ── Rule 2 ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …rehouse-operations/vlm-as-verifier/realtime-config.yml | 53 | # ── Rule 3 ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …rehouse-operations/vlm-as-verifier/realtime-config.yml | 71 | # ── Rule 4 ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …arehouse-operations/vlm-as-verifier/configs/config.yml | 16 | # ============================================================================ | COMMENT |
| MEDIUM | …arehouse-operations/vlm-as-verifier/configs/config.yml | 18 | # ============================================================================ | COMMENT |
| MEDIUM | …erts/vlm-as-verifier/configs/EDGE-LOCAL-VLM-config.yml | 16 | # ============================================================================ | COMMENT |
| MEDIUM | …erts/vlm-as-verifier/configs/EDGE-LOCAL-VLM-config.yml | 18 | # ============================================================================ | COMMENT |
| MEDIUM | …/dev-profile-alerts/vlm-as-verifier/configs/config.yml | 16 | # ============================================================================ | COMMENT |
| MEDIUM | …/dev-profile-alerts/vlm-as-verifier/configs/config.yml | 18 | # ============================================================================ | COMMENT |
| MEDIUM | …/dev-profile-alerts/vlm-as-verifier/configs/config.yml | 120 | # ─ Precedence note ──────────────────────────────────────── | COMMENT |
| MEDIUM | …s-2d-app/deepstream/scripts/download-vision-encoder.sh | 54 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …s-2d-app/deepstream/scripts/download-vision-encoder.sh | 56 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …s-2d-app/deepstream/scripts/download-vision-encoder.sh | 69 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …s-2d-app/deepstream/scripts/download-vision-encoder.sh | 71 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …s-2d-app/deepstream/scripts/download-vision-encoder.sh | 88 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …s-2d-app/deepstream/scripts/download-vision-encoder.sh | 90 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …s-2d-app/deepstream/scripts/download-vision-encoder.sh | 119 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …s-2d-app/deepstream/scripts/download-vision-encoder.sh | 122 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …analytics-2d-app/deepstream/scripts/ds-search-start.sh | 33 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …analytics-2d-app/deepstream/scripts/ds-search-start.sh | 39 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …analytics-2d-app/deepstream/scripts/ds-search-start.sh | 44 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …analytics-2d-app/deepstream/scripts/ds-search-start.sh | 46 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …analytics-2d-app/deepstream/scripts/ds-search-start.sh | 59 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …analytics-2d-app/deepstream/scripts/ds-search-start.sh | 65 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …analytics-2d-app/deepstream/scripts/ds-search-start.sh | 77 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …analytics-2d-app/deepstream/scripts/ds-search-start.sh | 79 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …analytics-2d-app/deepstream/scripts/ds-search-start.sh | 95 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …analytics-2d-app/deepstream/scripts/ds-search-start.sh | 97 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | deploy/docker/scripts/vss_orchestrator_mcp_config.yml | 39 | # ------------------------------------------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | deploy/docker/services/rtvi/rtvi-cv/ds-start.sh | 31 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | deploy/docker/services/rtvi/rtvi-cv/ds-start.sh | 33 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | deploy/docker/services/rtvi/rtvi-cv/ds-start.sh | 51 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | deploy/docker/services/rtvi/rtvi-cv/ds-start.sh | 53 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | deploy/docker/services/rtvi/rtvi-cv/ds-start.sh | 188 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | deploy/docker/services/rtvi/rtvi-cv/ds-start.sh | 190 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | deploy/docker/services/rtvi/rtvi-cv/ds-start.sh | 213 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ices/infra/elk/elasticsearch/configs/elasticsearch.yml | 11 | # -------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …loper-profiles/dev-profile-search/override-values.yaml | 16 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …loper-profiles/dev-profile-search/override-values.yaml | 18 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …loper-profiles/dev-profile-search/override-values.yaml | 25 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …loper-profiles/dev-profile-search/override-values.yaml | 31 | # ── Agent config: search profile wired to in-cluster services ─────────────── | COMMENT |
| MEDIUM | …loper-profiles/dev-profile-search/override-values.yaml | 43 | # ── Kafka: override advertised host for external broker access (optional) ───── | COMMENT |
| MEDIUM | …loper-profiles/dev-profile-search/override-values.yaml | 47 | # ── rtvi (vss-rtvi-cv + vss-rtvi-embed): GPU / keys ──────────────────────────── | COMMENT |
| MEDIUM⚡ | …/helm/developer-profiles/dev-profile-search/Chart.yaml | 67 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …/helm/developer-profiles/dev-profile-search/Chart.yaml | 70 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …/helm/developer-profiles/dev-profile-search/Chart.yaml | 72 | # --------------------------------------------------------------------------- | COMMENT |
| 2227 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 84 | def bbox_to_translate_orient_scale(self, bbox_3d: Dict[str, Any], key: str, x: Optional[float] = None, y: Optional[f | CODE |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 279 | def compare_dicts_with_tolerance(self, dict1: Dict[str, Any], dict2: Dict[str, Any], tolerance: float = 1e-6) -> boo | CODE |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 307 | def find_best_bbox_by_clustering(self, bbox_3d_list: List[Dict[str, Any]], tolerance: float = 1e-6) -> int: | CODE |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 401 | def find_best_bbox_with_outlier_detection(self, bbox_3d_list: List[Dict[str, Any]], tolerance: float = 1e-6) -> int: | CODE |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 600 | def compare_lists_with_tolerance(self, list1: List[Any], list2: List[Any], tolerance: float = 1e-6) -> bool: | CODE |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 999 | def generate_ground_truth_for_scene( | CODE |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 1342 | def get_cam_params_from_calib_intr_extr(self, calibration: Dict[str, Any], idx: int) -> np.ndarray: | CODE |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 1361 | def process_video_across_cameras(self, scene_dir: str, calibration_path: str, output_directory: str, max_frames: Opt | CODE |
| LOW | …ing/data_sanity_check/dataset_sanity_check_velocity.py | 66 | def find_frames_with_large_velocity(json_path: str, threshold: float = 5.0) -> None: | CODE |
| LOW | …ta_sanity_check/dataset_sanity_check_bbox_direction.py | 438 | def bbox_to_translate_orient_scale(bbox_3d: Dict[str, Any], key: str, x: Optional[float] = None, y: Optional[float] = No | CODE |
| LOW | …/data_sanity_check/dataset_sanity_check_calibration.py | 114 | def world_to_image_helper_from_calibration(corner: np.ndarray, rotation_vector: np.ndarray, translation_vector: np.ndarr | CODE |
| LOW | …/data_sanity_check/dataset_sanity_check_calibration.py | 138 | def get_cam_params_from_calib(sensor: Dict[str, Any]) -> Tuple[np.ndarray, np.ndarray, np.ndarray, np.ndarray]: | CODE |
| LOW | …/data_sanity_check/dataset_sanity_check_calibration.py | 193 | def compute_camera_projection_matrix(three_d_points: np.ndarray, two_d_points: np.ndarray) -> np.ndarray: | CODE |
| LOW | …/data_sanity_check/dataset_sanity_check_calibration.py | 223 | def compute_homography_matrix(proj_matrix: np.ndarray, platform_height: float = 0) -> np.ndarray: | CODE |
| LOW | tools/rtvi-cv-mv3dt-utils/generate_pub_sub_configs.py | 48 | def load_and_process_camera_matrices(cam_info_path): | CODE |
| LOW | …patialai-data-utils/tools/visualization/draw_3dbbox.py | 364 | def _canonical_output_basename( | CODE |
| LOW | …ata-utils/tools/visualization/draw_camera_placement.py | 191 | def _configure_matplotlib_backend(interactive: bool) -> None: | CODE |
| LOW | …ls/spatialai_data_utils/visualization/camera_groups.py | 391 | def plot_sensor_groups_black_background( | CODE |
| LOW⚡ | …ata-utils/spatialai_data_utils/visualization/render.py | 153 | def draw_bev_objects_bbox_in_image( | CODE |
| LOW | …ata-utils/spatialai_data_utils/visualization/render.py | 416 | def process_frame_gt_json_aicity( | CODE |
| LOW | …s/visualization/camera_placement/calibration_parser.py | 87 | def load_camera_poses_from_calibration( | CODE |
| LOW | …s/visualization/camera_placement/calibration_parser.py | 149 | def load_camera_placement_context( | CODE |
| LOW | …i_data_utils/visualization/camera_placement/plotter.py | 102 | def _estimate_half_plane_size( | CODE |
| LOW | …i_data_utils/visualization/camera_placement/plotter.py | 123 | def _build_world_frustum_vertices( | CODE |
| LOW | …i_data_utils/visualization/camera_placement/plotter.py | 256 | def _compute_world_content_bounds( | CODE |
| LOW | …i_data_utils/visualization/camera_placement/plotter.py | 336 | def _extract_polygons_from_attributes(sensors: Sequence[dict]) -> list: | CODE |
| LOW | …i_data_utils/visualization/camera_placement/plotter.py | 350 | def _clip_geometry_to_scene_bounds( | CODE |
| LOW | …i_data_utils/visualization/camera_placement/plotter.py | 525 | def _sensor_world_to_map_params(calibration_data: dict | None): | CODE |
| LOW | …i_data_utils/visualization/camera_placement/plotter.py | 1027 | def render_camera_placement_sequence( | CODE |
| LOW | …ai_data_utils/visualization/video_utils/video2frame.py | 371 | def expected_extraction_count( | CODE |
| LOW | …utils/spatialai_data_utils/core/cameras/group_utils.py | 50 | def add_group_info_to_sensors( | CODE |
| LOW | …utils/spatialai_data_utils/core/cameras/group_utils.py | 160 | def apply_group_reassignments( | CODE |
| LOW | …utils/spatialai_data_utils/core/cameras/group_utils.py | 209 | def reassign_camera_groups_from_calibration( | CODE |
| LOW | …utils/spatialai_data_utils/core/cameras/group_utils.py | 417 | def _grid_from_stats_or_default( | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 67 | def compute_camera_fov_center(cls, poly) -> Tuple[float, float]: | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 380 | def get_uncategorized_camera_indices(self) -> List[int]: | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 475 | def get_closest_center_camera(self, target_camera_idx_list: List[int]) -> int: | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 507 | def get_furthest_center_camera(self, target_camera_idx_list: List[int]) -> int: | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 611 | def _evaluate_membership_scores( | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 655 | def generate_cluster_assignments(self) -> List[int]: | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 703 | def seed_clusters_and_get_unassigned_cameras( | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 912 | def _process_unassigned_cameras( | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 976 | def _identify_unassigned_candidates( | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 1007 | def _find_best_cluster_for_camera( | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 1049 | def _assign_unassigned_cameras_balanced( | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 1191 | def _assign_unassigned_cameras_densify( | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 1268 | def _attempt_cascade_assignment( | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 1348 | def _rank_eviction_candidates( | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 1377 | def _rank_destination_clusters( | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 1430 | def _create_singleton_cluster(self, camera_idx: int): | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 1563 | def cluster_cameras_from_calibration( | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 1684 | def find_suggested_cluster_params(args, verbose: bool = False) -> List[Dict[str, float]]: | CODE |
| LOW | …ta-utils/spatialai_data_utils/core/cameras/grouping.py | 758 | def group_cameras_from_calibration( | CODE |
| LOW | …a-utils/spatialai_data_utils/core/cameras/filtering.py | 30 | def check_if_sensor_in_sensor_set(sensor, sensor_set): | CODE |
| LOW | …a-utils/spatialai_data_utils/core/cameras/filtering.py | 47 | def check_sensors_in_calibration_dict(sensor_ids, calibration_data): | CODE |
| LOW | …a-utils/spatialai_data_utils/core/cameras/filtering.py | 91 | def check_sensor_in_calibration_dict(sensor, calib_json): | CODE |
| LOW⚡ | …a-utils/spatialai_data_utils/core/cameras/filtering.py | 137 | def check_sensors_in_calibration_file(sensor_ids, calibration_file): | CODE |
| LOW | …a-utils/spatialai_data_utils/core/cameras/filtering.py | 169 | def check_sensor_in_calibration_file(sensor, calibration_file): | CODE |
| LOW | …a-utils/spatialai_data_utils/core/cameras/filtering.py | 201 | def filter_sensors_in_objects(objects, sensor_names, object_type="object"): | CODE |
| LOW | …ata-utils/spatialai_data_utils/core/cameras/polygon.py | 61 | def find_field_of_view_polygon(attributes): | CODE |
| 6981 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/message-broker-consumers/base_consumer.py | 146 | except Exception as e: | CODE |
| LOW | tools/message-broker-consumers/base_consumer.py | 173 | except Exception as e: | CODE |
| LOW | tools/message-broker-consumers/base_consumer.py | 256 | except Exception as e: | CODE |
| LOW | tools/message-broker-consumers/base_consumer.py | 268 | except Exception as e: | CODE |
| LOW | tools/message-broker-consumers/base_consumer.py | 370 | except Exception as e: | CODE |
| LOW | tools/message-broker-consumers/base_consumer.py | 382 | except Exception as e: | CODE |
| MEDIUM | …postprocessing/data_conversion/convert_ground_truth.py | 477 | print(f"Error processing bbox {i}: {e}") | CODE |
| MEDIUM | …postprocessing/data_conversion/convert_ground_truth.py | 1172 | print(f"Error processing directory: {e}") | CODE |
| MEDIUM | …postprocessing/data_conversion/convert_ground_truth.py | 1609 | print(f"Error: Root directory '{root_directory}' does not exist.") | CODE |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 1171 | except Exception as e: | CODE |
| LOW | …cessing/data_sanity_check/dataset_sanity_check_json.py | 98 | except Exception as e: | CODE |
| LOW⚡ | …_sanity_check/dataset_sanity_check_instance_id_json.py | 83 | except Exception as e: | CODE |
| LOW⚡ | …ocessing/data_sanity_check/dataset_sanity_check_npy.py | 91 | except Exception as e: | CODE |
| MEDIUM | deploy/docker/services/alert/scripts/env-substitute.py | 55 | print("Error: Missing '--' separator between entrypoint args and command", file=sys.stderr) | CODE |
| MEDIUM | deploy/docker/services/alert/scripts/env-substitute.py | 80 | print("Error: No command provided after '--'", file=sys.stderr) | CODE |
| MEDIUM⚡ | deploy/docker/services/alert/scripts/env-substitute.py | 92 | print(f"Error: Source config file not found: {args.source}", file=sys.stderr) | CODE |
| LOW⚡ | deploy/docker/services/alert/scripts/env-substitute.py | 94 | except Exception as e: | CODE |
| MEDIUM⚡ | deploy/docker/services/alert/scripts/env-substitute.py | 95 | print(f"Error reading source config: {e}", file=sys.stderr) | CODE |
| LOW | deploy/docker/services/alert/scripts/env-substitute.py | 107 | except Exception as e: | CODE |
| MEDIUM | deploy/docker/services/alert/scripts/env-substitute.py | 108 | print(f"Error writing processed config: {e}", file=sys.stderr) | CODE |
| MEDIUM | …ces/infra/charts/kafka/templates/kafka-topics-job.yaml | 83 | print(f'Error creating topic {name}: {result.stderr}', file=sys.stderr) | CODE |
| LOW | …ata-utils/tools/visualization/draw_camera_placement.py | 209 | except Exception: | CODE |
| LOW | …-utils/tools/camera_grouping/reassign_camera_groups.py | 170 | except Exception as exc: # noqa: BLE001 | CODE |
| LOW | …-utils/tools/camera_grouping/create_camera_clusters.py | 378 | except Exception as e: | STRING |
| LOW | …ta-utils/tools/camera_grouping/create_camera_groups.py | 399 | except Exception as e: | STRING |
| LOW | …ai_data_utils/visualization/video_utils/frame2video.py | 326 | except Exception as exc: # noqa: BLE001 — surface to parent | CODE |
| LOW | …ai_data_utils/visualization/video_utils/video2frame.py | 475 | except Exception as exc: # noqa: BLE001 — surface anything to the parent | CODE |
| LOW | …utils/spatialai_data_utils/core/cameras/group_utils.py | 233 | except Exception: | CODE |
| LOW | …utils/spatialai_data_utils/core/cameras/group_utils.py | 263 | except Exception: | CODE |
| LOW | …utils/spatialai_data_utils/core/cameras/group_utils.py | 335 | except Exception as exc: | CODE |
| LOW | …utils/spatialai_data_utils/core/cameras/group_utils.py | 639 | except Exception as exc: # noqa: BLE001 | CODE |
| LOW | …utils/spatialai_data_utils/core/cameras/group_utils.py | 670 | except Exception as exc: # noqa: BLE001 | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 112 | except Exception as e: | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 1618 | except Exception as e: | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 1637 | except Exception as e: | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 1728 | except Exception as exc: # noqa: BLE001 | CODE |
| LOW | …ta-utils/spatialai_data_utils/core/cameras/grouping.py | 831 | except Exception as e: | CODE |
| LOW | …ta-utils/spatialai_data_utils/core/cameras/grouping.py | 859 | except Exception as e: | CODE |
| LOW | …a-utils/spatialai_data_utils/core/cameras/filtering.py | 86 | except Exception as e: | CODE |
| LOW⚡ | …a-utils/spatialai_data_utils/core/cameras/filtering.py | 132 | except Exception as e: | CODE |
| LOW | …a-utils/spatialai_data_utils/core/cameras/filtering.py | 164 | except Exception as e: | CODE |
| LOW | …a-utils/spatialai_data_utils/core/cameras/filtering.py | 196 | except Exception as e: | CODE |
| LOW | …a-utils/spatialai_data_utils/core/cameras/filtering.py | 315 | except Exception as e: | CODE |
| LOW | …ata-utils/spatialai_data_utils/core/cameras/polygon.py | 56 | except Exception as e: | CODE |
| LOW | …ata-utils/spatialai_data_utils/core/cameras/polygon.py | 305 | except Exception as e: | CODE |
| LOW | …ata-utils/spatialai_data_utils/core/cameras/polygon.py | 396 | except Exception: | CODE |
| LOW | …ata-utils/spatialai_data_utils/core/cameras/polygon.py | 477 | except Exception as e: | CODE |
| LOW | …ata-utils/spatialai_data_utils/core/cameras/polygon.py | 681 | except Exception as e: | CODE |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 135 | except Exception as e: | CODE |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 349 | except Exception as e: | CODE |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 445 | except Exception: | CODE |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 477 | except Exception: | CODE |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 507 | except Exception: | CODE |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 543 | except Exception: | CODE |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 576 | except Exception: | CODE |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 745 | except Exception as e: | CODE |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 878 | except Exception: | CODE |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 944 | except Exception: | CODE |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 1103 | except Exception as e: | CODE |
| LOW | …-data-utils/spatialai_data_utils/core/cameras/utils.py | 146 | except Exception as exc: | CODE |
| 1388 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …inc/webrtc_headers/src/rtc_base/numerics/safe_minmax.h | 73 | // result, then everything's fine, and the return type is as requested. But if | COMMENT |
| HIGH | …_headers/src/third_party/ffmpeg/libavformat/avformat.h | 1249 | #define AVFMT_FLAG_AUTO_BSF 0x200000 ///< Add bitstream filters as requested by the muxer | COMMENT |
| HIGH | …_headers/src/third_party/ffmpeg/libavformat/avformat.h | 1249 | #define AVFMT_FLAG_AUTO_BSF 0x200000 ///< Add bitstream filters as requested by the muxer | COMMENT |
| HIGH | …arty/crashpad/crashpad/util/stdlib/aligned_allocator.h | 39 | //! \brief A standard allocator that aligns its allocations as requested, | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 39 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 44 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 49 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 54 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 59 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 64 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 69 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 74 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 79 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 84 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 89 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 94 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 99 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 104 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 109 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 114 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 119 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 124 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 129 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 134 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 139 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 144 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 149 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 154 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 159 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 164 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 169 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 174 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 179 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 184 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 189 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 194 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 199 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 204 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 209 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 214 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 219 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 224 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 229 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 234 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 239 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 244 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 249 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 254 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 259 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 264 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 269 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 274 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 279 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 284 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 289 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 294 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 299 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 304 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 309 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | …nc/webrtc_headers/src/third_party/libvpx/include/elf.h | 314 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| 118 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …ocessing/data_sanity_check/dataset_sanity_check_png.py | 0 | perform a dataset sanity check on instance id segmentation png files. this function verifies the integrity of instance i | STRING |
| HIGH | …ocessing/data_sanity_check/dataset_sanity_check_rgb.py | 0 | perform a dataset sanity check on instance id segmentation png files. this function verifies the integrity of instance i | STRING |
| HIGH | …_sanity_check/dataset_sanity_check_instance_id_json.py | 0 | perform a dataset sanity check on instance id segmentation png files. this function verifies the integrity of instance i | STRING |
| HIGH | …a_sanity_check/dataset_sanity_check_instance_id_png.py | 0 | perform a dataset sanity check on instance id segmentation png files. this function verifies the integrity of instance i | STRING |
| HIGH | …ocessing/data_sanity_check/dataset_sanity_check_png.py | 0 | command-line interface for the instance id segmentation png dataset sanity check tool. usage: python dataset_sanity_chec | STRING |
| HIGH | …_sanity_check/dataset_sanity_check_instance_id_json.py | 0 | command-line interface for the instance id segmentation png dataset sanity check tool. usage: python dataset_sanity_chec | STRING |
| HIGH | …a_sanity_check/dataset_sanity_check_instance_id_png.py | 0 | command-line interface for the instance id segmentation png dataset sanity check tool. usage: python dataset_sanity_chec | STRING |
| HIGH | …atialai_data_utils/eval/tracking/hota/metrics/clear.py | 0 | combines metrics across all sequences :param dict[str, float] all_res: dictionary containing the metrics for each sequen | STRING |
| HIGH | …patialai_data_utils/eval/tracking/hota/metrics/hota.py | 0 | combines metrics across all sequences :param dict[str, float] all_res: dictionary containing the metrics for each sequen | STRING |
| HIGH | …atialai_data_utils/eval/tracking/hota/metrics/count.py | 0 | combines metrics across all sequences :param dict[str, float] all_res: dictionary containing the metrics for each sequen | STRING |
| HIGH | …alai_data_utils/eval/tracking/hota/metrics/identity.py | 0 | combines metrics across all sequences :param dict[str, float] all_res: dictionary containing the metrics for each sequen | STRING |
| HIGH | …atialai_data_utils/eval/tracking/hota/metrics/clear.py | 0 | combines metrics across all classes by averaging over the detection values :param dict[str, float] all_res: dictionary c | STRING |
| HIGH | …patialai_data_utils/eval/tracking/hota/metrics/hota.py | 0 | combines metrics across all classes by averaging over the detection values :param dict[str, float] all_res: dictionary c | STRING |
| HIGH | …alai_data_utils/eval/tracking/hota/metrics/identity.py | 0 | combines metrics across all classes by averaging over the detection values :param dict[str, float] all_res: dictionary c | STRING |
| HIGH | …atialai_data_utils/eval/tracking/hota/metrics/count.py | 0 | combines metrics across all classes by averaging over the detection values :param dict[str, float] all_res: dictionary c | STRING |
| HIGH | …atialai_data_utils/eval/tracking/hota/metrics/clear.py | 0 | combines metrics across all classes by averaging over the class values. if 'ignore_empty_classes' is true, then it only | STRING |
| HIGH | …patialai_data_utils/eval/tracking/hota/metrics/hota.py | 0 | combines metrics across all classes by averaging over the class values. if 'ignore_empty_classes' is true, then it only | STRING |
| HIGH | …alai_data_utils/eval/tracking/hota/metrics/identity.py | 0 | combines metrics across all classes by averaging over the class values. if 'ignore_empty_classes' is true, then it only | STRING |
| HIGH | …atialai_data_utils/eval/tracking/hota/metrics/clear.py | 0 | calculate sub-metric ('field') values which only depend on other sub-metric values. this function is used both for both | STRING |
| HIGH | …patialai_data_utils/eval/tracking/hota/metrics/hota.py | 0 | calculate sub-metric ('field') values which only depend on other sub-metric values. this function is used both for both | STRING |
| HIGH | …alai_data_utils/eval/tracking/hota/metrics/identity.py | 0 | calculate sub-metric ('field') values which only depend on other sub-metric values. this function is used both for both | STRING |
| HIGH | …al/tracking/hota/datasets/mot_challenge_3d_location.py | 0 | dataset class for mot challenge 3d tracking :param dict config: configuration for the app :: default_dataset = trackeeva | STRING |
| HIGH | …l/tracking/hota/datasets/mtmc_challenge_3d_location.py | 0 | dataset class for mot challenge 3d tracking :param dict config: configuration for the app :: default_dataset = trackeeva | STRING |
| HIGH | …/eval/tracking/hota/datasets/mtmc_challenge_3d_bbox.py | 0 | dataset class for mot challenge 3d tracking :param dict config: configuration for the app :: default_dataset = trackeeva | STRING |
| HIGH | …al/tracking/hota/datasets/mot_challenge_3d_location.py | 0 | initialise dataset, checking that all required files are present | STRING |
| HIGH | …ls/eval/tracking/hota/datasets/mot_challenge_2d_box.py | 0 | initialise dataset, checking that all required files are present | STRING |
| HIGH | …l/tracking/hota/datasets/mtmc_challenge_3d_location.py | 0 | initialise dataset, checking that all required files are present | STRING |
| HIGH | …/eval/tracking/hota/datasets/mtmc_challenge_3d_bbox.py | 0 | initialise dataset, checking that all required files are present | STRING |
| HIGH | …al/tracking/hota/datasets/mot_challenge_3d_location.py | 0 | gets the display name of the tracker :param str tracker: class of tracker :return: str :: dataset.get_display_name(track | STRING |
| HIGH | …ls/eval/tracking/hota/datasets/mot_challenge_2d_box.py | 0 | gets the display name of the tracker :param str tracker: class of tracker :return: str :: dataset.get_display_name(track | STRING |
| HIGH | …l/tracking/hota/datasets/mtmc_challenge_3d_location.py | 0 | gets the display name of the tracker :param str tracker: class of tracker :return: str :: dataset.get_display_name(track | STRING |
| HIGH | …/eval/tracking/hota/datasets/mtmc_challenge_3d_bbox.py | 0 | gets the display name of the tracker :param str tracker: class of tracker :return: str :: dataset.get_display_name(track | STRING |
| HIGH | …al/tracking/hota/datasets/mot_challenge_3d_location.py | 0 | load a file (gt or tracker) in the mot challenge 2d box format if is_gt, this returns a dict which contains the fields: | STRING |
| HIGH | …l/tracking/hota/datasets/mtmc_challenge_3d_location.py | 0 | load a file (gt or tracker) in the mot challenge 2d box format if is_gt, this returns a dict which contains the fields: | STRING |
| HIGH | …/eval/tracking/hota/datasets/mtmc_challenge_3d_bbox.py | 0 | load a file (gt or tracker) in the mot challenge 2d box format if is_gt, this returns a dict which contains the fields: | STRING |
| HIGH | …ls/eval/tracking/hota/datasets/mot_challenge_2d_box.py | 0 | load a file (gt or tracker) in the mot challenge 2d box format if is_gt, this returns a dict which contains the fields: | STRING |
| HIGH | …al/tracking/hota/datasets/mot_challenge_3d_location.py | 0 | preprocess data for a single sequence for a single class ready for evaluation. inputs: - raw_data is a dict containing t | STRING |
| HIGH | …ls/eval/tracking/hota/datasets/mot_challenge_2d_box.py | 0 | preprocess data for a single sequence for a single class ready for evaluation. inputs: - raw_data is a dict containing t | STRING |
| HIGH | …l/tracking/hota/datasets/mtmc_challenge_3d_location.py | 0 | preprocess data for a single sequence for a single class ready for evaluation. inputs: - raw_data is a dict containing t | STRING |
| HIGH | …/eval/tracking/hota/datasets/mtmc_challenge_3d_bbox.py | 0 | preprocess data for a single sequence for a single class ready for evaluation. inputs: - raw_data is a dict containing t | STRING |
| HIGH | …-data-utils/tests/core/cameras/test_camera_grouping.py | 0 | create a temporary directory for test files under spatialai_data_utils/tmp/. | STRING |
| HIGH | …ta-utils/tests/core/cameras/test_origin_calculation.py | 0 | create a temporary directory for test files under spatialai_data_utils/tmp/. | STRING |
| HIGH | …ata-utils/tests/core/cameras/test_camera_clustering.py | 0 | create a temporary directory for test files under spatialai_data_utils/tmp/. | STRING |
| HIGH | .github/skill-eval/adapters/vss-ask-video/generate.py | 0 | shell wrapper that invokes the generic llm-as-judge verifier for a single step's checks. harbor reads /logs/verifier/rew | STRING |
| HIGH | …ub/skill-eval/adapters/vss-query-analytics/generate.py | 0 | shell wrapper that invokes the generic llm-as-judge verifier for a single step's checks. harbor reads /logs/verifier/rew | STRING |
| HIGH | …al/adapters/vss-generate-video-calibration/generate.py | 0 | shell wrapper that invokes the generic llm-as-judge verifier for a single step's checks. harbor reads /logs/verifier/rew | STRING |
| HIGH | …-eval/adapters/vss-manage-video-io-storage/generate.py | 0 | shell wrapper that invokes the generic llm-as-judge verifier for a single step's checks. harbor reads /logs/verifier/rew | STRING |
| HIGH | …ll-eval/adapters/vss-generate-video-report/generate.py | 0 | shell wrapper that invokes the generic llm-as-judge verifier for a single step's checks. harbor reads /logs/verifier/rew | STRING |
| HIGH | …l-eval/adapters/vss-deploy-video-embedding/generate.py | 0 | shell wrapper that invokes the generic llm-as-judge verifier for a single step's checks. harbor reads /logs/verifier/rew | STRING |
| HIGH | .github/skill-eval/adapters/vss-ask-video/generate.py | 0 | emit one harbor task directory per entry in spec['expects'] — i.e. step-<k>/ subdirs under `base/<platform>/` per agents | STRING |
| HIGH | …ub/skill-eval/adapters/vss-query-analytics/generate.py | 0 | emit one harbor task directory per entry in spec['expects'] — i.e. step-<k>/ subdirs under `base/<platform>/` per agents | STRING |
| HIGH | …ll-eval/adapters/vss-generate-video-report/generate.py | 0 | emit one harbor task directory per entry in spec['expects'] — i.e. step-<k>/ subdirs under `base/<platform>/` per agents | STRING |
| HIGH | …al/adapters/vss-generate-video-calibration/generate.py | 0 | emit one harbor task directory per entry in spec['expects'] — i.e. step-<k>/ subdirs under `base/<platform>/` per agents | STRING |
| HIGH | …-eval/adapters/vss-manage-video-io-storage/generate.py | 0 | emit one harbor task directory per entry in spec['expects'] — i.e. step-<k>/ subdirs under `base/<platform>/` per agents | STRING |
| HIGH | …rvices/rtvi/rt-embed/src/server/rtvi_stream_handler.py | 0 | gather chunks processed by the pipeline and run any further post-processing | STRING |
| HIGH | services/rtvi/rt-vlm/src/server/rtvi_stream_handler.py | 0 | gather chunks processed by the pipeline and run any further post-processing | STRING |
| HIGH | services/video-summarization/src/via_stream_handler.py | 0 | gather chunks processed by the pipeline and run any further post-processing | STRING |
| HIGH | …rvices/rtvi/rt-embed/src/server/rtvi_stream_handler.py | 0 | run vlm captions generation on a file or rtsp stream. this reuses the query function since they have identical logic. | STRING |
| HIGH | services/rtvi/rt-vlm/src/server/rtvi_stream_handler.py | 0 | run vlm captions generation on a file or rtsp stream. this reuses the query function since they have identical logic. | STRING |
| HIGH | services/video-summarization/src/via_stream_handler.py | 0 | run vlm captions generation on a file or rtsp stream. this reuses the query function since they have identical logic. | STRING |
| 95 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/message-broker-consumers/schema_pb2.py | 25 | CODE | |
| LOW | tools/message-broker-consumers/ext_pb2.py | 25 | CODE | |
| LOW | tools/message-broker-consumers/ext_pb2.py | 26 | CODE | |
| LOW | tools/sdg-postprocessing/semantic_labeling/box_check.py | 16 | CODE | |
| LOW | …cessing/data_conversion/convert_npy_to_png_depthmap.py | 22 | CODE | |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 19 | CODE | |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 24 | CODE | |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 26 | CODE | |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 27 | CODE | |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 28 | CODE | |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 29 | CODE | |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 31 | CODE | |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 33 | CODE | |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 37 | CODE | |
| LOW | …cessing/data_sanity_check/dataset_sanity_check_json.py | 17 | CODE | |
| LOW | …cessing/data_sanity_check/dataset_sanity_check_json.py | 19 | CODE | |
| LOW | …ocessing/data_sanity_check/dataset_sanity_check_png.py | 19 | CODE | |
| LOW | …ta_sanity_check/dataset_sanity_check_bbox_direction.py | 25 | CODE | |
| LOW | …ocessing/data_sanity_check/dataset_sanity_check_rgb.py | 19 | CODE | |
| LOW | …_sanity_check/dataset_sanity_check_instance_id_json.py | 17 | CODE | |
| LOW | …_sanity_check/dataset_sanity_check_instance_id_json.py | 19 | CODE | |
| LOW | …_sanity_check/dataset_sanity_check_instance_id_json.py | 21 | CODE | |
| LOW | …/data_sanity_check/dataset_sanity_check_calibration.py | 17 | CODE | |
| LOW | …/data_sanity_check/dataset_sanity_check_calibration.py | 19 | CODE | |
| LOW | …/data_sanity_check/dataset_sanity_check_calibration.py | 20 | CODE | |
| LOW | …/data_sanity_check/dataset_sanity_check_calibration.py | 27 | CODE | |
| LOW | …/data_sanity_check/dataset_sanity_check_calibration.py | 28 | CODE | |
| LOW | …/data_sanity_check/dataset_sanity_check_calibration.py | 29 | CODE | |
| LOW | …/data_sanity_check/dataset_sanity_check_calibration.py | 30 | CODE | |
| LOW | …a_sanity_check/dataset_sanity_check_instance_id_png.py | 19 | CODE | |
| LOW | …ocessing/data_sanity_check/dataset_sanity_check_npy.py | 17 | CODE | |
| LOW | …ata-utils/tools/visualization/draw_camera_placement.py | 24 | CODE | |
| LOW | …-utils/tools/camera_grouping/reassign_camera_groups.py | 32 | CODE | |
| LOW | …-utils/tools/camera_grouping/reassign_camera_groups.py | 34 | CODE | |
| LOW | …-utils/tools/camera_grouping/reassign_camera_groups.py | 35 | CODE | |
| LOW | …-utils/tools/camera_grouping/reassign_camera_groups.py | 35 | CODE | |
| LOW | …-utils/tools/camera_grouping/reassign_camera_groups.py | 35 | CODE | |
| LOW | …ls/spatialai_data_utils/visualization/camera_groups.py | 23 | CODE | |
| LOW | …ata-utils/spatialai_data_utils/visualization/render.py | 82 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 22 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 22 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 22 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 22 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 22 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 22 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 30 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 30 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 30 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 30 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 30 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 30 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 38 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 38 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 38 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 38 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 38 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 38 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 46 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 49 | CODE | |
| LOW | …a-utils/spatialai_data_utils/visualization/__init__.py | 49 | CODE | |
| 740 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/message-broker-consumers/base_consumer.py | 118 | CODE | |
| LOW | tools/message-broker-consumers/base_consumer.py | 153 | CODE | |
| LOW | tools/message-broker-consumers/base_consumer.py | 276 | CODE | |
| LOW | …ols/sdg-postprocessing/utils/export_xform_semantics.py | 100 | CODE | |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 84 | CODE | |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 279 | CODE | |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 348 | CODE | |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 543 | CODE | |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 600 | CODE | |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 757 | CODE | |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 999 | CODE | |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 1228 | CODE | |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 1361 | CODE | |
| LOW | …ta_conversion/convert_single_camera_rgb_depth_to_h5.py | 39 | CODE | |
| LOW | …cessing/data_sanity_check/dataset_sanity_check_json.py | 24 | CODE | |
| LOW | …cessing/data_sanity_check/dataset_sanity_check_json.py | 139 | CODE | |
| LOW | …ing/data_sanity_check/dataset_sanity_check_velocity.py | 66 | CODE | |
| LOW | …ta_sanity_check/dataset_sanity_check_bbox_direction.py | 76 | CODE | |
| LOW | …ta_sanity_check/dataset_sanity_check_bbox_direction.py | 438 | CODE | |
| LOW | …ta_sanity_check/dataset_sanity_check_bbox_direction.py | 681 | CODE | |
| LOW | …_sanity_check/dataset_sanity_check_instance_id_json.py | 23 | CODE | |
| LOW | …/data_sanity_check/dataset_sanity_check_calibration.py | 451 | CODE | |
| LOW | …/data_sanity_check/dataset_sanity_check_calibration.py | 512 | CODE | |
| LOW | …/data_sanity_check/dataset_sanity_check_calibration.py | 556 | CODE | |
| LOW | …/data_sanity_check/dataset_sanity_check_calibration.py | 593 | CODE | |
| LOW | …/data_sanity_check/dataset_sanity_check_calibration.py | 639 | CODE | |
| LOW | …/data_sanity_check/dataset_sanity_check_calibration.py | 687 | CODE | |
| LOW | …ocessing/data_sanity_check/dataset_sanity_check_npy.py | 23 | CODE | |
| LOW | deploy/docker/scripts/orchestrator_mcp_helper.py | 31 | CODE | |
| LOW | …ploy/docker/scripts/nemoclaw/update_openclaw_config.py | 48 | CODE | |
| LOW | …dation_and_evaluation/run_validation_and_evaluation.py | 66 | CODE | |
| LOW | …alai-data-utils/tools/video_utils/video2frame_scene.py | 119 | CODE | |
| LOW | …alai-data-utils/tools/video_utils/video2frame_scene.py | 176 | CODE | |
| LOW | …ls/spatialai_data_utils/visualization/camera_groups.py | 81 | CODE | |
| LOW | …ls/spatialai_data_utils/visualization/camera_groups.py | 153 | CODE | |
| LOW | …ls/spatialai_data_utils/visualization/camera_groups.py | 206 | CODE | |
| LOW | …ls/spatialai_data_utils/visualization/camera_groups.py | 391 | CODE | |
| LOW | …ata-utils/spatialai_data_utils/visualization/render.py | 416 | CODE | |
| LOW | …ai_data_utils/visualization/video_utils/video2frame.py | 120 | CODE | |
| LOW | …s/spatialai_data_utils/core/post_processing/filters.py | 53 | CODE | |
| LOW | …utils/spatialai_data_utils/core/cameras/group_utils.py | 50 | CODE | |
| LOW | …utils/spatialai_data_utils/core/cameras/group_utils.py | 576 | CODE | |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 1485 | CODE | |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 1100 | CODE | |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 1191 | CODE | |
| LOW | …ta-utils/spatialai_data_utils/core/cameras/grouping.py | 459 | CODE | |
| LOW | …ata-utils/spatialai_data_utils/core/cameras/polygon.py | 80 | CODE | |
| LOW | …ata-utils/spatialai_data_utils/core/cameras/polygon.py | 338 | CODE | |
| LOW | …ata-utils/spatialai_data_utils/core/cameras/polygon.py | 412 | CODE | |
| LOW | …ata-utils/spatialai_data_utils/core/cameras/polygon.py | 490 | CODE | |
| LOW | …ata-utils/spatialai_data_utils/core/cameras/polygon.py | 583 | CODE | |
| LOW | …ata-utils/spatialai_data_utils/core/cameras/polygon.py | 740 | CODE | |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 52 | CODE | |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 359 | CODE | |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 769 | CODE | |
| LOW | …data-utils/spatialai_data_utils/core/cameras/origin.py | 124 | CODE | |
| LOW | …data-utils/spatialai_data_utils/core/cameras/origin.py | 322 | CODE | |
| LOW | …ata-utils/spatialai_data_utils/datasets/frame_paths.py | 217 | CODE | |
| LOW | …ata-utils/spatialai_data_utils/datasets/frame_paths.py | 380 | CODE | |
| LOW | …lai-data-utils/spatialai_data_utils/datasets/splits.py | 106 | CODE | |
| 557 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL⚡ | …s/analyticsComponents/ReverseTransformationResults.tsx | 158 | <strong>W1:</strong> X: {reversedTripwireResults.worldCoords.wire.p1.x.toFix | CODE |
| CRITICAL⚡ | …s/analyticsComponents/ReverseTransformationResults.tsx | 159 | {reversedTripwireResults.worldCoords.wire.p1.y.toFixed(3)} | CODE |
| CRITICAL⚡ | …s/analyticsComponents/ReverseTransformationResults.tsx | 162 | <strong>W2:</strong> X: {reversedTripwireResults.worldCoords.wire.p2.x.toFix | CODE |
| CRITICAL⚡ | …s/analyticsComponents/ReverseTransformationResults.tsx | 163 | {reversedTripwireResults.worldCoords.wire.p2.y.toFixed(3)} | CODE |
| CRITICAL⚡ | …s/analyticsComponents/ReverseTransformationResults.tsx | 174 | <strong>D1:</strong> X: {reversedTripwireResults.worldCoords.directi | CODE |
| CRITICAL⚡ | …s/analyticsComponents/ReverseTransformationResults.tsx | 175 | Y: {reversedTripwireResults.worldCoords.direction.p1.y.toFixed(3)} | CODE |
| CRITICAL⚡ | …s/analyticsComponents/ReverseTransformationResults.tsx | 178 | <strong>D2:</strong> X: {reversedTripwireResults.worldCoords.directi | CODE |
| CRITICAL⚡ | …s/analyticsComponents/ReverseTransformationResults.tsx | 179 | Y: {reversedTripwireResults.worldCoords.direction.p2.y.toFixed(3)} | CODE |
| CRITICAL⚡ | …s/analyticsComponents/ReverseTransformationResults.tsx | 205 | <strong>W1:</strong> X: {reversedTripwireResults.imageCoords.wire.p1.x.toFix | CODE |
| CRITICAL⚡ | …s/analyticsComponents/ReverseTransformationResults.tsx | 206 | {reversedTripwireResults.imageCoords.wire.p1.y.toFixed(2)} | CODE |
| CRITICAL⚡ | …s/analyticsComponents/ReverseTransformationResults.tsx | 209 | <strong>W2:</strong> X: {reversedTripwireResults.imageCoords.wire.p2.x.toFix | CODE |
| CRITICAL⚡ | …s/analyticsComponents/ReverseTransformationResults.tsx | 210 | {reversedTripwireResults.imageCoords.wire.p2.y.toFixed(2)} | CODE |
| CRITICAL⚡ | …s/analyticsComponents/ReverseTransformationResults.tsx | 221 | <strong>D1:</strong> X: {reversedTripwireResults.imageCoords.directi | CODE |
| CRITICAL⚡ | …s/analyticsComponents/ReverseTransformationResults.tsx | 222 | Y: {reversedTripwireResults.imageCoords.direction.p1.y.toFixed(2)} | CODE |
| CRITICAL⚡ | …s/analyticsComponents/ReverseTransformationResults.tsx | 225 | <strong>D2:</strong> X: {reversedTripwireResults.imageCoords.directi | CODE |
| CRITICAL⚡ | …s/analyticsComponents/ReverseTransformationResults.tsx | 226 | Y: {reversedTripwireResults.imageCoords.direction.p2.y.toFixed(2)} | CODE |
| CRITICAL | …serts/lib/clang/17/include/__clang_cuda_builtin_vars.h | 26 | // %0 = call i32 @llvm.nvvm.read.ptx.sreg.tid.x() #3 | COMMENT |
| CRITICAL | …s/lib/clang/11.0.0/include/__clang_cuda_builtin_vars.h | 26 | // %0 = call i32 @llvm.nvvm.read.ptx.sreg.tid.x() #3 | COMMENT |
| CRITICAL⚡ | …t_test/knowledge_retrieval/test_llama_index_adapter.py | 211 | fake_llama_index.vector_store_index_cls.from_vector_store.return_value.as_retriever.assert_called_with( | CODE |
| CRITICAL | …t_test/knowledge_retrieval/test_llama_index_adapter.py | 308 | fake_llama_index.vector_store_index_cls.from_vector_store.return_value.as_retriever.assert_called_with( | CODE |
| CRITICAL | …/behavior-analytics/docs/building-mdx-analytics-app.md | 221 | The `mdx.analytics.core.app.app_runner.run()` function supports these arguments: | CODE |
| CRITICAL | …eo-analytics-api/src/web-api-core/Metrics/Occupancy.js | 569 | queryBody.aggs.fov.aggs.searchAggFilter.filter.bool.filter.push({ | CODE |
| CRITICAL | …eo-analytics-api/src/web-api-core/Metrics/Occupancy.js | 704 | queryBody.aggs.eventsOverTime.aggs.fov.aggs.searchAggFilter.filter.bool.filter.push({ | CODE |
| CRITICAL | …eo-analytics-api/src/web-api-core/Metrics/Occupancy.js | 974 | queryBody.aggs.rois.aggs.searchAggFilter.filter.bool.filter.push({ | CODE |
| CRITICAL | …eo-analytics-api/src/web-api-core/Metrics/Occupancy.js | 979 | queryBody.aggs.rois.aggs.searchAggFilter.filter.bool.filter.push({ | CODE |
| CRITICAL | …eo-analytics-api/src/web-api-core/Metrics/Occupancy.js | 1154 | queryBody.aggs.eventsOverTime.aggs.rois.aggs.searchAggFilter.filter.bool.filter.push({ | CODE |
| CRITICAL | …eo-analytics-api/src/web-api-core/Metrics/Occupancy.js | 1159 | queryBody.aggs.eventsOverTime.aggs.rois.aggs.searchAggFilter.filter.bool.filter.push({ | CODE |
| CRITICAL⚡ | …-analytics-api/src/web-api-core/Services/Clustering.js | 207 | queryBody.query.function_score.query.bool.must.push({ exists: { field: "info.cluster.index" } }); | CODE |
| CRITICAL⚡ | …-analytics-api/src/web-api-core/Services/Clustering.js | 208 | queryBody.query.function_score.query.bool.must.push({ term: { "sensor.id.keyword": sensorId } }); | CODE |
| CRITICAL⚡ | …-analytics-api/src/web-api-core/Services/Clustering.js | 209 | queryBody.query.function_score.query.bool.must.push({ range: { timestamp: { lte: toTimestamp } } }); | CODE |
| CRITICAL⚡ | …-analytics-api/src/web-api-core/Services/Clustering.js | 210 | queryBody.query.function_score.query.bool.must.push({ range: { end: { gte: fromTimestamp } } }); | CODE |
| CRITICAL⚡ | …-analytics-api/src/web-api-core/Services/Clustering.js | 211 | queryBody.query.function_score.query.bool.must.push({ term: { "info.cluster.modelVersion.keyword": modelVersion | CODE |
| CRITICAL⚡ | …-analytics-api/src/web-api-core/Services/Clustering.js | 212 | queryBody.query.function_score.query.bool.must.push({ range: { distance: { gte: minBehaviorDistance } } }); | CODE |
| CRITICAL⚡ | …-analytics-api/src/web-api-core/Services/Clustering.js | 214 | queryBody.query.function_score.query.bool.must.push({ term: { "info.cluster.index.keyword": clusterIndex } } | CODE |
| CRITICAL | …ideo-analytics-api/src/web-api-core/Services/Frames.js | 127 | queryBody.aggs.objects.aggs.objectsFilter.filter.bool.filter.push({ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tools/rtvi-cv-mv3dt-utils/generate_pub_sub_configs.py | 39 | # Create the mask | COMMENT |
| MEDIUM | …files/dev-profile-base/eval/eval_output_json_to_csv.sh | 63 | # Create a lookup map from workflow: id -> query | COMMENT |
| MEDIUM | …oy/docker/services/infra/elk/kibana/configs/kibana.yml | 1 | # This file is provided under your choice of: (a) the Server Side Public License v1 (SSPLv1); or (b) the GNU Affero Gene | COMMENT |
| MEDIUM | …ervices/infra/elk/logstash/configs/pipelines-redis.yml | 1 | # This file is provided under Apache-2.0 License. | COMMENT |
| MEDIUM | …ervices/infra/elk/logstash/configs/pipelines-redis.yml | 3 | # This file is where you define your pipelines. You can define multiple. | COMMENT |
| MEDIUM | …ervices/infra/elk/logstash/configs/pipelines-kafka.yml | 1 | # This file is provided under Apache-2.0 License. | COMMENT |
| MEDIUM | …ervices/infra/elk/logstash/configs/pipelines-kafka.yml | 3 | # This file is where you define your pipelines. You can define multiple. | COMMENT |
| MEDIUM | …ocker/services/infra/elk/logstash/configs/logstash.yml | 1 | # This file is provided under Apache-2.0 License. | COMMENT |
| MEDIUM | …ices/infra/elk/elasticsearch/configs/elasticsearch.yml | 1 | # This file is provided under your choice of: (a) the Server Side Public License v1 (SSPLv1); or (b) the GNU Affero Gene | COMMENT |
| MEDIUM | …ta-utils/spatialai_data_utils/core/cameras/grouping.py | 512 | # Create a local RNG when randomization is enabled. | COMMENT |
| MEDIUM | …a-utils/spatialai_data_utils/core/cameras/filtering.py | 226 | # Create a copy of the object | COMMENT |
| MEDIUM | …a-utils/spatialai_data_utils/core/cameras/filtering.py | 295 | # Create a filtered copy of calibration data | COMMENT |
| MEDIUM | …ata-utils/spatialai_data_utils/core/cameras/polygon.py | 179 | # Create a list of heights to check | COMMENT |
| MEDIUM | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 325 | # Create a dedicated subfolder for visualization files | COMMENT |
| MEDIUM | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 713 | # Create a dedicated subfolder for visualization files | COMMENT |
| MEDIUM | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 1072 | # Create a dedicated subfolder for visualization files | COMMENT |
| MEDIUM | …data-utils/spatialai_data_utils/core/cameras/origin.py | 399 | # Create a temporary dict mapping sensor index to sensor data | COMMENT |
| MEDIUM | …alai_data_utils/converters/nusc_results_to_nvschema.py | 80 | # Create a separate output for each BEV group | COMMENT |
| MEDIUM | …ata_utils/eval/tracking/hota/datasets/_base_dataset.py | 442 | # Define the local corners of a "unit" box with the correct corner ordering: | COMMENT |
| MEDIUM | …-data-utils/tests/core/cameras/test_camera_grouping.py | 1493 | # Create a known group | COMMENT |
| MEDIUM⚡ | …tialai-data-utils/tests/utils/test_filesystem_utils.py | 28 | # Create a path with allowed characters | COMMENT |
| MEDIUM | services/ui/create-third-party-deps-tar.sh | 5 | # Create a timestamped tarball of 3rd-party npm dependency *source* for packages whose | COMMENT |
| MEDIUM | services/rtvi/rt-embed/src/server/rtvi_embed_server.py | 1923 | # Create the response json | COMMENT |
| MEDIUM | services/rtvi/rt-embed/src/server/rtvi_embed_server.py | 1974 | # Create the response json | COMMENT |
| MEDIUM | …rvices/rtvi/rt-embed/src/server/rtvi_stream_handler.py | 2378 | # Create a lookup dictionary for saved responses by chunk index | COMMENT |
| MEDIUM | …rvices/rtvi/rt-embed/src/server/rtvi_stream_handler.py | 2477 | # Create a RequestInfo object and populate it | COMMENT |
| MEDIUM | …rvices/rtvi/rt-embed/src/server/rtvi_stream_handler.py | 2596 | # Create a RequestInfo object and populate it for VLM captions | COMMENT |
| MEDIUM | services/rtvi/rt-embed/src/utils/asset_manager.py | 1130 | # Create the asset directory and write the file | COMMENT |
| MEDIUM | services/rtvi/rt-embed/src/utils/file_splitter.py | 220 | # Create the Gstreamer pipeline | COMMENT |
| MEDIUM | …rtvi/rt-embed/src/vlm_pipeline/ngc_model_downloader.py | 60 | # Create a NGC client and authenticate with NGC | COMMENT |
| MEDIUM⚡ | …i/rt-embed/src/vlm_pipeline/video_file_frame_getter.py | 2801 | # Create a flag to track completion | COMMENT |
| MEDIUM | …i/rt-embed/src/vlm_pipeline/video_file_frame_getter.py | 1516 | # Create a tee to split the video stream | COMMENT |
| MEDIUM | services/rtvi/rt-embed/src/vlm_pipeline/vlm_pipeline.py | 1381 | # Create the ASR processes | COMMENT |
| MEDIUM | services/rtvi/rt-embed/src/vlm_pipeline/vlm_pipeline.py | 1429 | # Create the VLM processes, one on each GPU | COMMENT |
| MEDIUM | services/rtvi/rt-embed/src/vlm_pipeline/vlm_pipeline.py | 1469 | # Create the chunk decoding processes, one on each GPU | COMMENT |
| MEDIUM | services/rtvi/rt-embed/src/vlm_pipeline/vlm_pipeline.py | 1489 | # Create a thread to gather chunks processed by the VLM pipeline | COMMENT |
| MEDIUM | services/rtvi/rt-vlm/tests/test_nim_endpoints.sh | 137 | # Create a test JSON file for image_url | COMMENT |
| MEDIUM | services/rtvi/rt-vlm/tests/test_nim_endpoints.sh | 211 | # Create a test JSON file for video_url | COMMENT |
| MEDIUM | …es/rtvi/rt-vlm/tests/test_turn_by_turn_conversation.py | 39 | # Create a multi-turn conversation | COMMENT |
| MEDIUM | services/rtvi/rt-vlm/tests/rtvi_vlm/conftest.py | 79 | # Create a mock pipeline instance | COMMENT |
| MEDIUM | services/rtvi/rt-vlm/tests/rtvi_vlm/conftest.py | 81 | # Create a mock VlmModelInfo object | COMMENT |
| MEDIUM | …ces/rtvi/rt-vlm/tests/rtvi_vlm/test_rtvi_vlm_server.py | 107 | # Create a mock VlmModelInfo object | COMMENT |
| MEDIUM | services/rtvi/rt-vlm/src/server/rtvi_stream_handler.py | 2394 | # Create a lookup dictionary for saved responses by chunk index | COMMENT |
| MEDIUM | services/rtvi/rt-vlm/src/server/rtvi_stream_handler.py | 2493 | # Create a RequestInfo object and populate it | COMMENT |
| MEDIUM | services/rtvi/rt-vlm/src/server/rtvi_stream_handler.py | 2612 | # Create a RequestInfo object and populate it for VLM captions | COMMENT |
| MEDIUM | services/rtvi/rt-vlm/src/server/rtvi_vlm_server.py | 816 | # Create a text-only chunk and enqueue through the VLM pipeline | COMMENT |
| MEDIUM | services/rtvi/rt-vlm/src/server/rtvi_vlm_server.py | 2479 | # Create the response json | COMMENT |
| MEDIUM | services/rtvi/rt-vlm/src/server/rtvi_vlm_server.py | 2533 | # Create the response json | COMMENT |
| MEDIUM | services/rtvi/rt-vlm/src/utils/asset_manager.py | 1130 | # Create the asset directory and write the file | COMMENT |
| MEDIUM | services/rtvi/rt-vlm/src/utils/file_splitter.py | 220 | # Create the Gstreamer pipeline | COMMENT |
| MEDIUM | …s/rtvi/rt-vlm/src/vlm_pipeline/ngc_model_downloader.py | 60 | # Create a NGC client and authenticate with NGC | COMMENT |
| MEDIUM⚡ | …tvi/rt-vlm/src/vlm_pipeline/video_file_frame_getter.py | 2801 | # Create a flag to track completion | COMMENT |
| MEDIUM | …tvi/rt-vlm/src/vlm_pipeline/video_file_frame_getter.py | 1516 | # Create a tee to split the video stream | COMMENT |
| MEDIUM | services/rtvi/rt-vlm/src/vlm_pipeline/vlm_pipeline.py | 1381 | # Create the ASR processes | COMMENT |
| MEDIUM | services/rtvi/rt-vlm/src/vlm_pipeline/vlm_pipeline.py | 1429 | # Create the VLM processes, one on each GPU | COMMENT |
| MEDIUM | services/rtvi/rt-vlm/src/vlm_pipeline/vlm_pipeline.py | 1469 | # Create the chunk decoding processes, one on each GPU | COMMENT |
| MEDIUM | services/rtvi/rt-vlm/src/vlm_pipeline/vlm_pipeline.py | 1489 | # Create a thread to gather chunks processed by the VLM pipeline | COMMENT |
| MEDIUM | services/vios/mcp/src/server.py | 106 | # Create the MCP server instance using FastMCP | COMMENT |
| MEDIUM | services/vios/mcp/src/server.py | 1010 | # Create a dedicated handler for JSON RPC messages | COMMENT |
| MEDIUM | …ices/vios/deployment/oneclick_dc_deployment_for_dev.py | 403 | # Define the VST service image variables and their display names | COMMENT |
| 132 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/message-broker-consumers/redis_to_file.py | 35 | logger = logging.getLogger(__name__) | CODE |
| LOW | tools/message-broker-consumers/kafka_to_file.py | 35 | logger = logging.getLogger(__name__) | CODE |
| LOW | tools/message-broker-consumers/base_consumer.py | 41 | logger = logging.getLogger(__name__) | CODE |
| LOW | …patialai-data-utils/tools/visualization/draw_3dbbox.py | 264 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ata-utils/tools/visualization/draw_camera_placement.py | 30 | logger = logging.getLogger(__name__) | CODE |
| LOW | …dation_and_evaluation/run_validation_and_evaluation.py | 61 | logger = logging.getLogger(__name__) | CODE |
| LOW | …tools/camera_grouping/find_suggested_cluster_params.py | 32 | logger = logging.getLogger(__name__) | CODE |
| LOW | …i-data-utils/tools/camera_grouping/calculate_origin.py | 93 | logger = logging.getLogger(__name__) | CODE |
| LOW | …-utils/tools/camera_grouping/reassign_camera_groups.py | 41 | logger = logging.getLogger(__name__) | CODE |
| LOW | …-utils/tools/camera_grouping/create_camera_clusters.py | 63 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ta-utils/tools/camera_grouping/create_camera_groups.py | 75 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ai-data-utils/tools/evaluation/evaluate_aicity_mtmc.py | 83 | logger = logging.getLogger(__name__) | CODE |
| LOW | …/spatialai-data-utils/tools/video_utils/frame2video.py | 61 | logger = logging.getLogger(__name__) | CODE |
| LOW | …alai-data-utils/tools/video_utils/video2frame_scene.py | 115 | logger = logging.getLogger(__name__) | CODE |
| LOW | …alai-data-utils/tools/video_utils/frame2video_scene.py | 107 | logger = logging.getLogger(__name__) | CODE |
| LOW | …/spatialai-data-utils/tools/video_utils/video2frame.py | 58 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ai-data-utils/tools/projection/project_bbox3d_to_2d.py | 89 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ls/spatialai_data_utils/visualization/camera_groups.py | 41 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ls/spatialai_data_utils/visualization/camera_groups.py | 575 | __all__ = [ | CODE |
| LOW | …a-utils/spatialai_data_utils/visualization/coloring.py | 52 | __all__ = [ | CODE |
| LOW | …utils/spatialai_data_utils/visualization/draw_utils.py | 45 | logger = logging.getLogger(__name__) | CODE |
| LOW | …utils/spatialai_data_utils/visualization/draw_utils.py | 47 | __all__ = [ | CODE |
| LOW | …ata-utils/spatialai_data_utils/visualization/render.py | 121 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ata-utils/spatialai_data_utils/visualization/render.py | 123 | __all__ = [ | CODE |
| LOW | …ata-utils/spatialai_data_utils/visualization/box_3d.py | 89 | __all__ = [ | CODE |
| LOW | …_data_utils/visualization/camera_placement/__init__.py | 38 | __all__ = [ | CODE |
| LOW | …ai_data_utils/visualization/video_utils/frame2video.py | 61 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ta_utils/visualization/video_utils/frame2video_grid.py | 61 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ai_data_utils/visualization/video_utils/video2frame.py | 49 | logger = logging.getLogger(__name__) | CODE |
| LOW | …utils/spatialai_data_utils/core/cameras/group_utils.py | 47 | logger = logging.getLogger(__name__) | CODE |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 58 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ta-utils/spatialai_data_utils/core/cameras/grouping.py | 64 | logger = logging.getLogger(__name__) | CODE |
| LOW | …a-utils/spatialai_data_utils/core/cameras/filtering.py | 27 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ata-utils/spatialai_data_utils/core/cameras/polygon.py | 36 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ils/spatialai_data_utils/core/cameras/visualization.py | 45 | __all__ = [ | CODE |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 49 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | …-data-utils/spatialai_data_utils/core/cameras/utils.py | 53 | logger = logging.getLogger(__name__) | CODE |
| LOW | …patialai_data_utils/core/cameras/calibration_fields.py | 27 | logger = logging.getLogger(__name__) | CODE |
| LOW | …data-utils/spatialai_data_utils/core/cameras/origin.py | 75 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ils/spatialai_data_utils/datasets/aicity26/__init__.py | 40 | __all__ = [ | CODE |
| LOW | …ils/spatialai_data_utils/datasets/aicity24/__init__.py | 27 | __all__ = [ | CODE |
| LOW | …ils/spatialai_data_utils/datasets/aicity25/__init__.py | 32 | __all__ = [ | CODE |
| LOW | …i_data_utils/datasets/cloud_utils/s3_utils/__init__.py | 51 | __all__ = [ | CODE |
| LOW | …-data-utils/spatialai_data_utils/utils/string_utils.py | 82 | __all__ = [ | CODE |
| LOW | …a-utils/spatialai_data_utils/configs/eval/detection.py | 103 | __all__ = [ | CODE |
| LOW | …spatialai_data_utils/eval/tracking/aicity_mtmc_eval.py | 136 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ils/spatialai_data_utils/eval/tracking/data_classes.py | 199 | def set_metric(self, metric_name: str, values: np.ndarray) -> None: | CODE |
| LOW | …ils/spatialai_data_utils/eval/tracking/data_classes.py | 235 | def set_nelem(cls, nelem: int) -> None: | CODE |
| LOW | …s/spatialai_data_utils/eval/tracking/hota/hota_eval.py | 40 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ai-data-utils/spatialai_data_utils/loaders/__init__.py | 23 | __all__ = [ | CODE |
| LOW | …ai-data-utils/spatialai_data_utils/loaders/nvschema.py | 76 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | …data-utils/spatialai_data_utils/loaders/calibration.py | 168 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ata-utils/spatialai_data_utils/validation/bev_utils.py | 21 | logger = logging.getLogger(__name__) | CODE |
| LOW | …data-utils/spatialai_data_utils/validation/gt_utils.py | 22 | logger = logging.getLogger(__name__) | CODE |
| LOW | …-data-utils/tests/core/cameras/test_camera_grouping.py | 46 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ta-utils/tests/core/cameras/test_origin_calculation.py | 38 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ata-utils/tests/core/cameras/test_camera_clustering.py | 43 | logger = logging.getLogger(__name__) | CODE |
| LOW | .github/skill-eval/skills_eval_agent.py | 126 | def _set_bash_timeouts() -> None: | CODE |
| LOW | .github/skill-eval/envs/brev_env.py | 38 | logger = logging.getLogger(__name__) | CODE |
| LOW | …vi/rt-embed/tests/rtvi_embed/test_rtvi_embed_server.py | 46 | logger = logging.getLogger(__name__) | CODE |
| 355 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/message-broker-consumers/base_consumer.py | 217 | # Check if msg_id should be added (skip special markers like '__kafka_error__') | COMMENT |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 1024 | # Check if all subfolders have the same frame count | COMMENT |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 1269 | # Check if all corners are within reasonable bounds | COMMENT |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 1586 | # Set this to True to enable renaming the annotation format, or False to use the default | COMMENT |
| LOW | …postprocessing/data_conversion/convert_ground_truth.py | 1607 | # Check if root_directory exists | COMMENT |
| LOW | …data_conversion/convert_images_to_videos_no_bframes.sh | 18 | # Check if a directory argument was provided | COMMENT |
| LOW | …data_conversion/convert_images_to_videos_no_bframes.sh | 27 | # Check if the specified directory exists | COMMENT |
| LOW | …data_conversion/convert_images_to_videos_no_bframes.sh | 74 | # Check if we have reached the maximum number of concurrent jobs | COMMENT |
| LOW | …cessing/data_sanity_check/dataset_sanity_check_json.py | 82 | # Check if the frame exists | COMMENT |
| LOW | …cessing/data_sanity_check/dataset_sanity_check_json.py | 87 | # Check if the frame is readable | COMMENT |
| LOW | …ocessing/data_sanity_check/dataset_sanity_check_png.py | 69 | # Check if the frame exists | COMMENT |
| LOW | …ocessing/data_sanity_check/dataset_sanity_check_png.py | 74 | # Check if the frame is readable | COMMENT |
| LOW | …ta_sanity_check/dataset_sanity_check_bbox_direction.py | 120 | # Check if all corners are within reasonable bounds | COMMENT |
| LOW | …ta_sanity_check/dataset_sanity_check_bbox_direction.py | 803 | #Check if the data exists nan | COMMENT |
| LOW | …ocessing/data_sanity_check/dataset_sanity_check_rgb.py | 69 | # Check if the frame exists | COMMENT |
| LOW | …ocessing/data_sanity_check/dataset_sanity_check_rgb.py | 74 | # Check if the frame is readable | COMMENT |
| LOW⚡ | …_sanity_check/dataset_sanity_check_instance_id_json.py | 72 | # Check if the frame exists | COMMENT |
| LOW⚡ | …_sanity_check/dataset_sanity_check_instance_id_json.py | 77 | # Check if the frame is readable | COMMENT |
| LOW | …ssing/data_sanity_check/dataset_sanity_check_videos.sh | 18 | # Check if a directory argument was provided | COMMENT |
| LOW | …ssing/data_sanity_check/dataset_sanity_check_videos.sh | 27 | # Check if the specified directory exists | COMMENT |
| LOW | …a_sanity_check/dataset_sanity_check_instance_id_png.py | 69 | # Check if the frame exists | COMMENT |
| LOW | …a_sanity_check/dataset_sanity_check_instance_id_png.py | 74 | # Check if the frame is readable | COMMENT |
| LOW⚡ | …ocessing/data_sanity_check/dataset_sanity_check_npy.py | 80 | # Check if the frame exists | COMMENT |
| LOW⚡ | …ocessing/data_sanity_check/dataset_sanity_check_npy.py | 85 | # Check if the frame is readable | COMMENT |
| LOW | …files/dev-profile-base/eval/eval_output_json_to_csv.sh | 50 | # Check if jq is available | COMMENT |
| LOW | deploy/docker/scripts/dev-profile.sh | 1116 | # Check if source .env exists | COMMENT |
| LOW | …rvices/infra/kafka/init-scripts/create-kafka-topics.sh | 67 | #Check if Kafka is Up & Running | COMMENT |
| LOW | …ocker/services/vios/scripts/user_additional_install.sh | 169 | # Check if dpkg is broken and fix if needed | COMMENT |
| LOW | …ocker/services/vios/scripts/user_additional_install.sh | 200 | # Check if dpkg is broken and fix if needed | COMMENT |
| LOW | …ocker/services/vios/scripts/user_additional_install.sh | 226 | # Check if dpkg is broken and fix if needed | COMMENT |
| LOW | …ocker/services/vios/scripts/user_additional_install.sh | 252 | # Check if dpkg is broken and fix if needed | COMMENT |
| LOW | …rts/vios-nvstreamer/scripts/user_additional_install.sh | 174 | # Check if dpkg is broken and fix if needed | COMMENT |
| LOW | …rts/vios-nvstreamer/scripts/user_additional_install.sh | 205 | # Check if dpkg is broken and fix if needed | COMMENT |
| LOW | …rts/vios-nvstreamer/scripts/user_additional_install.sh | 231 | # Check if dpkg is broken and fix if needed | COMMENT |
| LOW | …rts/vios-nvstreamer/scripts/user_additional_install.sh | 257 | # Check if dpkg is broken and fix if needed | COMMENT |
| LOW | …dation_and_evaluation/run_validation_and_evaluation.py | 212 | # Check if mdx-bev only validation is requested | COMMENT |
| LOW⚡ | …ls/tools/camera_grouping/batch_create_camera_groups.sh | 618 | # Check if data directory exists | COMMENT |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 334 | # Check if camera matrices were extracted successfully | COMMENT |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 991 | # Check if current membership meets thresholds | COMMENT |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 1549 | # Check if camera matrices were extracted successfully | COMMENT |
| LOW | …ta-utils/spatialai_data_utils/core/cameras/grouping.py | 658 | # Check if this group is a duplicate of an existing group | COMMENT |
| LOW⚡ | …a-utils/spatialai_data_utils/core/cameras/filtering.py | 125 | # Check if sensor exists in the set | COMMENT |
| LOW | …a-utils/spatialai_data_utils/core/cameras/filtering.py | 152 | # Check if file exists | COMMENT |
| LOW | …a-utils/spatialai_data_utils/core/cameras/filtering.py | 184 | # Check if file exists | COMMENT |
| LOW | …ata-utils/spatialai_data_utils/core/cameras/polygon.py | 782 | # Check if sensor already has a fieldOfViewPolygon attribute | COMMENT |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 180 | # Check if all sensors have group information | COMMENT |
| LOW | …data-utils/spatialai_data_utils/core/cameras/origin.py | 414 | # Check if attributes is a list (array of name-value pairs) | COMMENT |
| LOW | …data-utils/spatialai_data_utils/core/cameras/origin.py | 436 | # Check if attributes is a dict | COMMENT |
| LOW | …ploy-detection-tracking-2d/scripts/run_app_and_wait.sh | 187 | # Check if app died | COMMENT |
| LOW | …y-detection-tracking-2d/scripts/calibration_manager.py | 38 | # Check if calibration covers batch size 6 | STRING |
| LOW | services/rtvi/rt-embed/tests/tests_common.py | 248 | # Check if the files exist | COMMENT |
| LOW⚡ | …bed/tests/rtvi_embed/test_rtvi_embed_stream_handler.py | 370 | # Check if text embeddings method exists | COMMENT |
| LOW | services/rtvi/rt-embed/src/server/rtvi_embed_server.py | 1051 | # Check if the RTSP URL contains valid video | COMMENT |
| LOW | services/rtvi/rt-embed/src/server/rtvi_embed_server.py | 1445 | # Check if inference is active | COMMENT |
| LOW | services/rtvi/rt-embed/src/server/rtvi_embed_server.py | 1690 | # Check if asset exists with same url throw error | COMMENT |
| LOW | services/rtvi/rt-embed/src/server/rtvi_embed_server.py | 1783 | # Check if user has specified the model that is initialized | COMMENT |
| LOW | services/rtvi/rt-embed/src/server/rtvi_embed_server.py | 1814 | # Check if summarization is already running / already completed. | COMMENT |
| LOW | …rvices/rtvi/rt-embed/src/server/rtvi_stream_handler.py | 3070 | # Check if the response contains an error | COMMENT |
| LOW⚡ | services/rtvi/rt-embed/src/utils/asset_manager.py | 979 | # Check if writing the current chunk will cross threshold | COMMENT |
| LOW⚡ | services/rtvi/rt-embed/src/utils/asset_manager.py | 989 | # Check if writing the current chunk will cross max size | COMMENT |
| 200 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/message-broker-consumers/base_consumer.py | 221 | # Redis returns bytes, just add it | COMMENT |
| MEDIUM⚡ | …i-data-utils/tests/visualization/test_visualization.py | 3763 | # robust-to-palette-tweaks check: the two renders must differ. | COMMENT |
| MEDIUM | .github/skills-review/consolidate.py | 95 | "## 🔬 Skills Review — 6-paradigm consolidation", | CODE |
| MEDIUM | .github/skills-review/review_findings.py | 34 | # Soft default category per paradigm (consolidation majority-vote overrides it). | COMMENT |
| MEDIUM | .github/skills-review/review_agent.py | 45 | # Which engine drives each paradigm. | COMMENT |
| MEDIUM⚡ | .github/skills-review/tests/test_review_findings.py | 97 | # same paradigm twice is NOT corroboration | COMMENT |
| MEDIUM⚡ | .github/skills-review/tests/test_review_findings.py | 116 | # lone critical -> verify; 3-paradigm medium -> no verify | COMMENT |
| MEDIUM | .github/skills-review/tests/test_plan_review_matrix.py | 86 | # every leg carries skill + paradigm + name | COMMENT |
| MEDIUM | .github/workflows/helm-sync.yml | 6 | # diff (PR base ↔ HEAD) touches anything under deploy/ or this harness. | COMMENT |
| MEDIUM | .github/workflows/helm-sync.yml | 42 | # harness is synced over there) under repo Settings → Branches / | COMMENT |
| MEDIUM | .github/workflows/sonarqube.yml | 115 | # coverage harness in CI, so exclude them from the new-code coverage | COMMENT |
| MEDIUM | .github/workflows/skills-eval.yml | 57 | # the next trial's own deploy step (the harness no longer pre-deploys or | COMMENT |
| MEDIUM | .github/workflows/skills-eval.yml | 214 | # harness via PYTHONPATH for `uvx harbor --environment-import-path`. | COMMENT |
| MEDIUM | .github/workflows/skills-eval-daily.yml | 23 | # but the full harness lives on `develop`: click "Run workflow", pick | COMMENT |
| MEDIUM | .github/workflows/skills-eval-daily.yml | 75 | # EVALUATE develop, where active skill/harness work lands. Schedule -> | COMMENT |
| MEDIUM | .github/workflows/skills-eval-daily.yml | 159 | # while the harness ran develop. git rev-parse HEAD = the checked-out | COMMENT |
| MEDIUM | .github/workflows/skills-eval-daily.yml | 179 | # harness via PYTHONPATH for `uvx harbor --environment-import-path`. | COMMENT |
| MEDIUM | .github/workflows/vss-playbook-compliance.yml | 6 | # harness. Mirrors the helm-sync pattern: no top-level `paths:` filter | COMMENT |
| MEDIUM | .github/workflows/skills-review.yml | 4 | # Multi-paradigm skill review (ADVISORY). On a PR touching skills/**, or on | COMMENT |
| MEDIUM | .github/workflows/skills-review.yml | 6 | # each), consolidate by cross-paradigm agreement + severity, and post a sticky | COMMENT |
| MEDIUM⚡ | .github/skill-eval/skills_eval_agent.py | 74 | # Hard cap on the agent's tool loop — one trial burns ~20-30 harness | COMMENT |
| MEDIUM⚡ | .github/skill-eval/skills_eval_agent.py | 517 | # VSS profile it needs as part of its own first agent turn (the harness | STRING |
| MEDIUM⚡ | .github/skill-eval/skills_eval_agent.py | 520 | # step problem, not the harness's, and tools like | STRING |
| MEDIUM | .github/skill-eval/skills_eval_agent.py | 426 | # it because they're treated as runtime/harness features. List them | STRING |
| MEDIUM | .github/skill-eval/plan_matrix.py | 196 | # else: harness file or unrelated path -> contributes nothing. | COMMENT |
| MEDIUM⚡ | …hub/skill-eval/adapters/vss-deploy-profile/generate.py | 64 | # Fallback only — when the harness can't tell what to sync to (no | COMMENT |
| MEDIUM | …hub/skill-eval/adapters/vss-deploy-profile/generate.py | 494 | # No `profile = "..."` is emitted — nothing in the harness reads | COMMENT |
| MEDIUM | …hub/skill-eval/adapters/vss-deploy-profile/generate.py | 503 | # Informational — no harness consumer. | COMMENT |
| MEDIUM | …/adapters/vss-deploy-detection-tracking-2d/generate.py | 151 | # the harness should report distinctly from low-reward outcomes. | COMMENT |
| MEDIUM | …ub/skill-eval/adapters/vss-query-analytics/generate.py | 214 | # nothing in the harness reads them (the _ensure_prerequisite_deployed | COMMENT |
| MEDIUM | …l-eval/adapters/vss-deploy-video-embedding/generate.py | 207 | '# cold rtvi-hf-cache pulls — forward if the harness provided it.', | CODE |
| MEDIUM | .github/skill-eval/envs/brev_env.py | 299 | # create. No longer load-bearing now that the harness | COMMENT |
| MEDIUM | .github/skill-eval/envs/brev_env.py | 379 | # The harness intentionally does NOT pre-deploy any VSS profile | COMMENT |
| LOW | …oy-detection-tracking-2d/scripts/setup_tracker_reid.sh | 27 | # already in cache), just create the symlink so | COMMENT |
| MEDIUM | …oy-detection-tracking-2d/scripts/update_output_sink.sh | 28 | # 2 = MKV (matroska; DEFAULT — robust on abnormal | COMMENT |
| MEDIUM | …oy-detection-tracking-2d/scripts/update_output_sink.sh | 158 | # ── Container muxer: default = 2 (MKV, robust on abnormal exit) ─── | COMMENT |
| MEDIUM | …eploy-detection-tracking-2d/scripts/collect_metrics.sh | 68 | # `*_<8 digits>_<6 digits>.txt` so it's robust to use-case prefix | COMMENT |
| MEDIUM | …metropolis-bp-vss-ui/search/lib-src/hooks/useFilter.ts | 103 | // Always include topK tag (robust to numeric 0 or other non-truthy but valid numbers) | COMMENT |
| MEDIUM | …-embed/src/models/openai_compat/openai_compat_model.py | 1325 | # To test and debug, please use harness: | COMMENT |
| MEDIUM | …rt-vlm/src/models/openai_compat/openai_compat_model.py | 1325 | # To test and debug, please use harness: | COMMENT |
| MEDIUM | services/vios/test/bdd_tests/scripts/run_unit_tests.sh | 81 | # entirely if none are present (keeps things robust against module | COMMENT |
| MEDIUM | …de/opentelemetry/nostd/internal/absl/base/attributes.h | 41 | // are not defined as such in any file). To utilize the following | COMMENT |
| MEDIUM | …clude/opentelemetry/nostd/internal/absl/base/options.h | 42 | // Diamond dependency problems can be avoided if all packages utilize the same | COMMENT |
| LOW | …deployment/stream-processing/oneclick_dc_deployment.py | 1359 | pass # non-integer current; just set | CODE |
| MEDIUM | …/webrtc_headers/src/pc/test/integration_test_helpers.h | 838 | // TODO(deadbeef): Do something more robust. Since we're testing for aspect | COMMENT |
| MEDIUM | …/webrtc_headers/src/pc/test/integration_test_helpers.h | 864 | // TODO(deadbeef): Do something more robust. | COMMENT |
| MEDIUM | …inc/webrtc_headers/src/test/testsupport/frame_writer.h | 37 | // Closes the output file if open. Essentially makes this class impossible | COMMENT |
| MEDIUM | …ird_party/blink/renderer/core/svg/graphics/svg_image.h | 111 | // Returns true if intrinsic dimensions can be extracted. (Essentially | COMMENT |
| MEDIUM | …nderer/core/paint/timing/image_paint_timing_detector.h | 284 | // to be assigned after this method is called. Essentially, this class should | COMMENT |
| MEDIUM | …arty/blink/renderer/core/layout/ng/grid/ng_grid_data.h | 241 | // purposes: provide seamless iteration over the tree structure and compare | COMMENT |
| MEDIUM | …ink/renderer/core/layout/ng/grid/ng_grid_sizing_tree.h | 147 | // This class represents a subtree in a `NGGridSizingTree` and provides seamless | COMMENT |
| MEDIUM | …ty/blink/renderer/core/html/media/html_media_element.h | 408 | // that owns it. However, it permits seamless playback when transitioning to | COMMENT |
| MEDIUM | …ty/blink/renderer/core/html/media/html_media_element.h | 414 | // closed can be seamless too, even if the player was recreated for some | COMMENT |
| MEDIUM | …_party/blink/renderer/core/editing/editing_utilities.h | 257 | // operator<()` to utilize `DCHECK_XX()`. | COMMENT |
| MEDIUM | …src/third_party/blink/renderer/core/editing/position.h | 183 | // |Position::compareTo()| to utilize |DCHECK_XX()|. | COMMENT |
| MEDIUM | …headers/src/third_party/blink/renderer/core/dom/node.h | 803 | // this. To utilize this, the node should return | COMMENT |
| MEDIUM | …d_party/blink/renderer/core/dom/attribute_collection.h | 91 | // For (2), the caller must ensure that its logic is robust to changes in | COMMENT |
| MEDIUM | …c/third_party/blink/renderer/platform/heap/heap_page.h | 188 | // Essentially, gets optimized to >> 1. | COMMENT |
| MEDIUM | …c/third_party/blink/renderer/platform/heap/heap_page.h | 194 | // Essentially, gets optimized to << 1. | COMMENT |
| MEDIUM | …k/renderer/platform/bindings/parkable_string_manager.h | 112 | // insecure, then this would need to be updated to a more robust hash. | COMMENT |
| 81 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …y/helm/developer-profiles/dev-profile-search/README.md | 129 | ## Step 1: Volume provisioner (bare metal, optional) | COMMENT |
| LOW | …y/helm/developer-profiles/dev-profile-search/README.md | 151 | ## Step 2: Install Ingress Controller (HAProxy) | COMMENT |
| LOW | …y/helm/developer-profiles/dev-profile-search/README.md | 185 | ## Step 3: Deploy the Search Profile | COMMENT |
| LOW⚡ | …ls/tools/camera_grouping/batch_create_camera_groups.sh | 624 | # Step 1: Collect all scenes | COMMENT |
| LOW⚡ | …ls/tools/camera_grouping/batch_create_camera_groups.sh | 633 | # Step 2: Display all scenes | COMMENT |
| LOW⚡ | …ls/tools/camera_grouping/batch_create_camera_groups.sh | 636 | # Step 3: Set global parameters | COMMENT |
| LOW⚡ | …ls/tools/camera_grouping/batch_create_camera_groups.sh | 639 | # Step 4: Select scenes | COMMENT |
| LOW⚡ | …ls/tools/camera_grouping/batch_create_camera_groups.sh | 642 | # Step 5: Display selected scenes with parameters | COMMENT |
| LOW⚡ | …ls/tools/camera_grouping/batch_create_camera_groups.sh | 650 | # Step 6: Confirm and process | COMMENT |
| LOW⚡ | …ls/tools/camera_grouping/batch_create_camera_groups.sh | 658 | # Step 7: Process all scenes | COMMENT |
| LOW | …utils/spatialai_data_utils/visualization/draw_utils.py | 166 | # Step 1: paint the (possibly translucent) background rectangle. | COMMENT |
| LOW | …utils/spatialai_data_utils/visualization/draw_utils.py | 181 | # Step 2: draw text on top of the (already-blended) rectangle. Text | COMMENT |
| LOW⚡ | …utils/spatialai_data_utils/eval/tracking/aic24_eval.py | 163 | # Step 1: Accumulate metric data for all classes and distance thresholds. | COMMENT |
| LOW⚡ | …utils/spatialai_data_utils/eval/tracking/aic24_eval.py | 190 | # Step 2: Aggregate metrics from the metric data. | COMMENT |
| LOW | .openclaw/workspace/BOOTSTRAP.md | 11 | ## Step 1: Auto-Detect the Environment | COMMENT |
| LOW | .openclaw/workspace/BOOTSTRAP.md | 71 | ## Step 3: Run Prerequisite Checks | COMMENT |
| LOW | .openclaw/workspace/BOOTSTRAP.md | 77 | ## Step 4: Save Config to TOOLS.md | COMMENT |
| LOW | .openclaw/workspace/BOOTSTRAP.md | 92 | ## Step 5: Offer Next Steps | COMMENT |
| LOW | .openclaw/workspace/_nemoclaw/BOOTSTRAP.md | 13 | ## Step 1: Run AGENTS.md "Every Session", then verify reachability | COMMENT |
| LOW | .openclaw/workspace/_nemoclaw/BOOTSTRAP.md | 22 | ## Step 2: Confirm the MCP server | COMMENT |
| LOW | .openclaw/workspace/_nemoclaw/BOOTSTRAP.md | 34 | ## Step 3: Offer Next Steps | COMMENT |
| LOW | .github/vss-playbook-compliance/post_comment.py | 132 | return "### Step 1 - playbook compliance\n\n_Step did not run or no JSON output captured._\n" | CODE |
| LOW | .github/vss-playbook-compliance/post_comment.py | 143 | out = ["### Step 1 - playbook compliance", "", f"{status} - {summary}", ""] | CODE |
| LOW | skills/vss-query-analytics/SKILL.md | 93 | # Step 1: initialize — get session ID from response HEADER | COMMENT |
| LOW | skills/vss-query-analytics/SKILL.md | 100 | # Step 2: call the tool using the session ID in the header | COMMENT |
| LOW | skills/vss-summarize-video/SKILL.md | 187 | ## Step 1 - Get the clip URL via `vss-manage-video-io-storage` (sub-task, NOT the final answer) | COMMENT |
| LOW | skills/vss-generate-video-report-rag/SKILL.md | 34 | ### Step 1: Configure the generated env file | COMMENT |
| LOW⚡ | skills/vss-generate-video-report-rag/SKILL.md | 56 | ### Step 2: Log in to NGC registry | COMMENT |
| LOW⚡ | skills/vss-generate-video-report-rag/SKILL.md | 66 | ### Step 3: Deploy the LVS profile with the RAG config | COMMENT |
| LOW | skills/vss-generate-video-report-rag/SKILL.md | 101 | ### Step 4: Verify deployment | COMMENT |
| LOW | skills/vss-generate-video-report-rag/SKILL.md | 136 | ### Step 1: List available videos | COMMENT |
| LOW | skills/vss-generate-video-report-rag/SKILL.md | 147 | ### Step 2: Collect parameters from the user | COMMENT |
| LOW | skills/vss-generate-video-report-rag/SKILL.md | 166 | ### Step 3: Start the report (HTTP HITL) | COMMENT |
| LOW | skills/vss-generate-video-report-rag/SKILL.md | 183 | ### Step 4: Respond to HITL prompts | COMMENT |
| LOW | skills/vss-generate-video-report-rag/SKILL.md | 209 | ### Step 5: Wait for completion | COMMENT |
| LOW | skills/vss-generate-video-report-rag/SKILL.md | 220 | ### Step 6: Present the results | COMMENT |
| LOW | …/ui/packages/nemo-agent-toolkit-ui/utils/app/helper.ts | 299 | // Step 2: Convert bold text **bold** | COMMENT |
| LOW⚡ | …ui/packages/common/__tests__/utils/videoUpload.test.ts | 228 | // Step 1: agent told the UI where to upload. | COMMENT |
| LOW⚡ | …ui/packages/common/__tests__/utils/videoUpload.test.ts | 233 | // Step 2: chunk POSTed to the URL the agent returned (not directly to a | COMMENT |
| LOW | …/video-management/lib-src/VideoManagementComponent.tsx | 182 | // Step 1: Chunked upload directly to the video storage service | COMMENT |
| LOW | …/video-management/lib-src/VideoManagementComponent.tsx | 199 | // Step 2: Notify agent for post-processing (embeddings, RTVI registration, etc.). | COMMENT |
| LOW⚡ | …ed/src/models/vllm_compatible/vllm_compatible_model.py | 700 | # Step 1: Strip leading/trailing whitespace | COMMENT |
| LOW⚡ | …ed/src/models/vllm_compatible/vllm_compatible_model.py | 702 | # Step 2: Extract reasoning description | COMMENT |
| LOW⚡ | …ed/src/models/vllm_compatible/vllm_compatible_model.py | 710 | # Step 3: Remove complete <think>...</think> block if found, otherwise handle orphan tags | COMMENT |
| LOW⚡ | …ed/src/models/vllm_compatible/vllm_compatible_model.py | 718 | # Step 4: Remove <answer>, </answer>, <summary>, and </summary> tags, but keep their content | COMMENT |
| LOW⚡ | …ed/src/models/vllm_compatible/vllm_compatible_model.py | 721 | # Step 4: Final cleanup (strip whitespace) | COMMENT |
| LOW⚡ | …lm/src/models/vllm_compatible/vllm_compatible_model.py | 700 | # Step 1: Strip leading/trailing whitespace | COMMENT |
| LOW⚡ | …lm/src/models/vllm_compatible/vllm_compatible_model.py | 702 | # Step 2: Extract reasoning description | COMMENT |
| LOW⚡ | …lm/src/models/vllm_compatible/vllm_compatible_model.py | 710 | # Step 3: Remove complete <think>...</think> block if found, otherwise handle orphan tags | COMMENT |
| LOW⚡ | …lm/src/models/vllm_compatible/vllm_compatible_model.py | 718 | # Step 4: Remove <answer>, </answer>, <summary>, and </summary> tags, but keep their content | COMMENT |
| LOW⚡ | …lm/src/models/vllm_compatible/vllm_compatible_model.py | 721 | # Step 4: Final cleanup (strip whitespace) | COMMENT |
| LOW⚡ | …es/vst/calibration-steps/CalibrationDataManagement.tsx | 312 | // Step 1: Convert lat/lng to x/y (ReactJS convertLatLngToXY function) | COMMENT |
| LOW⚡ | …es/vst/calibration-steps/CalibrationDataManagement.tsx | 318 | // Step 2: Apply padding (ReactJS padCoordinates function) | COMMENT |
| LOW⚡ | …es/vst/calibration-steps/CalibrationDataManagement.tsx | 324 | // Step 3: Scale coordinates (ReactJS scaleCoordinates function - DIVISION by 100) | COMMENT |
| LOW⚡ | …es/vst/calibration-steps/CalibrationDataManagement.tsx | 890 | // Step 1: Save web API URL | COMMENT |
| LOW⚡ | …es/vst/calibration-steps/CalibrationDataManagement.tsx | 895 | // Step 2: Get project data | COMMENT |
| LOW⚡ | …es/vst/calibration-steps/CalibrationDataManagement.tsx | 898 | // Step 3: Upload web API | COMMENT |
| LOW | …ios-ui/src/pages/vst/calibration-steps/Calibration.tsx | 449 | // Step 0: Ensure inverted image dimensions are set correctly | COMMENT |
| LOW | …ios-ui/src/pages/vst/calibration-steps/Calibration.tsx | 475 | // Step 1: Call invertImage API | COMMENT |
| LOW | …ios-ui/src/pages/vst/calibration-steps/Calibration.tsx | 486 | // Step 2: Update sensor with calibration data | COMMENT |
| 148 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | …-data-utils/tests/loaders/test_calibration_variants.py | 117 | (catches malformed exports — e.g. ``sensors: [null]``).""" | STRING |
| HIGH⚡ | …hub/skill-eval/adapters/vss-deploy-profile/generate.py | 296 | "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n" | CODE |
| HIGH⚡ | …hub/skill-eval/adapters/vss-deploy-profile/generate.py | 361 | "if ! command -v docker &>/dev/null; then", | CODE |
| HIGH⚡ | …hub/skill-eval/adapters/vss-deploy-profile/generate.py | 364 | "sudo sysctl -w vm.max_map_count=262144 2>/dev/null || true", | CODE |
| HIGH⚡ | …hub/skill-eval/adapters/vss-deploy-profile/generate.py | 365 | "sudo sysctl -w net.core.rmem_max=5242880 2>/dev/null || true", | CODE |
| HIGH⚡ | …hub/skill-eval/adapters/vss-deploy-profile/generate.py | 366 | "sudo sysctl -w net.core.wmem_max=5242880 2>/dev/null || true", | CODE |
| HIGH⚡ | …hub/skill-eval/adapters/vss-deploy-profile/generate.py | 370 | " docker login nvcr.io -u '\\$oauthtoken' -p \"$NGC_CLI_API_KEY\" 2>/dev/null || true", | CODE |
| HIGH⚡ | …hub/skill-eval/adapters/vss-deploy-profile/generate.py | 423 | " curl -sf -o /dev/null --max-time 5 http://localhost:8000/docs 2>/dev/null && break", | CODE |
| HIGH | …/adapters/vss-deploy-detection-tracking-2d/generate.py | 126 | " curl -sf --max-time 2 http://localhost:9000/api/v1/ready >/dev/null 2>&1 && break\n" | CODE |
| HIGH | …/adapters/vss-deploy-detection-tracking-2d/generate.py | 169 | "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n" | CODE |
| HIGH | .github/skill-eval/adapters/vss-ask-video/generate.py | 89 | "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n" | CODE |
| HIGH | …ub/skill-eval/adapters/vss-query-analytics/generate.py | 104 | "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n" | CODE |
| HIGH⚡ | …ub/skill-eval/adapters/vss-summarize-video/generate.py | 95 | "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n" | CODE |
| HIGH | …al/adapters/vss-generate-video-calibration/generate.py | 107 | "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n" | CODE |
| HIGH⚡ | …eval/adapters/vss-setup-behavior-analytics/generate.py | 156 | "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n" | CODE |
| HIGH⚡ | …eval/adapters/vss-setup-behavior-analytics/generate.py | 236 | " | grep -qx vss-behavior-analytics && break\n" | CODE |
| HIGH | …eval/adapters/vss-setup-behavior-analytics/generate.py | 186 | "if ! command -v docker &>/dev/null; then\n" | CODE |
| HIGH | …eval/adapters/vss-setup-behavior-analytics/generate.py | 192 | " docker login nvcr.io -u '\\$oauthtoken' -p \"$NGC_CLI_API_KEY\" 2>/dev/null || true\n" | CODE |
| HIGH⚡ | …thub/skill-eval/adapters/vss-manage-alerts/generate.py | 144 | "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n" | CODE |
| HIGH | …-eval/adapters/vss-manage-video-io-storage/generate.py | 128 | "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n" | CODE |
| HIGH | …-eval/adapters/vss-deploy-dense-captioning/generate.py | 150 | "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n" | CODE |
| HIGH⚡ | …val/adapters/vss-setup-video-analytics-api/generate.py | 179 | "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n" | CODE |
| HIGH⚡ | …val/adapters/vss-setup-video-analytics-api/generate.py | 265 | " curl -sf --max-time 5 http://localhost:8081/livez >/dev/null 2>&1 && break\n" | CODE |
| HIGH⚡ | …val/adapters/vss-setup-video-analytics-api/generate.py | 268 | 'curl -sf --max-time 15 http://localhost:8081/livez && echo "OK" || echo "DOWN"\n' | CODE |
| HIGH | …val/adapters/vss-setup-video-analytics-api/generate.py | 209 | "if ! command -v docker &>/dev/null; then\n" | CODE |
| HIGH | …val/adapters/vss-setup-video-analytics-api/generate.py | 215 | " docker login nvcr.io -u '\\$oauthtoken' -p \"$NGC_CLI_API_KEY\" 2>/dev/null || true\n" | CODE |
| HIGH | …val/adapters/vss-setup-video-analytics-api/generate.py | 251 | " curl -sf --max-time 5 http://localhost:9200/_cluster/health >/dev/null 2>&1 && break\n" | CODE |
| HIGH | …ll-eval/adapters/vss-generate-video-report/generate.py | 93 | "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n" | CODE |
| HIGH | …/adapters/vss-deploy-detection-tracking-3d/generate.py | 137 | "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n" | CODE |
| HIGH | …l-eval/adapters/vss-deploy-video-embedding/generate.py | 125 | "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n" | CODE |
| HIGH | …l-eval/adapters/vss-deploy-video-embedding/generate.py | 157 | "if ! command -v docker &>/dev/null; then", | CODE |
| HIGH | …l-eval/adapters/vss-deploy-video-embedding/generate.py | 163 | " docker login nvcr.io -u '\\$oauthtoken' -p \"$NGC_CLI_API_KEY\" 2>/dev/null || true", | CODE |
| HIGH | …l-eval/adapters/vss-deploy-video-embedding/generate.py | 217 | " curl -sf --max-time 5 http://localhost:8017/v1/ready >/dev/null 2>&1 && break", | CODE |
| HIGH | …hub/skill-eval/adapters/vss-search-archive/generate.py | 91 | "python3 -m pip install --quiet 'anthropic>=0.40.0' >/dev/null 2>&1 || true\n" | CODE |
| HIGH⚡ | .github/skill-eval/envs/brev_env.py | 432 | cids=$(docker ps -aq); [ -n "$cids" ] && docker rm -f $cids >/dev/null 2>&1 || true | CODE |
| HIGH⚡ | .github/skill-eval/envs/brev_env.py | 433 | vols=$(docker volume ls -q); [ -n "$vols" ] && docker volume rm -f $vols >/dev/null 2>&1 || true | CODE |
| HIGH⚡ | .github/skill-eval/envs/brev_env.py | 434 | docker network prune -f >/dev/null 2>&1 || true | CODE |
| HIGH | .github/skill-eval/envs/brev_env.py | 237 | 'if [ -d "$PROJ" ] && [ -n "$(ls -A "$PROJ" 2>/dev/null)" ]; then ' | CODE |
| HIGH | .github/skill-eval/envs/brev_env.py | 239 | ' mkdir -p "$ARCHIVE" && mv "$PROJ"/* "$ARCHIVE/" 2>/dev/null || true; ' | CODE |
| HIGH | .github/skill-eval/envs/brev_env.py | 530 | git clean -fdx -e data/ -e .env 2>/dev/null || sudo git clean -fdx -e data/ -e .env | CODE |
| HIGH | .github/skill-eval/envs/brev_env.py | 619 | f"rmdir {remote_dir} 2>/dev/null || true; " | CODE |
| HIGH | .github/skill-eval/envs/brev_env.py | 721 | "source ~/.profile 2>/dev/null;", | CODE |
| HIGH⚡ | …ices/vios/deployment/oneclick_dc_deployment_for_dev.py | 321 | " sudo usermod -aG docker $USER && newgrp docker" | CODE |
| HIGH | …deployment/stream-processing/oneclick_dc_deployment.py | 398 | " sudo usermod -aG docker $USER && newgrp docker" | CODE |
| HIGH | …/entity_management/request_entity/models/parameters.py | 162 | do_verification: Optional[bool] = Field(None, description="True, False or Unset (null)") | CODE |
| HIGH | services/alert/test/models/test_pluggable_parser.py | 566 | info = {primaryObjectId / preserved fields, verdict: null, | STRING |
| HIGH⚡ | …rvices/alert/test/wiring/test_real_vlm_responses_ft.py | 511 | # Pluggable parsers always emit verdict=null, | COMMENT |
| HIGH | …alert/test/wiring/test_pluggable_external_parser_ft.py | 351 | # 2. verdict is "" (nvschema alignment stringified null) | COMMENT |
| HIGH | …alert/test/wiring/test_pluggable_external_parser_ft.py | 35 | 4. ``info["verdict"] == ""`` (nvschema alignment stringified null) | STRING |
| HIGH | …alert/test/test_lite/minio/send_minio_media_payload.py | 286 | print(" cd test/test_lite/minio && docker compose up -d") | CODE |
| HIGH | services/alert/test/sim_scripts/test_live_vlm_parser.py | 189 | info["verdict"] = null; info schema stays identical to verification mode. | STRING |
| HIGH | services/agent/tests/unit_test/tools/test_search.py | 570 | content='{"query": "test", "video_sources": null, "attributes": null, "source_type": null}' | CODE |
| HIGH | services/agent/src/vss_agents/tools/attribute_search.py | 361 | " if (obj.id == params.target_id && obj.containsKey('embedding') && obj.embedding.containsKey('vector')) | CODE |
| HIGH | services/agent/src/vss_agents/tools/attribute_search.py | 371 | " if (normA > 0 && normB > 0) { " | CODE |
| HIGH | …ts/tools/code_executor/docker_backend/image_builder.py | 132 | "RUN apt-get update && apt-get install -y --no-install-recommends \\", | CODE |
| HIGH | …luators/report_evaluator/field_evaluators/llm_judge.py | 218 | "another_field": {"score": 0.0, "reference_field": null}} | STRING |
| HIGH | services/agent/src/vss_agents/api/video_ingest.py | 134 | behaviour on these is undefined, so reject up front. | STRING |
| HIGH | …tests/integration/dynamic_config/dynamic_config_e2e.py | 916 | logger.info("[%s] sent empty upsert-all (status=failure, config=null)", tag) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …ols/sdg-postprocessing/utils/export_xform_semantics.py | 131 | Resolve the output path using priority: user argument > USER_OUTPUT_PATH. If the resolved path is a directory ( | STRING |
| HIGH | services/rtvi/rt-embed/src/utils/asset_manager.py | 1060 | Decode an RFC 2397 data: URI and register the result as an asset. Args: data_url: A data: URI of th | STRING |
| HIGH | services/rtvi/rt-embed/src/utils/otel_helper.py | 42 | Initialize OpenTelemetry if enabled and available. The SDK automatically reads and configures itself from standard | STRING |
| HIGH | services/rtvi/rt-embed/src/models/base_vlm_model.py | 163 | Generate a text-only response (no multimodal input). Args: messages: List of message dicts with 'ro | STRING |
| HIGH | services/rtvi/rt-embed/src/models/base_vlm_model.py | 183 | Async generator that yields text deltas for token-level streaming. Args: messages: List of message | STRING |
| HIGH | services/rtvi/rt-vlm/tests/rtsp_stream_helper.py | 98 | Start an RTSP stream from a video file using cvlc. Args: video_file: Path to video file to | STRING |
| HIGH | services/rtvi/rt-vlm/src/utils/asset_manager.py | 1060 | Decode an RFC 2397 data: URI and register the result as an asset. Args: data_url: A data: URI of th | STRING |
| HIGH | services/rtvi/rt-vlm/src/utils/otel_helper.py | 42 | Initialize OpenTelemetry if enabled and available. The SDK automatically reads and configures itself from standard | STRING |
| HIGH | services/rtvi/rt-vlm/src/models/base_vlm_model.py | 163 | Generate a text-only response (no multimodal input). Args: messages: List of message dicts with 'ro | STRING |
| HIGH | services/rtvi/rt-vlm/src/models/base_vlm_model.py | 183 | Async generator that yields text deltas for token-level streaming. Args: messages: List of message | STRING |
| HIGH | …ios/test/bdd_tests/tests/unit_tests/unit_test_utils.py | 160 | Validate that a response contains valid JSON and return it. Args: response: requests.Response object | STRING |
| HIGH | services/alert/mdx/anomaly/event_bridge_factory.py | 30 | Create a source instance based on configuration Args: config: Configuration dictio | STRING |
| HIGH | services/alert/mdx/anomaly/event_bridge_factory.py | 63 | Create a sink instance based on configuration Args: config: Configuration dictiona | STRING |
| HIGH | …es/alert/entity_management/request_entity/validator.py | 55 | Validate and build entities from raw Alert request messages. Args: raw_messages: L | STRING |
| HIGH | …es/alert/entity_management/request_entity/validator.py | 122 | Validate a single alert message using Pydantic. Args: message: Raw alert message d | STRING |
| HIGH | …ices/alert/entity_management/request_entity/builder.py | 46 | Build alert entities from a list of raw JSON messages. This is the primary method for alert en | STRING |
| HIGH | …ices/alert/entity_management/request_entity/builder.py | 79 | Build a single alert entity from a JSON message. Args: message: Raw JSON alert mes | STRING |
| HIGH | …ices/alert/entity_management/request_entity/builder.py | 103 | Build alert entities from JSON string representations. Args: json_strings: List of | STRING |
| HIGH | …/entity_management/request_entity/models/parameters.py | 128 | Create VLMParams with defaults from external configuration. Args: **overrides: Fie | STRING |
| HIGH | …/entity_management/request_entity/models/parameters.py | 174 | Create VSSParams with defaults from external configuration. Args: **overrides: Fie | STRING |
| HIGH | …/entity_management/request_entity/models/parameters.py | 228 | Create AlertParameters with defaults from external configuration. Args: **override | STRING |
| HIGH | …/entity_management/request_entity/models/parameters.py | 287 | Create EventParameters with defaults from external configuration. Args: **override | STRING |
| HIGH | services/alert/custom_parsers/vehicle_count_parser.py | 52 | Parse JSON VLM response containing vehicle counts. Extracts ``vehicle_counts`` and ``reasoning`` from the response | STRING |
| HIGH | services/alert/custom_parsers/xml_verdict_parser.py | 62 | Parse XML-formatted VLM response with <result>/<verdict>/<reasoning> tags. Handles both tag orderings (verdict-firs | STRING |
| HIGH | services/alert/vss/retry_manager.py | 81 | Execute an operation with retry logic. Args: operation: The function to execute | STRING |
| HIGH | …t/vss/vss_request_handler/alert_verification_client.py | 100 | Call the VSS verifyAlert endpoint for video alert verification. Args: session: The | STRING |
| HIGH | services/alert/vss/workflow/workflow_executor.py | 53 | Execute the VSS workflow for a single entity. Args: entity: The AlertRequestEntity | STRING |
| HIGH | services/alert/vss/media_handler/media_uploader.py | 42 | Upload a video to the VSS API and return the media ID. Args: session: The active r | STRING |
| HIGH | services/alert/models/responses.py | 157 | Parse VLM response based on *response_format* (or auto-detected model type). Supported formats: - ``"au | STRING |
| HIGH | services/alert/models/responses.py | 314 | Parse JSON-formatted VLM response with configurable field mapping. Handles markdown code fences (```json ... `` | STRING |
| HIGH | services/alert/models/sampling_entity.py | 37 | Create a SamplingEntity instance from a dictionary Args: data: Dictionary containi | STRING |
| HIGH | services/alert/models/base_response_parser.py | 89 | Resolve a dotted Python path to a parser instance. The *dotted_path* must point to a class (not a function or modul | STRING |
| HIGH | services/alert/vlm/vlm_client.py | 323 | Download media from URL, base64-encode, and send to VLM. Use this when VLM endpoint cannot fet | STRING |
| HIGH | services/alert/persistence/factory.py | 32 | Build a PersistenceStore from application config. Returns ``None`` only when persistence is explicitly disabled | STRING |
| HIGH | services/alert/persistence/base.py | 45 | Store a new document. Args: collection: Logical collection / index name. doc_id: Unique | STRING |
| HIGH | services/agent/src/vss_agents/tools/attribute_search.py | 62 | Resolve the ES index(es) to query for the given ``source_type``. Uploaded ``video_file`` content lives in a single | STRING |
| HIGH | services/agent/src/vss_agents/tools/attribute_search.py | 472 | Fetch an object's embedding vector from the behavior index by object_id. Retrieves the most recent behavior embeddi | STRING |
| HIGH | services/agent/src/vss_agents/tools/search.py | 266 | Decompose a natural language query into structured search parameters using an LLM. Args: user_query: T | STRING |
| HIGH | services/agent/src/vss_agents/tools/vst/timeline.py | 70 | Get the start and end timestamps for a video from VST API. This function: 1. Calls VST streams API to find | STRING |
| HIGH | services/agent/src/vss_agents/tools/vst/utils.py | 120 | Get the sensor ID (camera name) for a given stream ID (UUID). This is the reverse mapping of get_stream_id - takes | STRING |
| HIGH | services/agent/src/vss_agents/video_analytics/tools.py | 336 | Find places semantically similar to the query using cached embeddings. Uses hardcoded parameters: | STRING |
| HIGH | services/agent/src/vss_agents/video_analytics/utils.py | 29 | Validate ISO 8601 timestamp format with milliseconds and Z timezone. Expected format: YYYY-MM-DDTHH:MM:SS.sssZ | STRING |
| HIGH | …ices/agent/src/vss_agents/video_analytics/es_client.py | 69 | Get full index name with prefix. Args: index_key: Key from INDEXES dict Returns: | STRING |
| HIGH | services/agent/src/vss_agents/utils/reasoning_utils.py | 60 | Returns the system prompt to use for thinking. For NVIDIA Nemotron, returns "/think" if enabled, else "/no_thin | STRING |
| HIGH | services/agent/src/vss_agents/evaluators/utils.py | 100 | Check if an item should be evaluated by the specified evaluator type. Args: item: The evaluation input | STRING |
| HIGH | services/agent/src/vss_agents/evaluators/utils.py | 140 | Parse the LLM output to extract score and reasoning. Args: response: The LLM response (can | STRING |
| HIGH | …ents/evaluators/report_evaluator/eval_config_models.py | 95 | Create EvalMetricsConfig from a dictionary with single root key. Args: config: Dictionary | STRING |
| HIGH | …luators/report_evaluator/field_evaluators/llm_judge.py | 103 | Invoke the LLM and parse the response. Args: prompt: The prompt to send to the LLM | STRING |
| HIGH | …luators/report_evaluator/field_evaluators/llm_judge.py | 207 | Score multiple unspecified fields at once using structured outputs. Args: reference_sectio | STRING |
| HIGH | …evaluators/customized_trajectory_evaluator/evaluate.py | 194 | Resolve $ref references in ground truth params using actual tool results. A $ref tells the evaluator: "don't co | STRING |
| HIGH | services/video-summarization/src/rag_adapter.py | 97 | Execute a RAG operation (summarize, ingest, or retrieve). Args: config: Operation config dict, e.g. | STRING |
| HIGH | services/video-summarization/src/otel_helper.py | 314 | Create an OTEL span with explicit start and end times for completed operations. Args: span_name: Name of th | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …ls/tools/camera_grouping/batch_create_camera_groups.sh | 624 | # Step 1: Collect all scenes | COMMENT |
| LOW⚡ | …ls/tools/camera_grouping/batch_create_camera_groups.sh | 633 | # Step 2: Display all scenes | COMMENT |
| LOW⚡ | …ls/tools/camera_grouping/batch_create_camera_groups.sh | 636 | # Step 3: Set global parameters | COMMENT |
| LOW⚡ | …ls/tools/camera_grouping/batch_create_camera_groups.sh | 639 | # Step 4: Select scenes | COMMENT |
| LOW⚡ | …ls/tools/camera_grouping/batch_create_camera_groups.sh | 642 | # Step 5: Display selected scenes with parameters | COMMENT |
| LOW⚡ | …ls/tools/camera_grouping/batch_create_camera_groups.sh | 650 | # Step 6: Confirm and process | COMMENT |
| LOW⚡ | …ls/tools/camera_grouping/batch_create_camera_groups.sh | 658 | # Step 7: Process all scenes | COMMENT |
| LOW | …utils/spatialai_data_utils/visualization/draw_utils.py | 166 | # Step 1: paint the (possibly translucent) background rectangle. | COMMENT |
| LOW | …utils/spatialai_data_utils/visualization/draw_utils.py | 181 | # Step 2: draw text on top of the (already-blended) rectangle. Text | COMMENT |
| LOW⚡ | …utils/spatialai_data_utils/eval/tracking/aic24_eval.py | 163 | # Step 1: Accumulate metric data for all classes and distance thresholds. | COMMENT |
| LOW⚡ | …utils/spatialai_data_utils/eval/tracking/aic24_eval.py | 190 | # Step 2: Aggregate metrics from the metric data. | COMMENT |
| LOW | …/ui/packages/nemo-agent-toolkit-ui/utils/app/helper.ts | 299 | // Step 2: Convert bold text **bold** | COMMENT |
| LOW⚡ | …ui/packages/common/__tests__/utils/videoUpload.test.ts | 228 | // Step 1: agent told the UI where to upload. | COMMENT |
| LOW⚡ | …ui/packages/common/__tests__/utils/videoUpload.test.ts | 233 | // Step 2: chunk POSTed to the URL the agent returned (not directly to a | COMMENT |
| LOW⚡ | …ui/packages/common/__tests__/utils/videoUpload.test.ts | 240 | // Step 3: /complete fired against the agent with VST's stream id in the path | COMMENT |
| LOW | …/video-management/lib-src/VideoManagementComponent.tsx | 182 | // Step 1: Chunked upload directly to the video storage service | COMMENT |
| LOW | …/video-management/lib-src/VideoManagementComponent.tsx | 199 | // Step 2: Notify agent for post-processing (embeddings, RTVI registration, etc.). | COMMENT |
| LOW⚡ | …ed/src/models/vllm_compatible/vllm_compatible_model.py | 700 | # Step 1: Strip leading/trailing whitespace | COMMENT |
| LOW⚡ | …ed/src/models/vllm_compatible/vllm_compatible_model.py | 702 | # Step 2: Extract reasoning description | COMMENT |
| LOW⚡ | …ed/src/models/vllm_compatible/vllm_compatible_model.py | 710 | # Step 3: Remove complete <think>...</think> block if found, otherwise handle orphan tags | COMMENT |
| LOW⚡ | …ed/src/models/vllm_compatible/vllm_compatible_model.py | 718 | # Step 4: Remove <answer>, </answer>, <summary>, and </summary> tags, but keep their content | COMMENT |
| LOW⚡ | …ed/src/models/vllm_compatible/vllm_compatible_model.py | 721 | # Step 4: Final cleanup (strip whitespace) | COMMENT |
| LOW⚡ | …lm/src/models/vllm_compatible/vllm_compatible_model.py | 700 | # Step 1: Strip leading/trailing whitespace | COMMENT |
| LOW⚡ | …lm/src/models/vllm_compatible/vllm_compatible_model.py | 702 | # Step 2: Extract reasoning description | COMMENT |
| LOW⚡ | …lm/src/models/vllm_compatible/vllm_compatible_model.py | 710 | # Step 3: Remove complete <think>...</think> block if found, otherwise handle orphan tags | COMMENT |
| LOW⚡ | …lm/src/models/vllm_compatible/vllm_compatible_model.py | 718 | # Step 4: Remove <answer>, </answer>, <summary>, and </summary> tags, but keep their content | COMMENT |
| LOW⚡ | …lm/src/models/vllm_compatible/vllm_compatible_model.py | 721 | # Step 4: Final cleanup (strip whitespace) | COMMENT |
| LOW⚡ | …es/vst/calibration-steps/CalibrationDataManagement.tsx | 312 | // Step 1: Convert lat/lng to x/y (ReactJS convertLatLngToXY function) | COMMENT |
| LOW⚡ | …es/vst/calibration-steps/CalibrationDataManagement.tsx | 318 | // Step 2: Apply padding (ReactJS padCoordinates function) | COMMENT |
| LOW⚡ | …es/vst/calibration-steps/CalibrationDataManagement.tsx | 324 | // Step 3: Scale coordinates (ReactJS scaleCoordinates function - DIVISION by 100) | COMMENT |
| LOW⚡ | …es/vst/calibration-steps/CalibrationDataManagement.tsx | 890 | // Step 1: Save web API URL | COMMENT |
| LOW⚡ | …es/vst/calibration-steps/CalibrationDataManagement.tsx | 895 | // Step 2: Get project data | COMMENT |
| LOW⚡ | …es/vst/calibration-steps/CalibrationDataManagement.tsx | 898 | // Step 3: Upload web API | COMMENT |
| LOW | …ios-ui/src/pages/vst/calibration-steps/Calibration.tsx | 449 | // Step 0: Ensure inverted image dimensions are set correctly | COMMENT |
| LOW | …ios-ui/src/pages/vst/calibration-steps/Calibration.tsx | 475 | // Step 1: Call invertImage API | COMMENT |
| LOW | …ios-ui/src/pages/vst/calibration-steps/Calibration.tsx | 486 | // Step 2: Update sensor with calibration data | COMMENT |
| LOW | …ios-ui/src/pages/vst/calibration-steps/Calibration.tsx | 518 | // Step 3: Refresh project data | COMMENT |
| LOW⚡ | services/vios/test/gtests/recorder.cpp | 670 | // Step 1: Add stream | COMMENT |
| LOW⚡ | services/vios/test/gtests/recorder.cpp | 680 | // Step 2: Start recording | COMMENT |
| LOW⚡ | services/vios/test/gtests/recorder.cpp | 688 | // Step 3: Get status | COMMENT |
| LOW⚡ | services/vios/test/gtests/recorder.cpp | 696 | // Step 4: Stop recording | COMMENT |
| LOW⚡ | services/vios/test/gtests/recorder.cpp | 704 | // Step 5: Remove stream | COMMENT |
| LOW | …rc/framework/database/postgresql/postgresql_helper.cpp | 3449 | // Step 1: Try to find by sensor_id directly | COMMENT |
| LOW | …rc/framework/database/postgresql/postgresql_helper.cpp | 3460 | // Step 2: Not found by sensor_id - try to find by stream_id | COMMENT |
| LOW | …s/vios/src/framework/database/sqlite/sqlite_helper.cpp | 3572 | // Step 1: Try to find by sensor_id directly | COMMENT |
| LOW | …s/vios/src/framework/database/sqlite/sqlite_helper.cpp | 3583 | // Step 2: Not found by sensor_id - try to find by stream_id | COMMENT |
| LOW | …er/core/paint/compositing/compositing_inputs_updater.h | 39 | // layer. This variable stores the squashing composited layer for the | COMMENT |
| LOW | …nk/renderer/core/layout/ng/ng_block_layout_algorithm.h | 401 | // block offset at some subsequent element, we need to check if this flag is | COMMENT |
| LOW | …link/renderer/core/display_lock/display_lock_context.h | 547 | // If true, we need to check if this subtree has any top layer elements at the | COMMENT |
| LOW | …third_party/gvr-android-sdk/display_synchronizer_jni.h | 31 | // Step 1: forward declarations. | COMMENT |
| LOW | …third_party/gvr-android-sdk/display_synchronizer_jni.h | 54 | // Step 2: method stubs. | COMMENT |
| LOW | …third_party/gvr-android-sdk/display_synchronizer_jni.h | 83 | // Step 3: RegisterNatives. | COMMENT |
| LOW | …_headers/src/third_party/gvr-android-sdk/gvr_api_jni.h | 33 | // Step 1: forward declarations. | COMMENT |
| LOW | …_headers/src/third_party/gvr-android-sdk/gvr_api_jni.h | 44 | // Step 2: method stubs. | COMMENT |
| LOW | …_headers/src/third_party/gvr-android-sdk/gvr_api_jni.h | 805 | // Step 3: RegisterNatives. | COMMENT |
| LOW | …src/third_party/gvr-android-sdk/native_callbacks_jni.h | 36 | // Step 1: forward declarations. | COMMENT |
| LOW | …src/third_party/gvr-android-sdk/native_callbacks_jni.h | 49 | // Step 2: method stubs. | COMMENT |
| LOW | …src/third_party/gvr-android-sdk/native_callbacks_jni.h | 179 | // Step 3: RegisterNatives. | COMMENT |
| LOW⚡ | …nc/webrtc_headers/src/base/test/trace_event_analyzer.h | 51 | // Step 1: instrument code with custom begin/end trace events. | COMMENT |
| LOW⚡ | …nc/webrtc_headers/src/base/test/trace_event_analyzer.h | 57 | // Step 2: associate these custom begin/end pairs. | COMMENT |
| 52 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | deploy/docker/services/infra/sdrc/clean.sh | 5 | # Usage: | COMMENT |
| LOW | …profiles/dev-profile-search/values-build-endpoint.yaml | 21 | # Usage: | COMMENT |
| LOW | …vices/rtvi/charts/rtvi-embed/overrides_rtvi_embed.yaml | 8 | # Usage: | COMMENT |
| LOW | …ploy-detection-tracking-2d/scripts/run_app_and_wait.sh | 12 | # Usage: | COMMENT |
| LOW | …ection-tracking-2d/scripts/prelaunch_nvinfer_engine.sh | 21 | # Usage: | COMMENT |
| LOW | …oy-detection-tracking-2d/scripts/apply_in_container.sh | 15 | # Usage: | COMMENT |
| LOW | …-detection-tracking-2d/scripts/cache_nvinfer_engine.sh | 18 | # Usage: | COMMENT |
| LOW | …loy-detection-tracking-2d/scripts/update_batch_size.sh | 11 | # Usage: | COMMENT |
| LOW | …etection-tracking-2d/scripts/start_app_in_container.sh | 16 | # Usage: | COMMENT |
| LOW | …detection-tracking-2d/scripts/synthesize_docker_run.sh | 18 | # Usage: | COMMENT |
| LOW | …deploy-detection-tracking-2d/scripts/setup_sparse4d.sh | 11 | # Usage: | COMMENT |
| LOW | …oy-detection-tracking-2d/scripts/setup_tracker_reid.sh | 35 | # Usage: | COMMENT |
| LOW | …ss-deploy-detection-tracking-2d/scripts/setup_gdino.sh | 11 | # Usage: | COMMENT |
| LOW | …oy-detection-tracking-2d/scripts/update_output_sink.sh | 13 | # Usage: | COMMENT |
| LOW | …oy-detection-tracking-2d/scripts/clean_engine_cache.sh | 25 | # Usage: | COMMENT |
| LOW | …y-detection-tracking-2d/scripts/check_container_gpu.sh | 23 | # Usage: | COMMENT |
| LOW | …vss-deploy-detection-tracking-2d/scripts/render_box.sh | 20 | # Usage: | COMMENT |
| LOW | …-detection-tracking-2d/scripts/write_deployment_log.sh | 25 | # Usage: | COMMENT |
| LOW | …eploy-detection-tracking-2d/scripts/collect_metrics.sh | 15 | # Usage: | COMMENT |
| LOW | …vices/rtvi/rt-embed/tests/redis/test_redis_consumer.py | 20 | # Usage: | COMMENT |
| LOW | …ices/rtvi/rt-embed/tests/redis/test_redis_publisher.py | 20 | # Usage: | COMMENT |
| LOW | …vices/rtvi/rt-embed/tests/kafka/test_kafka_consumer.py | 20 | # Usage: | COMMENT |
| LOW | services/rtvi/rt-vlm/tests/redis/test_redis_consumer.py | 20 | # Usage: | COMMENT |
| LOW | …rvices/rtvi/rt-vlm/tests/redis/test_redis_publisher.py | 20 | # Usage: | COMMENT |
| LOW | services/rtvi/rt-vlm/tests/kafka/test_kafka_consumer.py | 20 | # Usage: | COMMENT |
| LOW | services/rtvi/rt-cv/tests/docker-compose/compose.yaml | 25 | # Usage: | COMMENT |
| LOW | services/vios/test/bdd_tests/scripts/run_unit_tests.sh | 32 | # Usage: | COMMENT |
| LOW | services/vios/include/3rdparty/prometheus/gauge.h | 69 | /// Example usage: | COMMENT |
| LOW | services/vios/include/3rdparty/prometheus/counter.h | 57 | /// Example usage: | COMMENT |
| LOW | services/vios/include/3rdparty/prometheus/histogram.h | 79 | /// Example usage: | COMMENT |
| LOW | services/vios/include/3rdparty/prometheus/summary.h | 98 | /// Example usage: | COMMENT |
| LOW | …work/webrtc_streamer/inc/webrtc_headers/src/pc/proxy.h | 22 | // Example usage: | COMMENT |
| LOW | …eaders/src/system_wrappers/include/denormal_disabler.h | 25 | // Example usage: | COMMENT |
| LOW | …c/webrtc_headers/src/system_wrappers/include/metrics.h | 92 | // Example usage: | COMMENT |
| LOW | …_streamer/inc/webrtc_headers/src/video/stats_counter.h | 63 | // Example usage: | COMMENT |
| LOW | …nc/webrtc_headers/src/testing/multiprocess_func_list.h | 20 | // Example usage: | COMMENT |
| LOW | …reamer/inc/webrtc_headers/src/rtc_base/callback_list.h | 113 | // Usage example: | COMMENT |
| LOW | …treamer/inc/webrtc_headers/src/rtc_base/string_utils.h | 42 | // Example usage: | COMMENT |
| LOW | …amer/inc/webrtc_headers/src/rtc_base/gtest_prod_util.h | 25 | // Example usage: | COMMENT |
| LOW | …webrtc_streamer/inc/webrtc_headers/src/rtc_base/bind.h | 24 | // Example usage: | COMMENT |
| LOW | …third_party/blink/renderer/core/css/css_test_helpers.h | 26 | // Example usage: | COMMENT |
| LOW | …d_party/blink/renderer/core/fileapi/file_reader_data.h | 19 | // Example usage: | COMMENT |
| LOW | …rd_party/blink/renderer/core/editing/ephemeral_range.h | 66 | // Example usage: | COMMENT |
| LOW | …y/blink/renderer/core/editing/commands/editing_state.h | 17 | // Example usage: | COMMENT |
| LOW | …derer/platform/mediastream/media_stream_audio_source.h | 46 | // Usage example: | COMMENT |
| LOW | …arty/blink/renderer/platform/wtf/allocator/allocator.h | 67 | // Example usage: | COMMENT |
| LOW | …/blink/renderer/modules/indexeddb/idb_value_wrapping.h | 51 | // Example usage: | COMMENT |
| LOW | …rer/modules/imagecapture/image_capture_frame_grabber.h | 45 | // Example usage: | COMMENT |
| LOW | …common/privacy_budget/scoped_switch_sample_collector.h | 29 | // Example usage: | COMMENT |
| LOW | …ude/perfetto/tracing/track_event_interned_data_index.h | 34 | // Example usage | COMMENT |
| LOW | …y/perfetto/include/perfetto/trace_processor/iterator.h | 35 | // Example usage: | COMMENT |
| LOW | …arty/perfetto/include/perfetto/ext/base/string_utils.h | 191 | // Example usage: | COMMENT |
| LOW | …ty/perfetto/include/perfetto/ext/base/threading/poll.h | 208 | // Example usage: | COMMENT |
| LOW | …ty/perfetto/include/perfetto/ext/base/threading/poll.h | 226 | // Example usage: | COMMENT |
| LOW | …ird_party/perfetto/include/perfetto/public/pb_macros.h | 27 | // Example usage: | COMMENT |
| LOW | …rc/trace_processor/importers/common/metadata_tracker.h | 30 | // Example usage: | COMMENT |
| LOW | …rc/trace_processor/importers/common/metadata_tracker.h | 36 | // Example usage: | COMMENT |
| LOW | …ird_party/perfetto/src/profiling/common/proc_cmdline.h | 39 | // Example usage: | COMMENT |
| LOW | …rc/third_party/abseil-cpp/absl/synchronization/mutex.h | 167 | // Example usage: | COMMENT |
| LOW | …s/src/third_party/abseil-cpp/absl/hash/internal/hash.h | 88 | // Example usage: | COMMENT |
| 58 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …arehouse-operations/vlm-as-verifier/configs/config.yml | 65 | # Beware that these parameters need to be set in accordance with the VLM max context window | COMMENT |
| MEDIUM | …erts/vlm-as-verifier/configs/EDGE-LOCAL-VLM-config.yml | 81 | # Beware that these parameters need to be set in accordance with the VLM max context window | COMMENT |
| MEDIUM | …/dev-profile-alerts/vlm-as-verifier/configs/config.yml | 154 | # Beware that these parameters need to be set in accordance with the VLM max context window | COMMENT |
| MEDIUM | …services/rtvi/rtvi-embed/rtvi-embed-docker-compose.yml | 16 | # Docker Compose for RTVI Embed microservice | COMMENT |
| MEDIUM | …ker/services/rtvi/rtvi-vlm/rtvi-vlm-docker-compose.yml | 16 | # Docker Compose for RTVI VLM microservice | COMMENT |
| MEDIUM | deploy/docker/services/agent/compose.yml | 119 | # Enterprise RAG (used by config_rag.yml when enabled) | COMMENT |
| MEDIUM | …y/helm/developer-profiles/dev-profile-base/values.yaml | 223 | # Enterprise RAG (used by config_rag.yml when enabled). Compose parity: | COMMENT |
| MEDIUM | …r-profiles/dev-profile-alerts/values-verification.yaml | 53 | # Verification: vss-rtvi-vlm off; RTVI_VLM_BASE_URL follows VLM NIM (same as legacy working pod), not the rtvi-vlm micro | COMMENT |
| MEDIUM | …helm/developer-profiles/dev-profile-alerts/values.yaml | 273 | # Enterprise RAG (used by config_rag.yml when enabled). Compose parity: | COMMENT |
| MEDIUM | …helm/developer-profiles/dev-profile-search/values.yaml | 548 | # Enterprise RAG (used by config_rag.yml when enabled). Compose parity: | COMMENT |
| MEDIUM | …oy/helm/developer-profiles/dev-profile-lvs/values.yaml | 262 | # Enterprise RAG (used by config_rag.yml when enabled). Compose parity: | COMMENT |
| MEDIUM | deploy/helm/services/rtvi/charts/rtvi-vlm/values.yaml | 54 | # Disable only if you orchestrate ordering elsewhere. | COMMENT |
| MEDIUM | deploy/helm/services/agent/charts/agent/values.yaml | 174 | # Enterprise RAG (used by config_rag.yml when enabled). Compose parity: | COMMENT |
| MEDIUM⚡ | …ialai_data_utils/eval/tracking/hota/trackeval_utils.py | 383 | # Per-BEV-sensor orchestration | COMMENT |
| MEDIUM⚡ | …-utils/spatialai_data_utils/eval/detection/evaluate.py | 390 | # Per-BEV-sensor orchestration (moved from eval/mtmc/detection/evaluate.py) | COMMENT |
| MEDIUM⚡ | …utils/tests/eval/tracking/hota/test_trackeval_utils.py | 788 | # (per-sensor scaffolding ended up under a directory called | COMMENT |
| MEDIUM⚡ | .github/skill-eval/verifiers/generic_judge.py | 61 | # the judge back toward unbounded Read (the exact hallucination trigger | COMMENT |
| MEDIUM | skills/vss-summarize-video/SKILL.md | 205 | ## Step 2 — Primary: video summarization microservice with HITL | COMMENT |
| MEDIUM | …s/vss-summarize-video/references/end-to-end-example.md | 21 | # ── Primary path: video summarization microservice with HITL ── | COMMENT |
| MEDIUM | skills/vss-generate-video-report-rag/SKILL.md | 11 | # VSS Generate Video Report RAG — Video Analysis with Enterprise RAG | COMMENT |
| MEDIUM | skills/vss-generate-video-report-rag/SKILL.md | 19 | ## Enable Enterprise RAG on the LVS Profile | COMMENT |
| MEDIUM⚡ | skills/vss-generate-video-report-rag/SKILL.md | 66 | ### Step 3: Deploy the LVS profile with the RAG config | COMMENT |
| MEDIUM | skills/vss-generate-video-report-rag/SKILL.md | 134 | ## Workflow: Generate an LVS Report with Enterprise RAG | COMMENT |
| MEDIUM | skills/vss-deploy-detection-tracking-3d/SKILL.md | 203 | If the user will view the VST video wall through a browser on a different network than the deploy host (cloud VM, corp V | CODE |
| MEDIUM | …edding/references/deploy-vss-deploy-video-embedding.md | 102 | # Confirm the embedding model is registered. | COMMENT |
| MEDIUM | services/rtvi/rt-vlm/tests/test_context_overflow.py | 29 | # Build a conversation that exceeds context window | COMMENT |
| MEDIUM | …/vios/test/bdd_tests/tests/webrtc/test_bbox_overlay.py | 70 | # standard BDD environment. They are kept as scaffolding so that promoting | COMMENT |
| MEDIUM | …hird_party/perfetto/src/android_stats/perfetto_atoms.h | 103 | // kCmd* guardrails. | COMMENT |
| MEDIUM | services/alert/config.yaml | 147 | # Beware that these parameters need to be set in accordance with the VLM max context window | COMMENT |
| MEDIUM | services/alert/config.yaml | 264 | base_url: "http://localhost:8018/v1" # RTVI VLM microservice URL (env: RTVI_VLM_BASE_URL) | CODE |
| MEDIUM | services/alert/entity_management/config/README.md | 70 | # RAG parameters - ALL required | COMMENT |
| MEDIUM | …functional/p1/test_alert_config_concurrent_post/run.sh | 23 | # of truth" meaningful when the alerts microservice is scaled | COMMENT |
| MEDIUM | …vices/alert/test/functional/p1/test_async_smoke/run.sh | 18 | # Description: Enable async external I/O guardrails and verify one incident is processed end-to-end. | COMMENT |
| MEDIUM | …t/blueprint_config/config_public_safety_blueprint.yaml | 59 | # Beware that these parameters need to be set in accordance with the VLM max context window | COMMENT |
| MEDIUM | …alert/blueprint_config/config_warehouse_blueprint.yaml | 67 | # Beware that these parameters need to be set in accordance with the VLM max context window | COMMENT |
| MEDIUM | …alert/blueprint_config/config_smartcity_blueprint.yaml | 68 | # Beware that these parameters need to be set in accordance with the VLM max context window | COMMENT |
| MEDIUM | services/alert/models/responses.py | 140 | # Default verification path produces ``info["reasoning"]`` (VLM chain-of-thought). | COMMENT |
| MEDIUM⚡ | services/agent/pyproject.toml | 284 | # Main orchestration agent - complex LangGraph state machine with tool routing | COMMENT |
| MEDIUM⚡ | services/agent/pyproject.toml | 288 | # Multi-report coordination - orchestrates multiple report agents | COMMENT |
| MEDIUM | services/agent/pyproject.toml | 35 | "litellm>=1.84.0,<1.85", # Fix /guardrails/test_custom_code RCE + privilege escalation + JWT/OIDC userinfo ca | CODE |
| MEDIUM | …ts/unit_test/video_analytics/test_tools_integration.py | 82 | embedding_model_name=None, # Disable embedding model for simpler tests | CODE |
| MEDIUM | services/agent/src/vss_agents/tools/search.py | 84 | # Default few-shot examples for query decomposition | COMMENT |
| MEDIUM | services/agent/src/vss_agents/agents/top_agent.py | 1078 | # Use a shorter message for scratchpad and reasoning trace | COMMENT |
| MEDIUM | services/agent/src/vss_agents/agents/top_agent.py | 1081 | # Yield tool call in reasoning trace for regular tools (even if we extracted a summary) | COMMENT |
| MEDIUM | services/video-summarization/README.md | 158 | export NVIDIA_API_KEY=<> # Required for CA-RAG LLM | CODE |
| MEDIUM | services/video-summarization/README.md | 192 | export DISABLE_CA_RAG=false # Disable CA-RAG aggregation | CODE |
| MEDIUM⚡ | services/video-summarization/src/rag_adapter.py | 79 | # RAG operations (summarize / ingest / retrieve) | COMMENT |
| MEDIUM | services/video-summarization/src/via_stream_handler.py | 523 | # CA-RAG (ContextManagerConfig/MilvusDBConfig) expects port as string | COMMENT |
| MEDIUM | services/video-summarization/src/via_stream_handler.py | 2674 | # For VLM captions, we skip CA-RAG to get individual chunk responses | COMMENT |
| MEDIUM | services/video-summarization/src/via_stream_handler.py | 3277 | # Summarize individual chunk VLM responses using CA-RAG | COMMENT |
| MEDIUM | services/video-summarization/src/via_stream_handler.py | 3527 | # CA-RAG is disabled. Return a list of individual chunk VLM responses | COMMENT |
| MEDIUM | services/video-summarization/src/via_server.py | 1420 | # For non-CA RAG usecase, only streaming output is supported | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ata-utils/spatialai_data_utils/visualization/render.py | 543 | CODE | |
| LOW | …ata-utils/spatialai_data_utils/visualization/render.py | 673 | CODE | |
| LOW | …ata-utils/spatialai_data_utils/visualization/render.py | 769 | CODE | |
| LOW | …i_data_utils/visualization/camera_placement/plotter.py | 910 | CODE | |
| LOW | …i_data_utils/visualization/camera_placement/plotter.py | 1027 | CODE | |
| LOW | …ai_data_utils/visualization/video_utils/frame2video.py | 202 | CODE | |
| LOW | …ta_utils/visualization/video_utils/frame2video_grid.py | 193 | CODE | |
| LOW | …utils/spatialai_data_utils/core/cameras/group_utils.py | 209 | CODE | |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 1563 | CODE | |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 701 | CODE | |
| LOW | …-utils/spatialai_data_utils/core/cameras/clustering.py | 802 | CODE | |
| LOW | …ta-utils/spatialai_data_utils/core/cameras/grouping.py | 882 | CODE | |
| LOW | …ta-utils/spatialai_data_utils/core/cameras/grouping.py | 758 | CODE | |
| LOW | …ta-utils/spatialai_data_utils/core/cameras/grouping.py | 459 | CODE | |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 52 | CODE | |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 359 | CODE | |
| LOW | …ai-data-utils/spatialai_data_utils/core/cameras/bev.py | 769 | CODE | |
| LOW | …ta-utils/spatialai_data_utils/core/boxes/aicity_box.py | 75 | CODE | |
| LOW | …spatialai_data_utils/eval/tracking/aicity_mtmc_eval.py | 493 | CODE | |
| LOW | …ils/spatialai_data_utils/eval/tracking/data_classes.py | 393 | CODE | |
| LOW | …atialai_data_utils/eval/tracking/hota/metrics/clear.py | 183 | CODE | |
| LOW | …atialai_data_utils/eval/tracking/hota/metrics/clear.py | 197 | CODE | |
| LOW | …atialai_data_utils/eval/tracking/hota/metrics/clear.py | 211 | CODE | |
| LOW | …patialai_data_utils/eval/tracking/hota/metrics/hota.py | 169 | CODE | |
| LOW | …patialai_data_utils/eval/tracking/hota/metrics/hota.py | 187 | CODE | |
| LOW | …patialai_data_utils/eval/tracking/hota/metrics/hota.py | 233 | CODE | |
| LOW | …alai_data_utils/eval/tracking/hota/metrics/identity.py | 143 | CODE | |
| LOW | …alai_data_utils/eval/tracking/hota/metrics/identity.py | 183 | CODE | |
| LOW | …alai_data_utils/eval/tracking/hota/metrics/identity.py | 197 | CODE | |
| LOW | …atialai_data_utils/eval/tracking/hota/metrics/count.py | 76 | CODE | |
| LOW | …ata_utils/eval/tracking/hota/datasets/_base_dataset.py | 159 | CODE | |
| LOW | …ls/spatialai_data_utils/eval/detection/data_classes.py | 459 | CODE | |
| LOW | …ata-utils/tests/eval/tracking/test_aicity_mtmc_eval.py | 729 | CODE | |
| LOW | …ts/eval/tracking/test_aicity_mtmc_eval_orchestrator.py | 61 | CODE | |
| LOW | services/rtvi/rt-embed/src/utils/asset_manager.py | 218 | CODE | |
| LOW | services/rtvi/rt-embed/src/utils/asset_manager.py | 1227 | CODE | |
| LOW | …i/rt-embed/src/vlm_pipeline/video_file_frame_getter.py | 513 | CODE | |
| LOW | services/rtvi/rt-vlm/src/utils/asset_manager.py | 218 | CODE | |
| LOW | services/rtvi/rt-vlm/src/utils/asset_manager.py | 1227 | CODE | |
| LOW | …tvi/rt-vlm/src/vlm_pipeline/video_file_frame_getter.py | 513 | CODE | |
| LOW | …ices/vios/test/bdd_tests/tests/perf/vss_perf_common.py | 325 | CODE | |
| LOW | …ices/vios/test/bdd_tests/tests/perf/vss_perf_common.py | 390 | CODE | |
| LOW | services/alert/models/responses.py | 430 | CODE | |
| LOW | services/alert/realtime/services/rtvi_client.py | 175 | CODE | |
| LOW | …rvices/alert/handlers/prompt_handler/prompt_manager.py | 363 | CODE | |
| LOW | …sts/unit_test/orchestrator/test_docker_compose_util.py | 30 | CODE | |
| LOW | services/agent/src/vss_agents/tools/attribute_search.py | 1054 | CODE | |
| LOW | services/agent/src/vss_agents/tools/video_report_gen.py | 276 | CODE | |
| LOW | …/tools/code_executor/docker_backend/docker_executor.py | 80 | CODE | |
| LOW | services/agent/src/vss_agents/agents/top_agent.py | 263 | CODE | |
| LOW | …evaluators/customized_trajectory_evaluator/evaluate.py | 45 | CODE | |
| LOW | …rvices/agent/src/vss_agents/api/video_search_ingest.py | 63 | CODE | |
| LOW | services/agent/src/vss_agents/api/video_ingest.py | 640 | CODE | |
| LOW | …ent/src/vss_agents/orchestrator/docker_compose_util.py | 166 | CODE | |
| LOW | services/video-summarization/src/via_stream_handler.py | 2812 | CODE | |
| LOW | …behavior-analytics/src/mdx/analytics/core/utils/crs.py | 69 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …c_headers/src/net/dcsctp/socket/stream_reset_handler.h | 63 | // In this implementation, when a stream is reset, the queued but not-yet-sent | COMMENT |
| HIGH | …c/third_party/blink/renderer/core/animation/keyframe.h | 61 | // In this implementation property-specific keyframes are created only once and | COMMENT |
| HIGH | …rtc_headers/src/third_party/puffin/src/puffin_stream.h | 29 | // unnecessary to do so. In this implementation, there is no protection against | COMMENT |
| HIGH | …c/modules/audio_device/android/audio_device_template.h | 368 | // until I have added full support for audio effects based on OpenSL ES APIs. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …rtc_headers/src/third_party/libwebp/examples/unicode.h | 95 | // Don't forget to free wargv before returning (e.g. from main). | COMMENT |
| MEDIUM | …ers/src/third_party/icu/source/i18n/unicode/dtfmtsym.h | 68 | * DateFormatSymbols object, they can feel free to modify the date-time | COMMENT |
| MEDIUM | …ers/src/third_party/icu/source/i18n/unicode/dtitvinf.h | 146 | * they can feel free to modify it as necessary. | COMMENT |
| MEDIUM | …reamer/inc/webrtc_headers/src/call/simulated_network.h | 33 | // This is a basic implementation of NetworkBehaviorInterface that supports: | COMMENT |
| LOW | …inc/webrtc_headers/src/api/peer_connection_interface.h | 692 | // Don't forget to update operator== if adding something. | COMMENT |
| LOW | …eaders/src/modules/rtp_rtcp/include/rtp_rtcp_defines.h | 184 | // Again, don't forget to update `kNumMediaTypes` if you add another value! | COMMENT |
| LOW | …_streamer/inc/webrtc_headers/src/base/process/launch.h | 350 | // and don't forget to quote it. | COMMENT |
| MEDIUM | …ramework/unified_storage/reader/cloud_reader_utils.cpp | 314 | // This is a basic implementation - can be enhanced for specific formats | COMMENT |
| MEDIUM | …ices/agent/tests/unit_test/tools/test_video_caption.py | 134 | assert "I'm unable to" in error_messages | CODE |
| MEDIUM | services/agent/src/vss_agents/tools/video_caption.py | 147 | "I'm unable to", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | …thub/vss-playbook-compliance/skill_compliance_check.py | 276 | r"<YOUR_TOKEN>", | CODE |
| HIGH⚡ | …thub/vss-playbook-compliance/skill_compliance_check.py | 283 | r"your[_\-]", # "your_api_key", "your-token" etc. | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …ls/tests/visualization/video_utils/test_video2frame.py | 183 | path.write_bytes(b"placeholder") # so file_exists + file_size > 0 | CODE |
| LOW | …rty/blink/renderer/core/editing/granularity_strategy.h | 71 | // Lorem ip^sum|> dolor sit amet, consectetur | COMMENT |
| LOW | …inc/webrtc_headers/src/api/test/fake_frame_decryptor.h | 33 | explicit FakeFrameDecryptor(uint8_t fake_key = 0xAA, | CODE |
| LOW | …inc/webrtc_headers/src/api/test/fake_frame_decryptor.h | 46 | void SetFakeKey(uint8_t fake_key); | CODE |
| LOW | …inc/webrtc_headers/src/api/test/fake_frame_encryptor.h | 32 | explicit FakeFrameEncryptor(uint8_t fake_key = 0xAA, | CODE |
| LOW | …inc/webrtc_headers/src/api/test/fake_frame_encryptor.h | 46 | void SetFakeKey(uint8_t fake_key); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | services/rtvi/rt-embed/src/models/base_vlm_model.py | 196 | CODE | |
| MEDIUM | …sts/model/vllm_compatible/test_input_error_handling.py | 36 | CODE | |
| MEDIUM | services/rtvi/rt-vlm/src/models/base_vlm_model.py | 196 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …arty/flatbuffers/src/include/flatbuffers/flexbuffers.h | 128 | // TODO: implement proper support for 8/16bit floats, or decide not to | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ices/agent/tests/unit_test/tools/test_code_executor.py | 94 | "utils.py": "def helper(): pass", | CODE |