Repository Analysis

calesthio/OpenMontage

World's first open-source, agentic video production system. 12 pipelines, 52 tools, 500+ agent skills. Turn your AI coding assistant into a full video production studio.

13.3 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of calesthio/OpenMontage, a Python project with 38,326 GitHub stars. SynthScan v2.0 examined 398,375 lines of code across 1812 source files, recording 2920 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 13.3 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).

13.3
Adjusted Score
13.3
Raw Score
100%
Time Factor
2026-07-12
Last Push
38.3K
Stars
Python
Language
398.4K
Lines of Code
1.8K
Files
2.9K
Pattern Hits
2026-07-14
Scan Date
0.07
HC Hit Rate

What These Metrics Mean

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

Score History

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

Severity Breakdown

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

CRITICAL 0HIGH 129MEDIUM 666LOW 2125

Directory Score Breakdown

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

Pattern Findings

The scanner identified 2920 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.

Decorative Section Separators530 hits · 1822 pts
SeverityFileLineSnippetContext
MEDIUMtools/video/video_stitch.py401 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/video_stitch.py403 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/video_stitch.py200 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/video_stitch.py202 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/video_stitch.py252 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/video_stitch.py254 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/video_stitch.py310 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/video_stitch.py312 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/video_stitch.py477 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/video_stitch.py479 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/video_stitch.py737 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/video_stitch.py739 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/video_stitch.py776 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/video_stitch.py778 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/video_stitch.py945 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/video_stitch.py947 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/video_compose.py1828 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/video_compose.py1830 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_cache.py314 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_cache.py316 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_cache.py87# ----------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_cache.py89# ----------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_cache.py122# ----------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_cache.py124# ----------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_cache.py172# ----------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_cache.py174# ----------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_cache.py210 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_cache.py212 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_cache.py257 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_cache.py259 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_cache.py474 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_cache.py476 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_cache.py518# ----------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_cache.py520# ----------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_cache.py546# ----------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_cache.py548# ----------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_search.py182 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_search.py184 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_search.py232# ----------------------------------------------------------------------COMMENT
MEDIUMtools/video/clip_search.py234# ----------------------------------------------------------------------COMMENT
MEDIUMtools/video/direct_clip_search.py241 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/direct_clip_search.py243 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/direct_clip_search.py549# ----------------------------------------------------------------------COMMENT
MEDIUMtools/video/direct_clip_search.py551# ----------------------------------------------------------------------COMMENT
MEDIUMtools/video/corpus_builder.py235 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/corpus_builder.py237 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/corpus_builder.py429 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/corpus_builder.py431 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/corpus_builder.py585# ----------------------------------------------------------------------COMMENT
MEDIUMtools/video/corpus_builder.py587# ----------------------------------------------------------------------COMMENT
MEDIUMtools/video/comfyui_video.py360 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/comfyui_video.py362 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/hyperframes_compose.py217 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/hyperframes_compose.py219 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/hyperframes_compose.py386 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/hyperframes_compose.py388 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/hyperframes_compose.py415 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/hyperframes_compose.py417 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/hyperframes_compose.py751 # ------------------------------------------------------------------COMMENT
MEDIUMtools/video/hyperframes_compose.py753 # ------------------------------------------------------------------COMMENT
470 more matches not shown…
Structural Annotation Overuse396 hits · 649 pts
SeverityFileLineSnippetContext
LOWtools/video/green_screen_composite.py147 # Step 1: Probe both videosCOMMENT
LOWtools/video/green_screen_composite.py157 # Step 2: Use the LOWER fps (typically 15fps from speaker)COMMENT
LOWtools/video/green_screen_composite.py169 # Step 3: Extract frames from both videosCOMMENT
LOWtools/video/green_screen_composite.py195 # Step 4: Composite each frame pairCOMMENT
LOWtools/video/green_screen_composite.py215 # Step 5: Encode composite frames to videoCOMMENT
LOWtools/video/green_screen_composite.py219 # Step 6: Mux audio if providedCOMMENT
LOWtools/video/green_screen_composite.py246 # Step 7: Clean up temp directoriesCOMMENT
LOWtools/video/video_compose.py590 # Step 2: Concat segmentsCOMMENT
LOWtools/video/video_compose.py607 # Step 3: Apply subtitles and/or replace audioCOMMENT
LOWtools/video/green_screen_processor.py128 # Step 1: Probe input videoCOMMENT
LOWtools/video/green_screen_processor.py138 # Step 2: Determine methodCOMMENT
LOWtools/video/green_screen_processor.py142 # Step 3: Set up temp directory for frame processingCOMMENT
LOWtools/video/green_screen_processor.py147 # Step 4: Extract frames at target fpsCOMMENT
LOWtools/video/green_screen_processor.py158 # Step 5: Process framesCOMMENT
LOWtools/video/green_screen_processor.py177 # Step 6: Reconstruct video from processed framesCOMMENT
LOWtools/video/silence_cutter.py119 # Step 1: Detect silence segmentsCOMMENT
LOWtools/video/silence_cutter.py143 # Step 2: Compute speech segments (inverse of silence)COMMENT
LOWtools/video/silence_cutter.py148 # Step 3: Handle based on modeCOMMENT
LOWtools/analysis/audio_energy.py122 # Step 1: Get audio durationCOMMENT
LOWtools/analysis/audio_energy.py142 # Step 2: Run ebur128 loudness analysisCOMMENT
LOWtools/analysis/audio_energy.py159 # Step 3: Parse momentary loudness (M:) valuesCOMMENT
LOWtools/analysis/audio_energy.py179 # Step 4: Downsample to 1-second intervals (average per second)COMMENT
LOWtools/analysis/audio_energy.py203 # Step 5: Find key momentsCOMMENT
LOWtools/analysis/audio_energy.py223 # Step 6: Find best window for video durationCOMMENT
LOWtools/analysis/audio_energy.py256 # Step 7: Loop recommendationCOMMENT
LOWtools/analysis/video_downloader.py192 # Step 1: Always get metadata firstCOMMENT
LOWtools/audio/suno_music.py157 # Step 1: Submit generation requestCOMMENT
LOWtools/audio/suno_music.py160 # Step 2: Poll for completionCOMMENT
LOWtools/audio/suno_music.py163 # Step 3: Download audioCOMMENT
LOWtools/audio/freesound_music.py131 # Step 1: Search for matching soundsCOMMENT
LOWtools/audio/freesound_music.py141 # Step 2: Pick the top result (sorted by rating)COMMENT
LOWtools/audio/freesound_music.py144 # Step 3: Download the HQ MP3 previewCOMMENT
LOWtools/audio/pixabay_music.py144 # Step 1: Search Pixabay MusicCOMMENT
LOWtools/audio/pixabay_music.py154 # Step 2: Filter by durationCOMMENT
LOWtools/audio/pixabay_music.py167 # Step 3: Pick the first matching trackCOMMENT
LOWtools/audio/pixabay_music.py170 # Step 4: Download the audioCOMMENT
LOWtools/audio/pixabay_music.py226 # Step 1: Fetch search page HTML (sets cookies)COMMENT
LOWtools/audio/pixabay_music.py235 # Step 2: Extract bootstrap URL and fetch track dataCOMMENT
LOWtools/audio/pixabay_music.py240 # Step 3: Fallback — scrape HTML directly (legacy strategies)COMMENT
LOWtests/qa/test_08_end_to_end.py471# Step 1: Mix narration + musicCOMMENT
LOWtests/qa/test_08_end_to_end.py501# Step 2: Compose videoCOMMENT
LOW.agents/skills/music-to-video/SKILL.md23## Step 0: Setup, BGM, and inputsCOMMENT
LOW.agents/skills/music-to-video/SKILL.md45## Step 1: Analyze the musicCOMMENT
LOW.agents/skills/music-to-video/SKILL.md66## Step 2: Frame skeleton (structure only)COMMENT
LOW.agents/skills/music-to-video/SKILL.md76## Step 3: Fill the plan (user-gated)COMMENT
LOW.agents/skills/music-to-video/SKILL.md96## Step 4: Build frames from the planCOMMENT
LOW.agents/skills/music-to-video/SKILL.md121## Step 5: AssembleCOMMENT
LOW.agents/skills/music-to-video/SKILL.md138## Step 6: Verify and renderCOMMENT
LOW.agents/skills/remotion-to-hyperframes/SKILL.md42### Step 1: Lint the sourceCOMMENT
LOW.agents/skills/remotion-to-hyperframes/SKILL.md52### Step 2: Plan the translationCOMMENT
LOW.agents/skills/remotion-to-hyperframes/SKILL.md68### Step 3: Generate the HF compositionCOMMENT
LOW.agents/skills/remotion-to-hyperframes/SKILL.md80### Step 4: ValidateCOMMENT
LOW.agents/skills/remotion-to-hyperframes/SKILL.md99### Step 5: Document gapsCOMMENT
LOW…ts/skills/video-understand/scripts/understand_video.py436 # Step 1: Probe videoCOMMENT
LOW…ts/skills/video-understand/scripts/understand_video.py441 # Step 2: Extract framesCOMMENT
LOW…ts/skills/video-understand/scripts/understand_video.py464 # Step 3: Subsample if neededCOMMENT
LOW…ts/skills/video-understand/scripts/understand_video.py467 # Step 4: Assign timestampsCOMMENT
LOW…ts/skills/video-understand/scripts/understand_video.py482 # Step 5: TranscribeCOMMENT
LOW…skills/hyperframes-registry/references/contributing.md11### Step 1: ClarifyCOMMENT
LOW…skills/hyperframes-registry/references/contributing.md24### Step 2: ScaffoldCOMMENT
336 more matches not shown…
Hyper-Verbose Identifiers639 hits · 646 pts
SeverityFileLineSnippetContext
LOWtools/google_credentials.py26def service_account_configured() -> bool:CODE
LOWtools/capture/screen_capture_selector.py252 def _build_recommendation_message(self, recommended: str, options: list[dict]) -> str:CODE
LOWtools/capture/screen_recorder.py35def _detect_audio_device_windows() -> str | None:CODE
LOWtools/video/auto_reframe.py271 def _compute_output_resolution(CODE
LOWtools/video/auto_reframe.py334 def _compute_face_tracked_crop(CODE
LOWtools/video/video_stitch.py405 def _resolve_normalization_target(CODE
LOWtools/video/video_stitch.py635 def _stitch_fade_through_black(CODE
LOWtools/video/remotion_caption_burn.py182 def _segments_to_word_captions(CODE
LOWtools/video/video_compose.py1044 def _build_theme_from_playbook(CODE
LOWtools/video/video_compose.py1868 def _compare_transcript_to_script(CODE
LOWtools/video/_shared.py198def local_install_instructions() -> str:CODE
LOWtools/video/veo_video.py171 def _get_google_credentials_status(self) -> bool:CODE
LOWtools/video/green_screen_processor.py298 def _detect_green_screen_histogram(self, sample_paths: list[Path]) -> bool:CODE
LOWtools/video/sora_video.py214 def _openai_sdk_supports_videos(cls) -> bool:CODE
LOWtools/video/direct_clip_search.py602 def iter_content_with_deadline(*iter_args, **iter_kwargs):CODE
LOWtools/video/hyperframes_compose.py782 def _resolve_and_stage_assets(CODE
LOWtools/video/kling_official_video.py494 def _normalize_omni_image_list(CODE
LOWtools/video/kling_official_video.py552 def _normalize_omni_video_list(CODE
LOWtools/video/kling_official_video.py624 def _reference_metadata_from_classic_payload(payload: dict[str, Any]) -> list[dict[str, Any]]:CODE
LOWtools/video/kling_official_video.py668 def _estimate_reference_count(inputs: dict[str, Any]) -> int:CODE
LOWtools/video/video_selector.py498 def _custom_workflow_eligible(self, tool: BaseTool, inputs: dict[str, object]) -> bool:CODE
LOWtools/video/stock_sources/unsplash.py154def _orientation_for_unsplash(orientation: str | None) -> str | None:CODE
LOWtools/analysis/video_analyzer.py602 def _compute_keyframe_timestamps(CODE
LOWtools/_kling/omni.py11def build_image_prompt_references(CODE
LOWtools/_kling/media.py94def extension_from_content_type(content_type: str | None, default: str = ".png") -> str:CODE
LOWtools/_kling/client.py188 def _raise_for_business_error(self, data: dict[str, Any]) -> None:CODE
LOWtools/_kling/account.py19def reset_account_usage_cache() -> None:CODE
LOWtools/_kling/account.py106def account_usage_hint_for_error(error: KlingAPIError) -> dict[str, Any]:CODE
LOWtools/audio/kling_tts.py229 def _create_and_collect_audios(CODE
LOWtools/audio/google_music.py116 def _get_google_credentials_status(self) -> bool:CODE
LOWtools/avatar/kling_lip_sync.py495 def _apply_face_timing_defaults(CODE
LOWtools/avatar/kling_lip_sync.py577 def _face_choose_result_metadata(CODE
LOWtools/graphics/image_selector.py408 def _custom_workflow_eligible(self, tool: BaseTool, inputs: dict[str, Any]) -> bool:CODE
LOWtools/graphics/kling_official_image.py255 def _build_generation_request(self, inputs: dict[str, Any]) -> dict[str, Any]:CODE
LOWtools/graphics/kling_official_image.py328 def _normalize_omni_image_list(CODE
LOWtools/graphics/kling_official_image.py410 def _reference_metadata_from_generation_payload(payload: dict[str, Any]) -> list[dict[str, Any]]:CODE
LOWtests/tools/test_grok_video_quality_score.py15def test_grok_video_has_quality_score():CODE
LOWtests/tools/test_grok_video_quality_score.py21def test_quality_score_surfaces_in_tool_info():CODE
LOWtests/tools/test_video_selector_routing.py114def test_two_tools_sharing_provider_are_both_selectable(rankings):CODE
LOWtests/tools/test_video_selector_routing.py159def test_preferred_provider_honored_when_within_gap(rankings):CODE
LOWtests/tools/test_video_selector_routing.py230def test_fallback_excludes_image_selector_for_image_to_video():CODE
LOWtests/tools/test_video_selector_routing.py236def test_fallback_excludes_image_selector_for_reference_to_video():CODE
LOWtests/tools/test_video_selector_routing.py242def test_fallback_keeps_image_selector_for_text_to_video():CODE
LOWtests/tools/test_video_selector_routing.py249def test_static_fallback_tools_property_still_lists_image_selector():CODE
LOWtests/tools/test_video_selector_routing.py258def test_estimate_cost_uses_selected_provider(rankings):CODE
LOWtests/tools/test_video_selector_routing.py135def test_lower_ranked_same_provider_still_reachable_when_higher_unavailable(rankings):CODE
LOWtests/tools/test_video_selector_routing.py174def test_preferred_provider_ignored_when_drastically_worse(rankings):CODE
LOWtests/tools/test_video_selector_routing.py193def test_preferred_provider_gap_is_configurable(rankings):CODE
LOWtests/tools/test_video_selector_routing.py215def test_preferred_provider_not_in_rankings_falls_through(rankings):CODE
LOWtests/tools/test_video_selector_routing.py269def test_estimate_runtime_uses_selected_provider(rankings):CODE
LOWtests/tools/test_video_selector_routing.py278def test_estimate_cost_zero_when_no_providers():CODE
LOWtests/tools/test_audio_mixer_loudnorm_target.py34def test_out_of_range_target_is_clamped():CODE
LOWtests/tools/test_audio_mixer_loudnorm_target.py41def test_non_numeric_target_falls_back_to_default():CODE
LOWtests/tools/test_audio_mixer_loudnorm_target.py46def test_schema_exposes_loudnorm_target_default():CODE
LOWtests/tools/test_subtitle_timestamps.py24def test_millisecond_carry_does_not_overflow():CODE
LOWtests/tools/test_subtitle_timestamps.py32def test_carry_propagates_across_minute_and_hour_boundaries():CODE
LOWtests/tools/test_subtitle_timestamps.py38def test_normal_values_unchanged():CODE
LOWtests/tools/test_subtitle_timestamps.py45def test_all_outputs_are_well_formed():CODE
LOWtests/tools/test_stock_source_adapters.py10def test_stock_source_autodiscovery_includes_new_sources():CODE
LOWtests/tools/test_stock_source_adapters.py16def test_wikimedia_search_query_respects_kind():CODE
579 more matches not shown…
Unused Imports495 hits · 482 pts
SeverityFileLineSnippetContext
LOWrender_demo.py13CODE
LOWtools/google_credentials.py13CODE
LOWtools/cost_tracker.py10CODE
LOWtools/tool_registry.py7CODE
LOWtools/base_tool.py7CODE
LOWtools/capture/screen_capture_selector.py10CODE
LOWtools/capture/screen_recorder.py13CODE
LOWtools/capture/screen_recorder.py17CODE
LOWtools/capture/cap_recorder.py20CODE
LOWtools/capture/cap_recorder.py23CODE
LOWtools/video/ltx_video_local.py3CODE
LOWtools/video/minimax_video.py6CODE
LOWtools/video/kling_video.py6CODE
LOWtools/video/pexels_video.py3CODE
LOWtools/video/video_trimmer.py8CODE
LOWtools/video/video_trimmer.py10CODE
LOWtools/video/hunyuan_video.py3CODE
LOWtools/video/auto_reframe.py14CODE
LOWtools/video/video_stitch.py9CODE
LOWtools/video/grok_video.py7CODE
LOWtools/video/green_screen_composite.py11CODE
LOWtools/video/remotion_caption_burn.py31CODE
LOWtools/video/cogvideo_video.py3CODE
LOWtools/video/video_compose.py31CODE
LOWtools/video/video_compose.py2528CODE
LOWtools/video/_shared.py3CODE
LOWtools/video/wan_video.py3CODE
LOWtools/video/veo_video.py8CODE
LOWtools/video/green_screen_processor.py13CODE
LOWtools/video/green_screen_processor.py16CODE
LOWtools/video/clip_cache.py60CODE
LOWtools/video/heygen_video.py3CODE
LOWtools/video/pixabay_video.py3CODE
LOWtools/video/clip_search.py33CODE
LOWtools/video/clip_search.py38CODE
LOWtools/video/clip_search.py172CODE
LOWtools/video/clip_search.py173CODE
LOWtools/video/clip_search.py174CODE
LOWtools/video/sora_video.py3CODE
LOWtools/video/direct_clip_search.py34CODE
LOWtools/video/corpus_builder.py54CODE
LOWtools/video/seedance_video.py7CODE
LOWtools/video/comfyui_video.py8CODE
LOWtools/video/silence_cutter.py13CODE
LOWtools/video/hyperframes_compose.py15CODE
LOWtools/video/kling_official_video.py3CODE
LOWtools/video/seedance_replicate.py12CODE
LOWtools/video/showcase_card.py9CODE
LOWtools/video/gemini_omni_video.py16CODE
LOWtools/video/video_selector.py8CODE
LOWtools/video/video_selector.py345CODE
LOWtools/video/runway_video.py7CODE
LOWtools/video/ltx_video_modal.py3CODE
LOWtools/video/higgsfield_video.py7CODE
LOWtools/video/stock_sources/mixkit.py17CODE
LOWtools/video/stock_sources/mixkit.py20CODE
LOWtools/video/stock_sources/mixkit.py22CODE
LOWtools/video/stock_sources/mixkit.py47CODE
LOWtools/video/stock_sources/nasa.py36CODE
LOWtools/video/stock_sources/nasa.py38CODE
435 more matches not shown…
Magic Placeholder Names72 hits · 408 pts
SeverityFileLineSnippetContext
HIGH.agents/skills/music/references/installation.md19const client = new ElevenLabsClient({ apiKey: "your-api-key" });CODE
HIGH.agents/skills/music/references/installation.md36client = ElevenLabs(api_key="your-api-key")CODE
HIGH.agents/skills/music/references/installation.md44export ELEVENLABS_API_KEY="your-api-key"CODE
HIGH…gents/skills/speech-to-text/references/installation.md19const client = new ElevenLabsClient({ apiKey: "your-api-key" });CODE
HIGH…gents/skills/speech-to-text/references/installation.md59client = ElevenLabs(api_key="your-api-key")CODE
HIGH…gents/skills/speech-to-text/references/installation.md67export ELEVENLABS_API_KEY="your-api-key"CODE
HIGH.agents/skills/agents/references/agent-configuration.md551export ELEVENLABS_API_KEY="your-api-key"CODE
HIGH.agents/skills/agents/references/installation.md58const client = new ElevenLabsClient({ apiKey: "your-api-key" });CODE
HIGH.agents/skills/agents/references/installation.md98client = ElevenLabs(api_key="your-api-key")CODE
HIGH.agents/skills/agents/references/installation.md106export ELEVENLABS_API_KEY="your-api-key"CODE
HIGH.agents/skills/bfl-api/SKILL.md172x-key: YOUR_API_KEYCODE
HIGH…gents/skills/bfl-api/references/webhook-integration.md25 -H "x-key: YOUR_API_KEY" \CODE
HIGH.agents/skills/bfl-api/references/endpoints.md25x-key: YOUR_API_KEYCODE
HIGH.agents/skills/bfl-api/references/endpoints.md158 -H "x-key: YOUR_API_KEY" \CODE
HIGH.agents/skills/bfl-api/references/endpoints.md180 -H "x-key: YOUR_API_KEY" \CODE
HIGH.agents/skills/bfl-api/references/endpoints.md200 -H "x-key: YOUR_API_KEY" \CODE
HIGH.agents/skills/bfl-api/references/endpoints.md212 -H "x-key: YOUR_API_KEY" \CODE
HIGH.agents/skills/bfl-api/references/endpoints.md224 -H "x-key: YOUR_API_KEY" \CODE
HIGH.agents/skills/bfl-api/references/endpoints.md238 -H "x-key: YOUR_API_KEY" \CODE
HIGH.agents/skills/bfl-api/references/rate-limiting.md137queue = RequestQueue("your-api-key")CODE
HIGH.agents/skills/bfl-api/references/rate-limiting.md187 client = AsyncRateLimitedClient("your-api-key")CODE
HIGH.agents/skills/bfl-api/references/polling-patterns.md165client = BFLClient("your-api-key")CODE
HIGH…ills/bfl-api/references/code-examples/curl-examples.sh6# Replace YOUR_API_KEY with your actual API key from https://dashboard.bfl.aiCOMMENT
HIGH…ills/bfl-api/references/code-examples/curl-examples.sh91# -H "x-key: YOUR_API_KEY" \COMMENT
HIGH…ills/bfl-api/references/code-examples/curl-examples.sh96# curl -s "POLLING_URL" -H "x-key: YOUR_API_KEY"COMMENT
HIGH…ills/bfl-api/references/code-examples/curl-examples.sh9API_KEY="${BFL_API_KEY:-YOUR_API_KEY}"CODE
HIGH…ills/bfl-api/references/code-examples/curl-examples.sh17if [ "$API_KEY" = "YOUR_API_KEY" ] || [ -z "$API_KEY" ]; thenCODE
HIGH…ills/bfl-api/references/code-examples/python-client.py10 client = BFLClient("your-api-key")STRING
HIGH…ills/bfl-api/references/code-examples/python-client.py96 client = BFLClient("your-api-key")STRING
HIGH…/bfl-api/references/code-examples/typescript-client.ts10 * const client = new BFLClient('your-api-key');COMMENT
HIGH.agents/skills/heygen/references/authentication.md21export HEYGEN_API_KEY="your-api-key-here"CODE
HIGH.agents/skills/heygen/references/authentication.md27HEYGEN_API_KEY=your-api-key-hereCODE
HIGH.agents/skills/sound-effects/references/installation.md19const client = new ElevenLabsClient({ apiKey: "your-api-key" });CODE
HIGH.agents/skills/sound-effects/references/installation.md36client = ElevenLabs(api_key="your-api-key")CODE
HIGH.agents/skills/sound-effects/references/installation.md44export ELEVENLABS_API_KEY="your-api-key"CODE
HIGH.claude/skills/music/references/installation.md19const client = new ElevenLabsClient({ apiKey: "your-api-key" });CODE
HIGH.claude/skills/music/references/installation.md36client = ElevenLabs(api_key="your-api-key")CODE
HIGH.claude/skills/music/references/installation.md44export ELEVENLABS_API_KEY="your-api-key"CODE
HIGH…laude/skills/speech-to-text/references/installation.md19const client = new ElevenLabsClient({ apiKey: "your-api-key" });CODE
HIGH…laude/skills/speech-to-text/references/installation.md59client = ElevenLabs(api_key="your-api-key")CODE
HIGH…laude/skills/speech-to-text/references/installation.md67export ELEVENLABS_API_KEY="your-api-key"CODE
HIGH.claude/skills/agents/references/agent-configuration.md551export ELEVENLABS_API_KEY="your-api-key"CODE
HIGH.claude/skills/agents/references/installation.md58const client = new ElevenLabsClient({ apiKey: "your-api-key" });CODE
HIGH.claude/skills/agents/references/installation.md98client = ElevenLabs(api_key="your-api-key")CODE
HIGH.claude/skills/agents/references/installation.md106export ELEVENLABS_API_KEY="your-api-key"CODE
HIGH.claude/skills/bfl-api/SKILL.md172x-key: YOUR_API_KEYCODE
HIGH…laude/skills/bfl-api/references/webhook-integration.md25 -H "x-key: YOUR_API_KEY" \CODE
HIGH.claude/skills/bfl-api/references/endpoints.md25x-key: YOUR_API_KEYCODE
HIGH.claude/skills/bfl-api/references/endpoints.md158 -H "x-key: YOUR_API_KEY" \CODE
HIGH.claude/skills/bfl-api/references/endpoints.md180 -H "x-key: YOUR_API_KEY" \CODE
HIGH.claude/skills/bfl-api/references/endpoints.md200 -H "x-key: YOUR_API_KEY" \CODE
HIGH.claude/skills/bfl-api/references/endpoints.md212 -H "x-key: YOUR_API_KEY" \CODE
HIGH.claude/skills/bfl-api/references/endpoints.md224 -H "x-key: YOUR_API_KEY" \CODE
HIGH.claude/skills/bfl-api/references/endpoints.md238 -H "x-key: YOUR_API_KEY" \CODE
HIGH.claude/skills/bfl-api/references/rate-limiting.md137queue = RequestQueue("your-api-key")CODE
HIGH.claude/skills/bfl-api/references/rate-limiting.md187 client = AsyncRateLimitedClient("your-api-key")CODE
HIGH.claude/skills/bfl-api/references/polling-patterns.md165client = BFLClient("your-api-key")CODE
HIGH…ills/bfl-api/references/code-examples/curl-examples.sh6# Replace YOUR_API_KEY with your actual API key from https://dashboard.bfl.aiCOMMENT
HIGH…ills/bfl-api/references/code-examples/curl-examples.sh91# -H "x-key: YOUR_API_KEY" \COMMENT
HIGH…ills/bfl-api/references/code-examples/curl-examples.sh96# curl -s "POLLING_URL" -H "x-key: YOUR_API_KEY"COMMENT
12 more matches not shown…
Excessive Try-Catch Wrapping321 hits · 356 pts
SeverityFileLineSnippetContext
LOWtools/google_credentials.py115 except Exception as exc: # noqa: BLE001 - re-raised as actionable messageCODE
LOWtools/base_tool.py169 except Exception:CODE
LOWtools/base_tool.py196 except Exception as exc:CODE
LOWtools/capture/screen_recorder.py52 except Exception:CODE
LOWtools/capture/screen_recorder.py75 except Exception:CODE
LOWtools/capture/screen_recorder.py252 except Exception as exc:CODE
LOWtools/capture/screen_recorder.py392 except Exception:CODE
LOWtools/capture/cap_recorder.py135 except Exception:CODE
LOWtools/video/ltx_video_local.py92 except Exception as exc:CODE
LOWtools/video/minimax_video.py185 except Exception as e:CODE
LOWtools/video/kling_video.py189 except Exception as e:CODE
LOWtools/video/pexels_video.py189 except Exception as e:CODE
LOWtools/video/video_trimmer.py99 except Exception as e:CODE
LOWtools/video/hunyuan_video.py92 except Exception as exc:CODE
LOWtools/video/auto_reframe.py239 except Exception:CODE
LOWtools/video/auto_reframe.py329 except Exception:CODE
LOWtools/video/auto_reframe.py434 except Exception as e:CODE
LOWtools/video/auto_reframe.py504 except Exception:CODE
LOWtools/video/video_stitch.py169 except Exception as e:CODE
LOWtools/video/video_stitch.py217 except Exception:CODE
LOWtools/video/video_stitch.py268 except Exception:CODE
LOWtools/video/video_stitch.py827 except Exception as e:CODE
LOWtools/video/grok_video.py282 except Exception as e:CODE
LOWtools/video/green_screen_composite.py243 except Exception as e:CODE
LOWtools/video/green_screen_composite.py268 except Exception:CODE
LOWtools/video/cogvideo_video.py134 except Exception as exc:CODE
LOWtools/video/video_compose.py259 except Exception:CODE
LOWtools/video/video_compose.py351 except Exception as e:CODE
LOWtools/video/video_compose.py387 except Exception:CODE
LOWtools/video/video_compose.py794 except Exception as e:CODE
LOWtools/video/video_compose.py834 except Exception as e:CODE
LOWtools/video/video_compose.py929 except Exception:CODE
LOWtools/video/video_compose.py1007 except Exception:CODE
LOWtools/video/video_compose.py1011 except Exception as e: # pragma: no cover — never let the check itself break a renderCODE
LOWtools/video/video_compose.py1066 except Exception:CODE
LOWtools/video/video_compose.py1223 except Exception as e:CODE
LOWtools/video/video_compose.py1264 except Exception as e:CODE
LOWtools/video/video_compose.py1527 except Exception as e:CODE
LOWtools/video/video_compose.py1549 except Exception:CODE
LOWtools/video/video_compose.py1806 except Exception as e:CODE
LOWtools/video/video_compose.py1853 except Exception:CODE
LOWtools/video/video_compose.py1913 except Exception as e:CODE
LOWtools/video/video_compose.py2074 except Exception as e:CODE
LOWtools/video/video_compose.py2126 except Exception as e:CODE
LOWtools/video/video_compose.py2184 except Exception as e:CODE
LOWtools/video/video_compose.py2277 except Exception as e:CODE
LOWtools/video/video_compose.py2325 except Exception as e:CODE
LOWtools/video/_shared.py178 except Exception:CODE
LOWtools/video/_shared.py489 except Exception:CODE
LOWtools/video/_shared.py694 except Exception:CODE
LOWtools/video/wan_video.py94 except Exception as exc:CODE
LOWtools/video/veo_video.py299 except Exception as e:CODE
LOWtools/video/veo_video.py460 except Exception as e:CODE
LOWtools/video/veo_video.py510 except Exception as e:CODE
LOWtools/video/veo_video.py692 except Exception as e:CODE
LOWtools/video/green_screen_processor.py202 except Exception as e:CODE
LOWtools/video/green_screen_processor.py241 except Exception:CODE
LOWtools/video/green_screen_processor.py273 except Exception:CODE
LOWtools/video/green_screen_processor.py357 except Exception:CODE
LOWtools/video/green_screen_processor.py360 except Exception:CODE
261 more matches not shown…
Cross-File Repetition50 hits · 250 pts
SeverityFileLineSnippetContext
HIGHtools/video/video_selector.py0built at runtime from each provider's best_for field.STRING
HIGHtools/audio/tts_selector.py0built at runtime from each provider's best_for field.STRING
HIGHtools/graphics/image_selector.py0built at runtime from each provider's best_for field.STRING
HIGHtools/video/stock_sources/mixkit.py0download by resolving the detail page for the actual file url.STRING
HIGHtools/video/stock_sources/esa.py0download by resolving the detail page for the actual file url.STRING
HIGHtools/video/stock_sources/dareful.py0download by resolving the detail page for the actual file url.STRING
HIGHtools/video/stock_sources/jaxa.py0download by resolving the detail page for the actual file url.STRING
HIGHtools/video/stock_sources/noaa.py0download by resolving the detail page for the actual file url.STRING
HIGH…s/manimce-best-practices/examples/attention/helpers.py0map a value to a color based on its sign and magnitude.STRING
HIGH…s/manimce-best-practices/examples/attention/helpers.py0map a value to a color based on its sign and magnitude.STRING
HIGH…nimgl-best-practices/examples/weight_matrix_product.py0map a value to a color based on its sign and magnitude.STRING
HIGH…imgl-best-practices/examples/value_matrix_transform.py0map a value to a color based on its sign and magnitude.STRING
HIGH…nimgl-best-practices/examples/token_embeddings_flow.py0map a value to a color based on its sign and magnitude.STRING
HIGH…nimgl-best-practices/examples/weight_matrix_product.py0map a value to a color based on its sign and magnitude.STRING
HIGH…imgl-best-practices/examples/value_matrix_transform.py0map a value to a color based on its sign and magnitude.STRING
HIGH…nimgl-best-practices/examples/token_embeddings_flow.py0map a value to a color based on its sign and magnitude.STRING
HIGH…ls/manimgl-best-practices/examples/mlp_neurons_flow.py0map a value to a color based on its sign and magnitude.STRING
HIGH…/manimgl-best-practices/examples/token_to_embedding.py0map a value to a color based on its sign and magnitude.STRING
HIGH…/manimgl-best-practices/examples/probability_output.py0map a value to a color based on its sign and magnitude.STRING
HIGH…/manimgl-best-practices/examples/network_block_flow.py0map a value to a color based on its sign and magnitude.STRING
HIGH…gl-best-practices/examples/attention_arcs_animation.py0map a value to a color based on its sign and magnitude.STRING
HIGH…ls/manimgl-best-practices/examples/mlp_neurons_flow.py0map a value to a color based on its sign and magnitude.STRING
HIGH…/manimgl-best-practices/examples/token_to_embedding.py0map a value to a color based on its sign and magnitude.STRING
HIGH…/manimgl-best-practices/examples/probability_output.py0map a value to a color based on its sign and magnitude.STRING
HIGH…/manimgl-best-practices/examples/network_block_flow.py0map a value to a color based on its sign and magnitude.STRING
HIGH…gl-best-practices/examples/attention_arcs_animation.py0map a value to a color based on its sign and magnitude.STRING
HIGH…nimgl-best-practices/examples/weight_matrix_product.py0a column vector (embedding) with color-coded entries.STRING
HIGH…nimgl-best-practices/examples/token_embeddings_flow.py0a column vector (embedding) with color-coded entries.STRING
HIGH…nimgl-best-practices/examples/weight_matrix_product.py0a column vector (embedding) with color-coded entries.STRING
HIGH…nimgl-best-practices/examples/token_embeddings_flow.py0a column vector (embedding) with color-coded entries.STRING
HIGH…t-practices/examples/token_probability_distribution.py0build bar chart visualization of token probabilities.STRING
HIGH…manimgl-best-practices/examples/autoregressive_flow.py0build bar chart visualization of token probabilities.STRING
HIGH…t-practices/examples/token_probability_distribution.py0build bar chart visualization of token probabilities.STRING
HIGH…manimgl-best-practices/examples/autoregressive_flow.py0build bar chart visualization of token probabilities.STRING
HIGH…ls/manimgl-best-practices/examples/mlp_network_icon.py0maps a numeric value to a color based on sign and magnitude.STRING
HIGH…ls/manimgl-best-practices/examples/mlp_network_icon.py0maps a numeric value to a color based on sign and magnitude.STRING
HIGH…s/manimgl-best-practices/examples/mlp_weight_matrix.py0maps a numeric value to a color based on sign and magnitude.STRING
HIGH…s/manimgl-best-practices/examples/mlp_weight_matrix.py0maps a numeric value to a color based on sign and magnitude.STRING
HIGH…/manimgl-best-practices/examples/max_random_process.py0animation that randomizes a valuetracker's value at a given frequency.STRING
HIGH…manimgl-best-practices/examples/sqrt_random_process.py0animation that randomizes a valuetracker's value at a given frequency.STRING
HIGH…/manimgl-best-practices/examples/max_random_process.py0animation that randomizes a valuetracker's value at a given frequency.STRING
HIGH…manimgl-best-practices/examples/sqrt_random_process.py0animation that randomizes a valuetracker's value at a given frequency.STRING
HIGH…/manimgl-best-practices/examples/max_random_process.py0animation that leaves a trail of fading dots at specified positions.STRING
HIGH…manimgl-best-practices/examples/sqrt_random_process.py0animation that leaves a trail of fading dots at specified positions.STRING
HIGH…/manimgl-best-practices/examples/max_random_process.py0animation that leaves a trail of fading dots at specified positions.STRING
HIGH…manimgl-best-practices/examples/sqrt_random_process.py0animation that leaves a trail of fading dots at specified positions.STRING
HIGH…/manimgl-best-practices/examples/max_random_process.py0create a group with a tracker, arrow tip indicator, and label for a random variable on an axis.STRING
HIGH…manimgl-best-practices/examples/sqrt_random_process.py0create a group with a tracker, arrow tip indicator, and label for a random variable on an axis.STRING
HIGH…/manimgl-best-practices/examples/max_random_process.py0create a group with a tracker, arrow tip indicator, and label for a random variable on an axis.STRING
HIGH…manimgl-best-practices/examples/sqrt_random_process.py0create a group with a tracker, arrow tip indicator, and label for a random variable on an axis.STRING
Self-Referential Comments72 hits · 215 pts
SeverityFileLineSnippetContext
MEDIUM…ls/manimce-best-practices/examples/updater_patterns.py42 # Create a ValueTrackerCOMMENT
MEDIUM…ls/manimce-best-practices/examples/3d_visualization.py205 # Create a 3D objectCOMMENT
MEDIUM…ls/manimce-best-practices/examples/basic_animations.py64 # Create a grid of dotsCOMMENT
MEDIUM…ls/manimce-best-practices/examples/basic_animations.py133 # Create a pathCOMMENT
MEDIUM…ls/manimce-best-practices/examples/attention/scenes.py338 # Create the base gridCOMMENT
MEDIUM…kills/manimce-best-practices/templates/camera_scene.py26 # Create a grid of shapes to demonstrate camera movementCOMMENT
MEDIUM…/manimgl-best-practices/examples/light_polarization.py39 # Create the wave as a VGroup of vectors that update over timeCOMMENT
MEDIUM…/manimgl-best-practices/examples/light_polarization.py225 # Create the beam splitter cubeCOMMENT
MEDIUM…s/manimgl-best-practices/examples/transit_animation.py23 # Create the Sun (large yellow circle)COMMENT
MEDIUM…nimgl-best-practices/examples/weight_matrix_product.py96 # Create the weight matrixCOMMENT
MEDIUM…animgl-best-practices/examples/superposition_effect.py181 # Create a grid of possible 4-qubit statesCOMMENT
MEDIUM…ls/manimgl-best-practices/examples/mlp_network_icon.py20 # Create the MLP iconCOMMENT
MEDIUM…imgl-best-practices/examples/eigenvector_flow_field.py25 # Define the matrix for our linear systemCOMMENT
MEDIUM…imgl-best-practices/examples/eigenvector_flow_field.py37 # Define the derivative function for the linear systemCOMMENT
MEDIUM…imgl-best-practices/examples/eigenvector_flow_field.py83 # Create the lineCOMMENT
MEDIUM…est-practices/examples/wave_amplitude_visualization.py34 # Create a line of points along which the wave propagatesCOMMENT
MEDIUM…l-best-practices/examples/integration_visualization.py44 # Define a nice functionCOMMENT
MEDIUM…/manimgl-best-practices/examples/qubit_state_vector.py37 # Create the state vectorCOMMENT
MEDIUM…kills/manimgl-best-practices/examples/quantum_gates.py44 # Create the state vectorCOMMENT
MEDIUM…kills/manimgl-best-practices/examples/quantum_gates.py235 # Create a simple quantum circuit visualizationCOMMENT
MEDIUM…l-best-practices/examples/radial_wave_visualization.py113 # Create a grid of pointsCOMMENT
MEDIUM…gl-best-practices/examples/probability_distribution.py25 # Create a simple 4-state vector (2 qubit system)COMMENT
MEDIUM…nimgl-best-practices/examples/mlp_neuron_activation.py22 # Create a column of neurons (dots)COMMENT
MEDIUM…ractices/examples/eigenvector_matrix_transformation.py25 # Define the transformation matrixCOMMENT
MEDIUM…ractices/examples/eigenvector_matrix_transformation.py33 # Create main plane that will be transformedCOMMENT
MEDIUM…ractices/examples/eigenvector_matrix_transformation.py63 # Create a plane already in the eigenbasisCOMMENT
MEDIUM…/manimgl-best-practices/examples/token_to_embedding.py194 # Create the embedding columnsCOMMENT
MEDIUM…mgl-best-practices/examples/query_key_space_mapping.py97 # Create a vector in 3D spaceCOMMENT
MEDIUM…imgl-best-practices/examples/gradient_descent_basic.py11 # Create a simple 2D loss landscape (contour view)COMMENT
MEDIUM…s/manimgl-best-practices/examples/mlp_weight_matrix.py148 # Create a simple 4x3 matrix and 3x1 vectorCOMMENT
MEDIUM…ls/manimgl-best-practices/examples/lorenz_attractor.py180 # Create the curveSTRING
MEDIUM…gl-best-practices/examples/attention_arcs_animation.py78 # Create a row of embeddingsCOMMENT
MEDIUM…/manimgl-best-practices/examples/parallax_starfield.py33 # Create a reference cube to help visualize 3D spaceCOMMENT
MEDIUM…manimgl-best-practices/examples/zone_plate_hologram.py76 # Create the pattern with increasing resolutionCOMMENT
MEDIUM…ls/manimgl-best-practices/examples/mlp_forward_pass.py34 # Create the three arrows showing the pipelineCOMMENT
MEDIUM…lls/manimgl-best-practices/examples/bloch_sphere_3d.py44 # Create the state vectorCOMMENT
MEDIUM…ls/manimce-best-practices/examples/updater_patterns.py42 # Create a ValueTrackerCOMMENT
MEDIUM…ls/manimce-best-practices/examples/3d_visualization.py205 # Create a 3D objectCOMMENT
MEDIUM…ls/manimce-best-practices/examples/basic_animations.py64 # Create a grid of dotsCOMMENT
MEDIUM…ls/manimce-best-practices/examples/basic_animations.py133 # Create a pathCOMMENT
MEDIUM…ls/manimce-best-practices/examples/attention/scenes.py338 # Create the base gridCOMMENT
MEDIUM…kills/manimce-best-practices/templates/camera_scene.py26 # Create a grid of shapes to demonstrate camera movementCOMMENT
MEDIUM…/manimgl-best-practices/examples/light_polarization.py39 # Create the wave as a VGroup of vectors that update over timeCOMMENT
MEDIUM…/manimgl-best-practices/examples/light_polarization.py225 # Create the beam splitter cubeCOMMENT
MEDIUM…s/manimgl-best-practices/examples/transit_animation.py23 # Create the Sun (large yellow circle)COMMENT
MEDIUM…nimgl-best-practices/examples/weight_matrix_product.py96 # Create the weight matrixCOMMENT
MEDIUM…animgl-best-practices/examples/superposition_effect.py181 # Create a grid of possible 4-qubit statesCOMMENT
MEDIUM…ls/manimgl-best-practices/examples/mlp_network_icon.py20 # Create the MLP iconCOMMENT
MEDIUM…imgl-best-practices/examples/eigenvector_flow_field.py25 # Define the matrix for our linear systemCOMMENT
MEDIUM…imgl-best-practices/examples/eigenvector_flow_field.py37 # Define the derivative function for the linear systemCOMMENT
MEDIUM…imgl-best-practices/examples/eigenvector_flow_field.py83 # Create the lineCOMMENT
MEDIUM…est-practices/examples/wave_amplitude_visualization.py34 # Create a line of points along which the wave propagatesCOMMENT
MEDIUM…l-best-practices/examples/integration_visualization.py44 # Define a nice functionCOMMENT
MEDIUM…/manimgl-best-practices/examples/qubit_state_vector.py37 # Create the state vectorCOMMENT
MEDIUM…kills/manimgl-best-practices/examples/quantum_gates.py44 # Create the state vectorCOMMENT
MEDIUM…kills/manimgl-best-practices/examples/quantum_gates.py235 # Create a simple quantum circuit visualizationCOMMENT
MEDIUM…l-best-practices/examples/radial_wave_visualization.py113 # Create a grid of pointsCOMMENT
MEDIUM…gl-best-practices/examples/probability_distribution.py25 # Create a simple 4-state vector (2 qubit system)COMMENT
MEDIUM…nimgl-best-practices/examples/mlp_neuron_activation.py22 # Create a column of neurons (dots)COMMENT
MEDIUM…ractices/examples/eigenvector_matrix_transformation.py25 # Define the transformation matrixCOMMENT
12 more matches not shown…
Verbosity Indicators81 hits · 142 pts
SeverityFileLineSnippetContext
LOWtools/video/green_screen_composite.py147 # Step 1: Probe both videosCOMMENT
LOWtools/video/green_screen_composite.py157 # Step 2: Use the LOWER fps (typically 15fps from speaker)COMMENT
LOWtools/video/green_screen_composite.py169 # Step 3: Extract frames from both videosCOMMENT
LOWtools/video/green_screen_composite.py195 # Step 4: Composite each frame pairCOMMENT
LOWtools/video/green_screen_composite.py215 # Step 5: Encode composite frames to videoCOMMENT
LOWtools/video/green_screen_composite.py219 # Step 6: Mux audio if providedCOMMENT
LOWtools/video/green_screen_composite.py246 # Step 7: Clean up temp directoriesCOMMENT
LOWtools/video/video_compose.py590 # Step 2: Concat segmentsCOMMENT
LOWtools/video/video_compose.py607 # Step 3: Apply subtitles and/or replace audioCOMMENT
LOWtools/video/green_screen_processor.py128 # Step 1: Probe input videoCOMMENT
LOWtools/video/green_screen_processor.py138 # Step 2: Determine methodCOMMENT
LOWtools/video/green_screen_processor.py142 # Step 3: Set up temp directory for frame processingCOMMENT
LOWtools/video/green_screen_processor.py147 # Step 4: Extract frames at target fpsCOMMENT
LOWtools/video/green_screen_processor.py158 # Step 5: Process framesCOMMENT
LOWtools/video/green_screen_processor.py177 # Step 6: Reconstruct video from processed framesCOMMENT
LOWtools/video/silence_cutter.py119 # Step 1: Detect silence segmentsCOMMENT
LOWtools/video/silence_cutter.py143 # Step 2: Compute speech segments (inverse of silence)COMMENT
LOWtools/video/silence_cutter.py148 # Step 3: Handle based on modeCOMMENT
LOWtools/analysis/audio_energy.py122 # Step 1: Get audio durationCOMMENT
LOWtools/analysis/audio_energy.py142 # Step 2: Run ebur128 loudness analysisCOMMENT
LOWtools/analysis/audio_energy.py159 # Step 3: Parse momentary loudness (M:) valuesCOMMENT
LOWtools/analysis/audio_energy.py179 # Step 4: Downsample to 1-second intervals (average per second)COMMENT
LOWtools/analysis/audio_energy.py203 # Step 5: Find key momentsCOMMENT
LOWtools/analysis/audio_energy.py223 # Step 6: Find best window for video durationCOMMENT
LOWtools/analysis/audio_energy.py256 # Step 7: Loop recommendationCOMMENT
LOWtools/analysis/video_downloader.py192 # Step 1: Always get metadata firstCOMMENT
LOWtools/audio/suno_music.py157 # Step 1: Submit generation requestCOMMENT
LOWtools/audio/suno_music.py160 # Step 2: Poll for completionCOMMENT
LOWtools/audio/suno_music.py163 # Step 3: Download audioCOMMENT
LOWtools/audio/freesound_music.py131 # Step 1: Search for matching soundsCOMMENT
LOWtools/audio/freesound_music.py141 # Step 2: Pick the top result (sorted by rating)COMMENT
LOWtools/audio/freesound_music.py144 # Step 3: Download the HQ MP3 previewCOMMENT
LOWtools/audio/pixabay_music.py144 # Step 1: Search Pixabay MusicCOMMENT
LOWtools/audio/pixabay_music.py154 # Step 2: Filter by durationCOMMENT
LOWtools/audio/pixabay_music.py167 # Step 3: Pick the first matching trackCOMMENT
LOWtools/audio/pixabay_music.py170 # Step 4: Download the audioCOMMENT
LOWtools/audio/pixabay_music.py226 # Step 1: Fetch search page HTML (sets cookies)COMMENT
LOWtools/audio/pixabay_music.py235 # Step 2: Extract bootstrap URL and fetch track dataCOMMENT
LOWtools/audio/pixabay_music.py240 # Step 3: Fallback — scrape HTML directly (legacy strategies)COMMENT
LOWtests/qa/test_08_end_to_end.py471# Step 1: Mix narration + musicCOMMENT
LOWtests/qa/test_08_end_to_end.py501# Step 2: Compose videoCOMMENT
LOW…ts/skills/video-understand/scripts/understand_video.py436 # Step 1: Probe videoCOMMENT
LOW…ts/skills/video-understand/scripts/understand_video.py441 # Step 2: Extract framesCOMMENT
LOW…ts/skills/video-understand/scripts/understand_video.py464 # Step 3: Subsample if neededCOMMENT
LOW…ts/skills/video-understand/scripts/understand_video.py467 # Step 4: Assign timestampsCOMMENT
LOW…ts/skills/video-understand/scripts/understand_video.py482 # Step 5: TranscribeCOMMENT
LOW…ls/manimce-best-practices/examples/attention/scenes.py619 # Step 1: Show Q, K, VCOMMENT
LOW…ls/manimce-best-practices/examples/attention/scenes.py642 # Step 2: Compute Q·K^TCOMMENT
LOW…ls/manimce-best-practices/examples/attention/scenes.py660 # Step 3: ScaleCOMMENT
LOW…ls/manimce-best-practices/examples/attention/scenes.py672 # Step 4: SoftmaxCOMMENT
LOW…ls/manimce-best-practices/examples/attention/scenes.py684 # Step 5: Multiply by VCOMMENT
LOW…mgl-best-practices/examples/llm_prediction_pipeline.py80 # Step 1: Show inputCOMMENT
LOW…mgl-best-practices/examples/llm_prediction_pipeline.py88 # Step 2: Feed to modelCOMMENT
LOW…mgl-best-practices/examples/llm_prediction_pipeline.py105 # Step 3: Model processesCOMMENT
LOW…mgl-best-practices/examples/llm_prediction_pipeline.py113 # Step 4: Output distributionCOMMENT
LOW…mgl-best-practices/examples/llm_prediction_pipeline.py127 # Step 5: Sample and addCOMMENT
LOW…manimgl-best-practices/examples/equation_transforms.py30 # Step 1: Start with general quadraticCOMMENT
LOW…manimgl-best-practices/examples/equation_transforms.py40 # Step 2: Divide by aCOMMENT
LOW…manimgl-best-practices/examples/equation_transforms.py56 # Step 3: Complete the squareCOMMENT
LOW…manimgl-best-practices/examples/equation_transforms.py72 # Step 4: Isolate the squared termCOMMENT
21 more matches not shown…
Deep Nesting123 hits · 116 pts
SeverityFileLineSnippetContext
LOWtools/tool_registry.py87CODE
LOWtools/base_tool.py25CODE
LOWtools/base_tool.py304CODE
LOWtools/capture/screen_capture_selector.py160CODE
LOWtools/capture/screen_recorder.py35CODE
LOWtools/capture/screen_recorder.py57CODE
LOWtools/capture/cap_recorder.py44CODE
LOWtools/capture/cap_recorder.py86CODE
LOWtools/capture/cap_recorder.py113CODE
LOWtools/capture/cap_recorder.py140CODE
LOWtools/capture/cap_recorder.py257CODE
LOWtools/video/pexels_video.py109CODE
LOWtools/video/video_trimmer.py86CODE
LOWtools/video/video_trimmer.py182CODE
LOWtools/video/auto_reframe.py271CODE
LOWtools/video/video_stitch.py148CODE
LOWtools/video/video_stitch.py175CODE
LOWtools/video/video_stitch.py481CODE
LOWtools/video/video_stitch.py780CODE
LOWtools/video/green_screen_composite.py308CODE
LOWtools/video/remotion_caption_burn.py182CODE
LOWtools/video/video_compose.py332CODE
LOWtools/video/video_compose.py390CODE
LOWtools/video/video_compose.py1190CODE
LOWtools/video/video_compose.py1975CODE
LOWtools/video/_shared.py659CODE
LOWtools/video/veo_video.py282CODE
LOWtools/video/green_screen_processor.py244CODE
LOWtools/video/green_screen_processor.py298CODE
LOWtools/video/green_screen_processor.py442CODE
LOWtools/video/green_screen_processor.py597CODE
LOWtools/video/clip_cache.py261CODE
LOWtools/video/pixabay_video.py117CODE
LOWtools/video/clip_search.py186CODE
LOWtools/video/direct_clip_search.py245CODE
LOWtools/video/corpus_builder.py239CODE
LOWtools/video/corpus_builder.py433CODE
LOWtools/video/hyperframes_compose.py390CODE
LOWtools/video/hyperframes_compose.py814CODE
LOWtools/video/gemini_omni_video.py283CODE
LOWtools/video/video_selector.py447CODE
LOWtools/video/stock_sources/mixkit.py140CODE
LOWtools/video/stock_sources/mixkit.py204CODE
LOWtools/video/stock_sources/nasa.py115CODE
LOWtools/video/stock_sources/videvo.py152CODE
LOWtools/video/stock_sources/unsplash.py72CODE
LOWtools/video/stock_sources/nara.py183CODE
LOWtools/video/stock_sources/wikimedia.py111CODE
LOWtools/video/stock_sources/archive_org.py182CODE
LOWtools/video/stock_sources/loc.py98CODE
LOWtools/video/stock_sources/loc.py219CODE
LOWtools/video/stock_sources/pexels.py71CODE
LOWtools/video/stock_sources/pixabay_video.py111CODE
LOWtools/video/stock_sources/esa.py136CODE
LOWtools/video/stock_sources/esa.py191CODE
LOWtools/video/stock_sources/dareful.py122CODE
LOWtools/video/stock_sources/dareful.py175CODE
LOWtools/video/stock_sources/coverr.py129CODE
LOWtools/video/stock_sources/jaxa.py135CODE
LOWtools/video/stock_sources/jaxa.py196CODE
63 more matches not shown…
Over-Commented Block50 hits · 45 pts
SeverityFileLineSnippetContext
LOWtools/video/video_compose.py481 "or operation='remotion_render' for compositions "COMMENT
LOWtools/video/video_compose.py501 "ffmpeg", "-y",COMMENT
LOWtools/video/stock_sources/archive_org.py61 "Matroska", # mkvCOMMENT
LOW…ic-to-video/references/templates/card-flyby/index.html201 <script>COMMENT
LOW…ferences/templates/roll-flipbook-word-cycle/index.html101 (function () {COMMENT
LOW…/references/templates/intro-kinetic-cascade/index.html161 // ────────────────────────────────────────────────────────────────────COMMENT
LOW…references/templates/split-anchor-word-slot/index.html181 // data (the `anchors` comma-list). Asset-free: text + colored boxes.COMMENT
LOW…deo/references/templates/poster-tile-mosaic/index.html121 >COMMENT
LOW…deo/references/templates/poster-tile-mosaic/index.html141 // OP B holdRecolor : all tiles snap on at once, positions LOCKED, theCOMMENT
LOW…/skills/remotion-to-hyperframes/scripts/frame_strip.sh1#!/usr/bin/env bashCOMMENT
LOW…/skills/remotion-to-hyperframes/scripts/render_diff.sh1#!/usr/bin/env bashCOMMENT
LOW…/skills/remotion-to-hyperframes/scripts/tests/smoke.sh1#!/usr/bin/env bashCOMMENT
LOW…ills/remotion-to-hyperframes/assets/test-corpus/run.sh1#!/usr/bin/env bashCOMMENT
LOW…test-corpus/tier-4-escape-hatch/cases/01-use-state.tsx1// T4 case 01 — useState drives animation.COMMENT
LOW…-corpus/tier-4-escape-hatch/cases/06-warnings-only.tsx1// T4 case 06 — Patterns that warn but don't block.COMMENT
LOW…-corpus/tier-4-escape-hatch/cases/05-lambda-config.tsx1// T4 case 05 — Imports @remotion/lambda for distributed rendering config.COMMENT
LOW…pus/tier-4-escape-hatch/cases/04-third-party-react.tsx1// T4 case 04 — Imports from a third-party React UI library.COMMENT
LOW…st-corpus/tier-4-escape-hatch/cases/07-custom-hook.tsx1// T4 case 07 — Locally-defined custom hook.COMMENT
LOW…ssets/test-corpus/tier-3-data-driven/hf-src/index.html181 // Remotion structure:COMMENT
LOW…frames-animation/examples/concept-demo-decode-pan.html441 // ============================================================COMMENT
LOW…hyperframes-animation/examples/cta-orbit-collapse.html841 const W = 1920,COMMENT
LOW.agents/skills/threejs-shaders/SKILL.md41COMMENT
LOW.agents/skills/threejs-interaction/SKILL.md41```javascriptCOMMENT
LOW…lls/hyperframes-creative/scripts/extract-audio-data.py21import sysCOMMENT
LOW…ts/skills/hyperframes-creative/palettes/pastel-soft.md1# Pastel / SoftCOMMENT
LOW…s/skills/hyperframes-creative/palettes/nature-earth.md1# Nature / EarthCOMMENT
LOW…skills/hyperframes-creative/palettes/warm-editorial.md1# Warm / EditorialCOMMENT
LOW…skills/hyperframes-creative/palettes/bold-energetic.md1# Bold / EnergeticCOMMENT
LOW…s/skills/hyperframes-creative/palettes/dark-premium.md1# Dark / PremiumCOMMENT
LOW…nts/skills/hyperframes-creative/palettes/jewel-rich.md1# Jewel / RichCOMMENT
LOW…/skills/hyperframes-creative/palettes/neon-electric.md1# Neon / ElectricCOMMENT
LOW…kills/hyperframes-creative/palettes/clean-corporate.md1# Clean / CorporateCOMMENT
LOW…nts/skills/hyperframes-creative/palettes/monochrome.md1# MonochromeCOMMENT
LOW…ills/bfl-api/references/code-examples/curl-examples.sh1#!/bin/bashCOMMENT
LOW…ills/bfl-api/references/code-examples/curl-examples.sh81curl -s -o output.png "${IMAGE_URL}"COMMENT
LOW…ills/bfl-api/references/code-examples/curl-examples.sh121COMMENT
LOW…ills/bfl-api/references/code-examples/curl-examples.sh141# FLUX.2 [klein] 9B - Fast with better qualityCOMMENT
LOW…/manimce-best-practices/examples/attention/__init__.py1# Attention Visualization PackageCOMMENT
LOW…skills/manimce-best-practices/templates/basic_scene.py21 # ============================================================COMMENT
LOW…gents/skills/manimgl-best-practices/rules/embedding.md301 # In the shell, test different timings:COMMENT
LOW.claude/skills/threejs-shaders/SKILL.md41COMMENT
LOW.claude/skills/threejs-interaction/SKILL.md41```javascriptCOMMENT
LOW…ills/bfl-api/references/code-examples/curl-examples.sh1#!/bin/bashCOMMENT
LOW…ills/bfl-api/references/code-examples/curl-examples.sh81curl -s -o output.png "${IMAGE_URL}"COMMENT
LOW…ills/bfl-api/references/code-examples/curl-examples.sh121COMMENT
LOW…ills/bfl-api/references/code-examples/curl-examples.sh141# FLUX.2 [klein] 9B - Fast with better qualityCOMMENT
LOW…/manimce-best-practices/examples/attention/__init__.py1# Attention Visualization PackageCOMMENT
LOW…skills/manimce-best-practices/templates/basic_scene.py21 # ============================================================COMMENT
LOW…laude/skills/manimgl-best-practices/rules/embedding.md301 # In the shell, test different timings:COMMENT
LOWscripts/scaffold_atelier_project.py81""")COMMENT
Modern AI Meta-Vocabulary10 hits · 28 pts
SeverityFileLineSnippetContext
MEDIUMtools/video/video_compose.py1957 # hallucinations; we just want to know "did 90%+ of the script'sCOMMENT
MEDIUMtools/analysis/video_understand.py412 # CLIP is not a captioning model; use zero-shot classificationCOMMENT
MEDIUMtests/tools/test_azure_stt.py185# ---- execute() guardrails + mocked success ----COMMENT
MEDIUMtests/qa/test_09_hyperframes_compose.py128 # A fresh scaffold should lint clean; if it doesn't, the generator has a bug.COMMENT
MEDIUM…skills/hyperframes-cli/references/init-and-scaffold.md35npx hyperframes capture https://stripe.com # scaffold from a websiteCODE
MEDIUM…skills/hyperframes-cli/references/init-and-scaffold.md35npx hyperframes capture https://stripe.com # scaffold from a websiteCODE
MEDIUM.agents/skills/agents/references/agent-configuration.md277### guardrailsCOMMENT
MEDIUM.agents/skills/agents/references/agent-configuration.md368## Knowledge Base / RAGCOMMENT
MEDIUM.claude/skills/agents/references/agent-configuration.md277### guardrailsCOMMENT
MEDIUM.claude/skills/agents/references/agent-configuration.md368## Knowledge Base / RAGCOMMENT
Synthetic Comment Markers4 hits · 28 pts
SeverityFileLineSnippetContext
HIGHtools/video/video_compose.py495 # in Pexels / AI-generated clips), stream-copy can produceCOMMENT
HIGHremotion-composer/src/Explainer.tsx246 backgroundImage?: string; // AI-generated or stock image rendered behind the componentCODE
HIGHremotion-composer/src/Explainer.tsx464// Background image layer — renders an AI-generated/stock image behind data componentsCOMMENT
HIGHskills/pipelines/animation/executive-producer.md48 # clip_video — AI-generated video clips composited as a storyCOMMENT
Fake / Example Data26 hits · 26 pts
SeverityFileLineSnippetContext
LOWtools/_kling/omni.py20 "placeholder": f"<<<image_{index}>>>",CODE
LOWtools/_kling/omni.py39 placeholders = " ".join(item["placeholder"] for item in references)CODE
LOWtools/graphics/kling_official_image.py344 "placeholder": f"<<<image_{len(image_list)}>>>",CODE
LOWtests/tools/test_azure_stt.py68 monkeypatch.setenv("AZURE_SPEECH_KEY", "fake-key")CODE
LOWtests/tools/test_azure_stt.py129 monkeypatch.setenv("AZURE_SPEECH_KEY", "fake-key")CODE
LOWtests/tools/test_azure_stt.py135 monkeypatch.setenv("AZURE_SPEECH_KEY", "fake-key")CODE
LOWtests/tools/test_azure_stt.py229 assert captured["headers"]["Ocp-Apim-Subscription-Key"] == "fake-key"CODE
LOWtests/contracts/test_kling_official_image.py88 assert request["references_used"][0]["placeholder"] == "<<<image_1>>>"CODE
LOWtests/contracts/test_kling_official_image.py247 assert result.data["references_used"][0]["placeholder"] == "<<<image_1>>>"CODE
LOWtests/contracts/test_dashscope_tools.py123 monkeypatch.setenv("DASHSCOPE_API_KEY", "fake-key-for-testing")CODE
LOWtests/contracts/test_dashscope_tools.py343 monkeypatch.setenv("DASHSCOPE_API_KEY", "fake-key")CODE
LOWtests/contracts/test_dashscope_tools.py594 monkeypatch.setenv("DASHSCOPE_API_KEY", "fake-key-for-testing")CODE
LOWtests/contracts/test_dashscope_tools.py601 monkeypatch.setenv("DASHSCOPE_API_KEY", "fake-key-for-testing")CODE
LOWtests/contracts/test_dashscope_tools.py608 monkeypatch.setenv("DASHSCOPE_API_KEY", "fake-key-for-testing")CODE
LOWtests/contracts/test_dashscope_tools.py391 monkeypatch.setenv("DASHSCOPE_API_KEY", "fake-key")CODE
LOWtests/contracts/test_kling_official_core.py61 def __init__(self, api_key="fake-key", base_url="https://api.example.test"):CODE
LOW.agents/skills/heygen/references/templates.md320 company: "Acme Inc",CODE
LOW.agents/skills/heygen/references/templates.md324 name: "Jane Doe",CODE
LOW.agents/skills/playwright-recording/reference.md204await page.fill('#email', 'user@example.com');CODE
LOW.agents/skills/avatar-video/references/templates.md320 company: "Acme Inc",CODE
LOW.agents/skills/avatar-video/references/templates.md324 name: "Jane Doe",CODE
LOW.claude/skills/heygen/references/templates.md320 company: "Acme Inc",CODE
LOW.claude/skills/heygen/references/templates.md324 name: "Jane Doe",CODE
LOW.claude/skills/playwright-recording/reference.md204await page.fill('#email', 'user@example.com');CODE
LOW.claude/skills/avatar-video/references/templates.md320 company: "Acme Inc",CODE
LOW.claude/skills/avatar-video/references/templates.md324 name: "Jane Doe",CODE
AI Structural Patterns20 hits · 19 pts
SeverityFileLineSnippetContext
LOWtests/eval/bench_runner.py54CODE
LOW…ts/skills/video-understand/scripts/understand_video.py517CODE
LOW…ills/bfl-api/references/code-examples/python-client.py139CODE
LOW…s/manimce-best-practices/examples/attention/helpers.py89CODE
LOW…s/manimce-best-practices/examples/attention/helpers.py161CODE
LOW…ls/manimgl-best-practices/examples/attention_scenes.py84CODE
LOW…ls/manimgl-best-practices/examples/attention_scenes.py126CODE
LOW…ls/manimgl-best-practices/examples/attention_scenes.py205CODE
LOW…/manimgl-best-practices/examples/spring_mass_system.py24CODE
LOW…s/manimgl-best-practices/examples/tokenization_demo.py39CODE
LOW…de/skills/video-understand/scripts/understand_video.py517CODE
LOW…ills/bfl-api/references/code-examples/python-client.py139CODE
LOW…s/manimce-best-practices/examples/attention/helpers.py89CODE
LOW…s/manimce-best-practices/examples/attention/helpers.py161CODE
LOW…ls/manimgl-best-practices/examples/attention_scenes.py84CODE
LOW…ls/manimgl-best-practices/examples/attention_scenes.py126CODE
LOW…ls/manimgl-best-practices/examples/attention_scenes.py205CODE
LOW…/manimgl-best-practices/examples/spring_mass_system.py24CODE
LOW…s/manimgl-best-practices/examples/tokenization_demo.py39CODE
LOWlib/checkpoint.py336CODE
Cross-Language Confusion3 hits · 15 pts
SeverityFileLineSnippetContext
HIGHtools/video/video_compose.py295 "Run 'cd remotion-composer && npm install' to enable Remotion rendering."CODE
HIGHtools/video/video_compose.py765 f"Run `cd remotion-composer && npm install` first."CODE
HIGHtools/video/video_compose.py1434 f" 1. Fix Remotion setup (cd remotion-composer && npm install)\n"CODE
AI Slop Vocabulary6 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUMtools/video/video_compose.py1959 # side is robust to transcription noise.COMMENT
MEDIUMtools/analysis/visual_qa.py208 # Get comprehensive probe dataCOMMENT
MEDIUMtools/analysis/video_analyzer.py1"""Video analyzer tool — comprehensive reference video analysis.STRING
MEDIUM…-video/references/motion-primitives/assets/gsap.min.js10!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?defCODE
MEDIUM…/skills/remotion-to-hyperframes/scripts/tests/smoke.sh2# smoke.sh — exercise the eval harness scripts against synthetic inputs.COMMENT
MEDIUM…/skills/remotion-to-hyperframes/scripts/tests/smoke.sh6# Asserts the harness produces sensible output without depending on a realCOMMENT
Redundant / Tautological Comments8 hits · 12 pts
SeverityFileLineSnippetContext
LOWtools/video/auto_reframe.py367 # Check if face position is stable (talking head usually is)COMMENT
LOWtools/video/video_compose.py2294 # Check if output has subtitle streamCOMMENT
LOWtools/video/video_compose.py2314 # Check if subtitle_path was used (burned in)COMMENT
LOW…kills/manimce-best-practices/templates/camera_scene.py76 # Set camera to follow the dotCOMMENT
LOW…nimgl-best-practices/examples/collision_phase_space.py258 # Check if still inside circleCOMMENT
LOW…kills/manimce-best-practices/templates/camera_scene.py76 # Set camera to follow the dotCOMMENT
LOW…nimgl-best-practices/examples/collision_phase_space.py258 # Check if still inside circleCOMMENT
LOWstyles/playbook_loader.py261 # Check if lightness difference alone saves them.COMMENT
Example Usage Blocks8 hits · 12 pts
SeverityFileLineSnippetContext
LOW…/skills/remotion-to-hyperframes/scripts/frame_strip.sh7# Usage:COMMENT
LOW…/skills/remotion-to-hyperframes/scripts/render_diff.sh8# Usage:COMMENT
LOW…ills/remotion-to-hyperframes/assets/test-corpus/run.sh9# Usage:COMMENT
LOW…mes/assets/test-corpus/tier-4-escape-hatch/validate.sh8# Usage:COMMENT
LOW.agents/skills/d3-viz/assets/interactive-template.jsx207// Example usageCOMMENT
LOW.agents/skills/d3-viz/assets/chart-template.jsx89// Example usageCOMMENT
LOW.claude/skills/d3-viz/assets/interactive-template.jsx207// Example usageCOMMENT
LOW.claude/skills/d3-viz/assets/chart-template.jsx89// Example usageCOMMENT
Modern Structural Boilerplate6 hits · 6 pts
SeverityFileLineSnippetContext
LOWtools/video/stock_sources/__init__.py28__all__ = [CODE
LOWtools/_kling/__init__.py6__all__ = ["KlingAPIError", "KlingClient", "is_retryable_kling_error"]CODE
LOW…ills/bfl-api/references/code-examples/python-client.py29logger = logging.getLogger(__name__)CODE
LOW…ills/bfl-api/references/code-examples/python-client.py29logger = logging.getLogger(__name__)CODE
LOWlib/verify_scene_pacing.py134__all__ = ["step_duration", "trace", "assert_alignment", "Landmark"]CODE
LOWlib/source_media_review.py20logger = logging.getLogger(__name__)CODE