AI agent skills published by NVIDIA
This report presents the forensic synthetic code analysis of NVIDIA/skills, a Python project with 2,492 GitHub stars. SynthScan v2.0 examined 843,712 lines of code across 3667 source files, recording 2996 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 5.9 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 2996 distinct pattern matches across 20 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 |
|---|---|---|---|---|
| MEDIUM⚡ | …g/components/inference-nim-operator/scripts/install.sh | 18 | # ── Preflight ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …g/components/inference-nim-operator/scripts/install.sh | 21 | # ── 1. Verify GPUs ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …g/components/inference-nim-operator/scripts/install.sh | 25 | # ── 2. Add Helm repo ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …g/components/inference-nim-operator/scripts/install.sh | 30 | # ── 3. Create namespace ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …g/components/inference-nim-operator/scripts/install.sh | 34 | # ── 4. Create NGC pull secret (if NGC_API_KEY is set) ──────────────────────── | COMMENT |
| MEDIUM | …g/components/inference-nim-operator/scripts/install.sh | 47 | # ── 5. Install NIM Operator ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …g/components/inference-nim-operator/scripts/install.sh | 54 | # ── 6. Deploy NIMService instances ─────────────────────────────────────────── | COMMENT |
| MEDIUM | …g/components/inference-nim-operator/scripts/install.sh | 238 | # ── 7. Verify ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …s/inference-nim-operator/nims/qwen3-vl/nimservice.yaml | 81 | # ----------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …caling/components/cluster-azure/terraform/variables.tf | 41 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …caling/components/cluster-azure/terraform/variables.tf | 43 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …caling/components/cluster-azure/terraform/variables.tf | 50 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …caling/components/cluster-azure/terraform/variables.tf | 52 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 4 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 6 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 69 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 71 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 118 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 120 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 192 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 194 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 251 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 253 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 275 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 277 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 299 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 301 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 335 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 337 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 379 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 381 | # ============================================================================= | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 35 | # ── Resource Group ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 43 | # ── Virtual Network ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 92 | # ── NAT Gateway ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 126 | # ── Network Security Groups ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 177 | # ── Log Analytics + Container Insights ────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 203 | # ── AKS Cluster ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 253 | # ── GPU Node Pool ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 282 | # ── PostgreSQL (private, delegated subnet) ────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 344 | # ── Redis Cache ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 395 | # ── Storage Account ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 476 | # ── Key Vault ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 607 | # ── AI Foundry ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/generate-skill-metadata.yml | 42 | # --------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/generate-skill-metadata.yml | 44 | # --------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/generate-skill-metadata.yml | 68 | # --------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/generate-skill-metadata.yml | 70 | # --------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/scripts/marketplace/generate-skill-metadata.py | 56 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/scripts/marketplace/generate-skill-metadata.py | 88 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/scripts/marketplace/generate-skill-metadata.py | 112 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/scripts/marketplace/generate-skill-metadata.py | 142 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/scripts/marketplace/generate-skill-metadata.py | 243 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/scripts/marketplace/generate-skill-metadata.py | 319 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/scripts/marketplace/generate-skill-metadata.py | 375 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/scripts/marketplace/generate-skill-metadata.py | 425 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/scripts/marketplace/generate-skill-metadata.py | 647 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/scripts/marketplace/generate-skill-metadata.py | 737 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/scripts/marketplace/generate-skill-metadata.py | 778 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/scripts/marketplace/generate-skill-metadata.py | 847 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/scripts/marketplace/generate-skill-metadata.py | 882 | # --------------------------------------------------------------------------- | COMMENT |
| 610 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …erences/optimization-report/scripts/validate_report.py | 126 | def validate_manifest_structure(manifest: Any) -> list[str]: | CODE |
| LOW | …erences/optimization-report/scripts/validate_report.py | 210 | def reconcile_target_coverage(report: Any, manifests: list[Any] | None = None) -> list[str]: | CODE |
| LOW | …d-validation-runner/scripts/usd_validation_executor.py | 175 | def get_validation_engine_cls() -> Any: | CODE |
| LOW | …d-validation-runner/scripts/usd_validation_executor.py | 494 | def subprocess_concept_runner( | CODE |
| LOW | …ltime-viewer/references/viewer-input-routing/README.md | 50 | def camera_button_from_ovstream(raw_button, ovstream) -> int | None: | CODE |
| LOW | …ltime-viewer/references/viewer-input-routing/README.md | 109 | def set_viewport_input_active(self, active: bool) -> None: | CODE |
| LOW | …e-realtime-viewer/references/stage-hierarchy/README.md | 186 | def detect_root_prim_path_from_paths(paths: set[str]) -> str: | CODE |
| LOW | …time-viewer/references/transform-manipulator/README.md | 202 | def apply_world_transform_to_prim(stage, path, world_transform): | CODE |
| LOW | …e-realtime-viewer/references/camera-controls/README.md | 35 | def camera_button_from_ovstream(raw_button) -> int | None: | CODE |
| LOW | …e-realtime-viewer/references/camera-controls/README.md | 81 | def set_viewport_input_active(self, active: bool) -> None: | CODE |
| LOW | …e-realtime-viewer/references/camera-controls/README.md | 164 | def project_world_to_viewport(point, view, proj, image_rect, widget_origin): | CODE |
| LOW | …e-realtime-viewer/references/camera-controls/README.md | 177 | def pointer_is_near_selected_gizmo(screen_x, screen_y, selected_pivot): | CODE |
| LOW | …simready/references/omni-asset-validate/scripts/run.py | 121 | def dependency_blocked_report( | CODE |
| LOW | …simready/references/omni-asset-validate/scripts/run.py | 146 | def resolve_validator_command() -> tuple[list[str] | None, list[str], str]: | CODE |
| LOW | …simready/references/omni-asset-validate/scripts/run.py | 216 | def validate_with_asset_validator( | CODE |
| LOW | …nvert-to-usd/references/usd-convert-cad/scripts/run.py | 150 | def resolve_usd_convert_cad_root(explicit: Path | None) -> Path: | CODE |
| LOW | …nvert-to-usd/references/usd-convert-cad/scripts/run.py | 186 | def parse_upstream_cad_suffixes(upstream_root: Path) -> set[str] | None: | CODE |
| LOW | …nvert-to-usd/references/usd-convert-cad/scripts/run.py | 208 | def parse_format_info_suffixes(value: ast.AST) -> set[str] | None: | CODE |
| LOW | …nvert-to-usd/references/usd-convert-cad/scripts/run.py | 460 | def validate_upstream_usd_convert_cad(upstream_root: Path, log_path: Path) -> tuple[str | None, dict[str, Any] | None]: | CODE |
| LOW | …ferences/usd-convert-cad/scripts/check_dependencies.py | 43 | def resolve_usd_convert_cad_root(explicit: Path | None) -> Path: | CODE |
| LOW | …ferences/usd-convert-cad/scripts/check_dependencies.py | 124 | def check_upstream_validation(upstream_root: Path) -> dict[str, Any]: | CODE |
| LOW | …rences/usd-convert-cad/scripts/kit_app_template_cad.py | 147 | def _resolve_service_extension_dir( | CODE |
| LOW | …rences/usd-convert-cad/scripts/kit_app_template_cad.py | 235 | def _write_core_runner_script(output_directory: Path, source_asset: Path) -> Path: | CODE |
| LOW | …rences/usd-convert-cad/scripts/kit_app_template_cad.py | 287 | def _result_success_and_message(result) -> tuple[bool, str]: | STRING |
| LOW | …rences/usd-convert-cad/scripts/kit_app_template_cad.py | 329 | def _convert_with_core_instance(module_name: str, input_path: Path, output_path: Path, options: dict) -> tuple[bool, str | STRING |
| LOW | …rences/usd-convert-cad/scripts/kit_app_template_cad.py | 349 | def _convert_with_hoops_function(input_path: Path, output_path: Path, options: dict) -> tuple[bool, str]: | STRING |
| LOW | …rences/usd-convert-cad/scripts/kit_app_template_cad.py | 575 | def convert_with_kit_app_template( | CODE |
| LOW | …rt-to-usd/references/usd-convert-gsplat/scripts/run.py | 126 | def resolve_usd_convert_gsplat_root() -> Path: | CODE |
| LOW | …rt-to-usd/references/usd-convert-gsplat/scripts/run.py | 137 | def resolve_gsplat_executable() -> str | None: | CODE |
| LOW | …rt-to-usd/references/usd-convert-gsplat/scripts/run.py | 143 | def parse_upstream_gsplat_suffixes(upstream_root: Path) -> set[str] | None: | CODE |
| LOW | …rt-to-usd/references/usd-convert-gsplat/scripts/run.py | 166 | def supported_gsplat_suffixes() -> set[str] | None: | CODE |
| LOW | …d-to-simready/references/convert-to-usd/scripts/run.py | 299 | def directory_inspection_report(source_directory: Path, output_directory: Path, error: str) -> ConversionReport: | CODE |
| LOW | …d-to-simready/references/convert-to-usd/scripts/run.py | 313 | def unsupported_directory_report( | CODE |
| LOW | …d-to-simready/references/convert-to-usd/scripts/run.py | 344 | def ambiguous_directory_report( | CODE |
| LOW | …d-to-simready/references/convert-to-usd/scripts/run.py | 452 | def malformed_converter_report( | CODE |
| LOW | …d-to-simready/references/convert-to-usd/scripts/run.py | 493 | def append_selection_warnings(report: ConversionReport, selected: ProbeResult, probes: list[ProbeResult]) -> ConversionR | CODE |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 72 | def is_unresolved_service_asset_path(path: str) -> bool: | CODE |
| LOW⚡ | …erences/content-agents/scripts/content_agent_client.py | 610 | def _stage_physics_upload_asset(asset_path: Path) -> tuple[Path, dict[str, Any]]: | STRING |
| LOW⚡ | …erences/content-agents/scripts/content_agent_client.py | 614 | def _stage_material_upload_asset(asset_path: Path) -> tuple[Path, dict[str, Any]]: | STRING |
| LOW⚡ | …erences/content-agents/scripts/content_agent_client.py | 618 | def _inspect_usd_topology_external(asset_path: Path) -> dict[str, Any]: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 471 | def _is_unresolved_service_asset_path(path: str) -> bool: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 482 | def _stage_mdl_safe_upload_asset(asset_path: Path, label: str) -> tuple[Path, dict[str, Any]]: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 576 | def _stage_mdl_safe_upload_asset_external(asset_path: Path, label: str) -> tuple[Path, dict[str, Any]]: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 674 | def _is_transient_status_poll_error(exc: Exception) -> bool: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 694 | def _is_transient_artifact_error(exc: Exception) -> bool: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 714 | def _filename_from_content_disposition(value: str | None) -> str | None: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 907 | def _apply_physics_auto_optimizer(args: argparse.Namespace, topology: dict[str, Any]) -> dict[str, Any]: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 923 | def _apply_material_auto_optimizer(args: argparse.Namespace, topology: dict[str, Any]) -> dict[str, Any]: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 964 | def _convert_physics_output_to_usd(source_path: Path, output_path: Path) -> tuple[bool, str, Path]: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 1012 | def _is_material_zero_image_failure(report: dict[str, Any]) -> bool: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 1038 | def _maybe_retry_material_without_optimizer(report: dict[str, Any], args: argparse.Namespace) -> dict[str, Any] | None: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 1069 | def _is_physics_optimizer_failure(report: dict[str, Any]) -> bool: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 1086 | def _is_scene_optimizer_permission_failure(report: dict[str, Any]) -> bool: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 1091 | def _should_attempt_physics_scene_optimizer_repair(report: dict[str, Any]) -> bool: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 1102 | def _physics_scene_optimizer_container_candidates() -> list[str]: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 1112 | def _repair_physics_scene_optimizer_permissions() -> dict[str, Any]: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 1153 | def _maybe_repair_and_retry_physics_scene_optimizer(report: dict[str, Any], args: argparse.Namespace) -> dict[str, Any] | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 1191 | def _maybe_retry_physics_without_optimizer(report: dict[str, Any], args: argparse.Namespace) -> dict[str, Any] | None: | STRING |
| LOW | …ntent-agents/scripts/content_agent_material_cleanup.py | 48 | def _is_probably_missing_local_mdl(path: str, resolved_path: str, layer_path: Path) -> bool: | CODE |
| LOW⚡ | …ntent-agents/scripts/content_agent_material_cleanup.py | 62 | def _shader_source_asset_records(shader_prim: Any, sdf_module: Any) -> list[dict[str, str]]: | CODE |
| 549 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | catalog-exceptions.yml | 1 | # Catalog exceptions — skills/ dirs allowed to exist WITHOUT a | COMMENT |
| LOW | …s/inference-nim-operator/nims/qwen3-vl/nimservice.yaml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …mponents/inference-nim-operator/nims/qwen3-vl/pvc.yaml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …erence-nim-operator/nims/qwen3-vl/hf-download-job.yaml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …onents/inference-nim-operator/nims/qwen25-14b/pvc.yaml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …ence-nim-operator/nims/qwen25-14b/hf-download-job.yaml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …rence-nim-operator/nims/cosmos-predict/nimservice.yaml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …re/terraform/prerequisites/register-azure-providers.sh | 61 | echo -n " " | COMMENT |
| LOW | …re/terraform/prerequisites/register-azure-providers.sh | 81 | # \033[m - reset to normal | COMMENT |
| LOW | …lient-scaling/components/cluster-azure/scripts/main.tf | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …lient-scaling/components/cluster-azure/scripts/main.tf | 521 | } | COMMENT |
| LOW | …omponents/cluster-azure/scripts/storage-class-nfs.yaml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …s/dali-dynamic-mode/evals/files/pipeline_to_convert.py | 1 | # Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …ugins/nvidia-skills/skills/aiq-research/scripts/aiq.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | plugins.d/_defaults.yml | 21 | # interface.websiteURL is omitted by default — duplicates `homepage` for | COMMENT |
| LOW | plugins.d/_defaults.yml | 41 | COMMENT | |
| LOW | plugins.d/nvidia-skills.yml | 61 | # Inherits from plugins.d/_defaults.yml: | COMMENT |
| LOW | .github/workflows/dco.yml | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | .github/workflows/verify-authors.yml | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | .github/workflows/generate-skill-metadata.yml | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | .github/workflows/verify-content-integrity.yml | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | .github/workflows/sync-skills.yml | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | .github/workflows/sync-skills.yml | 141 | if [ ! -s /tmp/rsynced-components.txt ]; then | COMMENT |
| LOW | .github/workflows/sync-skills.yml | 161 | # - New skill (no prior version on main) → drop outright. | COMMENT |
| LOW | .github/workflows/sync-skills.yml | 281 | # - eval data (Tier-3 NV-ACES dataset). Accepted in any | COMMENT |
| LOW | .github/workflows/sync-skills.yml | 361 | # true. Capped + parse-guarded; see the script header for the | COMMENT |
| LOW | .github/workflows/sync-skills.yml | 621 | joined="${joined%, }" | COMMENT |
| LOW | .github/workflows/validate-plugins.yml | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | .github/workflows/validate-plugins.yml | 81 | # Self-serve fix: run | COMMENT |
| LOW | .github/workflows/validate-plugins.yml | 101 | # # Codex marketplace and uses a different schema. | COMMENT |
| LOW | .github/workflows/validate-plugins.yml | 121 | # drift check above. Revisit if Cursor ships a validator CLI. | COMMENT |
| LOW | .github/scripts/prune-orphans.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | .github/scripts/regenerate-readme.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | .github/scripts/regenerate-readme.sh | 21 | # Row aggregation: | COMMENT |
| LOW | .github/scripts/manual-components.yml | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | .github/scripts/marketplace/metadata-exclusions.yaml | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | .github/scripts/marketplace/metadata-exclusions.yaml | 21 | # Schema: | COMMENT |
| LOW | skills/dicom-series-to-volume/skill_manifest.yaml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …lls/dicom-series-to-volume/scripts/series_to_volume.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | skills/nemotron-speech/scripts/main.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | skills/earth2studio-create-prognostic/evals/config.yml | 1 | # Harbor execution policy for earth2studio-create-prognostic live evals. | COMMENT |
| LOW | …tudio-create-prognostic/evals/targets/eval_1_target.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. | COMMENT |
| LOW | …tudio-create-prognostic/evals/targets/eval_2_target.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. | COMMENT |
| LOW | …te-prognostic/evals/targets/test/eval_2_test_target.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. | COMMENT |
| LOW | …te-prognostic/evals/targets/test/eval_1_test_target.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. | COMMENT |
| LOW | …h2studio-create-prognostic/references/testing-guide.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. | COMMENT |
| LOW | …udio-create-prognostic/references/skeleton-template.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. | COMMENT |
| LOW | …udio-create-prognostic/references/skeleton-template.py | 281 | # """Move model to device. | COMMENT |
| LOW | …udio-create-prognostic/references/skeleton-template.py | 341 | # Move to device | COMMENT |
| LOW | …tudio-create-prognostic/references/method-templates.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. | COMMENT |
| LOW | …tudio-create-prognostic/references/method-templates.py | 201 | # | COMMENT |
| LOW | skills/nv-generate-mr/skill_manifest.yaml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | skills/nv-generate-mr/tests/test_run_mr.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | skills/nv-generate-mr/scripts/run_mr.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | skills/nemotron-customize/references/context/index.toml | 1 | # Context-pack index. Authored extracts of upstream library docs that the Act | COMMENT |
| LOW | …y-generator/assets/nemotron_system_prompt_template.txt | 1 | ### | COMMENT |
| LOW | …y-generator/assets/nemotron_system_prompt_template.txt | 21 | ### "/no_categories" via the chat-template kwarg. The reasoning flag ships as a | COMMENT |
| LOW | …y-generator/assets/nemotron_system_prompt_template.txt | 161 | model itself. | COMMENT |
| LOW | skills/vss-deploy-profile/references/teardown.md | 61 | docker compose -p mdx down --remove-orphans | COMMENT |
| LOW | skills/vss-deploy-profile/scripts/check_credentials.sh | 1 | #!/usr/bin/env bash | COMMENT |
| 372 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ance-tuning/references/install-so-standalone/README.md | 154 | except Exception: | CODE |
| MEDIUM | …ance-tuning/references/install-so-standalone/README.md | 149 | def operation_count(): | CODE |
| LOW | …ltime-viewer/references/viewer-input-routing/README.md | 54 | except Exception: | CODE |
| LOW | …erse-realtime-viewer/references/local-viewer/README.md | 139 | except Exception: | CODE |
| LOW | …erse-realtime-viewer/references/local-viewer/README.md | 241 | except Exception: | CODE |
| MEDIUM | …erse-realtime-viewer/references/local-viewer/README.md | 237 | def on_mouse_moved(*args): | CODE |
| LOW | …er/references/streaming-messages/server-handler-map.md | 67 | except Exception: | CODE |
| LOW | …-realtime-viewer/references/streaming-server/README.md | 148 | except Exception: | CODE |
| LOW | …-realtime-viewer/references/streaming-server/README.md | 154 | except Exception: | CODE |
| LOW | …erse-realtime-viewer/references/cloud-assets/README.md | 192 | except Exception: | CODE |
| LOW | …erse-realtime-viewer/references/cloud-assets/README.md | 229 | except Exception: | CODE |
| LOW | …altime-viewer/references/streaming-lifecycle/README.md | 178 | except Exception: | CODE |
| LOW | …e-realtime-viewer/references/camera-controls/README.md | 38 | except Exception: | CODE |
| LOW | …e-realtime-viewer/references/camera-controls/README.md | 207 | except Exception: | CODE |
| MEDIUM | …e-realtime-viewer/references/camera-controls/README.md | 35 | def camera_button_from_ovstream(raw_button) -> int | None: | CODE |
| LOW | …rences/usd-convert-cad/scripts/kit_app_template_cad.py | 317 | except Exception: | STRING |
| LOW | …rences/usd-convert-cad/scripts/kit_app_template_cad.py | 378 | except Exception as first_error: | STRING |
| MEDIUM | …rences/usd-convert-cad/scripts/kit_app_template_cad.py | 260 | def _run_async(awaitable): | CODE |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 93 | except Exception: | CODE |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 118 | except Exception: | CODE |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 177 | except Exception: | CODE |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 192 | except Exception: | CODE |
| LOW⚡ | …erences/content-agents/scripts/content_agent_client.py | 625 | except Exception as exc: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 422 | except Exception as exc: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 428 | except Exception as exc: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 495 | except Exception as exc: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 507 | except Exception as exc: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 520 | except Exception: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 546 | except Exception: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 559 | except Exception as exc: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 590 | except Exception as exc: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 653 | except Exception as exc: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 764 | except Exception as exc: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 844 | except Exception as exc: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 857 | except Exception as exc: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 873 | except Exception: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 890 | except Exception: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 969 | except Exception as exc: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 1566 | except Exception as exc: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 1620 | except Exception as exc: | STRING |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 1622 | except Exception as exc: | STRING |
| LOW⚡ | …ntent-agents/scripts/content_agent_material_cleanup.py | 70 | except Exception: | CODE |
| LOW⚡ | …ntent-agents/scripts/content_agent_material_cleanup.py | 79 | except Exception: | CODE |
| LOW | …ntent-agents/scripts/content_agent_material_cleanup.py | 167 | except Exception as exc: | CODE |
| LOW | …ntent-agents/scripts/content_agent_material_cleanup.py | 203 | except Exception as exc: | CODE |
| LOW | …ntent-agents/scripts/content_agent_material_cleanup.py | 225 | except Exception as exc: | CODE |
| LOW | …ntent-agents/scripts/content_agent_material_cleanup.py | 240 | except Exception as exc: | CODE |
| LOW | …imready/references/ovrtx-render-service/scripts/run.py | 197 | except Exception as exc: | CODE |
| LOW | …imready/references/ovrtx-render-service/scripts/run.py | 202 | except Exception as exc: | CODE |
| LOW | …imready/references/ovrtx-render-service/scripts/run.py | 260 | except Exception: | CODE |
| LOW | …imready/references/ovrtx-render-service/scripts/run.py | 326 | except Exception: | CODE |
| LOW | …imready/references/ovrtx-render-service/scripts/run.py | 493 | except Exception as exc: | CODE |
| LOW | …/references/ovrtx-render-service/scripts/stage_prep.py | 34 | except Exception as exc: | CODE |
| LOW | …/references/ovrtx-render-service/scripts/stage_prep.py | 471 | except Exception as exc: | CODE |
| LOW | …/references/ovrtx-render-service/scripts/stage_prep.py | 476 | except Exception as exc: | CODE |
| LOW | …y/references/ovrtx-render-service/scripts/turntable.py | 24 | except Exception as exc: | CODE |
| LOW | …y/references/ovrtx-render-service/scripts/turntable.py | 165 | except Exception as exc: | CODE |
| LOW | …ces/ovrtx-render-service/scripts/check_dependencies.py | 51 | except Exception as exc: | CODE |
| LOW | …imready/references/validate-usd-minimum/scripts/run.py | 140 | except Exception as exc: | CODE |
| LOW | …imready/references/validate-usd-minimum/scripts/run.py | 149 | except Exception as exc: | CODE |
| 318 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ure-assessment/references/factory-level-structuring.md | 52 | ### Step 1: Separate Animation | COMMENT |
| LOW | …ure-assessment/references/factory-level-structuring.md | 82 | ### Step 2: Identify Asset Boundaries | COMMENT |
| LOW | …ure-assessment/references/factory-level-structuring.md | 190 | ### Step 4: Enable Instancing | COMMENT |
| LOW | …ure-assessment/references/factory-level-structuring.md | 224 | ### Step 5: Organize Materials into Libraries | COMMENT |
| LOW | …ure-assessment/references/factory-level-structuring.md | 254 | ### Step 6: Layer Domain-Specific Data | COMMENT |
| LOW | …ure-assessment/references/factory-level-structuring.md | 288 | ### Step 7: Object Handling | COMMENT |
| LOW | …ning/references/setup-usd-performance-tuning/README.md | 133 | ## Step 1 - Determine standalone runtime | COMMENT |
| LOW | …ning/references/setup-usd-performance-tuning/README.md | 179 | ## Step 2 - Interpret status | COMMENT |
| LOW | …ning/references/setup-usd-performance-tuning/README.md | 214 | ## Step 3 - Verify standalone path | COMMENT |
| LOW | …ning/references/setup-usd-performance-tuning/README.md | 221 | ## Step 4 - Verify Kit path (fallback) | COMMENT |
| LOW | …ning/references/setup-usd-performance-tuning/README.md | 232 | ## Step 5 - Continue workflow | COMMENT |
| LOW | …ning/references/setup-usd-performance-tuning/README.md | 244 | ## Step 6 - Print the runtime context header before continuing | COMMENT |
| LOW | …ponents/osmo-cli/tests/orchestrator-runtime-failure.md | 106 | ### Step 1: Main agent spawns workflow expert — Resource Check → Submit | COMMENT |
| LOW | …ponents/osmo-cli/tests/orchestrator-runtime-failure.md | 123 | ### Step 2: Main agent monitors inline — user sees live status updates | COMMENT |
| LOW | …ponents/osmo-cli/tests/orchestrator-runtime-failure.md | 137 | ### Step 3: Main agent resumes workflow expert — Failure Diagnosis | COMMENT |
| LOW | …ponents/osmo-cli/tests/orchestrator-runtime-failure.md | 157 | ### Step 4: Main agent resumes inline monitoring | COMMENT |
| LOW | …ponents/osmo-cli/tests/orchestrator-runtime-failure.md | 166 | ### Step 5: Main agent reports results | COMMENT |
| LOW | …ient-scaling/components/osmo-cli/agents/logs-reader.md | 23 | ## Step 1: Determine task list (only when told `"auto"`) | COMMENT |
| LOW | …ient-scaling/components/osmo-cli/agents/logs-reader.md | 37 | ## Step 2: Fetch logs | COMMENT |
| LOW | …ient-scaling/components/osmo-cli/agents/logs-reader.md | 58 | ## Step 3: Fetch workflow spec (optional, when logs are ambiguous) | COMMENT |
| LOW | …ient-scaling/components/osmo-cli/agents/logs-reader.md | 75 | ## Step 4: Summarize and return | COMMENT |
| LOW | plugins/nvidia-skills/skills/aiq-deploy/SKILL.md | 74 | ### Step 1 - Locate or clone AI-Q | COMMENT |
| LOW | plugins/nvidia-skills/skills/aiq-deploy/SKILL.md | 88 | ### Step 2 - Select the deployment mode | COMMENT |
| LOW | plugins/nvidia-skills/skills/aiq-deploy/SKILL.md | 107 | ### Step 3 - Prepare environment and secrets | COMMENT |
| LOW | plugins/nvidia-skills/skills/aiq-deploy/SKILL.md | 124 | ### Step 4 - Route to the selected deployment path | COMMENT |
| LOW | plugins/nvidia-skills/skills/aiq-deploy/SKILL.md | 144 | ### Step 5 - Validate and hand off | COMMENT |
| LOW | plugins/nvidia-skills/skills/aiq-research/SKILL.md | 80 | ### Step 1 - Resolve the backend | COMMENT |
| LOW | plugins/nvidia-skills/skills/aiq-research/SKILL.md | 103 | ### Step 2 - Send the routed research request | COMMENT |
| LOW | plugins/nvidia-skills/skills/aiq-research/SKILL.md | 127 | ### Step 3 - Poll asynchronous jobs | COMMENT |
| LOW | plugins/nvidia-skills/skills/aiq-research/SKILL.md | 141 | ### Step 4 - Resume after interruptions | COMMENT |
| LOW | plugins/nvidia-skills/skills/aiq-research/SKILL.md | 162 | ### Step 5 - Present the report | COMMENT |
| LOW | plugins/nvidia-skills/skills/aiq-research/SKILL.md | 168 | ### Step 6 - Follow up: ask about, edit, or redo a report | COMMENT |
| LOW | skills/nemotron-speech/references/asr.md | 160 | # Step 1: Export | COMMENT |
| LOW | skills/nemotron-speech/references/asr.md | 170 | # Step 2: Run from export | COMMENT |
| LOW | skills/earth2studio-create-prognostic/SKILL.md | 196 | ### Step 10 - Validation (if requested) | COMMENT |
| LOW | skills/earth2studio-create-prognostic/SKILL.md | 204 | ### Step 11 - PR (if requested) | COMMENT |
| LOW | …tudio-create-prognostic/references/validation-guide.md | 6 | ## Step 10 - Reference Comparison and Validation | COMMENT |
| LOW⚡ | …huggingface-model/references/phase-3-implementation.md | 350 | # Step 1: Get the TAO model's expected keys | COMMENT |
| LOW⚡ | …huggingface-model/references/phase-3-implementation.md | 353 | # Step 2: Build mapping (use regex for systematic patterns) | COMMENT |
| LOW⚡ | …huggingface-model/references/phase-3-implementation.md | 363 | # Step 3: Verify coverage | COMMENT |
| LOW | skills/nemo-mbridge-multi-node-slurm/SKILL.md | 149 | ### Step 1: Allocate the node | COMMENT |
| LOW | skills/nemo-mbridge-multi-node-slurm/SKILL.md | 157 | ### Step 2: Launch container shell | COMMENT |
| LOW | skills/nemo-mbridge-multi-node-slurm/SKILL.md | 169 | ### Step 3: Set up environment inside container | COMMENT |
| LOW | …ao-run-automl/references/automl-advanced-monitoring.md | 196 | ## Step 4: Monitor Progress | COMMENT |
| LOW | …ao-run-automl/references/automl-advanced-monitoring.md | 258 | ## Step 5: Interpret Results | COMMENT |
| LOW | …o-run-automl/references/automl-runner-configuration.md | 35 | ## Step 3: Configure and Run | COMMENT |
| LOW | …/tao-run-automl/references/automl-intent-algorithms.md | 17 | ## Step 1: Parse User Intent | COMMENT |
| LOW | …/tao-run-automl/references/automl-intent-algorithms.md | 269 | ## Step 2: Select Algorithm | COMMENT |
| LOW | skills/holoscan-install-conda/SKILL.md | 34 | ## Step 0: Consult the Official Install Instructions | COMMENT |
| LOW | skills/holoscan-install-conda/SKILL.md | 47 | ## Step 1: Prerequisites Check | COMMENT |
| LOW | skills/holoscan-install-conda/SKILL.md | 65 | ## Step 2: Create Environment and Install | COMMENT |
| LOW | skills/holoscan-install-conda/SKILL.md | 100 | ## Step 3: Run Python Tests | COMMENT |
| LOW | skills/holoscan-install-conda/SKILL.md | 143 | ## Step 4: Remind the User | COMMENT |
| LOW | …/tao-run-platform/references/orchestration-patterns.md | 14 | # Step 1: train | COMMENT |
| LOW | …/tao-run-platform/references/orchestration-patterns.md | 20 | # Step 2: evaluate (uses the train results dir) | COMMENT |
| LOW | skills/tilegym-adding-cutile-kernel/SKILL.md | 41 | ## Step 1: Register dispatch interface | COMMENT |
| LOW | skills/tilegym-adding-cutile-kernel/SKILL.md | 76 | ## Step 2: Implement cuTile backend | COMMENT |
| LOW | skills/tilegym-adding-cutile-kernel/SKILL.md | 110 | ## Step 3: Register in `__init__.py` (CRITICAL) | COMMENT |
| LOW | skills/tilegym-adding-cutile-kernel/SKILL.md | 130 | ## Step 4: Add tests | COMMENT |
| LOW | skills/tilegym-adding-cutile-kernel/SKILL.md | 189 | ## Step 5: Add benchmark to tests/benchmark | COMMENT |
| 189 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ynamo-interconnect-check/scripts/check_interconnect.py | 20 | CODE | |
| LOW | …s/dynamo-router-starter/scripts/check_router_health.py | 7 | CODE | |
| LOW | …erences/optimization-report/scripts/validate_report.py | 38 | CODE | |
| LOW | …d-validation-runner/scripts/usd_validation_executor.py | 35 | CODE | |
| LOW | …d-validation-runner/scripts/usd_validation_executor.py | 205 | CODE | |
| LOW | …e-tuning/references/report-templates/render_preview.py | 10 | CODE | |
| LOW | …simready/references/omni-asset-validate/scripts/run.py | 5 | CODE | |
| LOW | …nces/omni-asset-validate/scripts/check_dependencies.py | 5 | CODE | |
| LOW | …nces/omni-asset-validate/scripts/check_dependencies.py | 9 | CODE | |
| LOW | …rt-to-usd/references/urdf-usd-converter/scripts/run.py | 5 | CODE | |
| LOW | …ences/urdf-usd-converter/scripts/check_dependencies.py | 5 | CODE | |
| LOW | …ences/urdf-usd-converter/scripts/check_dependencies.py | 8 | CODE | |
| LOW | …nvert-to-usd/references/usd-convert-cad/scripts/run.py | 5 | CODE | |
| LOW | …ferences/usd-convert-cad/scripts/check_dependencies.py | 5 | CODE | |
| LOW | …ferences/usd-convert-cad/scripts/check_dependencies.py | 8 | CODE | |
| LOW | …rences/usd-convert-cad/scripts/kit_app_template_cad.py | 4 | CODE | |
| LOW | …rt-to-usd/references/usd-convert-gsplat/scripts/run.py | 5 | CODE | |
| LOW | …ences/usd-convert-gsplat/scripts/check_dependencies.py | 5 | CODE | |
| LOW | …ences/usd-convert-gsplat/scripts/check_dependencies.py | 8 | CODE | |
| LOW | …-to-usd/references/mujoco-usd-converter/scripts/run.py | 5 | CODE | |
| LOW | …ces/mujoco-usd-converter/scripts/check_dependencies.py | 5 | CODE | |
| LOW | …ces/mujoco-usd-converter/scripts/check_dependencies.py | 8 | CODE | |
| LOW | …d-to-simready/references/convert-to-usd/scripts/run.py | 22 | CODE | |
| LOW | …eferences/convert-to-usd/scripts/check_dependencies.py | 18 | CODE | |
| LOW | …eferences/convert-to-usd/scripts/check_dependencies.py | 21 | CODE | |
| LOW | …ready/references/identify-asset-context/scripts/run.py | 5 | CODE | |
| LOW | …ready/references/identify-asset-context/scripts/run.py | 8 | CODE | |
| LOW | …s/identify-asset-context/scripts/check_dependencies.py | 5 | CODE | |
| LOW | …agents/references/material-agent-client/scripts/run.py | 5 | CODE | |
| LOW | …es/material-agent-client/scripts/check_dependencies.py | 5 | CODE | |
| LOW | …-agents/references/texture-agent-client/scripts/run.py | 5 | CODE | |
| LOW | …ces/texture-agent-client/scripts/check_dependencies.py | 5 | CODE | |
| LOW | …-agents/references/physics-agent-client/scripts/run.py | 5 | CODE | |
| LOW | …ces/physics-agent-client/scripts/check_dependencies.py | 5 | CODE | |
| LOW | …d-to-simready/references/content-agents/scripts/run.py | 5 | CODE | |
| LOW | …ent-agents/scripts/content_agent_check_dependencies.py | 5 | CODE | |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 5 | CODE | |
| LOW | …eferences/content-agents/scripts/check_dependencies.py | 5 | CODE | |
| LOW | …ntent-agents/scripts/content_agent_material_cleanup.py | 5 | CODE | |
| LOW | …references/omni-asset-validate-geometry/scripts/run.py | 5 | CODE | |
| LOW | …-asset-validate-geometry/scripts/check_dependencies.py | 5 | CODE | |
| LOW | …-asset-validate-geometry/scripts/check_dependencies.py | 9 | CODE | |
| LOW | …-asset-validate-geometry/scripts/check_dependencies.py | 13 | CODE | |
| LOW | …imready/references/ovrtx-render-service/scripts/run.py | 5 | CODE | |
| LOW | …/references/ovrtx-render-service/scripts/stage_prep.py | 4 | CODE | |
| LOW | …y/references/ovrtx-render-service/scripts/turntable.py | 5 | CODE | |
| LOW | …y/references/ovrtx-render-service/scripts/turntable.py | 8 | CODE | |
| LOW | …ces/ovrtx-render-service/scripts/check_dependencies.py | 5 | CODE | |
| LOW | …ces/ovrtx-render-service/scripts/check_dependencies.py | 8 | CODE | |
| LOW | …ces/ovrtx-render-service/scripts/check_dependencies.py | 50 | CODE | |
| LOW | …ces/ovrtx-render-service/scripts/check_dependencies.py | 50 | CODE | |
| LOW | …imready/references/validate-usd-minimum/scripts/run.py | 5 | CODE | |
| LOW | …ces/validate-usd-minimum/scripts/check_dependencies.py | 5 | CODE | |
| LOW | …ces/validate-usd-minimum/scripts/check_dependencies.py | 8 | CODE | |
| LOW | …ces/validate-usd-minimum/scripts/check_dependencies.py | 30 | CODE | |
| LOW | …ces/validate-usd-minimum/scripts/check_dependencies.py | 30 | CODE | |
| LOW | …o-simready/references/simready-validate/scripts/run.py | 5 | CODE | |
| LOW | …rences/simready-validate/scripts/check_dependencies.py | 5 | CODE | |
| LOW | …rences/simready-validate/scripts/check_dependencies.py | 8 | CODE | |
| LOW | …rences/simready-validate/scripts/check_dependencies.py | 14 | CODE | |
| 290 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …mniverse-usd-performance-tuning/references/workflow.md | 379 | ### Phase 7 - Iterate (default 3 scoped passes, post-report, agent-orchestration only) | COMMENT |
| MEDIUM | …and-resilient-scaling/components/osmo-cli/reference.md | 10 | - [Use Case: Orchestrate a Workflow End-to-End](#use-case-orchestrate-a-workflow-end-to-end) | CODE |
| MEDIUM | …ins/nvidia-skills/skills/aiq-deploy/references/frag.md | 1 | # FRAG / Foundational RAG | COMMENT |
| MEDIUM | …ins/nvidia-skills/skills/aiq-deploy/references/frag.md | 7 | ## RAG Blueprint Ownership | COMMENT |
| MEDIUM | .github/workflows/sync-skills.yml | 290 | # (RAG Blueprint pattern), benchmark/evals.json | COMMENT |
| MEDIUM | …t-huggingface-model/references/workflow-consistency.md | 90 | → launch(args, unknown_args, subtasks) # orchestrates execution | CODE |
| MEDIUM | skills/nemotron-customize/references/act/PROJECT.md | 1 | # Project scaffold brief | COMMENT |
| MEDIUM | …emotron-policy-generator/references/policy_patterns.md | 10 | ## Enterprise RAG over internal docs | COMMENT |
| MEDIUM | …emotron-policy-generator/references/policy_patterns.md | 59 | 3. Note the archetype choice in the `# Assumptions` block ("Starting point: enterprise RAG archetype; customized for [us | CODE |
| MEDIUM | …tao-run-automl/references/automl-preflight-concepts.md | 116 | # With LLM/agentic algorithms, append ,llm to the resolved extra: | COMMENT |
| MEDIUM | …ills/tao-run-inference-service/references/request.yaml | 211 | # OpenAI-compatible /v1/chat/completions API of the inference microservice | COMMENT |
| MEDIUM | …ills/tao-run-inference-service/references/request.yaml | 235 | # Reject anything that isn't the registered local microservice URL. | COMMENT |
| MEDIUM | …ills/tao-run-inference-service/references/request.yaml | 246 | with urllib.request.urlopen(req, timeout=300) as resp: # local microservice only | CODE |
| MEDIUM | …mniverse-usd-performance-tuning/references/workflow.md | 379 | ### Phase 7 - Iterate (default 3 scoped passes, post-report, agent-orchestration only) | COMMENT |
| MEDIUM | skills/amc-setup-calibration-stack/SKILL.md | 303 | # Wait for microservice readiness. Cold image pulls or first startup can need | COMMENT |
| MEDIUM | …and-resilient-scaling/components/osmo-cli/reference.md | 10 | - [Use Case: Orchestrate a Workflow End-to-End](#use-case-orchestrate-a-workflow-end-to-end) | CODE |
| MEDIUM | …ooks/warehouse/auto_labeling/auto_labeling_config.yaml | 53 | # No COCO-80 class for scissor lifts, ladders, or scaffolding — see README warnings. | 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/rag-eval/SKILL.md | 34 | # On-disk RAG evaluation (`corpus/` + `train.json`) | COMMENT |
| MEDIUM | skills/rag-perf/SKILL.md | 35 | # RAG-Perf — config-driven perf benchmark CLI | COMMENT |
| MEDIUM⚡ | skills/tilegym-cutile-python/BENCHMARK.md | 105 | vs "# ============================================================" in orchestration/composer_agent.md (lines 100-105) | CODE |
| MEDIUM⚡ | skills/tilegym-cutile-python/BENCHMARK.md | 107 | "# ============================================================" in orchestration/composer_agent.md (lines 64-71) | CODE |
| MEDIUM⚡ | skills/tilegym-cutile-python/BENCHMARK.md | 108 | vs "# ============================================================" in orchestration/composer_agent.md (lines 74-81) ( | CODE |
| MEDIUM | …uggingface-model/references/pipeline-skill-template.md | 159 | # 4. Baseline (zero-shot) eval | COMMENT |
| MEDIUM | …o-finetune-huggingface-model/references/docker-runs.md | 157 | ## 4. Baseline (zero-shot) eval | COMMENT |
| MEDIUM | skills/aiq-deploy/references/frag.md | 1 | # FRAG / Foundational RAG | COMMENT |
| MEDIUM | skills/aiq-deploy/references/frag.md | 7 | ## RAG Blueprint Ownership | 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 | skills/tao-train-dino/references/dino-automl-sdk.md | 72 | ## Optional: SDK orchestration internals | COMMENT |
| MEDIUM | skills/rag-blueprint/SKILL.md | 38 | # NVIDIA RAG Blueprint | COMMENT |
| MEDIUM | skills/rag-blueprint/references/troubleshoot.md | 1 | # RAG Troubleshooting | COMMENT |
| MEDIUM | skills/rag-blueprint/references/deploy.md | 1 | # RAG Blueprint Deployment | COMMENT |
| MEDIUM⚡ | skills/rag-blueprint/references/shutdown.md | 1 | # RAG Shutdown | COMMENT |
| MEDIUM | …ills/rag-blueprint/references/configure/agentic-rag.md | 1 | # Agentic RAG | COMMENT |
| MEDIUM | skills/rag-blueprint/references/deploy/helm.md | 1 | # RAG Helm Deployment | COMMENT |
| MEDIUM | skills/rag-blueprint/references/deploy/library.md | 1 | # RAG Library Mode Setup | COMMENT |
| MEDIUM | skills/rag-blueprint/references/deploy/docker.md | 1 | # RAG Docker Deployment | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …tudio-create-prognostic/evals/targets/eval_1_target.py | 0 | input coordinate system of the prognostic model. returns ------- coordsystem coordinate system dictionary. | STRING |
| HIGH | …tudio-create-prognostic/evals/targets/eval_2_target.py | 0 | input coordinate system of the prognostic model. returns ------- coordsystem coordinate system dictionary. | STRING |
| HIGH | …udio-create-prognostic/references/skeleton-template.py | 0 | input coordinate system of the prognostic model. returns ------- coordsystem coordinate system dictionary. | STRING |
| HIGH | …tudio-create-prognostic/evals/targets/eval_1_target.py | 0 | batch-decorated generator for time integration. parameters ---------- x : torch.tensor initial condition tensor. coords | STRING |
| HIGH | …tudio-create-prognostic/evals/targets/eval_2_target.py | 0 | batch-decorated generator for time integration. parameters ---------- x : torch.tensor initial condition tensor. coords | STRING |
| HIGH | …udio-create-prognostic/references/skeleton-template.py | 0 | batch-decorated generator for time integration. parameters ---------- x : torch.tensor initial condition tensor. coords | STRING |
| HIGH | …tudio-create-prognostic/evals/targets/eval_1_target.py | 0 | create time-integration iterator. parameters ---------- x : torch.tensor initial condition tensor. coords : coordsystem | STRING |
| HIGH | …tudio-create-prognostic/evals/targets/eval_2_target.py | 0 | create time-integration iterator. parameters ---------- x : torch.tensor initial condition tensor. coords : coordsystem | STRING |
| HIGH | …udio-create-prognostic/references/skeleton-template.py | 0 | create time-integration iterator. parameters ---------- x : torch.tensor initial condition tensor. coords : coordsystem | STRING |
| HIGH | …tudio-create-prognostic/references/method-templates.py | 0 | create time-integration iterator. parameters ---------- x : torch.tensor initial condition tensor. coords : coordsystem | STRING |
| HIGH | …utile-to-triton/examples/03_layernorm/cutile_kernel.py | 0 | test function to verify correctness against pytorch. | STRING |
| HIGH | …utile-to-triton/examples/03_layernorm/triton_kernel.py | 0 | test function to verify correctness against pytorch. | STRING |
| HIGH | …g-cutile-to-triton/examples/04_matmul/cutile_kernel.py | 0 | test function to verify correctness against pytorch. | STRING |
| HIGH | …g-cutile-to-triton/examples/04_matmul/triton_kernel.py | 0 | test function to verify correctness against pytorch. | STRING |
| HIGH | …utile-to-triton/examples/05_attention/triton_kernel.py | 0 | test function to verify correctness against pytorch. | STRING |
| HIGH | …amples/convolution/conv3d_with_bias_dilation_groups.py | 0 | adjust group_size_m to divide num_tiles_m for swizzle correctness. | STRING |
| HIGH | …amples/convolution/conv2d_with_bias_dilation_groups.py | 0 | adjust group_size_m to divide num_tiles_m for swizzle correctness. | STRING |
| HIGH | …utile-python/examples/convolution/conv_transpose_2d.py | 0 | adjust group_size_m to divide num_tiles_m for swizzle correctness. | STRING |
| HIGH | …utile-python/examples/convolution/conv_transpose_3d.py | 0 | adjust group_size_m to divide num_tiles_m for swizzle correctness. | STRING |
| HIGH | …amples/convolution/conv3d_with_bias_dilation_groups.py | 0 | heuristic tile config selection based on problem dimensions. key insights from systematic tuning on blackwell (150 sms): | STRING |
| HIGH | …utile-python/examples/convolution/conv_transpose_2d.py | 0 | heuristic tile config selection based on problem dimensions. key insights from systematic tuning on blackwell (150 sms): | STRING |
| HIGH | …utile-python/examples/convolution/conv_transpose_3d.py | 0 | heuristic tile config selection based on problem dimensions. key insights from systematic tuning on blackwell (150 sms): | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …erences/optimization-report/scripts/validate_report.py | 82 | CODE | |
| LOW | …e-tuning/references/report-templates/render_preview.py | 115 | CODE | |
| LOW | …e-tuning/references/report-templates/render_preview.py | 128 | CODE | |
| LOW | …cal-optimization-api/assets/python/mps_solver/model.py | 54 | CODE | |
| LOW | …d-to-simready/references/convert-to-usd/scripts/run.py | 156 | CODE | |
| LOW | …d-to-simready/references/content-agents/scripts/run.py | 173 | CODE | |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 482 | CODE | |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 723 | CODE | |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 793 | CODE | |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 1230 | CODE | |
| LOW | …erences/content-agents/scripts/content_agent_client.py | 1371 | CODE | |
| LOW | …ntent-agents/scripts/content_agent_material_cleanup.py | 120 | CODE | |
| LOW | …ntent-agents/scripts/content_agent_material_cleanup.py | 133 | CODE | |
| LOW | …imready/references/ovrtx-render-service/scripts/run.py | 302 | CODE | |
| LOW | …imready/references/ovrtx-render-service/scripts/run.py | 362 | CODE | |
| LOW | …imready/references/ovrtx-render-service/scripts/run.py | 311 | CODE | |
| LOW | …/references/ovrtx-render-service/scripts/stage_prep.py | 53 | CODE | |
| LOW | …ces/FET_004_SIMULATE_MULTI_BODY_PHYSICS/scripts/run.py | 126 | CODE | |
| LOW | …form-profile/references/FET_001_MINIMAL/scripts/run.py | 105 | CODE | |
| LOW | …05_SIMULATE_GRASP_PHYSICS/scripts/author_grasp_line.py | 158 | CODE | |
| LOW | …eady/references/assemble-package-source/scripts/run.py | 190 | CODE | |
| LOW | …eady/references/assemble-package-source/scripts/run.py | 261 | CODE | |
| LOW | …-to-simready/references/preflight/scripts/preflight.py | 511 | CODE | |
| LOW | …-to-simready/references/preflight/scripts/preflight.py | 572 | CODE | |
| LOW | …-to-simready/references/preflight/scripts/preflight.py | 1037 | CODE | |
| LOW | .github/scripts/build-plugins.py | 156 | CODE | |
| LOW | .github/scripts/aggregate_benchmarks.py | 37 | CODE | |
| LOW | .github/scripts/version-plugins.py | 267 | CODE | |
| LOW | .github/scripts/version-plugins.py | 642 | CODE | |
| LOW | .github/scripts/marketplace/generate-skill-metadata.py | 193 | CODE | |
| LOW | .github/scripts/marketplace/generate-skill-metadata.py | 247 | CODE | |
| LOW | .github/scripts/marketplace/generate-skill-metadata.py | 664 | CODE | |
| LOW | .github/scripts/marketplace/generate-skill-metadata.py | 790 | CODE | |
| LOW | skills/skill-card-generator/scripts/discover_assets.py | 304 | CODE | |
| LOW | skills/skill-card-generator/scripts/discover_assets.py | 328 | CODE | |
| LOW | skills/skill-card-generator/scripts/discover_assets.py | 449 | CODE | |
| LOW | skills/skill-card-generator/scripts/render_card.py | 143 | CODE | |
| LOW | skills/skill-card-generator/scripts/render_card.py | 158 | CODE | |
| LOW | skills/nv-generate-mr/scripts/run_mr.py | 205 | CODE | |
| LOW | …s/vss-deploy-profile/scripts/normalize_resolved_yml.py | 60 | CODE | |
| LOW | …deepstream-profile-pipeline/scripts/capacity_report.py | 168 | CODE | |
| LOW | …deepstream-profile-pipeline/scripts/capacity_report.py | 199 | CODE | |
| LOW | …deepstream-profile-pipeline/scripts/capacity_report.py | 260 | CODE | |
| LOW | skills/jetson-inference-mem-tune/scripts/recommend.py | 190 | CODE | |
| LOW | skills/nv-segment-ct-finetune/scripts/run_finetune.py | 1129 | CODE | |
| LOW | skills/nv-segment-ct-finetune/scripts/run_finetune.py | 1276 | CODE | |
| LOW | skills/nv-generate-ct-rflow/scripts/run_ct_mask.py | 146 | CODE | |
| LOW | skills/nv-generate-ct-rflow/scripts/run_rflow_ct.py | 134 | CODE | |
| LOW | …erences/optimization-report/scripts/validate_report.py | 82 | CODE | |
| LOW | …e-tuning/references/report-templates/render_preview.py | 115 | CODE | |
| LOW | …e-tuning/references/report-templates/render_preview.py | 128 | CODE | |
| LOW | …ai-video-data-augmentation/scripts/generate_configs.py | 30 | CODE | |
| LOW | skills/jetson-customize-pinmux/scripts/generate_dtsi.py | 654 | CODE | |
| LOW | …s/nv-generate-vae-finetune/scripts/run_vae_finetune.py | 324 | CODE | |
| LOW | …cal-optimization-api/assets/python/mps_solver/model.py | 54 | CODE | |
| LOW | …nverting-cutile-to-julia/scripts/validate_cutile_jl.py | 22 | CODE | |
| LOW | …eric-migration-readiness/evals/files/graph_workload.py | 28 | CODE | |
| LOW | skills/nv-generate-mr-brain/scripts/run_mr_brain.py | 217 | CODE | |
| LOW | …pstream-generate-pipeline/scripts/validate_pipeline.py | 330 | CODE | |
| LOW | …pstream-generate-pipeline/scripts/validate_pipeline.py | 431 | CODE | |
| 44 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| 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 | skills/jetson-package/scripts/artifact_hints.sh | 10 | # Usage: | COMMENT |
| LOW | …deo-data-augmentation/scripts/preflight_credentials.sh | 16 | # Usage: | COMMENT |
| LOW | skills/jetson-diagnostic/scripts/snapshot.sh | 10 | # Usage: | COMMENT |
| LOW | skills/jetson-diagnostic/scripts/mem_summary.sh | 14 | # Usage: | COMMENT |
| LOW | skills/jetson-headless-mode/scripts/apply.sh | 10 | # Usage: | COMMENT |
| LOW | skills/jetson-headless-mode/scripts/plan.sh | 13 | # Usage: | COMMENT |
| LOW | …fect-image-generation/scripts/preflight_credentials.sh | 32 | # Usage: | COMMENT |
| LOW | …ect-image-generation/scripts/preflight_pod_template.sh | 14 | # Usage: | COMMENT |
| LOW | …ople-attribute-search/scripts/preflight_credentials.sh | 14 | # Usage: | COMMENT |
| LOW | skills/jetson-memory-audit/scripts/drop_caches.sh | 18 | # Usage: | COMMENT |
| LOW | …am-import-vision-model/scripts/model/ngc-list-files.sh | 21 | # Usage: | COMMENT |
| LOW | …eam-import-vision-model/scripts/model/hf-list-files.sh | 22 | # Usage: | COMMENT |
| LOW | …mport-vision-model/scripts/model/hf-download-config.sh | 21 | # Usage: | COMMENT |
| LOW | …ream-import-vision-model/scripts/model/ngc-download.sh | 22 | # Usage: | COMMENT |
| LOW | …eepstream-import-vision-model/scripts/model/cleanup.sh | 27 | # Usage: | COMMENT |
| LOW | …stream-import-vision-model/scripts/report/md-to-pdf.sh | 21 | # Usage: | COMMENT |
| LOW | …eam-import-vision-model/scripts/deepstream/ds-sweep.sh | 37 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …ynamo-interconnect-check/scripts/check_interconnect.py | 285 | "command -v nixlbench nixl_test 2>/dev/null; ls /usr/local/nixl 2>/dev/null", | CODE |
| HIGH | …nvert-to-usd/references/usd-convert-cad/scripts/run.py | 36 | "&& OMNI_KIT_ACCEPT_EULA=yes python install.py && python validate.py" | CODE |
| HIGH | …ferences/usd-convert-cad/scripts/check_dependencies.py | 31 | "&& OMNI_KIT_ACCEPT_EULA=yes python install.py && python validate.py" | CODE |
| HIGH | …ynamo-interconnect-check/scripts/check_interconnect.py | 285 | "command -v nixlbench nixl_test 2>/dev/null; ls /usr/local/nixl 2>/dev/null", | CODE |
| HIGH | …osmos-reason/scripts/prepare_cosmos3_vlm_checkpoint.py | 155 | chown -R "${HOST_UID}:${HOST_GID}" "$CONVERSION_OUTPUT_PATH" /cache || true | CODE |
| HIGH | …nvert-to-usd/references/usd-convert-cad/scripts/run.py | 36 | "&& OMNI_KIT_ACCEPT_EULA=yes python install.py && python validate.py" | CODE |
| HIGH | …ferences/usd-convert-cad/scripts/check_dependencies.py | 31 | "&& OMNI_KIT_ACCEPT_EULA=yes python install.py && python validate.py" | CODE |
| HIGH | skills/jetson-validate-image/scripts/uart_session.py | 565 | for c in ("uname -r", "cat /etc/nv_tegra_release 2>/dev/null || true"): | CODE |
| HIGH⚡ | …te-datasource/evals/targets/test/eval_3_test_target.py | 110 | assert df1.equals(df2) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | skills/tao-finetune-huggingface-model/SKILL.md | 78 | emit_unit_tests: false # tests/ with fake-data heterogeneous-batch tests | CODE |
| LOW | …gingface-model/references/workflow-intake-preflight.md | 75 | emit_unit_tests: false # tests/ with fake-data heterogeneous-batch tests | CODE |
| LOW | …s/tao-finetune-huggingface-model/references/testing.md | 201 | tmp = tmp_path_factory.mktemp("fake_data") | CODE |
| LOW⚡ | …te-datasource/evals/targets/test/eval_4_test_target.py | 83 | fake_data = np.full((181, 360), 273.15, dtype=np.float32) | CODE |
| LOW⚡ | …te-datasource/evals/targets/test/eval_4_test_target.py | 86 | fake_ds = xr.Dataset({"temperature": (["lat", "lon"], fake_data)}) | CODE |
| LOW | …te-datasource/evals/targets/test/eval_4_test_target.py | 106 | np.testing.assert_allclose(data.sel(variable="t2m").values[0], fake_data) | CODE |
| LOW | …te-datasource/evals/targets/test/eval_4_test_target.py | 107 | np.testing.assert_allclose(data.sel(variable="msl").values[0], fake_data) | CODE |
| LOW⚡ | skills/nv-segment-ctmr/tests/test_run_ctmr.py | 55 | expected.write_bytes(b"placeholder") | CODE |
| LOW | skills/tao-train-pointpillars/schemas/train.schema.json | 99 | "placeholder" | CODE |
| LOW | skills/tao-train-pointpillars/schemas/train.schema.json | 524 | "placeholder" | CODE |
| LOW | skills/tao-train-pointpillars/schemas/train.schema.json | 659 | "placeholder" | CODE |
| LOW | skills/tao-train-pointpillars/schemas/train.schema.json | 708 | "placeholder" | CODE |
| LOW | …train-pointpillars/schemas/dataset_convert.schema.json | 99 | "placeholder" | CODE |
| LOW | …train-pointpillars/schemas/dataset_convert.schema.json | 524 | "placeholder" | CODE |
| LOW | …train-pointpillars/schemas/dataset_convert.schema.json | 659 | "placeholder" | CODE |
| LOW | …train-pointpillars/schemas/dataset_convert.schema.json | 708 | "placeholder" | CODE |
| LOW | …-train-pointpillars/schemas/gen_trt_engine.schema.json | 99 | "placeholder" | CODE |
| LOW | …-train-pointpillars/schemas/gen_trt_engine.schema.json | 535 | "placeholder" | CODE |
| LOW | …-train-pointpillars/schemas/gen_trt_engine.schema.json | 670 | "placeholder" | CODE |
| LOW | …-train-pointpillars/schemas/gen_trt_engine.schema.json | 719 | "placeholder" | CODE |
| LOW | …ls/tao-train-pointpillars/schemas/evaluate.schema.json | 99 | "placeholder" | CODE |
| LOW | …ls/tao-train-pointpillars/schemas/evaluate.schema.json | 531 | "placeholder" | CODE |
| LOW | …ls/tao-train-pointpillars/schemas/evaluate.schema.json | 666 | "placeholder" | CODE |
| LOW | …ls/tao-train-pointpillars/schemas/evaluate.schema.json | 715 | "placeholder" | CODE |
| LOW | skills/tao-train-pointpillars/schemas/prune.schema.json | 99 | "placeholder" | CODE |
| LOW | skills/tao-train-pointpillars/schemas/prune.schema.json | 528 | "placeholder" | CODE |
| LOW | skills/tao-train-pointpillars/schemas/prune.schema.json | 663 | "placeholder" | CODE |
| LOW | skills/tao-train-pointpillars/schemas/prune.schema.json | 712 | "placeholder" | CODE |
| LOW | …lls/tao-train-pointpillars/schemas/retrain.schema.json | 99 | "placeholder" | CODE |
| LOW | …lls/tao-train-pointpillars/schemas/retrain.schema.json | 524 | "placeholder" | CODE |
| LOW | …lls/tao-train-pointpillars/schemas/retrain.schema.json | 659 | "placeholder" | CODE |
| LOW | …lls/tao-train-pointpillars/schemas/retrain.schema.json | 708 | "placeholder" | CODE |
| LOW | …ills/tao-train-pointpillars/schemas/export.schema.json | 99 | "placeholder" | CODE |
| LOW | …ills/tao-train-pointpillars/schemas/export.schema.json | 535 | "placeholder" | CODE |
| LOW | …ills/tao-train-pointpillars/schemas/export.schema.json | 670 | "placeholder" | CODE |
| LOW | …ills/tao-train-pointpillars/schemas/export.schema.json | 719 | "placeholder" | CODE |
| LOW | …s/tao-train-pointpillars/schemas/inference.schema.json | 99 | "placeholder" | CODE |
| LOW | …s/tao-train-pointpillars/schemas/inference.schema.json | 533 | "placeholder" | CODE |
| LOW | …s/tao-train-pointpillars/schemas/inference.schema.json | 668 | "placeholder" | CODE |
| LOW | …s/tao-train-pointpillars/schemas/inference.schema.json | 717 | "placeholder" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| 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 | …arallel-data-load/assets/examples/parallel_npy_load.py | 30 | # cupynumeric examples test harness (which invokes every example with | COMMENT |
| MEDIUM | …arallel-data-load/assets/examples/parallel_npy_load.py | 635 | # cupynumeric examples test harness does). Works on any Legate | COMMENT |
| MEDIUM | …arallel-data-load/assets/examples/parallel_npy_load.py | 761 | # cupynumeric examples test harness -- is silently dropped. With no | COMMENT |
| MEDIUM | …rting-cutile-to-julia/examples/01_add/cutile_python.py | 59 | # ── Host harness ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …g-cutile-to-julia/examples/03_softmax/cutile_python.py | 157 | # Host harness | COMMENT |
| MEDIUM | …ng-cutile-to-julia/examples/02_matmul/cutile_python.py | 45 | # ── Host harness ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …am-sop/references/missing_number_detector_reference.py | 277 | """Get comprehensive statistics about the detection process""" | STRING |
| MEDIUM | …-analyze-changenet-rca/hooks/rca-phase-completeness.sh | 16 | # --- Use Python for robust section-by-section validation --- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …tup-usd-performance-tuning/references/runtime-probe.md | 74 | 2. `omni.scene.optimizer.impl.core.SOPluginVersion()` → | CODE |
| CRITICAL | …tup-usd-performance-tuning/references/runtime-probe.md | 74 | 2. `omni.scene.optimizer.impl.core.SOPluginVersion()` → | CODE |
| CRITICAL | …stereo/references/tao-deploy-fast-foundation-stereo.md | 261 | `nvidia_tao_deploy.cv.depth_net.evaluation.stereo_evaluator.compute()` with | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …utile-to-triton/examples/03_layernorm/triton_kernel.py | 65 | # Step 1: Compute mean using tl.sum | COMMENT |
| LOW⚡ | …utile-to-triton/examples/03_layernorm/triton_kernel.py | 70 | # Step 2: Compute variance using tl.sum | COMMENT |
| LOW | …utile-to-triton/examples/03_layernorm/triton_kernel.py | 85 | # Step 3: Normalize | COMMENT |
| LOW⚡ | …utile-to-triton/examples/05_attention/triton_kernel.py | 150 | # Step 1: Find new max for this block | COMMENT |
| LOW⚡ | …utile-to-triton/examples/05_attention/triton_kernel.py | 154 | # Step 2: Compute scaling factors | COMMENT |
| LOW⚡ | …utile-to-triton/examples/05_attention/triton_kernel.py | 158 | # Step 3: Compute exp(scores - m_new) for current block | COMMENT |
| LOW⚡ | …utile-to-triton/examples/05_attention/triton_kernel.py | 162 | # Step 4: Update running sum | COMMENT |
| LOW⚡ | …utile-to-triton/examples/05_attention/triton_kernel.py | 166 | # Step 5: Load V block and accumulate weighted values | COMMENT |
| LOW⚡ | …eam-sop/references/export_ddm_to_tensorrt_reference.py | 604 | # Step 1: ONNX export | COMMENT |
| LOW⚡ | …eam-sop/references/export_ddm_to_tensorrt_reference.py | 626 | # Step 2: TensorRT engine build | COMMENT |
| LOW | …mport-vision-model/scripts/deepstream/extract-frame.sh | 20 | # Step 6: Extract first frame from output video as PNG for visual inspection. | COMMENT |
| LOW | …mport-vision-model/scripts/deepstream/ds-kitti-dump.sh | 19 | # Step 6: KITTI dump using deepstream-app (built-in KITTI support) | COMMENT |
| LOW | …rt-vision-model/scripts/deepstream/ds-single-stream.sh | 19 | # Step 6: Single-stream DeepStream pipeline -- saves output video with OSD boxes. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | skills/hsb-flash/scripts/v2.0.0/local_manifest.py | 17 | # Create a manifest.yaml that trains the local downloader to | COMMENT |
| MEDIUM | …ills/tao-run-inference-service/references/request.yaml | 2 | # This file contains only data: endpoint definitions, request schema, and response shapes. | COMMENT |
| MEDIUM | …ills/tao-run-inference-service/references/service.yaml | 2 | # This file contains only data: image mappings, schema definitions, valid values, | COMMENT |
| MEDIUM | …f/evals/files/cudf-pivot-melt/code/reshape_analysis.py | 69 | # Create a multi-index aggregation | COMMENT |
| MEDIUM⚡ | …te-datasource/evals/targets/test/eval_4_test_target.py | 85 | # Create a fake NetCDF file in tmp_path | COMMENT |
| MEDIUM | skills/tao-run-deft-aoi/references/baseline_spec.yaml | 4 | # This file is the source of truth for model architecture, lighting layout, | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …ilegym-cutile-python/torch-learner/tracing_workflow.md | 14 | - **[4_language_layers.md](references/4_language_layers.md)** - Reading Python, C++, CUDA, and auto-generated code | CODE |
| HIGH | …e-python/torch-learner/references/4_language_layers.md | 3 | This document explains how to read and navigate PyTorch code at each language layer: Python, C++ (ATen), CUDA, and auto- | CODE |
| HIGH | …e-python/torch-learner/references/4_language_layers.md | 285 | ## Layer 4: Auto-Generated Code | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …-scaling/components/inference-azure/scripts/install.sh | 109 | # Check if endpoint already exists with matching model | COMMENT |
| LOW | …re/terraform/prerequisites/register-azure-providers.sh | 115 | # Check if Azure CLI is installed | 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 | …-scaling/components/inference-azure/scripts/install.sh | 109 | # Check if endpoint already exists with matching model | COMMENT |
| LOW | …re/terraform/prerequisites/register-azure-providers.sh | 115 | # Check if Azure CLI is installed | COMMENT |
| LOW | …am-sop/references/missing_number_detector_reference.py | 152 | # Check if this looks like a new cycle starting | COMMENT |
| LOW | …am-sop/references/missing_number_detector_reference.py | 157 | # Check if we've seen enough of the cycle to consider this a restart | COMMENT |
| LOW | …am-sop/references/missing_number_detector_reference.py | 198 | # Check if cycle is complete (all numbers 1 to N seen) but don't end it yet | COMMENT |
| LOW⚡ | …lls/tao-analyze-changenet-rca/hooks/rca-depth-check.sh | 60 | # Check if this root cause has a corresponding simulation | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …nvert-to-usd/references/usd-convert-cad/scripts/run.py | 290 | CODE | |
| LOW | …rences/usd-convert-cad/scripts/kit_app_template_cad.py | 575 | CODE | |
| LOW | …rt-to-usd/references/usd-convert-gsplat/scripts/run.py | 209 | CODE | |
| LOW | skills/nv-generate-mr/scripts/run_mr.py | 462 | CODE | |
| LOW | skills/nv-segment-ct-finetune/scripts/run_finetune.py | 1276 | CODE | |
| LOW | skills/nv-generate-ct-rflow/scripts/run_ct_image.py | 366 | CODE | |
| LOW | skills/nv-generate-ct-rflow/scripts/run_rflow_ct.py | 682 | CODE | |
| LOW | …tudio-create-diagnostic/evals/targets/eval_3_target.py | 261 | CODE | |
| LOW | skills/nv-generate-mr-brain/scripts/run_mr_brain.py | 477 | CODE | |
| LOW | …nvert-to-usd/references/usd-convert-cad/scripts/run.py | 290 | CODE | |
| LOW | …rences/usd-convert-cad/scripts/kit_app_template_cad.py | 575 | CODE | |
| LOW | …rt-to-usd/references/usd-convert-gsplat/scripts/run.py | 209 | CODE | |
| LOW | skills/nv-segment-ctmr/scripts/run_ctmr.py | 460 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …lls/deepstream-sop/references/protos_init_reference.py | 20 | __all__ = ["ext_pb2", "nv_pb2"] | CODE |