Repository Analysis

taubyte/tau

Fullstack Workspace for Humans & Machines

6.0 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of taubyte/tau, a Go project with 5,085 GitHub stars. SynthScan v2.0 examined 308,050 lines of code across 3029 source files, recording 684 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 6.0 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).

6.0
Adjusted Score
6.0
Raw Score
100%
Time Factor
2026-07-14
Last Push
5.1K
Stars
Go
Language
308.1K
Lines of Code
3.0K
Files
684
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 38HIGH 4MEDIUM 207LOW 435

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 684 distinct pattern matches across 18 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 Separators190 hits · 814 pts
SeverityFileLineSnippetContext
MEDIUMtools/tau/table/database/query_test.go25 // ┌─────────────┬────────────────────────────────────────────────┐COMMENT
MEDIUMtools/tau/table/database/query_test.go27 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/database/query_test.go29 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/database/query_test.go31 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/database/query_test.go33 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/database/query_test.go35 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/database/query_test.go37 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/database/query_test.go39 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/database/query_test.go41 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/database/query_test.go43 // └─────────────┴────────────────────────────────────────────────┘COMMENT
MEDIUMtools/tau/table/database/query_test.go61 // ┌─────────────┬────────────────────────────────────────────────┐COMMENT
MEDIUMtools/tau/table/database/query_test.go63 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/database/query_test.go65 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/database/query_test.go67 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/database/query_test.go69 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/database/query_test.go71 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/database/query_test.go73 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/database/query_test.go75 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/database/query_test.go77 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/database/query_test.go79 // └─────────────┴────────────────────────────────────────────────┘COMMENT
MEDIUMtools/tau/table/database/list_test.go25 // ┌─────────────────┬───────────────┬──────────┐COMMENT
MEDIUMtools/tau/table/database/list_test.go27 // ├─────────────────┼───────────────┼──────────┤COMMENT
MEDIUMtools/tau/table/database/list_test.go29 // ├─────────────────┼───────────────┼──────────┤COMMENT
MEDIUMtools/tau/table/database/list_test.go31 // └─────────────────┴───────────────┴──────────┘COMMENT
MEDIUMtools/tau/table/website/query_test.go25 // ┌──────────────┬────────────────────────────────────────────────┐COMMENT
MEDIUMtools/tau/table/website/query_test.go27 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/website/query_test.go29 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/website/query_test.go31 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/website/query_test.go33 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/website/query_test.go35 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/website/query_test.go37 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/website/query_test.go39 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/website/query_test.go41 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/website/query_test.go43 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/website/query_test.go45 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/website/query_test.go47 // └──────────────┴────────────────────────────────────────────────┘COMMENT
MEDIUMtools/tau/table/website/list_test.go27 // ┌─────────────────┬────────────────────────────────────────────┐COMMENT
MEDIUMtools/tau/table/website/list_test.go30 // ├─────────────────┼────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/website/list_test.go33 // ├─────────────────┼────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/website/list_test.go36 // └─────────────────┴────────────────────────────────────────────┘COMMENT
MEDIUMtools/tau/table/library/query_test.go24 // ┌──────────────┬────────────────────────────────────────────────┐COMMENT
MEDIUMtools/tau/table/library/query_test.go26 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/library/query_test.go28 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/library/query_test.go30 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/library/query_test.go32 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/library/query_test.go34 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/library/query_test.go36 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/library/query_test.go38 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/library/query_test.go40 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/library/query_test.go42 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/library/query_test.go44 // └──────────────┴────────────────────────────────────────────────┘COMMENT
MEDIUMtools/tau/table/library/list_test.go27 // ┌─────────────────┬────────────────────────────────────────────┐COMMENT
MEDIUMtools/tau/table/library/list_test.go30 // ├─────────────────┼────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/library/list_test.go33 // ├─────────────────┼────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/library/list_test.go36 // └─────────────────┴────────────────────────────────────────────┘COMMENT
MEDIUMtools/tau/table/function/query_test.go35 // ┌─────────────┬────────────────────────────────────────────────┐COMMENT
MEDIUMtools/tau/table/function/query_test.go37 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/function/query_test.go39 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/function/query_test.go41 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
MEDIUMtools/tau/table/function/query_test.go43 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
130 more matches not shown…
Hallucination Indicators38 hits · 520 pts
SeverityFileLineSnippetContext
CRITICALpkg/spore-drive/clients/py/example/displace.py118 await self.config.cloud.domain.root.set(self.env_config.root_domain)CODE
CRITICALpkg/spore-drive/clients/py/example/displace.py119 await self.config.cloud.domain.generated.set(self.env_config.generated_domain)CODE
CRITICALpkg/spore-drive/clients/py/example/displace.py130 await self.config.cloud.domain.validation.keys.data.private_key.get()CODE
CRITICALpkg/spore-drive/clients/py/example/displace.py132 await self.config.cloud.domain.validation.generate()CODE
CRITICALpkg/spore-drive/clients/py/example/displace.py137 await self.config.cloud.p2p.swarm.key.data.get()CODE
CRITICALpkg/spore-drive/clients/py/example/displace.py139 await self.config.cloud.p2p.swarm.generate()CODE
CRITICALpkg/spore-drive/clients/py/example/displace.py205 await self.config.cloud.p2p.bootstrap.shape("all").nodes.add(bootstrappers)CODE
CRITICALpkg/spore-drive/clients/py/example/README.md211 await self.config.cloud.domain.root.set(self.env_config.root_domain)CODE
CRITICALpkg/spore-drive/clients/py/example/README.md212 await self.config.cloud.domain.generated.set(self.env_config.generated_domain)CODE
CRITICALpkg/spore-drive/clients/py/example/README.md271 await self.config.cloud.p2p.bootstrap.shape("all").nodes.add(bootstrappers)CODE
CRITICAL…pore-drive/clients/py/tests/test_config_integration.py75 await config.accounts.email.smtp.host.set("smtp.example.com")CODE
CRITICAL…pore-drive/clients/py/tests/test_config_integration.py76 await config.accounts.email.smtp.port.set(587)CODE
CRITICAL…pore-drive/clients/py/tests/test_config_integration.py77 await config.accounts.email.smtp.user.set("noreply@example.com")CODE
CRITICAL…pore-drive/clients/py/tests/test_config_integration.py78 await config.accounts.email.smtp.pass_.set("secret")CODE
CRITICAL…pore-drive/clients/py/tests/test_config_integration.py79 await config.accounts.email.smtp.from_.set("noreply@example.com")CODE
CRITICAL…pore-drive/clients/py/tests/test_config_integration.py304 await self.config.cloud.domain.root.set("the.cloud")CODE
CRITICAL…pore-drive/clients/py/tests/test_config_integration.py305 domain_root = await self.config.cloud.domain.root.get()CODE
CRITICAL…pore-drive/clients/py/tests/test_config_integration.py313 await self.config.cloud.domain.validation.generate()CODE
CRITICAL…pore-drive/clients/py/tests/test_config_integration.py333 root_domain = await self.config.cloud.domain.root.get()CODE
CRITICAL…pore-drive/clients/py/tests/test_config_integration.py336 generated_domain = await self.config.cloud.domain.generated.get()CODE
CRITICAL…pore-drive/clients/py/tests/test_config_integration.py426 await self.config.cloud.p2p.swarm.generate()CODE
CRITICAL…pore-drive/clients/py/tests/test_config_integration.py427 swarm_key_path = await self.config.cloud.p2p.swarm.key.path.get()CODE
CRITICAL…pore-drive/clients/py/tests/test_config_integration.py430 swarm_key_data = await self.config.cloud.p2p.swarm.key.data.get()CODE
CRITICAL…pore-drive/clients/py/tests/test_config_integration.py486 assert await self.config.accounts.email.smtp.host.get() == "smtp.batch.example.com"CODE
CRITICAL…pore-drive/clients/py/tests/test_config_integration.py487 assert await self.config.accounts.email.smtp.port.get() == 2525CODE
CRITICAL…-drive/clients/py/tests/test_operations_integration.py320 await self.config.cloud.domain.validation.generate()CODE
CRITICAL…-drive/clients/py/tests/test_operations_integration.py321 await self.config.cloud.p2p.swarm.generate()CODE
CRITICAL…-drive/clients/py/tests/test_operations_integration.py366 await self.config.cloud.p2p.bootstrap.shape("shape1").nodes.add(["host1", "host2"])CODE
CRITICAL…-drive/clients/py/tests/test_operations_integration.py367 await self.config.cloud.p2p.bootstrap.shape("shape2").nodes.add(["host1", "host2"])CODE
CRITICALpkg/spore-drive/clients/js/src/config.test.ts32 await config.accounts.email.smtp.host.set("smtp.example.com");CODE
CRITICALpkg/spore-drive/clients/js/src/config.test.ts33 await config.accounts.email.smtp.port.set(587);CODE
CRITICALpkg/spore-drive/clients/js/src/config.test.ts34 await config.accounts.email.smtp.user.set("noreply@example.com");CODE
CRITICALpkg/spore-drive/clients/js/src/config.test.ts35 await config.accounts.email.smtp.pass.set("secret");CODE
CRITICALpkg/spore-drive/clients/js/src/config.test.ts36 await config.accounts.email.smtp.from.set("noreply@example.com");CODE
CRITICALpkg/spore-drive/clients/js/src/config.test.ts370 const swarmKeyPath = await config.cloud.p2p.swarm.key.path.get();CODE
CRITICALpkg/spore-drive/clients/js/src/config.test.ts372 const swarmKeyData = await config.cloud.p2p.swarm.key.data.get();CODE
CRITICALpkg/spore-drive/clients/js/src/config.test.ts419 expect(await config.accounts.email.smtp.host.get()).toBe(CODE
CRITICALpkg/spore-drive/clients/js/src/config.test.ts422 expect(await config.accounts.email.smtp.port.get()).toBe(2525);CODE
Hyper-Verbose Identifiers191 hits · 174 pts
SeverityFileLineSnippetContext
LOWpkg/spore-drive/clients/py/example_pythonic.py120async def dataclass_validation_example():CODE
LOWpkg/spore-drive/clients/py/example.py108async def service_management_example():CODE
LOWpkg/spore-drive/clients/py/example/displace.py127 async def _ensure_domain_validation_keys(self) -> None:CODE
LOWpkg/spore-drive/clients/py/example/utils.py110def print_configuration_committed() -> None:CODE
LOWpkg/spore-drive/clients/py/example/progress.py222async def display_progress_with_bars(course: Course):CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py118 def test_start_spore_drive_service_returns_port(self, mock_start_service):CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py128 def test_stop_spore_drive_service(self, mock_stop_service):CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py135 def test_get_spore_drive_service_port_with_port(self, mock_get_port):CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py212 def test_tau_version_with_special_characters(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py222 def test_tau_url_with_query_parameters(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py232 def test_tau_path_with_unicode(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py243 def test_start_spore_drive_service_exception_handling(self, mock_start_service):CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py251 def test_stop_spore_drive_service_exception_handling(self, mock_stop_service):CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py259 def test_get_spore_drive_service_port_exception_handling(self, mock_get_port):CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py268def test_tau_latest_standalone():CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py278def test_tau_version_standalone():CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py309def test_start_spore_drive_service_standalone(mock_start_service):CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py316def test_stop_spore_drive_service_standalone(mock_stop_service):CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py323def test_get_spore_drive_service_port_standalone(mock_get_port):CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py42 def test_tau_version_empty_string(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py92 def test_tau_path_with_spaces(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py107 def test_start_spore_drive_service(self, mock_start_service):CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py146 def test_get_spore_drive_service_port_no_service(self, mock_get_port):CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py156 def test_get_spore_drive_service_port_zero_port(self, mock_get_port):CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py192 def test_tau_source_functions_return_correct_types(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_simple.py91 async def test_basic_config_with_tempdir(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_health_check.py18 def test_basic_health_check_function(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_health_check.py32 def test_health_check_with_service_manager(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_health_check.py43 def test_health_check_invalid_port(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_health_check.py49 def test_existing_service_detection(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_health_check.py59 def test_protobuf_serialization(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_health_check.py68 def test_connect_health_check_with_service_manager(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_health_check.py82 def test_service_manager_has_existing_service(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_health_check.py95 def test_full_health_check_workflow(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_health_check.py127def test_connect_health_check():CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py326 async def test_drive_init_without_url(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py347 async def test_drive_init_with_tau_latest(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py367 async def test_drive_init_with_tau_version(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py387 async def test_drive_init_with_tau_url(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py407 async def test_drive_init_with_tau_path(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py438 async def test_drive_free_no_client(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py491 async def test_plot_course_not_initialized(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py507 async def test_plot_course_with_shapes_and_concurrency(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py533 async def test_plot_course_with_defaults(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py556 async def test_plot_course_with_shapes_only(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py580 async def test_plot_course_with_concurrency_only(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py673 async def test_course_progress_empty(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py697 async def test_full_workflow_mocked(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py748 async def test_error_handling_mocked(self):CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py766 async def test_course_error_handling_mocked(self):CODE
LOW…g/spore-drive/clients/py/tests/test_operations_unit.py307 async def test_cloud_operations_coverage(self):CODE
LOW…g/spore-drive/clients/py/tests/test_operations_unit.py387 def test_auth_config_default_dict(self):CODE
LOW…g/spore-drive/clients/py/tests/test_operations_unit.py393 def test_ports_config_default_dict(self):CODE
LOW…g/spore-drive/clients/py/tests/test_operations_unit.py399 def test_shapes_config_default_dict(self):CODE
LOW…g/spore-drive/clients/py/tests/test_operations_unit.py469 def test_ssh_config_with_params(self):CODE
LOW…g/spore-drive/clients/py/tests/test_operations_unit.py476 def test_host_config_with_params(self):CODE
LOW…g/spore-drive/clients/py/tests/test_operations_unit.py485 def test_signer_config_initialization(self):CODE
LOW…g/spore-drive/clients/py/tests/test_operations_unit.py492 def test_auth_config_with_signers(self):CODE
LOW…g/spore-drive/clients/py/tests/test_operations_unit.py498 def test_ports_config_with_ports(self):CODE
LOW…g/spore-drive/clients/py/tests/test_operations_unit.py504 def test_shape_config_with_all_params(self):CODE
131 more matches not shown…
Over-Commented Block80 hits · 76 pts
SeverityFileLineSnippetContext
LOW.goreleaser.yml1# .goreleaser.yamlCOMMENT
LOW.goreleaser.yml21 #COMMENT
LOWtools/coverage-gate.sh1#!/usr/bin/env bashCOMMENT
LOWtools/tau/.goreleaser.yml1# .goreleaser.yamlCOMMENT
LOWtools/tau/.goreleaser.yml21 # Default: false.COMMENT
LOWtools/tau/.goreleaser.yml41 disable: falseCOMMENT
LOWtools/tau/cli/commands/accounts/command.go1// Package accounts wires `tau accounts ...` into the urfave/cli v2 app.COMMENT
LOWtools/tau/table/database/query_test.go21COMMENT
LOWtools/tau/table/database/query_test.go61 // ┌─────────────┬────────────────────────────────────────────────┐COMMENT
LOWtools/tau/table/database/list_test.go21COMMENT
LOWtools/tau/table/website/query_test.go21COMMENT
LOWtools/tau/table/website/query_test.go41 // ├──────────────┼────────────────────────────────────────────────┤COMMENT
LOWtools/tau/table/website/list_test.go21 },COMMENT
LOWtools/tau/table/library/query_test.go21 libraryTable.Query(library)COMMENT
LOWtools/tau/table/library/query_test.go41 // │ - Provider │ github │COMMENT
LOWtools/tau/table/library/list_test.go21 },COMMENT
LOWtools/tau/table/function/query_test.go41 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
LOWtools/tau/table/function/query_test.go81 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
LOWtools/tau/table/function/query_test.go101 function := getDefaultFunction()COMMENT
LOWtools/tau/table/function/query_test.go121 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
LOWtools/tau/table/function/list_test.go21COMMENT
LOWtools/tau/table/storage/query_test.go21 }COMMENT
LOWtools/tau/table/storage/query_test.go61COMMENT
LOWtools/tau/table/storage/list_test.go21COMMENT
LOWtools/tau/table/project/query_test.go21 Url: "https://api.github.com/repos/taubyte-test/tb_code_test_project",COMMENT
LOWtools/tau/table/project/query_test.go41 // │ Name: │ taubyte-test/tb_test_project │COMMENT
LOWtools/tau/table/project/list_test.go21COMMENT
LOWtools/tau/table/smartops/query_test.go21 }COMMENT
LOWtools/tau/table/smartops/list_test.go21COMMENT
LOWtools/tau/table/service/query_test.go21 // │ ID │ QmbAA8hRosp5BaXFXikADCtpkQCgQCPdRVhnxjiSHfXdWH │COMMENT
LOWtools/tau/table/service/list_test.go21COMMENT
LOWtools/tau/table/domain/query_test.go21 // ┌─────────────┬────────────────────────────────────────────────┐COMMENT
LOWtools/tau/table/domain/query_test.go41 Tags: []string{"apple", "orange", "banana"},COMMENT
LOWtools/tau/table/domain/query_test.go61 // ├─────────────┼────────────────────────────────────────────────┤COMMENT
LOWtools/tau/table/domain/list_test.go21COMMENT
LOWtools/tau/table/messaging/query_test.go21 // ┌───────────────┬────────────────────────────────────────────────┐COMMENT
LOWtools/tau/table/messaging/query_test.go41 // ├───────────────┼────────────────────────────────────────────────┤COMMENT
LOWtools/tau/table/messaging/list_test.go21COMMENT
LOWtools/tau/templates/websites.go41 // if err != nil {COMMENT
LOWutils/mapstructure/mapstructure.go21COMMENT
LOWutils/mapstructure/mapstructure_examples_test.go61 fmt.Println(err.Error())COMMENT
LOWp2p/helpers/libp2p.go121 libp2p.EnableHolePunching(),COMMENT
LOWdream/benchmarks/bench_p2p_test.go21 tcc "github.com/taubyte/tau/utils/tcc"COMMENT
LOWservices/substrate/runtime/instantiate.go21 return 0, errCOMMENT
LOWservices/substrate/tests/basic_test.go141 // })COMMENT
LOWservices/substrate/components/p2p/types.go21COMMENT
LOWservices/accounts/paths.go1package accountsCOMMENT
LOWservices/accounts/paths.go21// /accounts/{id}/prefs/{name}/events/{at_unixnano_zeropad} → PRefEventCOMMENT
LOWservices/accounts/sessions.go21COMMENT
LOWservices/accounts/auth_init.go21 // Sessions (always available).COMMENT
LOWservices/accounts/magic_link.go21// /auth/magic_links/{sha256(code)} → magicLinkRecordCOMMENT
LOWservices/accounts/magic_link.go41 // - verify-side rate limit (per-IP, see verifyAttemptsPerIPMinute)COMMENT
LOWservices/accounts/magic_link.go141 // their per-email budget until expiry.COMMENT
LOWservices/accounts/webauthn.go21// store for the per-flow challenge data passed between Begin* and Finish*.COMMENT
LOWservices/accounts/email/sender.go1// Package email is the abstract sender used by the magic-link flow. SMTP isCOMMENT
LOWservices/accounts/email/sender.go21//COMMENT
LOWservices/hoarder/kvdb.go301 // reached. A no-barrier push makes the target claim + persist directly, soCOMMENT
LOWservices/hoarder/reconcile.go281// (deleted or renamed) — the only signal on which deleteResource may tear downCOMMENT
LOWpkg/specs/hoarder/vars.go21 // considered dead and dropped from the placement set. A few missed beats, soCOMMENT
LOWpkg/specs/hoarder/keys.go1package hoarderCOMMENT
20 more matches not shown…
Unused Imports57 hits · 48 pts
SeverityFileLineSnippetContext
LOWpkg/spore-drive/clients/py/example_pythonic.py12CODE
LOWpkg/spore-drive/clients/py/example_usage.py10CODE
LOWpkg/spore-drive/clients/py/example_usage.py10CODE
LOWpkg/spore-drive/clients/py/example_usage.py10CODE
LOWpkg/spore-drive/clients/py/example_usage.py10CODE
LOWpkg/spore-drive/clients/py/example.py10CODE
LOWpkg/spore-drive/clients/py/example/csv_handler.py11CODE
LOWpkg/spore-drive/clients/py/example/run_demo.py17CODE
LOWpkg/spore-drive/clients/py/example/displace.py27CODE
LOWpkg/spore-drive/clients/py/example/displace.py28CODE
LOWpkg/spore-drive/clients/py/example/displace.py30CODE
LOWpkg/spore-drive/clients/py/example/progress.py10CODE
LOWpkg/spore-drive/clients/py/example/progress.py15CODE
LOWpkg/spore-drive/clients/py/example/progress.py15CODE
LOWpkg/spore-drive/clients/py/example/progress.py15CODE
LOWpkg/spore-drive/clients/py/example/progress.py16CODE
LOWpkg/spore-drive/clients/py/example/progress.py18CODE
LOWpkg/spore-drive/clients/py/example/namecheap_client.py9CODE
LOWpkg/spore-drive/clients/py/example/namecheap_client.py14CODE
LOWpkg/spore-drive/clients/py/tests/test_utils.py12CODE
LOWpkg/spore-drive/clients/py/tests/test_imports.py11CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py17CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py17CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py17CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py17CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py18CODE
LOW…g/spore-drive/clients/py/tests/test_operations_unit.py14CODE
LOW…g/spore-drive/clients/py/tests/test_operations_unit.py14CODE
LOW…g/spore-drive/clients/py/tests/test_operations_unit.py14CODE
LOW…g/spore-drive/clients/py/tests/test_operations_unit.py19CODE
LOW…pore-drive/clients/py/tests/test_config_integration.py20CODE
LOW…pore-drive/clients/py/tests/test_config_integration.py21CODE
LOW…pore-drive/clients/py/tests/test_config_integration.py27CODE
LOW…pore-drive/clients/py/tests/test_config_integration.py27CODE
LOW…pore-drive/clients/py/tests/test_config_integration.py27CODE
LOW…pore-drive/clients/py/tests/test_config_integration.py27CODE
LOW…pore-drive/clients/py/tests/test_config_integration.py27CODE
LOW…g/spore-drive/clients/py/tests/test_service_manager.py5CODE
LOW…g/spore-drive/clients/py/tests/test_service_manager.py6CODE
LOW…/spore-drive/clients/py/spore_drive/service_manager.py11CODE
LOW…/spore-drive/clients/py/spore_drive/service_manager.py17CODE
LOWpkg/spore-drive/clients/py/spore_drive/__init__.py8CODE
LOWpkg/spore-drive/clients/py/spore_drive/__init__.py8CODE
LOWpkg/spore-drive/clients/py/spore_drive/__init__.py8CODE
LOWpkg/spore-drive/clients/py/spore_drive/__init__.py8CODE
LOWpkg/spore-drive/clients/py/spore_drive/__init__.py9CODE
LOWpkg/spore-drive/clients/py/spore_drive/__init__.py10CODE
LOWpkg/spore-drive/clients/py/spore_drive/__init__.py10CODE
LOWpkg/spore-drive/clients/py/spore_drive/__init__.py11CODE
LOWpkg/spore-drive/clients/py/spore_drive/__init__.py11CODE
LOWpkg/spore-drive/clients/py/spore_drive/__init__.py11CODE
LOWpkg/spore-drive/clients/py/spore_drive/__init__.py11CODE
LOWpkg/spore-drive/clients/py/spore_drive/__init__.py11CODE
LOWpkg/spore-drive/clients/py/spore_drive/__init__.py11CODE
LOWpkg/spore-drive/clients/py/spore_drive/__init__.py11CODE
LOWpkg/spore-drive/clients/py/spore_drive/operations.py9CODE
LOWpkg/spore-drive/clients/py/spore_drive/operations.py9CODE
Self-Referential Comments10 hits · 34 pts
SeverityFileLineSnippetContext
MEDIUMpkg/spore-drive/clients/py/example/progress.py164 # Create a summary tableCOMMENT
MEDIUMpkg/spore-drive/clients/py/tests/test_drive.py187 # Create a fake tau binary for testingCOMMENT
MEDIUM…g/spore-drive/clients/py/tests/test_operations_unit.py190 # Create a new instance to avoid recursion in the testCOMMENT
MEDIUM…g/spore-drive/clients/py/tests/test_operations_unit.py1374 # Create a mock message type with complex DESCRIPTORCOMMENT
MEDIUM…pore-drive/clients/py/tests/test_config_integration.py201 # Create a temporary file to store the bundleCOMMENT
MEDIUM…-drive/clients/py/tests/test_operations_integration.py310 # Create a complete configuration to exercise all operationsCOMMENT
MEDIUM…g/spore-drive/clients/py/tests/test_service_manager.py471 # Create a managerCOMMENT
MEDIUM…g/spore-drive/clients/py/tests/test_service_manager.py611 # Create a service managerCOMMENT
MEDIUMpkg/spore-drive/clients/py/spore_drive/clients.py34 # Create the full method nameCOMMENT
MEDIUMpkg/spore-drive/clients/py/spore_drive/clients.py126 # Create the full method nameCOMMENT
Excessive Try-Catch Wrapping32 hits · 34 pts
SeverityFileLineSnippetContext
LOWpkg/spore-drive/clients/py/example_pythonic.py88 except Exception as e:CODE
MEDIUMpkg/spore-drive/clients/py/example_pythonic.py206 print(f"Error caught: {e}")CODE
LOWpkg/spore-drive/clients/py/example_usage.py59 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/example_usage.py85 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/example.py68 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/example.py94 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/example.py123 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/example.py141 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/example.py149 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/example/csv_handler.py169 except Exception:CODE
LOWpkg/spore-drive/clients/py/example/csv_handler.py213 except Exception:CODE
LOWpkg/spore-drive/clients/py/example/csv_handler.py220 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/example/csv_handler.py243 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/example/run_demo.py109 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/example/run_demo.py125 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/example/displace.py105 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/example/displace.py131 except Exception:CODE
LOWpkg/spore-drive/clients/py/example/displace.py138 except Exception:CODE
LOWpkg/spore-drive/clients/py/example/displace.py241 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/example/namecheap_client.py97 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/example/namecheap_client.py139 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/example/namecheap_client.py219 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/tests/test_mock_server.py56 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/tests/test_mock_server.py76 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/tests/test_imports.py18 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py131 except Exception:CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py175 except Exception as e:CODE
LOW…pore-drive/clients/py/tests/test_config_integration.py557 except Exception as e:CODE
LOW…/spore-drive/clients/py/spore_drive/service_manager.py105 except Exception as e:CODE
LOW…/spore-drive/clients/py/spore_drive/service_manager.py113 except Exception as e:CODE
LOW…/spore-drive/clients/py/spore_drive/service_manager.py185 except Exception as e:CODE
LOWpkg/spore-drive/clients/py/spore_drive/operations.py48 except Exception as e:CODE
Fake / Example Data27 hits · 30 pts
SeverityFileLineSnippetContext
LOWclients/p2p/auth/client_test.go86 "key": "fake_key",CODE
LOWtools/tau/cli/commands/login/command_test.go17 return "testUser", "test@test.com", nilCODE
LOWtools/tau/cli/commands/login/command_test.go62 return "testUser", "test@test.com", nilCODE
LOWtools/tau/cli/commands/login/flow_test.go27 return "testUser", "test@test.com", nilCODE
LOWtools/tau/cli/commands/login/flow_test.go47 return "testUser", "test@test.com", nilCODE
LOWutils/tcc/validations_test.go90 err := ProcessDNSValidations(validations, generatedDomainRegExp, true, []byte("fake-key"))CODE
LOWutils/tcc/validations_test.go108 err := ProcessDNSValidations(validations, generatedDomainRegExp, true, []byte("fake-key"))CODE
LOWutils/tcc/validations_test.go126 err := ProcessDNSValidations(validations, generatedDomainRegExp, false, []byte("fake-key"))CODE
LOWutils/tcc/validations_test.go143 err := ProcessDNSValidations(validations, generatedDomainRegExp, true, []byte("fake-key"))CODE
LOWutils/tcc/validations_test.go158 err := ProcessDNSValidations(validations, generatedDomainRegExp, true, []byte("fake-key"))CODE
LOWutils/tcc/validations_test.go175 err := ProcessDNSValidations(validations, generatedDomainRegExp, true, []byte("fake-key"))CODE
LOWutils/tcc/validations_test.go191 err := ProcessDNSValidations(validations, generatedDomainRegExp, true, []byte("fake-key"))CODE
LOWutils/tcc/validations_test.go216 err := ProcessDNSValidations(validations, generatedDomainRegExp, true, []byte("fake-key"))CODE
LOWutils/mapstructure/mapstructure_benchmark_test.go232 "email": "foo@bar.com",CODE
LOWutils/mapstructure/mapstructure_examples_test.go84 "email": "foo@bar.com",CODE
LOWservices/accounts/store_test.go51 Name: "Acme Corp",CODE
LOWservices/accounts/tests/dreaming_test.go57 Name: "Acme Corp",CODE
LOWservices/accounts/email/templates_test.go62 AccountName: "Acme Corp",CODE
LOWservices/accounts/email/templates_test.go71 if !strings.Contains(subject, "Acme Corp") {CODE
LOWservices/accounts/email/templates_test.go77 "Acme Corp",CODE
LOWservices/accounts/email/templates_test.go100 AccountName: "Acme Corp",CODE
LOWservices/accounts/email/templates_test.go108 if !strings.Contains(subject, "GitHub") || !strings.Contains(subject, "Acme Corp") {CODE
LOWservices/accounts/email/templates_test.go112 "Alice (alice@example.com)", "Acme Corp", "GitHub",CODE
LOWpkg/taucorder/service/auth_projects_test.go80 projectID := createFakeProject(t, u, "fake-project", 1, "fake-user", "1", "2")CODE
LOWpkg/taucorder/service/auth_projects_test.go81 projectID2 := createFakeProject(t, u, "fake-project-2", 1, "fake-user", "3", "4")CODE
LOWpkg/taucorder/service/auth_repos_test.go79 createFakeProject(t, u, "fake-project", 1, "fake-user", "0", "1")CODE
LOWpkg/taucorder/service/auth_githooks_test.go80 createFakeProject(t, u, "fake-project", 1, "fake-user", "0", "1")CODE
Redundant / Tautological Comments12 hits · 22 pts
SeverityFileLineSnippetContext
LOW.goreleaser.yml44 # Set this to true if you want to disable just the artifact upload to the SCM.COMMENT
LOWtools/tau/.goreleaser.yml43 # Set this to true if you want to disable just the artifact upload to the SCM.COMMENT
LOWpkg/spore-drive/clients/py/example/run_demo.py134 # Check if we're in the right directoryCOMMENT
LOWpkg/spore-drive/clients/py/example/setup_local_dev.sh10# Check if Python 3 is availableCOMMENT
LOWpkg/spore-drive/clients/py/tests/test_utils.py179 # Check if service is runningCOMMENT
LOWpkg/spore-drive/clients/py/tests/test_health_check.py20 # Check if there's an existing serviceCOMMENT
LOWpkg/spore-drive/clients/py/tests/test_health_check.py72 # Check if there's an existing serviceCOMMENT
LOWpkg/spore-drive/clients/py/tests/test_health_check.py119 # Check if there's an existing serviceCOMMENT
LOWpkg/spore-drive/clients/py/tests/test_health_check.py137 # Check if there's an existing serviceCOMMENT
LOW…g/spore-drive/clients/py/tests/test_service_manager.py602 # Check if there's already a service runningCOMMENT
LOW…g/spore-drive/clients/py/tests/test_service_manager.py621 # Check if it's healthyCOMMENT
LOW…/spore-drive/clients/py/spore_drive/service_manager.py266 # Check if there's a service running via run fileCOMMENT
AI Slop Vocabulary6 hits · 18 pts
SeverityFileLineSnippetContext
MEDIUMtools/coverage-gate.sh29 "/tools/dream" # dream harness entrypointCODE
MEDIUM…g/spore-drive/clients/py/tests/test_operations_unit.py297# Test more comprehensive missing line coverageCOMMENT
MEDIUM…g/spore-drive/clients/py/tests/test_operations_unit.py1195 # Test HostsConfig comprehensive (lines 182-183)COMMENT
MEDIUM…g/spore-drive/clients/py/tests/test_operations_unit.py1199 # Test SignerConfig comprehensive (lines 186-190)COMMENT
MEDIUM…g/spore-drive/clients/py/tests/test_operations_unit.py299 """Unit test suite for comprehensive missing line coverage."""STRING
MEDIUM…-drive/clients/py/tests/test_operations_integration.py307 """Test comprehensive operations flow to hit remaining lines."""STRING
Magic Placeholder Names3 hits · 15 pts
SeverityFileLineSnippetContext
HIGHpkg/spore-drive/clients/py/example/README.md63NAMECHEAP_API_KEY=your_api_keyCODE
HIGHpkg/spore-drive/clients/py/example/README.md128 api_key='your_api_key',CODE
HIGHpkg/spore-drive/clients/py/example/README.md142 api_key='your_api_key',CODE
Deep Nesting19 hits · 14 pts
SeverityFileLineSnippetContext
LOWpkg/spore-drive/clients/py/example/csv_handler.py47CODE
LOWpkg/spore-drive/clients/py/example/csv_handler.py173CODE
LOWpkg/spore-drive/clients/py/example/run_demo.py39CODE
LOWpkg/spore-drive/clients/py/example/displace.py181CODE
LOWpkg/spore-drive/clients/py/tests/test_mock_server.py19CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py326CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py347CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py367CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py387CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py407CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py697CODE
LOWpkg/spore-drive/clients/py/tests/test_drive.py748CODE
LOW…pore-drive/clients/py/tests/test_config_integration.py197CODE
LOW…pore-drive/clients/py/tests/test_config_integration.py367CODE
LOW…/spore-drive/clients/py/spore_drive/service_manager.py188CODE
LOWpkg/spore-drive/clients/py/spore_drive/operations.py22CODE
LOWpkg/spore-drive/clients/py/spore_drive/operations.py82CODE
LOWpkg/spore-drive/clients/py/spore_drive/drive.py38CODE
LOWpkg/spore-drive/clients/py/spore_drive/drive.py142CODE
Verbosity Indicators4 hits · 8 pts
SeverityFileLineSnippetContext
LOWp2p/peer/peering_stress_test.go551 // Step 1: ConnectCOMMENT
LOWp2p/peer/peering_stress_test.go578 // Step 2: Verify connected stateCOMMENT
LOWp2p/peer/peering_stress_test.go587 // Step 3: DisconnectCOMMENT
LOWp2p/peer/peering_stress_test.go609 // Step 4: ReconnectCOMMENT
Structural Annotation Overuse4 hits · 8 pts
SeverityFileLineSnippetContext
LOWp2p/peer/peering_stress_test.go551 // Step 1: ConnectCOMMENT
LOWp2p/peer/peering_stress_test.go578 // Step 2: Verify connected stateCOMMENT
LOWp2p/peer/peering_stress_test.go587 // Step 3: DisconnectCOMMENT
LOWp2p/peer/peering_stress_test.go609 // Step 4: ReconnectCOMMENT
TODO Padding4 hits · 6 pts
SeverityFileLineSnippetContext
LOWclients/p2p/tns/cache.go73 // TODO: implement tns Publish and optimize thisCOMMENT
LOWservices/monkey/api_monkeys.go73// TODO: implement, does nothing...COMMENT
LOWpkg/kvdb/writer.go7// TODO: implement a mechanism to group PUT operationsCOMMENT
LOWpkg/vm-low-orbit/ethereum/contract_event.go109 //TODO: implement queryCOMMENT
Docstring Block Structure1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHpkg/spore-drive/clients/py/example/csv_handler.py48 Load server information from CSV file. Args: csv_path: Path to the CSV file STRING
Modern Structural Boilerplate5 hits · 5 pts
SeverityFileLineSnippetContext
LOWpkg/spore-drive/clients/py/example/displace.py231 async def update_dns_records(self) -> None:CODE
LOWpkg/spore-drive/clients/py/example/displace.py252 async def _update_namecheap_dns(self) -> None:CODE
LOWpkg/spore-drive/clients/py/example/namecheap_client.py171 def set_all(self, name: str, record_type: str, addresses: List[str]) -> None:CODE
LOWpkg/spore-drive/clients/py/example/namecheap_client.py237 async def update_a_records(self, name: str, addresses: List[str]) -> None:CODE
LOWpkg/spore-drive/clients/py/spore_drive/__init__.py21__all__ = [CODE
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWtools/coverage-gate.sh8# Usage:COMMENT