Agent Skills for NVIDIA products — install into Claude Code, Codex, and other coding agents to run Physical AI, robotics, simulation, CUDA, and RAG workflows end to end.
This report presents the forensic synthetic code analysis of NVIDIA/skills, a Python project with 3,134 GitHub stars. SynthScan v2.0 examined 969,689 lines of code across 4076 source files, recording 3173 pattern matches distributed across 22 syntactic categories. The overall adjusted score of 5.6 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 3173 distinct pattern matches across 22 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 | .github/workflows/generate-skill-metadata.yml | 42 | # --------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/generate-skill-metadata.yml | 44 | # --------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/generate-skill-metadata.yml | 74 | # --------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/generate-skill-metadata.yml | 76 | # --------------------------------------------------------------------- | 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 | 686 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/scripts/marketplace/generate-skill-metadata.py | 790 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/scripts/marketplace/generate-skill-metadata.py | 831 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/scripts/marketplace/generate-skill-metadata.py | 900 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/scripts/marketplace/generate-skill-metadata.py | 935 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …h2studio-create-prognostic/references/testing-guide.py | 57 | # ============================================================================= | COMMENT |
| MEDIUM | …h2studio-create-prognostic/references/testing-guide.py | 59 | # ============================================================================= | COMMENT |
| MEDIUM | …h2studio-create-prognostic/references/testing-guide.py | 97 | # ============================================================================= | COMMENT |
| MEDIUM | …h2studio-create-prognostic/references/testing-guide.py | 99 | # ============================================================================= | COMMENT |
| MEDIUM | …h2studio-create-prognostic/references/testing-guide.py | 123 | # ============================================================================= | COMMENT |
| MEDIUM | …h2studio-create-prognostic/references/testing-guide.py | 125 | # ============================================================================= | COMMENT |
| MEDIUM | …h2studio-create-prognostic/references/testing-guide.py | 313 | # ============================================================================= | COMMENT |
| MEDIUM | …h2studio-create-prognostic/references/testing-guide.py | 315 | # ============================================================================= | COMMENT |
| MEDIUM | …h2studio-create-prognostic/references/testing-guide.py | 363 | # ============================================================================= | COMMENT |
| MEDIUM | …h2studio-create-prognostic/references/testing-guide.py | 365 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …udio-create-prognostic/references/skeleton-template.py | 57 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …udio-create-prognostic/references/skeleton-template.py | 59 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …udio-create-prognostic/references/skeleton-template.py | 68 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …udio-create-prognostic/references/skeleton-template.py | 70 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …udio-create-prognostic/references/skeleton-template.py | 273 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | …udio-create-prognostic/references/skeleton-template.py | 275 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | …udio-create-prognostic/references/skeleton-template.py | 284 | # ---------- | COMMENT |
| MEDIUM⚡ | …udio-create-prognostic/references/skeleton-template.py | 297 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | …udio-create-prognostic/references/skeleton-template.py | 299 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | …udio-create-prognostic/references/skeleton-template.py | 308 | # ========================================================================= | COMMENT |
| MEDIUM⚡ | …udio-create-prognostic/references/skeleton-template.py | 310 | # ========================================================================= | COMMENT |
| MEDIUM | …udio-create-prognostic/references/skeleton-template.py | 118 | # ========================================================================= | COMMENT |
| MEDIUM | …udio-create-prognostic/references/skeleton-template.py | 120 | # ========================================================================= | COMMENT |
| MEDIUM | …udio-create-prognostic/references/skeleton-template.py | 139 | # ========================================================================= | COMMENT |
| MEDIUM | …udio-create-prognostic/references/skeleton-template.py | 141 | # ========================================================================= | COMMENT |
| MEDIUM | …udio-create-prognostic/references/skeleton-template.py | 164 | # ========================================================================= | COMMENT |
| MEDIUM | …udio-create-prognostic/references/skeleton-template.py | 166 | # ========================================================================= | COMMENT |
| MEDIUM | …udio-create-prognostic/references/skeleton-template.py | 207 | # ========================================================================= | COMMENT |
| MEDIUM | …udio-create-prognostic/references/skeleton-template.py | 209 | # ========================================================================= | COMMENT |
| MEDIUM | …udio-create-prognostic/references/skeleton-template.py | 237 | # ========================================================================= | COMMENT |
| MEDIUM | …udio-create-prognostic/references/skeleton-template.py | 239 | # ========================================================================= | COMMENT |
| MEDIUM | …udio-create-prognostic/references/skeleton-template.py | 371 | # ========================================================================= | COMMENT |
| MEDIUM | …udio-create-prognostic/references/skeleton-template.py | 373 | # ========================================================================= | COMMENT |
| MEDIUM | …udio-create-prognostic/references/skeleton-template.py | 412 | # ========================================================================= | COMMENT |
| MEDIUM | …udio-create-prognostic/references/skeleton-template.py | 414 | # ========================================================================= | COMMENT |
| MEDIUM | …tudio-create-prognostic/references/method-templates.py | 43 | # ============================================================================= | COMMENT |
| MEDIUM | …tudio-create-prognostic/references/method-templates.py | 45 | # ============================================================================= | COMMENT |
| MEDIUM | …tudio-create-prognostic/references/method-templates.py | 153 | # ============================================================================= | COMMENT |
| MEDIUM | …tudio-create-prognostic/references/method-templates.py | 155 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …tudio-create-prognostic/references/method-templates.py | 295 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …tudio-create-prognostic/references/method-templates.py | 297 | # ============================================================================= | COMMENT |
| MEDIUM | skills/skill-card-generator/scripts/discover_assets.py | 24 | # ─── Constants ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | skills/skill-card-generator/scripts/discover_assets.py | 242 | # ─── Helpers ────────────────────────────────────────────────────────────── | COMMENT |
| 618 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/scripts/build-plugins.py | 279 | def render_claude_plugin_json(spec: dict[str, Any]) -> dict[str, Any]: | CODE |
| LOW | .github/scripts/build-plugins.py | 361 | def render_cursor_plugin_json(spec: dict[str, Any]) -> dict[str, Any]: | CODE |
| LOW | .github/scripts/build-plugins.py | 479 | def upsert_claude_marketplace( | CODE |
| LOW | .github/scripts/build-plugins.py | 511 | def upsert_agents_marketplace( | CODE |
| LOW | .github/scripts/build-plugins.py | 544 | def upsert_cursor_marketplace( | CODE |
| LOW | .github/scripts/version-plugins.py | 228 | def _spec_to_structural_tuple(spec: dict[str, Any]) -> tuple[Any, ...]: | CODE |
| LOW | .github/scripts/version-plugins.py | 498 | def _list_catalog_plugin_yamls() -> list[Path]: | CODE |
| LOW | .github/scripts/marketplace/generate-skill-metadata.py | 694 | def derive_product_from_component(component: dict | None, product_enum: list[str]) -> str | None: | CODE |
| LOW | .github/scripts/marketplace/generate-skill-metadata.py | 843 | def validate_skills_sh_uniqueness( | CODE |
| LOW | .github/scripts/marketplace/generate-skill-metadata.py | 869 | def validate_inventory_round_trip( | CODE |
| LOW⚡ | .github/scripts/tests/test_aggregate_benchmarks.py | 38 | def test_captures_evaluator_version(self): | CODE |
| LOW⚡ | .github/scripts/tests/test_aggregate_benchmarks.py | 42 | def test_captures_dataset_digest(self): | CODE |
| LOW⚡ | .github/scripts/tests/test_aggregate_benchmarks.py | 49 | def test_captures_validation_status(self): | CODE |
| LOW | .github/scripts/tests/test_aggregate_benchmarks.py | 75 | def test_profile_is_not_emitted_at_all(self): | CODE |
| LOW⚡ | .github/scripts/tests/test_aggregate_benchmarks.py | 108 | def test_flags_a_field_that_lost_values(self): | CODE |
| LOW⚡ | .github/scripts/tests/test_aggregate_benchmarks.py | 117 | def test_silent_on_unchanged_null_rates(self): | CODE |
| LOW⚡ | .github/scripts/tests/test_aggregate_benchmarks.py | 122 | def test_silent_when_a_field_gains_values(self): | CODE |
| LOW⚡ | .github/scripts/tests/test_aggregate_benchmarks.py | 127 | def test_ignores_skills_absent_from_the_old_file(self): | CODE |
| LOW⚡ | .github/scripts/tests/test_cli_guard.py | 79 | def test_regeneration_succeeds_when_nothing_empties(self): | STRING |
| LOW⚡ | .github/scripts/tests/test_cli_guard.py | 82 | def test_regeneration_fails_when_a_field_empties(self): | STRING |
| LOW⚡ | .github/scripts/tests/test_cli_guard.py | 86 | def test_failed_run_leaves_benchmarks_json_untouched(self): | STRING |
| LOW⚡ | .github/scripts/tests/test_cli_guard.py | 92 | def test_escape_hatch_allows_a_deliberate_format_change(self): | STRING |
| LOW⚡ | .github/scripts/tests/test_cli_guard.py | 135 | def test_pass_threshold_pct_is_exempt(self): | CODE |
| LOW⚡ | .github/scripts/tests/test_cli_guard.py | 138 | def test_losing_only_a_migrating_field_does_not_block(self): | CODE |
| LOW⚡ | .github/scripts/tests/test_cli_guard.py | 146 | def test_exemption_does_not_mask_a_real_regression(self): | CODE |
| LOW⚡ | .github/scripts/tests/test_cli_guard.py | 151 | def test_migrating_drift_is_still_reported(self): | CODE |
| LOW | …te-prognostic/evals/targets/test/eval_2_test_target.py | 178 | def test_additive_normalization_buffers(self, test_package): | CODE |
| LOW | …tudio-create-prognostic/references/method-templates.py | 85 | def input_coords_with_history_template(self) -> CoordSystem: | CODE |
| LOW | …tudio-create-prognostic/references/method-templates.py | 230 | def default_generator_template( | CODE |
| LOW⚡ | …tudio-create-prognostic/references/method-templates.py | 301 | def load_default_package_template(cls) -> Package: | CODE |
| LOW⚡ | skills/skill-card-generator/scripts/discover_assets.py | 371 | def parse_package_json_version(pkg_path: Path) -> str | None: | CODE |
| LOW⚡ | skills/skill-card-generator/scripts/discover_assets.py | 379 | def parse_changelog_top_entry(changelog_path: Path) -> dict: | CODE |
| LOW | skills/skill-card-generator/scripts/render_card.py | 158 | def _validate_credential_requirements(ctx: dict, errors: list[str]) -> None: | CODE |
| LOW | skills/skill-card-generator/scripts/render_card.py | 213 | def _validate_credential_string_list_values( | CODE |
| LOW | skills/skill-card-generator/scripts/render_card.py | 223 | def _validate_no_sensitive_credential_value( | CODE |
| LOW | skills/skill-card-generator/scripts/render_card.py | 251 | def _validate_evaluation_strings(evaluation: dict, errors: list[str]) -> None: | CODE |
| LOW | skills/skill-card-generator/scripts/render_card.py | 260 | def _validate_evaluation_agents(evaluation: dict, errors: list[str]) -> None: | CODE |
| LOW | skills/skill-card-generator/scripts/render_card.py | 277 | def _validate_evaluation_metrics(evaluation: dict, errors: list[str]) -> None: | CODE |
| LOW | skills/skill-card-generator/scripts/render_card.py | 323 | def _validate_testing_completed(evaluation: dict, errors: list[str]) -> None: | CODE |
| LOW | …o-port-huggingface-model/references/task-type-guide.md | 472 | def _interpolate_pos_encoding(self, x, w, h): | CODE |
| LOW | skills/nv-generate-mr/tests/test_run_mr.py | 36 | def test_load_config_override_default_returns_empty() -> None: | CODE |
| LOW | skills/nv-generate-mr/tests/test_run_mr.py | 42 | def test_load_config_override_accepts_flat_and_nested_keys(tmp_path: Path) -> None: | CODE |
| LOW⚡ | skills/nv-generate-mr/tests/test_run_mr.py | 58 | def test_load_config_override_rejects_unknown_key(tmp_path: Path) -> None: | CODE |
| LOW⚡ | skills/nv-generate-mr/tests/test_run_mr.py | 65 | def test_modality_to_code_uses_rflow_mr_supported_modalities() -> None: | CODE |
| LOW⚡ | skills/nv-generate-mr/tests/test_run_mr.py | 73 | def test_stage_config_writes_model_and_environment_overrides(tmp_path: Path) -> None: | CODE |
| LOW | skills/nv-generate-mr/tests/test_run_mr.py | 116 | def test_validate_inference_config_accepts_upstream_default_shape() -> None: | CODE |
| LOW | skills/nv-generate-mr/tests/test_run_mr.py | 132 | def test_summarize_image_and_aggregate_pass(tmp_path: Path) -> None: | CODE |
| LOW | skills/nv-generate-mr/tests/test_run_mr.py | 152 | def test_summarize_image_flags_shape_spacing_and_constant_image(tmp_path: Path) -> None: | CODE |
| LOW | skills/nv-generate-mr/tests/test_run_mr.py | 168 | def test_build_command_matches_documented_entrypoint(tmp_path: Path) -> None: | CODE |
| LOW | skills/nv-generate-mr/scripts/run_mr.py | 138 | def _candidate_upstream_roots(env_value: str) -> list[Path]: | CODE |
| LOW | skills/nv-generate-mr/scripts/run_mr.py | 205 | def _validate_inference_config(rendered_inference: dict[str, Any]) -> list[str]: | CODE |
| LOW | …/tao-finetune-cosmos-reason/references/skill_info.yaml | 193 | def _get_quant_compression_format(input_activations=None, weights=None): | CODE |
| LOW | …osmos-reason/scripts/prepare_cosmos3_vlm_checkpoint.py | 36 | def converted_checkpoint_status(path: Path) -> tuple[bool, str]: | CODE |
| LOW | …linical-asr-build/references/pronunciation-pipeline.md | 203 | def render_sentence_with_overrides(sentence: str, overrides: dict[str, str]) -> str: | CODE |
| LOW⚡ | …ffold-vss-service/scripts/scaffold_rtvi_vss_service.py | 746 | def test_publishes_protobuf_payload_type(self) -> None: | STRING |
| LOW⚡ | …ffold-vss-service/scripts/scaffold_rtvi_vss_service.py | 749 | def test_uses_frame_object_metadata_api(self) -> None: | STRING |
| LOW⚡ | …ffold-vss-service/scripts/scaffold_rtvi_vss_service.py | 752 | def test_uses_nvmsgbroker_kafka_protocol_lib(self) -> None: | STRING |
| LOW⚡ | …ffold-vss-service/scripts/scaffold_rtvi_vss_service.py | 761 | def test_kafka_conn_str_excludes_topic(self) -> None: | STRING |
| LOW⚡ | …ffold-vss-service/scripts/scaffold_rtvi_vss_service.py | 769 | def test_kafka_options_use_deepstream_adapter_schema(self) -> None: | STRING |
| LOW⚡ | …ffold-vss-service/scripts/scaffold_rtvi_vss_service.py | 775 | def test_msgconv_has_runtime_sensor_context(self) -> None: | STRING |
| 567 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/workflows/sync-skills.yml | 277 | except Exception: | CODE |
| LOW | .github/scripts/verify_content_integrity.py | 76 | except Exception as exc: # malformed bundle is itself a real problem | CODE |
| LOW | .github/scripts/marketplace/generate-skill-metadata.py | 413 | except Exception: | CODE |
| LOW | .github/scripts/marketplace/generate-skill-metadata.py | 1034 | except Exception: | CODE |
| LOW | …ub/scripts/marketplace/test_generate_skill_metadata.py | 83 | except Exception: | CODE |
| LOW | …lls/dicom-series-to-volume/scripts/series_to_volume.py | 53 | except Exception: | CODE |
| LOW | …lls/dicom-series-to-volume/scripts/series_to_volume.py | 162 | except Exception as e: | CODE |
| LOW | skills/nemotron-speech/references/nmt.md | 91 | except Exception as e: | CODE |
| LOW | skills/nemotron-speech/references/tts-custom.md | 198 | except Exception as e: | CODE |
| LOW⚡ | skills/nemotron-speech/references/tts-pipelines.md | 253 | except Exception as e: | CODE |
| LOW⚡ | skills/nemotron-speech/references/tts-pipelines.md | 283 | except Exception as e: | CODE |
| LOW | skills/nemotron-speech/references/tts.md | 152 | except Exception as e: | CODE |
| LOW | skills/nemotron-speech/references/asr.md | 202 | except Exception as e: | CODE |
| LOW⚡ | …tudio-create-prognostic/evals/targets/eval_2_target.py | 157 | except Exception: | CODE |
| LOW⚡ | …tudio-create-prognostic/evals/targets/eval_2_target.py | 163 | except Exception: | CODE |
| LOW⚡ | …tudio-create-prognostic/evals/targets/eval_2_target.py | 169 | except Exception: | CODE |
| MEDIUM | skills/skill-card-generator/scripts/discover_assets.py | 928 | print(f"Error: directory not found: {skill_root}", file=sys.stderr) | CODE |
| MEDIUM | skills/skill-card-generator/scripts/discover_assets.py | 931 | print(f"Error: not a directory: {skill_root}", file=sys.stderr) | CODE |
| LOW⚡ | skills/skill-card-generator/scripts/discover_assets.py | 366 | except Exception: | CODE |
| LOW⚡ | skills/skill-card-generator/scripts/discover_assets.py | 375 | except Exception: | CODE |
| LOW | skills/skill-card-generator/scripts/discover_assets.py | 288 | except Exception: | CODE |
| LOW | skills/skill-card-generator/scripts/discover_assets.py | 300 | except Exception: | CODE |
| LOW | skills/skill-card-generator/scripts/discover_assets.py | 323 | except Exception: | CODE |
| LOW | skills/skill-card-generator/scripts/discover_assets.py | 355 | except Exception: | CODE |
| LOW | skills/skill-card-generator/scripts/discover_assets.py | 399 | except Exception: | CODE |
| LOW | skills/skill-card-generator/scripts/discover_assets.py | 415 | except Exception: | CODE |
| LOW | skills/skill-card-generator/scripts/discover_assets.py | 429 | except Exception: | CODE |
| LOW | skills/skill-card-generator/scripts/discover_assets.py | 440 | except Exception: | CODE |
| LOW | skills/skill-card-generator/scripts/discover_assets.py | 665 | except Exception: | CODE |
| LOW | skills/nv-generate-mr/scripts/run_mr.py | 103 | except Exception: | CODE |
| LOW | skills/nv-generate-mr/scripts/run_mr.py | 117 | except Exception: | CODE |
| LOW | skills/nv-generate-mr/scripts/run_mr.py | 328 | except Exception as e: | CODE |
| LOW | skills/nv-generate-mr/scripts/run_mr.py | 441 | except Exception as e: | CODE |
| LOW | skills/vss-deploy-profile/references/warehouse-debug.md | 546 | except Exception: | CODE |
| LOW⚡ | …/deepstream-dev/references/media_extractor_advanced.md | 811 | except Exception as e: | CODE |
| MEDIUM⚡ | …/deepstream-dev/references/media_extractor_advanced.md | 812 | print(f"Error processing video {i}: {e}") | CODE |
| LOW⚡ | …/deepstream-dev/references/media_extractor_advanced.md | 815 | except Exception as e: | CODE |
| LOW | skills/deepstream-dev/references/use_cases_pipelines.md | 101 | except Exception as e: | CODE |
| MEDIUM | skills/deepstream-dev/references/use_cases_pipelines.md | 102 | print(f"Error: {e}") | CODE |
| LOW | skills/deepstream-dev/references/use_cases_pipelines.md | 426 | except Exception as e: | CODE |
| MEDIUM | skills/deepstream-dev/references/use_cases_pipelines.md | 427 | print(f"Error during playback: {e}") | CODE |
| LOW | skills/deepstream-dev/references/kafka_messaging.md | 521 | except Exception as e: | CODE |
| MEDIUM | skills/deepstream-dev/references/kafka_messaging.md | 522 | print(f"Error sending message to Kafka: {e}") | CODE |
| LOW | skills/deepstream-dev/references/kafka_messaging.md | 780 | except Exception as e: | CODE |
| LOW⚡ | skills/deepstream-dev/references/kafka_messaging.md | 801 | except Exception as e: | CODE |
| LOW⚡ | skills/deepstream-dev/references/kafka_messaging.md | 806 | except Exception as e: | CODE |
| MEDIUM⚡ | skills/deepstream-dev/references/kafka_messaging.md | 807 | print(f"Error sending to Kafka: {e}") | CODE |
| LOW | skills/deepstream-dev/references/nvds_msgapi_adapter.md | 515 | except Exception as e: | CODE |
| LOW | skills/deepstream-dev/references/service_maker_api.md | 1418 | except Exception as e: | CODE |
| MEDIUM | skills/deepstream-dev/references/service_maker_api.md | 1415 | def run_pipeline(): | CODE |
| LOW | skills/deepstream-dev/references/buffer_apis.md | 748 | except Exception as e: | CODE |
| MEDIUM | skills/deepstream-dev/references/buffer_apis.md | 749 | print(f"Error generating buffer: {e}") | CODE |
| LOW | skills/deepstream-dev/references/buffer_apis.md | 1423 | except Exception as e: | CODE |
| LOW | skills/deepstream-dev/references/buffer_apis.md | 1489 | except Exception as e: | CODE |
| MEDIUM | skills/deepstream-dev/references/buffer_apis.md | 1490 | print(f"Error: {e}") | CODE |
| LOW | skills/deepstream-dev/references/buffer_apis.md | 1556 | except Exception as e: | CODE |
| MEDIUM | skills/deepstream-dev/references/buffer_apis.md | 1557 | print(f"Error extracting stream {stream_idx}: {e}") | CODE |
| MEDIUM | skills/deepstream-dev/references/buffer_apis.md | 554 | def generate(self, size): | CODE |
| MEDIUM | skills/deepstream-dev/references/buffer_apis.md | 1483 | def consume(self, buffer): | CODE |
| LOW | skills/deepstream-dev/references/best_practices.md | 384 | except Exception as e: | CODE |
| 335 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | skills/nemotron-speech/references/asr.md | 162 | # Step 1: Export | COMMENT |
| LOW | skills/nemotron-speech/references/asr.md | 172 | # 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 | 302 | ## 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 | 271 | ## Step 2: Select Algorithm | COMMENT |
| LOW | skills/i4h-catheter-navigation-viewport/SKILL.md | 43 | ### Step 1 - resolve cache and run dir | COMMENT |
| LOW | skills/i4h-catheter-navigation-viewport/SKILL.md | 59 | ### Step 2 - launch viewport | 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/paidf-anomalygen/references/setup.md | 34 | ## Step 1: Download | COMMENT |
| LOW | skills/paidf-anomalygen/references/setup.md | 50 | ## Step 2: Verify | COMMENT |
| LOW | skills/paidf-anomalygen/references/finetune.md | 69 | ### Step 1: Dataset validation output | COMMENT |
| LOW | skills/paidf-anomalygen/references/finetune.md | 84 | ### Step 2: Validation JSONL sizing | COMMENT |
| LOW | skills/paidf-anomalygen/references/finetune.md | 112 | ### Step 3: Config template and critical flags | COMMENT |
| LOW | skills/paidf-anomalygen/references/finetune.md | 139 | ### Step 4: Training launch details | COMMENT |
| LOW | skills/paidf-anomalygen/references/finetune-commands.md | 7 | # Step 1: Validate dataset structure — derive anomaly types | COMMENT |
| LOW | skills/paidf-anomalygen/references/finetune-commands.md | 10 | # Step 2: Generate validation JSONL (skip if user provided VALIDATION_JSONL) | COMMENT |
| LOW | skills/paidf-anomalygen/references/finetune-commands.md | 24 | # Step 3: Generate training config — show to user and confirm before writing | COMMENT |
| LOW | skills/paidf-anomalygen/references/finetune-commands.md | 34 | # Step 4: Launch training (run in background) | 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 |
| LOW | skills/tilegym-adding-cutile-kernel/SKILL.md | 265 | ## Step 6: Verify | COMMENT |
| LOW | …ure-assessment/references/factory-level-structuring.md | 49 | ### Step 1: Separate Animation | COMMENT |
| LOW | …ure-assessment/references/factory-level-structuring.md | 79 | ### Step 2: Identify Asset Boundaries | COMMENT |
| LOW | …ure-assessment/references/factory-level-structuring.md | 187 | ### Step 4: Enable Instancing | COMMENT |
| LOW | …ure-assessment/references/factory-level-structuring.md | 221 | ### Step 5: Organize Materials into Libraries | COMMENT |
| LOW | …ure-assessment/references/factory-level-structuring.md | 251 | ### Step 6: Layer Domain-Specific Data | COMMENT |
| LOW | …ure-assessment/references/factory-level-structuring.md | 285 | ### Step 7: Object Handling | COMMENT |
| LOW | …ning/references/setup-usd-performance-tuning/README.md | 151 | ## Step 1 - Determine standalone runtime | COMMENT |
| LOW | …ning/references/setup-usd-performance-tuning/README.md | 202 | ## Step 2 - Interpret status | COMMENT |
| LOW | …ning/references/setup-usd-performance-tuning/README.md | 235 | ## Step 3 - Verify standalone path | COMMENT |
| LOW | …ning/references/setup-usd-performance-tuning/README.md | 242 | ## Step 4 - Verify the opt-in Kit profiling root | COMMENT |
| LOW | …ning/references/setup-usd-performance-tuning/README.md | 255 | ## Step 5 - Continue workflow | COMMENT |
| LOW | …ning/references/setup-usd-performance-tuning/README.md | 267 | ## Step 6 - Print the runtime context header before continuing | COMMENT |
| LOW | skills/amc-setup-calibration-stack/SKILL.md | 27 | ### Step 0: Verify Docker Runs Without sudo | COMMENT |
| LOW | skills/amc-setup-calibration-stack/SKILL.md | 117 | ### Step 1: Login to NGC | COMMENT |
| LOW | skills/amc-setup-calibration-stack/SKILL.md | 126 | ### Step 2: Download VGGT Model (If Not Already Present) | COMMENT |
| LOW | skills/amc-setup-calibration-stack/SKILL.md | 163 | ### Step 3: Configure Compose Environment Variables | COMMENT |
| LOW | skills/amc-setup-calibration-stack/SKILL.md | 234 | ### Step 4: Set Directory Permissions | COMMENT |
| LOW | skills/amc-setup-calibration-stack/SKILL.md | 261 | ### Step 5: Launch Services | COMMENT |
| LOW | skills/amc-setup-calibration-stack/SKILL.md | 293 | ### Step 6: Verify Services Are Running | COMMENT |
| 204 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| 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 | 41 | # | COMMENT |
| LOW | plugins.d/nvidia-skills.yml | 61 | # marketplace_enabled: | COMMENT |
| LOW | .github/external-contributors.yml | 1 | # SPDX-License-Identifier: Apache-2.0 | 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/verify-authors.yml | 61 | # *@nvidia.com — corporate accounts | 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 | 321 | fi | COMMENT |
| LOW | .github/workflows/sync-skills.yml | 341 | # eval/h100.json + eval/nvidia_hosted.json | COMMENT |
| LOW | .github/workflows/sync-skills.yml | 421 | COMMENT | |
| LOW | .github/workflows/sync-skills.yml | 681 | fi | 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/aggregate_benchmarks.py | 21 | COMMENT | |
| LOW | .github/scripts/aggregate_benchmarks.py | 81 | # every v3 skill regardless of what it was evaluated against — a fabricated | 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/generate-skill-metadata.py | 1001 | if entry is not None: | 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 | …ub/scripts/marketplace/test_generate_skill_metadata.py | 201 | ) | 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 |
| LOW | skills/nemo-mbridge-multi-node-slurm/SKILL.md | 81 | --- | COMMENT |
| LOW | …/nemo-mbridge-multi-node-slurm/references/templates.md | 1 | # Multi-Node Slurm Templates | COMMENT |
| LOW | skills/deepstream-profile-pipeline/requirements.txt | 1 | # deepstream-profile-pipeline — pure stdlib; no pip install required. | COMMENT |
| LOW | skills/deepstream-profile-pipeline/tests/__init__.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …pstream-profile-pipeline/tests/test_capacity_report.py | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …deepstream-profile-pipeline/scripts/capacity_report.py | 1 | #!/usr/bin/env python3 | COMMENT |
| 378 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/scripts/verify_content_integrity.py | 25 | CODE | |
| LOW | .github/scripts/build-plugins.py | 55 | CODE | |
| LOW | .github/scripts/version-plugins.py | 50 | CODE | |
| LOW | .github/scripts/marketplace/generate-skill-metadata.py | 30 | CODE | |
| LOW | …ub/scripts/marketplace/test_generate_skill_metadata.py | 30 | CODE | |
| LOW | …ynamo-interconnect-check/scripts/check_interconnect.py | 20 | CODE | |
| LOW | skills/nemotron-speech/scripts/main.py | 25 | CODE | |
| LOW | skills/skill-card-generator/scripts/discover_assets.py | 16 | CODE | |
| LOW | skills/nv-generate-mr/scripts/run_mr.py | 28 | CODE | |
| LOW | …osmos-reason/scripts/prepare_cosmos3_vlm_checkpoint.py | 10 | CODE | |
| LOW | …osmos-reason/scripts/prepare_cosmos3_vlm_checkpoint.py | 17 | CODE | |
| LOW | …s/vss-deploy-profile/scripts/normalize_resolved_yml.py | 52 | CODE | |
| LOW | …ffold-vss-service/scripts/scaffold_rtvi_vss_service.py | 12 | CODE | |
| LOW | skills/hsb-flash/scripts/v2.0.0/make_manifest.py | 22 | CODE | |
| LOW | skills/jetson-inference-mem-tune/scripts/recommend.py | 29 | CODE | |
| LOW | …ills/data-designer/scripts/get_person_object_schema.py | 14 | CODE | |
| LOW | skills/dynamo-recipe-runner/scripts/recipe_tool.py | 7 | CODE | |
| LOW | …s/dynamo-router-starter/scripts/check_router_health.py | 7 | CODE | |
| LOW | skills/cupynumeric-hdf5/assets/hdf5_batched_read.py | 40 | CODE | |
| LOW | skills/cupynumeric-hdf5/assets/hdf5_roundtrip.py | 42 | CODE | |
| LOW | skills/nv-segment-ct-finetune/scripts/run_finetune.py | 38 | CODE | |
| LOW | …jetson-video-benchmark/scripts/benchmark_provenance.py | 13 | CODE | |
| LOW | …jetson-video-benchmark/scripts/benchmark_controller.py | 10 | CODE | |
| LOW | …ls/jetson-video-benchmark/scripts/benchmark_runtime.py | 10 | CODE | |
| LOW | skills/nv-generate-ct-rflow/scripts/list_anatomies.py | 31 | CODE | |
| LOW | skills/nv-generate-ct-rflow/scripts/run_ct_mask.py | 25 | CODE | |
| LOW | skills/nv-generate-ct-rflow/scripts/run_ct_from_mask.py | 24 | CODE | |
| LOW | skills/nv-generate-ct-rflow/scripts/_anatomy.py | 25 | CODE | |
| LOW | skills/nv-generate-ct-rflow/scripts/wrapper_utils.py | 23 | CODE | |
| LOW | skills/nv-generate-ct-rflow/scripts/run_ct_image.py | 24 | CODE | |
| LOW | skills/nv-generate-ct-rflow/scripts/_summary_card.py | 28 | CODE | |
| LOW | skills/nv-generate-ct-rflow/scripts/run_rflow_ct.py | 29 | CODE | |
| LOW | …tation-candidates/scripts/mesh_fragmentation_finder.py | 39 | CODE | |
| LOW | …tation-candidates/scripts/mesh_fragmentation_finder.py | 250 | CODE | |
| LOW | …hierarchy-dedupe-candidates/scripts/select_frontier.py | 47 | CODE | |
| LOW | …dedupe-candidates/scripts/instance_candidate_finder.py | 27 | CODE | |
| LOW | …dedupe-candidates/scripts/instance_candidate_finder.py | 377 | CODE | |
| LOW | …ences/usd-optimize-run-operations/scripts/run_batch.py | 34 | CODE | |
| LOW | …erences/optimization-report/scripts/validate_report.py | 91 | CODE | |
| LOW | …imization-report/scripts/descent_convergence_common.py | 29 | CODE | |
| LOW | …d-validation-runner/scripts/usd_validation_executor.py | 39 | CODE | |
| LOW | …e-tuning/references/report-templates/render_preview.py | 17 | CODE | |
| LOW | …ay-migrate-from-flow/scripts/migrate_from_nemo_flow.py | 7 | CODE | |
| LOW | skills/nemotron-asr-finetune/scripts/main.py | 26 | CODE | |
| LOW | …ate-mr-brain-finetune/scripts/run_mr_brain_finetune.py | 39 | CODE | |
| LOW | …cal-ai-video-data-augmentation/scripts/osmo_barrier.py | 7 | CODE | |
| LOW | …ai-video-data-augmentation/scripts/pre_submit_guard.py | 12 | CODE | |
| LOW | …ai-video-data-augmentation/scripts/pre_submit_guard.py | 16 | CODE | |
| LOW | skills/jetson-customize-pinmux/scripts/generate_dtsi.py | 26 | CODE | |
| LOW | …ills/jetson-customize-pinmux/scripts/_pinmux_common.py | 5 | CODE | |
| LOW | skills/jetson-customize-pinmux/scripts/modify_pinmux.py | 20 | CODE | |
| LOW | skills/jetson-customize-pinmux/scripts/_pinmux_dt.py | 5 | CODE | |
| LOW | …s/nv-generate-vae-finetune/scripts/run_vae_finetune.py | 28 | CODE | |
| LOW | …timizer/evals/files/g11_stage_pipeline/run_pipeline.py | 9 | CODE | |
| LOW | …les/g11_stage_pipeline/src/stage_pipeline/reduction.py | 6 | CODE | |
| LOW | …les/g11_stage_pipeline/src/stage_pipeline/transport.py | 6 | CODE | |
| LOW | …iles/g11_stage_pipeline/src/stage_pipeline/__init__.py | 11 | CODE | |
| LOW | …iles/g11_stage_pipeline/src/stage_pipeline/geometry.py | 6 | CODE | |
| LOW | …iles/g11_stage_pipeline/src/stage_pipeline/spectral.py | 10 | CODE | |
| LOW | …es/g11_stage_pipeline/src/stage_pipeline/statistics.py | 6 | CODE | |
| 279 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/workflows/sync-skills.yml | 342 | # (RAG Blueprint pattern), benchmark/evals.json | COMMENT |
| MEDIUM⚡ | skills/nemotron-speech/references/tts-pipelines.md | 262 | # Step 2 — probe zero-shot capability with a minimal dummy request | COMMENT |
| MEDIUM⚡ | skills/nemotron-speech/references/tts-pipelines.md | 264 | # UNIMPLEMENTED / "not supported" → model does not support zero-shot → BLOCKED | COMMENT |
| MEDIUM⚡ | skills/nemotron-speech/references/tts-pipelines.md | 281 | # Unexpectedly succeeded — zero-shot is supported | COMMENT |
| MEDIUM⚡ | skills/nemotron-speech/references/tts-pipelines.md | 293 | # but rejected our dummy input — zero-shot IS available on this model | COMMENT |
| MEDIUM | skills/i4h-workflow-dataset-mimic/SKILL.md | 27 | # Resolve the i4h-workflows base code (provides workflows/agentic/). | COMMENT |
| MEDIUM | …t-huggingface-model/references/workflow-consistency.md | 90 | → launch(args, unknown_args, subtasks) # orchestrates execution | CODE |
| MEDIUM | skills/doca-setup/CAPABILITIES.md | 89 | | First-app workflow | `/opt/mellanox/doca/samples/` is empty, missing, or `ls` returns `No such file or directory` on a | CODE |
| MEDIUM | skills/doca-setup/TASKS.md | 31 | **Step 0 — scale gate (run this BEFORE the five-leaf walk).** First decide *persona and scale*, because the five leaves | CODE |
| MEDIUM | skills/doca-setup/TASKS.md | 349 | - **`deploy` / `rollback` at fleet scale.** Provisioning multiple BlueFields, coordinated firmware/BFB updates across a | CODE |
| MEDIUM | skills/doca-bare-metal-deployment/SKILL.md | 79 | [`doca-public-knowledge-map ## Deploying DOCA services at scale`](../doca-public-knowledge-map/references/map.md#deplo | 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 | …ohub-module-lifecycle/references/module-development.md | 22 | ## External scaffold | COMMENT |
| MEDIUM | skills/rtvi-cv-scaffold-vss-service/BENCHMARK.md | 1 | # Skill Benchmark: rtvi-cv-scaffold-vss-service | COMMENT |
| MEDIUM | skills/rtvi-cv-scaffold-vss-service/SKILL.md | 331 | ## Implementation guardrails | COMMENT |
| MEDIUM⚡ | …ffold-vss-service/scripts/scaffold_rtvi_vss_service.py | 42 | """# Custom RTVI CV microservice — DeepStream pipeline running YOLO26 | STRING |
| MEDIUM | …ffold-vss-service/scripts/scaffold_rtvi_vss_service.py | 129 | # This scaffold defaults to RTSP: type=4 and [streammux] live-source=1. | STRING |
| MEDIUM | skills/i4h-workflow-validate/SKILL.md | 27 | # Resolve the i4h-workflows base code (provides workflows/agentic/). | COMMENT |
| MEDIUM | …tao-run-automl/references/automl-preflight-concepts.md | 116 | # With LLM/agentic algorithms, append ,llm to the resolved extra: | COMMENT |
| MEDIUM | skills/i4h-workflow-scene-edit/SKILL.md | 27 | # Resolve the i4h-workflows base code (provides workflows/agentic/). | 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 | skills/i4h-workflow-e2e/SKILL.md | 27 | # Resolve the i4h-workflows base code (provides workflows/agentic/). | COMMENT |
| MEDIUM | skills/i4h-lerobot-viz/SKILL.md | 27 | # Resolve the i4h-workflows base code (provides workflows/agentic/). | COMMENT |
| MEDIUM | skills/doca-flow/CAPABILITIES.md | 27 | snapshot — skipping this is the #1 hallucination) and **validate before | CODE |
| MEDIUM | …mniverse-usd-performance-tuning/references/workflow.md | 794 | ### 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 | skills/nemotron-asr-finetune/scripts/main.py | 232 | # ROUTES are declared so the orchestration workflow is last (highest index). | 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 | …ferences/cae-cfd-visualization/streaming-cae-viewer.md | 136 | ### Render-loop stability (guardrails any streaming viewer needs) | COMMENT |
| MEDIUM | skills/amc-run-rtsp-calibration/SKILL.md | 108 | # Running AMC microservice container environment. | COMMENT |
| 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/i4h-workflow-finetune/SKILL.md | 27 | # Resolve the i4h-workflows base code (provides workflows/agentic/). | COMMENT |
| MEDIUM | skills/i4h-workflow/SKILL.md | 27 | # Resolve the i4h-workflows base code (provides workflows/agentic/). | COMMENT |
| MEDIUM | skills/i4h-workflow-dataset-teleop/SKILL.md | 27 | # Resolve the i4h-workflows base code (provides workflows/agentic/). | COMMENT |
| MEDIUM | skills/rag-eval/SKILL.md | 34 | # On-disk RAG evaluation (`corpus/` + `train.json`) | COMMENT |
| MEDIUM | skills/doca-programming-guide/CAPABILITIES.md | 91 | - **Quote the version observed, never "latest" and never agent memory.** API names, sample filenames, and capability ava | CODE |
| MEDIUM | skills/doca-programming-guide/TASKS.md | 506 | - **`deploy` / `rollback` at fleet scale.** Provisioning multiple BlueFields, coordinated firmware / BFB updates across | CODE |
| MEDIUM | skills/i4h-workflow-dataset-convert/SKILL.md | 27 | # Resolve the i4h-workflows base code (provides workflows/agentic/). | COMMENT |
| MEDIUM | skills/rag-perf/SKILL.md | 35 | # RAG-Perf — config-driven perf benchmark CLI | COMMENT |
| MEDIUM | skills/doca-version/CAPABILITIES.md | 233 | | `pkg-config --modversion doca-common` returns *X*; `ls /opt/mellanox/doca/samples/` errors with `No such file or direc | CODE |
| MEDIUM | skills/doca-version/SKILL.md | 124 | 1. Cite the **four-source detection chain** from [`CAPABILITIES.md ## Capabilities and modes`](CAPABILITIES.md#capabilit | CODE |
| 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 | skills/i4h-workflow-dataset-annotate/SKILL.md | 27 | # Resolve the i4h-workflows base code (provides workflows/agentic/). | COMMENT |
| MEDIUM | skills/doca-public-knowledge-map/references/map.md | 214 | ### Deploying DOCA services at scale — orchestration entry-point (persona/scale routing) | COMMENT |
| 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/i4h-workflow-setup/SKILL.md | 27 | # Resolve the i4h-workflows base code (provides workflows/agentic/). | COMMENT |
| MEDIUM | skills/hsb-ip-create-top/SKILL.md | 121 | 8. Explain that the result is an HSB integration scaffold. Use the generic reference/template note in `## Instructions`; | CODE |
| MEDIUM | skills/hsb-ip-create-top/SKILL.md | 134 | 6. Return a concise summary of which HSB signal groups were emitted, then use the generic reference/template note in `## | CODE |
| MEDIUM | skills/doca-devemu/TASKS.md | 575 | | `ls /opt/mellanox/doca/samples/doca_devemu/` | `## modify` slot 1 | Which verified Device Emulation samples ship in th | CODE |
| 12 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/external-contributors.yml | 13 | # This file is always read from the tip of the target (base) branch by | COMMENT |
| MEDIUM | skills/doca-comm-channel-admin/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-rmax/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-flow-tune/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-socket-relay/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-spcx-cc/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-firefly/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| 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 | skills/doca-argus/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-sha-offload-engine/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-pcc-counters/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-dpa-hl-tracer/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-gpi/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-flow/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-rdmi/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-erasure-coding/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-urom-svc/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-flow-grpc-server/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-dpdk-bridge/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-rdma/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-bench/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-comch/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-flow-perf/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-telemetry-exporter/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-dpa/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-telemetry/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | …les/g11_stage_pipeline/src/stage_pipeline/reduction.py | 10 | # This module is always launched at BLOCK_DIM, so declare it as the module | COMMENT |
| MEDIUM | …les/g11_stage_pipeline/src/stage_pipeline/transport.py | 10 | # This module is always launched at BLOCK_DIM, so declare it as the module | COMMENT |
| MEDIUM | …iles/g11_stage_pipeline/src/stage_pipeline/geometry.py | 10 | # This module is always launched at BLOCK_DIM, so declare it as the module | COMMENT |
| MEDIUM | …iles/g11_stage_pipeline/src/stage_pipeline/spectral.py | 14 | # This module is always launched at BLOCK_DIM, so declare it as the module | COMMENT |
| MEDIUM | …es/g11_stage_pipeline/src/stage_pipeline/statistics.py | 10 | # This module is always launched at BLOCK_DIM, so declare it as the module | COMMENT |
| MEDIUM | …lls/jetson-video-pipeline/scripts/_pipeline_runtime.py | 4 | # This module is the skill's single private runtime owner: artifact identity, | COMMENT |
| MEDIUM | skills/doca-verbs/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-pcc/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-flow-dpa-perf/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-bench-extension/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-gpunetio/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-argp/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-caps/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-pcc-ztr-rttcc-algo/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-sha/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-telemetry-utils/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-gpunetio-ib-write-bw/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | …f/evals/files/cudf-pivot-melt/code/reshape_analysis.py | 69 | # Create a multi-index aggregation | COMMENT |
| MEDIUM | skills/doca-flow-dpa-provider/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM⚡ | …te-datasource/evals/targets/test/eval_4_test_target.py | 85 | # Create a fake NetCDF file in tmp_path | COMMENT |
| MEDIUM | skills/doca-dms/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-dma/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-eth/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-devemu/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-gpunetio-ib-write-lat/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-mgmt/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-aes-gcm/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-common/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-urom/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-sta/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | COMMENT |
| MEDIUM | skills/doca-compress/SKILLCARD.yaml | 3 | # This file is generated by `runner/build_skillcards.py`; do not hand-edit. | 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 |
|---|---|---|---|---|
| LOW | .github/scripts/build-plugins.py | 156 | CODE | |
| LOW | .github/scripts/aggregate_benchmarks.py | 127 | 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 | 703 | CODE | |
| LOW | .github/scripts/marketplace/generate-skill-metadata.py | 843 | CODE | |
| LOW | .github/scripts/marketplace/generate-skill-metadata.py | 453 | 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 | …jetson-video-benchmark/scripts/benchmark_controller.py | 523 | CODE | |
| LOW | …jetson-video-benchmark/scripts/benchmark_controller.py | 665 | CODE | |
| LOW | …jetson-video-benchmark/scripts/benchmark_controller.py | 2138 | CODE | |
| LOW | …ls/jetson-video-benchmark/scripts/benchmark_runtime.py | 196 | CODE | |
| LOW | …ls/jetson-video-benchmark/scripts/benchmark_runtime.py | 809 | 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 | …tation-candidates/scripts/mesh_fragmentation_finder.py | 245 | CODE | |
| LOW | …dedupe-candidates/scripts/instance_candidate_finder.py | 423 | CODE | |
| LOW | …dedupe-candidates/scripts/instance_candidate_finder.py | 532 | CODE | |
| LOW | …dedupe-candidates/scripts/instance_candidate_finder.py | 967 | CODE | |
| LOW | …dedupe-candidates/scripts/instance_candidate_finder.py | 247 | CODE | |
| LOW | …ences/usd-optimize-run-operations/scripts/run_batch.py | 301 | CODE | |
| LOW | …erences/optimization-report/scripts/validate_report.py | 195 | CODE | |
| LOW | …erences/optimization-report/scripts/validate_report.py | 307 | CODE | |
| LOW | …imization-report/scripts/descent_convergence_common.py | 70 | CODE | |
| LOW | …e-tuning/references/report-templates/render_preview.py | 205 | CODE | |
| LOW | …e-tuning/references/report-templates/render_preview.py | 218 | CODE | |
| LOW | …ay-migrate-from-flow/scripts/migrate_from_nemo_flow.py | 350 | CODE | |
| LOW | …ay-migrate-from-flow/scripts/migrate_from_nemo_flow.py | 482 | CODE | |
| LOW | …ay-migrate-from-flow/scripts/migrate_from_nemo_flow.py | 564 | 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 | …p-compile-time-optimizer/scripts/warp_compile_probe.py | 309 | CODE | |
| LOW | …p-compile-time-optimizer/scripts/warp_compile_probe.py | 646 | CODE | |
| LOW | skills/hsb-ip-def/scripts/generate_def.py | 103 | CODE | |
| LOW | skills/hsb-ip-def/scripts/lib/rules.py | 263 | CODE | |
| LOW | skills/hsb-ip-def/scripts/lib/rules.py | 311 | CODE | |
| LOW | skills/hsb-ip-def/scripts/lib/parser.py | 212 | CODE | |
| LOW | skills/hsb-ip-def/scripts/lib/parser.py | 342 | CODE | |
| LOW | …s/jetson-video-pipeline/scripts/pipeline_controller.py | 746 | CODE | |
| LOW | …s/jetson-video-pipeline/scripts/pipeline_controller.py | 2200 | CODE | |
| LOW | …ine/scripts/validate_representative_content_summary.py | 221 | CODE | |
| LOW | …ine/scripts/validate_representative_content_summary.py | 428 | CODE | |
| LOW | …lls/jetson-video-pipeline/scripts/_pipeline_runtime.py | 272 | CODE | |
| LOW | …lls/jetson-video-pipeline/scripts/_pipeline_runtime.py | 1345 | CODE | |
| 62 more matches not shown… | ||||
| 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 |
|---|---|---|---|---|
| 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⚡ | …ffold-vss-service/scripts/scaffold_rtvi_vss_service.py | 48 | RUN apt-get update && apt-get install -y --no-install-recommends \\ | STRING |
| HIGH | skills/hsb-ip-def/scripts/lib/parser.py | 8 | - Commented-out `define directives (these MUST be treated as undefined) | STRING |
| HIGH | skills/hsb-ip-def/scripts/lib/emitter.py | 523 | a(f" `define SENSOR_RX_IF_INST {rx} // Number of Sensor RX Interface. Valid values: undefined, 1 | CODE |
| HIGH | skills/hsb-ip-def/scripts/lib/emitter.py | 567 | a(" //`define SENSOR_RX_IF_INST 1 // Number of Sensor RX Interface. Valid values: undefined, 1 - | CODE |
| HIGH | skills/hsb-ip-def/scripts/lib/emitter.py | 574 | a(f" `define SENSOR_TX_IF_INST {tx} // Number of Sensor TX Interface. Valid values: undefined, 1 | CODE |
| HIGH | skills/hsb-ip-def/scripts/lib/emitter.py | 598 | a(" //`define SENSOR_TX_IF_INST 1 // Number of Sensor TX Interface. Valid values: undefined, 1 - | CODE |
| HIGH⚡ | skills/hsb-ip-def/scripts/lib/emitter.py | 616 | a(f" `define SPI_INST {spi} // SPI interface instantiation number. Valid values: undefined, 1 - 8\n") | CODE |
| HIGH⚡ | skills/hsb-ip-def/scripts/lib/emitter.py | 618 | a(" //`define SPI_INST 1 // SPI interface instantiation number. Valid values: undefined, 1 - 8\n") | CODE |
| HIGH⚡ | skills/hsb-ip-def/scripts/lib/emitter.py | 620 | a(f" `define I2C_INST {i2c} // I2C interface instantiation number. Valid values: undefined, 1 - 8\n") | CODE |
| HIGH⚡ | skills/hsb-ip-def/scripts/lib/emitter.py | 622 | a(" //`define I2C_INST 1 // I2C interface instantiation number. Valid values: undefined, 1 - 8\n") | CODE |
| HIGH⚡ | skills/hsb-ip-def/scripts/lib/emitter.py | 624 | a(f" `define UART_INST {uart} // UART interface instantiation number. Valid values: undefined, 1\n") | CODE |
| HIGH⚡ | skills/hsb-ip-def/scripts/lib/emitter.py | 626 | a(" //`define UART_INST 1 // UART interface instantiation number. Valid values: undefined, 1\n") | 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 | …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 | …ttribute-augmentation/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 |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| MEDIUM | plugins.d/nvidia-skills.yml | 43 | # of skills into the plugin (which loads every SKILL.md into the harness | 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 | …es/g11_stage_pipeline/src/stage_pipeline/statistics.py | 4 | """Statistics stage: robust summaries over a window.""" | STRING |
| 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 | skills/warp-eval/scripts/validate_report_schema.py | 293 | # cannot stop an agent hand-rolling a harness that skips synchronization or | COMMENT |
| MEDIUM | …-analyze-changenet-rca/hooks/rca-phase-completeness.sh | 16 | # --- Use Python for robust section-by-section validation --- | COMMENT |
| 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 |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| HIGH | skills/rtvi-vlm-customize-model/SKILL.md | 134 | OPENAI_API_KEY=<your-api-key> # client fallback/default credential | CODE |
| HIGH | skills/rtvi-vlm-customize-model/SKILL.md | 135 | RTVI_VLM_API_KEY=<your-api-key> # mapped to preferred VIA_VLM_API_KEY | CODE |
| HIGH | skills/rtvi-vlm-customize-model/SKILL.md | 247 | VIA_VLM_API_KEY=<your-api-key> # if required; set via silent prompt | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …iles/g11_stage_pipeline/src/stage_pipeline/__init__.py | 13 | __all__ = ["geometry", "reduction", "spectral", "statistics", "transport"] | CODE |
| LOW | …es/g08_tile_projection/src/tile_projection/__init__.py | 9 | __all__ = ["rebuild_device_code", "run_session"] | CODE |
| LOW | …ls/files/g02_stencil_bank/src/stencil_bank/__init__.py | 9 | __all__ = ["StencilBank", "stencil_loss"] | CODE |
| LOW | …vals/files/g12_dense_stage/src/dense_stage/__init__.py | 8 | __all__ = ["kernels"] | CODE |
| LOW | …1_particle_preprocessing/src/particle_prep/__init__.py | 9 | __all__ = ["ParticlePipeline", "Plugin"] | CODE |
| LOW | …/files/g04_image_pyramid/src/image_pyramid/__init__.py | 9 | __all__ = ["ImagePyramid", "adaptive_filter"] | CODE |
| LOW | …s/files/g10_shared_solver/src/field_solver/__init__.py | 12 | __all__ = ["calibrate", "inspect_field", "kernels"] | CODE |
| LOW | …vals/files/g01_pde_stepper/src/pde_stepper/__init__.py | 8 | __all__ = ["PDEStepper"] | CODE |
| LOW | …/files/g06_gpu_analytics/src/gpu_analytics/__init__.py | 9 | __all__ = ["AnalyticsBank", "AnalyticsResult", "diagnose"] | CODE |
| LOW | …/files/c04_batch_signals/src/batch_signals/__init__.py | 9 | __all__ = ["condition_batch", "rebuild_kernels"] | CODE |
| LOW | …es/g09_mixed_precision/src/mixed_precision/__init__.py | 8 | __all__ = ["calibrate", "serve"] | CODE |
| LOW | …lls/deepstream-sop/references/protos_init_reference.py | 20 | __all__ = ["ext_pb2", "nv_pb2"] | CODE |
| LOW | skills/warp-eval/scripts/measure.py | 59 | __all__ = [ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| 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 | 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 | …dedupe-candidates/scripts/instance_candidate_finder.py | 700 | 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 | …rt-to-usd/references/usd-convert-gsplat/scripts/run.py | 209 | CODE | |
| LOW | skills/nv-segment-ctmr/scripts/run_ctmr.py | 460 | CODE | |
| LOW | skills/warp-debug-gradients/evals/files/walker/sim.py | 126 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …p-compile-time-optimizer/evals/files/triton_service.py | 59 | def handle_request(batch: torch.Tensor) -> torch.Tensor: | CODE |