Repository Analysis

WebODM/WebODM

User-friendly, commercial-grade software for processing aerial imagery. ✈️ Download it for free!

9.9 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of WebODM/WebODM, a Python project with 4,036 GitHub stars. SynthScan v2.0 examined 62,546 lines of code across 656 source files, recording 490 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 9.9 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

9.9
Adjusted Score
9.9
Raw Score
100%
Time Factor
2026-07-12
Last Push
4.0K
Stars
Python
Language
62.5K
Lines of Code
656
Files
490
Pattern Hits
2026-07-14
Scan Date
0.01
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

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

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 7HIGH 1MEDIUM 44LOW 438

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 490 distinct pattern matches across 13 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.

Unused Imports199 hits · 197 pts
SeverityFileLineSnippetContext
LOWmanage.py14CODE
LOWnodeodm/models.py1CODE
LOWnodeodm/apps.py1CODE
LOWnodeodm/tests.py4CODE
LOWnodeodm/views.py1CODE
LOWapp/boot.py2CODE
LOWapp/boot.py6CODE
LOWapp/boot.py18CODE
LOWapp/boot.py19CODE
LOWapp/boot.py21CODE
LOWapp/raster_utils.py8CODE
LOWapp/geoutils.py6CODE
LOWapp/admin.py31CODE
LOWapp/video.py2CODE
LOWapp/video.py4CODE
LOWapp/classes/gcp.py1CODE
LOWapp/plugins/__init__.py1CODE
LOWapp/plugins/__init__.py1CODE
LOWapp/plugins/__init__.py2CODE
LOWapp/plugins/__init__.py3CODE
LOWapp/plugins/__init__.py4CODE
LOWapp/plugins/__init__.py5CODE
LOWapp/plugins/views.py3CODE
LOWapp/plugins/views.py4CODE
LOWapp/plugins/views.py5CODE
LOWapp/plugins/views.py6CODE
LOWapp/plugins/views.py8CODE
LOWapp/tests/test_api_export.py1CODE
LOWapp/tests/test_api_export.py3CODE
LOWapp/tests/test_api_export.py7CODE
LOWapp/tests/test_api_export.py8CODE
LOWapp/tests/test_api_export.py12CODE
LOWapp/tests/test_api_export.py22CODE
LOWapp/tests/test_api_export.py28CODE
LOWapp/tests/test_oidc.py2CODE
LOWapp/tests/test_oidc.py2CODE
LOWapp/tests/test_oidc.py4CODE
LOWapp/tests/test_oidc.py5CODE
LOWapp/tests/test_oidc.py6CODE
LOWapp/tests/test_oidc.py7CODE
LOWapp/tests/test_oidc.py8CODE
LOWapp/tests/test_login.py1CODE
LOWapp/tests/test_api_admin.py10CODE
LOWapp/tests/test_cleanup.py1CODE
LOWapp/tests/test_cleanup.py2CODE
LOWapp/tests/test_panorama.py1CODE
LOWapp/tests/test_panorama.py3CODE
LOWapp/tests/test_auto_login.py1CODE
LOWapp/tests/test_api_task_import.py6CODE
LOWapp/tests/test_api_task_import.py7CODE
LOWapp/tests/test_media.py3CODE
LOWapp/tests/test_crop.py3CODE
LOWapp/tests/test_theme.py1CODE
LOWapp/tests/test_theme.py2CODE
LOWapp/tests/test_theme.py4CODE
LOWapp/tests/test_task_wkt.py3CODE
LOWapp/tests/test_external_auth.py1CODE
LOWapp/tests/test_external_auth.py3CODE
LOWapp/tests/test_api_task_external_import.py2CODE
LOWapp/tests/classes.py3CODE
139 more matches not shown…
Excessive Try-Catch Wrapping108 hits · 132 pts
SeverityFileLineSnippetContext
LOWnodeodm/models.py217 except Exception as e:CODE
LOWapp/net.py56 except Exception:CODE
LOWapp/imageutils.py17 except Exception:CODE
LOWapp/imageutils.py24 except Exception:CODE
LOWapp/imageutils.py69 except Exception:CODE
MEDIUMapp/imageutils.py6def is_panorama(filepath):CODE
MEDIUMapp/imageutils.py28def extract_gps_from_image(filepath):CODE
LOWapp/admin.py270 except Exception as e:CODE
LOWapp/admin.py282 except Exception as e:CODE
LOWapp/admin.py291 except Exception as e:CODE
LOWapp/admin.py341 except Exception as e:CODE
MEDIUMapp/admin.py264def plugin_enable(self, request, plugin_name, *args, **kwargs):CODE
MEDIUMapp/admin.py276def plugin_disable(self, request, plugin_name, *args, **kwargs):CODE
MEDIUMapp/admin.py288def plugin_delete(self, request, plugin_name, *args, **kwargs):CODE
LOWapp/cogeo.py112 except Exception as e:CODE
LOWapp/pointcloud_utils.py62 except Exception as e:CODE
LOWapp/video.py29 except Exception as e:CODE
LOWapp/video.py355 except Exception as e:CODE
LOWapp/video.py402 except Exception as e:CODE
LOWapp/video.py427 except Exception as e:CODE
MEDIUMapp/video.py350def extract_gps_from_srt(srt_path):CODE
LOWapp/templatetags/settings.py134 except Exception as e:CODE
MEDIUMapp/templatetags/settings.py92def settings_image_url(context, image):CODE
LOWapp/plugins/functions.py38 except Exception as e:CODE
LOWapp/plugins/functions.py165 except Exception as e:CODE
LOWapp/plugins/functions.py245 except Exception as e:CODE
LOWapp/plugins/functions.py260 except Exception as e:CODE
LOWapp/plugins/functions.py335 except Exception as e:CODE
LOWapp/plugins/functions.py345 except Exception as e:CODE
LOWapp/management/commands/cleanup.py36 except Exception as e:CODE
MEDIUMapp/management/commands/cleanup.py37 print(f"Error while removing {folder}: {str(e)}")CODE
LOWapp/management/commands/cluster.py386 except Exception as e:CODE
MEDIUMapp/models/task.py473def duplicate(self, set_new_name=True):CODE
MEDIUMapp/models/task.py1636def update_size(self, commit=False):CODE
LOWapp/models/task.py157 except Exception as e:CODE
LOWapp/models/task.py442 except Exception as e:CODE
LOWapp/models/task.py490 except Exception as e:CODE
LOWapp/models/task.py502 except Exception as e:CODE
LOWapp/models/task.py543 except Exception as e:CODE
LOWapp/models/task.py1111 except Exception as e:CODE
LOWapp/models/task.py1263 except Exception as e:CODE
LOWapp/models/task.py1350 except Exception:CODE
LOWapp/models/task.py1420 except Exception as e:CODE
LOWapp/models/task.py1505 except Exception as e:CODE
LOWapp/models/task.py1540 except Exception as e:CODE
LOWapp/models/task.py1648 except Exception as e:CODE
LOWapp/models/task.py1665 except Exception as e:CODE
LOWapp/models/task.py1736 except Exception as e:CODE
LOWapp/models/project.py56 except Exception as e:CODE
LOWapp/models/project.py128 except Exception as e:CODE
MEDIUMapp/models/project.py103def duplicate(self, new_owner=None):CODE
LOWapp/scripts/install_ffmpeg.py53 except Exception as e:CODE
LOWapp/api/media.py404 except Exception as e:CODE
LOWapp/api/externalauth.py39 except Exception as e:CODE
LOWapp/api/tiler.py648 except Exception as e:CODE
LOWapp/api/workers.py47 except Exception as e:CODE
LOWapp/views/oidc.py126 except Exception as e:CODE
LOWapp/views/oidc.py148 except Exception as e:CODE
MEDIUMapp/views/oidc.py25def get_oidc_provider(provider_index):CODE
LOWapp/views/dev.py72 except Exception as e:CODE
48 more matches not shown…
Hallucination Indicators7 hits · 70 pts
SeverityFileLineSnippetContext
CRITICALapp/tests/test_app.py12from django.core.exceptions import ValidationErrorCODE
CRITICALapp/tests/test_settings.py4from django.core.exceptions import ValidationErrorCODE
CRITICALapp/models/task.py30from django.core.exceptions import ValidationError, SuspiciousFileOperationCODE
CRITICALapp/models/setting.py5from django.core.exceptions import ValidationErrorCODE
CRITICALapp/api/fields.py5from django.core.exceptions import ValidationErrorCODE
CRITICALcoreplugins/snapshot/public/main.js71 var mapTitle = options.map._container.parentElement.parentElement.parentElement.querySelector(".map-title");CODE
CRITICALcoreplugins/snapshot/public/main.js94 var modelTitle = options.viewer.renderArea.parentElement.parentElement.parentElement.parentElement.querySelector("CODE
Deep Nesting70 hits · 62 pts
SeverityFileLineSnippetContext
LOWapp/raster_utils.py91CODE
LOWapp/geoutils.py21CODE
LOWapp/imageutils.py28CODE
LOWapp/admin.py297CODE
LOWapp/video.py56CODE
LOWapp/video.py212CODE
LOWapp/auth/backends.py23CODE
LOWapp/classes/gcp.py14CODE
LOWapp/plugins/functions.py84CODE
LOWapp/plugins/functions.py144CODE
LOWapp/plugins/functions.py176CODE
LOWapp/plugins/plugin_base.py20CODE
LOWapp/tests/test_api_export.py40CODE
LOWapp/tests/test_api_export.py192CODE
LOWapp/tests/test_api_task_external_import.py45CODE
LOWapp/tests/test_api_task.py55CODE
LOWapp/management/commands/translate.py20CODE
LOWapp/management/commands/cleanup.py18CODE
LOWapp/management/commands/cluster.py22CODE
LOWapp/management/commands/cluster.py55CODE
LOWapp/management/commands/cluster.py88CODE
LOWapp/management/commands/cluster.py340CODE
LOWapp/management/commands/cluster.py414CODE
LOWapp/models/task.py101CODE
LOWapp/models/task.py336CODE
LOWapp/models/task.py415CODE
LOWapp/models/task.py473CODE
LOWapp/models/task.py522CODE
LOWapp/models/task.py552CODE
LOWapp/models/task.py589CODE
LOWapp/models/task.py610CODE
LOWapp/models/task.py683CODE
LOWapp/models/task.py976CODE
LOWapp/models/task.py1237CODE
LOWapp/models/task.py1320CODE
LOWapp/models/task.py1592CODE
LOWapp/models/task.py1636CODE
LOWapp/models/project.py37CODE
LOWapp/models/project.py103CODE
LOWapp/scripts/install_ffmpeg.py10CODE
LOWapp/api/media.py65CODE
LOWapp/api/media.py212CODE
LOWapp/api/media.py364CODE
LOWapp/api/tasks.py712CODE
LOWapp/api/tasks.py842CODE
LOWapp/api/tasks.py933CODE
LOWapp/api/externalauth.py14CODE
LOWapp/api/tiler.py150CODE
LOWapp/api/tiler.py333CODE
LOWapp/api/processingnodes.py66CODE
LOWapp/api/panorama.py40CODE
LOWapp/api/projects.py155CODE
LOWapp/api/jwt.py25CODE
LOWapp/views/oidc.py83CODE
LOWapp/views/dev.py35CODE
LOWcoreplugins/lightning/api.py12CODE
LOWcoreplugins/lightning/api.py57CODE
LOWcoreplugins/lightning/api.py93CODE
LOWcoreplugins/lightning/api.py110CODE
LOWcoreplugins/cesiumion/api_views.py219CODE
10 more matches not shown…
Hyper-Verbose Identifiers48 hits · 49 pts
SeverityFileLineSnippetContext
LOWnodeodm/models.py101 def get_available_options_json(self, pretty=False):CODE
LOWnodeodm/tests.py56 def test_online_processing_node(self):CODE
LOWnodeodm/tests.py74 def test_offline_processing_node(self):CODE
LOWnodeodm/tests.py79 def test_auto_update_node_info(self):CODE
LOWnodeodm/tests.py84 def test_client_api_and_task_methods(self):CODE
LOWnodeodm/tests.py172 def test_find_best_available_node_and_is_online(self):CODE
LOWapp/testwatch.py25 def execute_intercept_function_replacement(self, fname, *args, **kwargs):CODE
LOWapp/raster_utils.py25def extension_for_export_format(export_format):CODE
LOWapp/raster_utils.py75def compute_block_aligned_subwindows(src, win):CODE
LOWapp/net.py9def is_dns_resolution_problem(e):CODE
LOWapp/net.py42def create_connection_custom_dns(address, *args, **kwargs):CODE
LOWapp/geoutils.py137def get_srs_name_units_from_epsg_or_wkt(epsg, wkt):CODE
LOWapp/geoutils.py174def get_rasterio_to_meters_factor(rasterio_ds):CODE
LOWapp/geoutils.py191def utm_transformers_from_lonlat(lon, lat):CODE
LOWapp/pointcloud_utils.py55def is_pointcloud_georeferenced(laz_path):CODE
LOWapp/video.py409def extract_jpeg_bytes_from_video(video_path, width=256, timestamp="00:00:01", quality=4):CODE
LOWapp/templatetags/processingnode_extras.py11def get_visible_processing_nodes(context):CODE
LOWapp/templatetags/processingnode_extras.py20def can_view_processing_nodes(context):CODE
LOWapp/templatetags/settings.py63def quota_exceeded_grace_period(context):CODE
LOWapp/auth/backends.py23def get_user_from_external_auth_response(res):CODE
LOWapp/plugins/functions.py144def webpack_watch_process_count():CODE
LOWapp/plugins/functions.py309def get_plugins_persistent_path(*paths):CODE
LOWapp/plugins/functions.py312def get_dynamic_script_handler(script_path, callback=None, **kwargs):CODE
LOWapp/tests/test_login.py14 def test_reset_password_render(self):CODE
LOWapp/tests/test_api_task_external_import.py45 def test_external_task_import(self):CODE
LOWapp/tests/test_api_projects.py171 def test_project_group_permissions(self):CODE
LOWapp/tests/test_api_task.py1286 def test_task_auto_processing_node(self):CODE
LOWapp/tests/test_api_task.py1370 def test_task_manual_processing_node(self):CODE
LOWapp/tests/test_api_task.py1390 def test_task_multifile_uploads(self):CODE
LOWapp/tests/test_api_task.py1486 def test_task_chunked_uploads(self):CODE
LOWapp/tests/test_app.py189 def test_public_project_views(client, expectedStatus):CODE
LOWapp/models/task.py976 def extract_assets_and_complete(self):CODE
LOWapp/models/task.py1227 def update_available_assets_field(self, commit=False):CODE
LOWapp/models/task.py1284 def update_orthophoto_bands_field(self, commit=False):CODE
LOWapp/models/task.py1587 def get_check_file_asset_path(self, asset):CODE
LOWapp/models/profile.py45 def has_exceeded_quota_cached(self):CODE
LOWapp/static/app/js/classes/Animations.js27function showToasterRippleAnimation(sourceRect, toasterEl) {CODE
LOWapp/scripts/extract_plugin_manifest_strings.py5def extract_plugin_manifest_strings(plugins_dir, output):CODE
LOWapp/scripts/extract_odm_strings.py12 def path_or_json_string_to_dict(s):CODE
LOWapp/scripts/extract_odm_strings.py35 def add_mutually_exclusive_group(self):CODE
LOWapp/api/tasks.py109def check_processing_node_perms(request):CODE
LOWapp/api/tasks.py821def get_external_import_tmpdir(request):CODE
LOWapp/api/tiler.py53def get_colormap_encoded_values(cmap):CODE
LOWapp/api/processingnodes.py29 def filter_has_available_options(self, queryset, name, value):CODE
LOWapp/api/common.py64def get_asset_download_filename(task, asset):CODE
LOWapp/views/utils.py25def csrf_samesite_none_if_secure(func):CODE
LOWcoreplugins/lightning/plugin.py158def lightning_on_processing_node_removed(sender, processing_node_id, **kwargs):CODE
LOWcoreplugins/align-service/signals.py14def handle_task_resizing_images(sender, task_id, **kwargs):CODE
Self-Referential Comments13 hits · 39 pts
SeverityFileLineSnippetContext
MEDIUMapp/tests/test_api_admin.py295 # Create a test user to impersonateCOMMENT
MEDIUMapp/tests/test_api_admin.py301 # Create a mock project for the impersonated userCOMMENT
MEDIUMapp/tests/test_api_admin.py325 # Create a mock project for admin userCOMMENT
MEDIUMapp/tests/test_cleanup.py24 # Create a task with sizeCOMMENT
MEDIUMapp/tests/test_cleanup.py53 # Create a taskCOMMENT
MEDIUMapp/tests/test_quota.py51 # Create a task with sizeCOMMENT
MEDIUMapp/tests/test_api_task.py1077 # Create a taskCOMMENT
MEDIUMapp/tests/test_app.py23 # Create a test GroupCOMMENT
MEDIUMapp/tests/test_app.py290 # Create a new projectCOMMENT
MEDIUMapp/tests/test_app.py314 # Create a new taskCOMMENT
MEDIUMcoreplugins/measure/volume.py77 # Create a grid for interpolationCOMMENT
MEDIUMcoreplugins/measure/volume.py86 # Create a grid for interpolationCOMMENT
MEDIUMdb/docker-entrypoint.sh47 # Create the transaction log directory before initdb is run so the directory is owned by the correct userCOMMENT
Redundant / Tautological Comments22 hits · 32 pts
SeverityFileLineSnippetContext
LOWwebodm.sh272 # Check if docker-compose existsCOMMENT
LOWwebodm.sh275 # Check if compose plugin is installedCOMMENT
LOWstart.sh128 # Check if we need to auto-generate SSL certs via letsencryptCOMMENT
LOWstart.sh134 # Check if SSL key/certs are availableCOMMENT
LOWapp/uploadhandler.py34 self.file.close() # Close the file as not to hog the number of open files descriptorsCODE
LOWapp/cogeo.py54 # Check if we have GDAL >= 3.1COMMENT
LOWapp/plugins/functions.py103 # Check if we need to generate a webpack.config.jsCOMMENT
LOWapp/tests/test_api_task.py1355 # Set task to queued, bring node offlineCOMMENT
LOWapp/tests/test_app.py215 # Set project to publicCOMMENT
LOWapp/models/task.py798 # Check if the UUID is still valid, as processing nodes purgeCOMMENT
LOWapp/models/task.py998 # Check if this looks like a backup file, in which case we need to move the filesCOMMENT
LOWapp/models/task.py1013 # Check if the zip file contained a top level directoryCOMMENT
LOWapp/models/task.py1449 # Check if task has been canceled/removedCOMMENT
LOWapp/models/task.py1702 # Check if lock has expiredCOMMENT
LOWapp/api/tasks.py376 # Check if user has permissions to set processing nodeCOMMENT
LOWapp/api/tasks.py379 # Check if an alignment field is set to a valid taskCOMMENT
LOWapp/api/tasks.py432 # Check if user has permissions to set processing nodeCOMMENT
LOWapp/views/oidc.py160 # Check if it's authorizedCOMMENT
LOWcoreplugins/measure/volume.py136 # Check if the feature geometry type is PolygonCOMMENT
LOWcoreplugins/dronedb/ddb.py289 # Check if the url is validCOMMENT
LOWcoreplugins/dronedb/api_views.py260 # Check if there is an imported url associated with the project and taskCOMMENT
LOWworker/tasks.py137 # Check if lock has expiredCOMMENT
AI Slop Vocabulary5 hits · 10 pts
SeverityFileLineSnippetContext
LOWapp/geoutils.py18# we can't simply call geom.tranform(srid)COMMENT
LOWapp/tests/test_api_task.py258 # We just pass it along, it will get errored out during processingCOMMENT
MEDIUMapp/static/app/js/classes/plugins/ApiFactory.js15 // are more robust as we can detect more easily ifCOMMENT
LOWapp/api/tasks.py391 # for now we just create a placeholder task.COMMENT
MEDIUMwebodm/settings.py11# For best practicesCOMMENT
Fake / Example Data8 hits · 10 pts
SeverityFileLineSnippetContext
LOWapp/static/app/js/plugins/purify.min.js1(function(e){"use strict";var t=typeof window==="undefined"?null:window;if(typeof define==="function"&&define.amd){definCODE
LOWapp/static/app/js/plugins/purify.js154 'nowrap','open','optimum','pattern','placeholder','poster','preload','pubdate',CODE
LOWapp/static/app/js/plugins/purify.js262 'alt','class','for','id','label','name','pattern','placeholder',CODE
LOWcoreplugins/cesiumion/app_views.py18 widget=forms.TextInput(attrs={"placeholder": "Token"}),CODE
LOWcoreplugins/tasknotification/templates/index.html21 <input name="smtp_to_address" value="{{ form.smtp_to_address.value }}" type="text" class="form-control" placeholCODE
LOWcoreplugins/dronedb/plugin.py24 username = forms.CharField(label='Username', required=False, max_length=1024, widget=forms.TextInput(attrs={'placehoCODE
LOWcoreplugins/dronedb/plugin.py25 password = forms.CharField(label='Password', required=False, max_length=1024, widget=forms.PasswordInput(attrs={'plaCODE
LOWcoreplugins/dronedb/plugin.py26 registry_url = forms.CharField(label='Registry URL', required=False, max_length=1024, widget=forms.TextInput(attrs={CODE
Over-Commented Block6 hits · 6 pts
SeverityFileLineSnippetContext
LOWapp/video.py221 # [iso : 3200] [shutter : 1/60.0] [fnum : 280] [ev : 0] [ct : 3925] [color_md : default] [focal_len : 240] [latiCOMMENT
LOWapp/api/hsvblend.py1import numpy as npCOMMENT
LOWapp/api/hsvblend.py21# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESSCOMMENT
LOWapp/api/hsvblend.py121 #replace v with hillshadeCOMMENT
LOWapp/api/hillshade.py121 # in this manner is consistent with the previous implementation andCOMMENT
LOWwebodm/settings_override.py1# Do not touch. This file can be bind-mount replacedCOMMENT
Decorative Section Separators2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMapp/api/hsvblend.py31# =============================================================================COMMENT
MEDIUMapp/api/hsvblend.py64# =============================================================================COMMENT
Cross-Language Confusion1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHapp/views/dev.py68 logger.info("Running python manage.py translate extract && python manage.py translate build --safe")CODE
AI Structural Patterns1 hit · 1 pts
SeverityFileLineSnippetContext
LOWapp/api/tiler.py333CODE