Repository Analysis

AnInsomniacy/motrix-next

A full-featured download manager — rebuilt from the ground up

20.3 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of AnInsomniacy/motrix-next, a JavaScript project with 8,652 GitHub stars. SynthScan v2.0 examined 126,639 lines of code across 630 source files, recording 1057 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 20.3 places this repository in the Moderate 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).

20.3
Adjusted Score
20.3
Raw Score
100%
Time Factor
2026-07-12
Last Push
8.7K
Stars
JavaScript
Language
126.6K
Lines of Code
630
Files
1.1K
Pattern Hits
2026-07-14
Scan Date
0.00
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 0MEDIUM 739LOW 318

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 1057 distinct pattern matches across 9 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 Separators738 hits · 2283 pts
SeverityFileLineSnippetContext
MEDIUMscripts/bump-version.sh2# ==============================================================================COMMENT
MEDIUMscripts/bump-version.sh10# ==============================================================================COMMENT
MEDIUMscripts/release.sh2# ==============================================================================COMMENT
MEDIUMscripts/release.sh12# ==============================================================================COMMENT
MEDIUMscripts/release.sh42# ── Pre-release verification gate ────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/error.rs69 // ── Display output ──────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/error.rs113 // ── From conversions ────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/error.rs135 // ── Serialization ───────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/error.rs168 // ── Aria2 + Database variants ───────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/lib.rs266 // ── Window menu: custom handlers for frameless window ────────COMMENT
MEDIUMsrc-tauri/src/lib.rs487 // ── Wayland safety net ────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/lib.rs509 // ── Clear completed download records on exit ────────────COMMENT
MEDIUMsrc-tauri/src/lib.rs597 // ── Linux: GPU rendering guard ──────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/lib.rs628 // ── Pre-flight DB migration guard ────────────────────────────COMMENT
MEDIUMsrc-tauri/src/lib.rs887 // ── Window event interception ─────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/tray.rs269 // ── Linux: deferred icon re-set ──────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/upnp.rs32// ─── Public State ────────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/upnp.rs70// ─── Helpers ─────────────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/upnp.rs139// ─── Lifecycle ───────────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/upnp.rs344// ─── Renewal Loop ────────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/history.rs311 // ── CRUD operations ─────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/history.rs468 // ── InfoHash operations ─────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/history.rs499 // ── Task birth tracking ─────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/history.rs545 // ── Integrity check ─────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/history.rs554 // ── Serialization contract ──────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/db_guard.rs30// ─── Public API ──────────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/db_guard.rs87// ─── Database inspection ─────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/db_guard.rs133// ─── File cleanup ────────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/db_guard.rs148// ─── Locale detection ────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/db_guard.rs176// ─── i18n: 27 locale translations ───────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/db_guard.rs428// ─── Tests ───────────────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/menu.rs7 // ── App menu (first submenu = macOS application menu) ────────────COMMENT
MEDIUMsrc-tauri/src/menu.rs36 // ── File menu ────────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/menu.rs55 // ── Edit menu ────────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/menu.rs74 // ── Window menu ──────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/menu.rs104 // ── Help menu ────────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/types.rs186// ── Internal JSON-RPC protocol types ────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/types.rs215 // ── Aria2Task deserialization ────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/types.rs381 // ── Aria2GlobalStat deserialization ──────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/types.rs399 // ── Aria2File deserialization ────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/types.rs420 // ── JsonRpcRequest serialization ────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/types.rs437 // ── JsonRpcResponse deserialization ──────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/client.rs117 // ── Public API ──────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/client.rs366 // ── Token parameter construction ────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/client.rs418 // ── Credential update ───────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/client.rs434 // ── Request ID monotonicity ─────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/client.rs448 // ── Aria2State wrapping ─────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/client.rs459 // ── call() error handling (network failure) ─────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/client.rs480 // ── Token format contract ───────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/client.rs496 // ── Multiple extra params preserved in order ────────────────────COMMENT
MEDIUMsrc-tauri/src/commands/updater.rs460 // ── Download only (Aria2 Next stays alive) ───────────────────────────COMMENT
MEDIUMsrc-tauri/src/commands/updater.rs584 // ── Phase 1: Stop Aria2 Next engine BEFORE installation ─────────────COMMENT
MEDIUMsrc-tauri/src/commands/updater.rs605 // ── Phase 2: Install (NSIS / tar.gz replacement) ────────────────COMMENT
MEDIUMsrc-tauri/src/commands/updater.rs691 // ── UpdateCancelState ───────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/commands/updater.rs734 // ── endpoint_for_channel ────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/commands/proxy.rs49// ── Platform implementations ────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/commands/proxy.rs626 // ── Windows helper tests ────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/commands/proxy.rs703 // ── macOS helper tests ──────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/commands/proxy.rs790 // ── Linux helper tests ──────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/commands/net.rs26// ── Filename resolution ─────────────────────────────────────────────────COMMENT
678 more matches not shown…
Over-Commented Block204 hits · 142 pts
SeverityFileLineSnippetContext
LOWscripts/release.sh1#!/usr/bin/env bashCOMMENT
LOWsrc-tauri/clippy.toml1# Allow .unwrap() in test code — idiomatic Rust testing style.COMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt1# PBH-BTN/BTN-Collected-Rules, Licensed under CC-BY 4.0. Generated at 2026-07-11 12:31:14 UTC.COMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt2114.152.83.150/31COMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt41# [Sparkle3 不受信任投票] 封禁计数: 6, 不信任票数: 5, 合并记录数量: 1, BTN网络发送到此Peer流量: 6.6 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt61# untrusted-ips.txtCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt81# [Sparkle3 不受信任投票] 封禁计数: 5, 不信任票数: 5, 合并记录数量: 1, BTN网络发送到此Peer流量: 10.1 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt101# [Sparkle3 不受信任投票] 封禁计数: 11, 不信任票数: 11, 合并记录数量: 4, BTN网络发送到此Peer流量: 12.6 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt121# [Sparkle3 不受信任投票] 封禁计数: 7, 不信任票数: 5, 合并记录数量: 1, BTN网络发送到此Peer流量: 9.0 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt14142.48.254.0/24COMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt16146.166.191.26/31COMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt181# [Sparkle3 不受信任投票] 封禁计数: 10, 不信任票数: 7, 合并记录数量: 1, BTN网络发送到此Peer流量: 6.9 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt201# [Sparkle3 不受信任投票] 封禁计数: 15, 不信任票数: 15, 合并记录数量: 8, BTN网络发送到此Peer流量: 11.7 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt221# [Sparkle3 不受信任投票] 封禁计数: 5, 不信任票数: 5, 合并记录数量: 1, BTN网络发送到此Peer流量: 2.6 GiB, BTN网络从此Peer获取流量: 720.0 KiBCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt241# [Sparkle3 不受信任投票] 封禁计数: 8, 不信任票数: 7, 合并记录数量: 4, BTN网络发送到此Peer流量: 11.2 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt261# [Sparkle3 不受信任投票] 封禁计数: 6, 不信任票数: 6, 合并记录数量: 2, BTN网络发送到此Peer流量: 3.7 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt281# [Sparkle3 不受信任投票] 封禁计数: 5, 不信任票数: 5, 合并记录数量: 2, BTN网络发送到此Peer流量: 3.9 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt301# [Sparkle3 不受信任投票] 封禁计数: 63, 不信任票数: 59, 合并记录数量: 16, BTN网络发送到此Peer流量: 128.2 GiB, BTN网络从此Peer获取流量: 9.7 MiBCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt321# [Sparkle3 不受信任投票] 封禁计数: 6, 不信任票数: 5, 合并记录数量: 1, BTN网络发送到此Peer流量: 21.1 GiB, BTN网络从此Peer获取流量: 20.8 MiBCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt341# untrusted-ips.txtCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt361# [Sparkle3 不受信任投票] 封禁计数: 8, 不信任票数: 8, 合并记录数量: 2, BTN网络发送到此Peer流量: 7.0 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt381# [Sparkle3 不受信任投票] 封禁计数: 87, 不信任票数: 87, 合并记录数量: 32, BTN网络发送到此Peer流量: 79.4 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt401# [Sparkle3 不受信任投票] 封禁计数: 17, 不信任票数: 16, 合并记录数量: 8, BTN网络发送到此Peer流量: 14.7 GiB, BTN网络从此Peer获取流量: 2.5 MiBCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt421# [Sparkle3 不受信任投票] 封禁计数: 165, 不信任票数: 12, 合并记录数量: 4, BTN网络发送到此Peer流量: 60.2 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt441# [Sparkle3 不受信任投票] 封禁计数: 6, 不信任票数: 6, 合并记录数量: 1, BTN网络发送到此Peer流量: 4.7 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt461# untrusted-ips.txtCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt48170.38.32.228COMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt501# [Sparkle3 不受信任投票] 封禁计数: 8, 不信任票数: 6, 合并记录数量: 1, BTN网络发送到此Peer流量: 25.2 GiB, BTN网络从此Peer获取流量: 833.6 MiBCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt521# untrusted-ips.txtCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt541104.28.230.246/31COMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt561# [Sparkle3 不受信任投票] 封禁计数: 8, 不信任票数: 8, 合并记录数量: 1, BTN网络发送到此Peer流量: 6.3 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt581# [Sparkle3 不受信任投票] 封禁计数: 8, 不信任票数: 7, 合并记录数量: 1, BTN网络发送到此Peer流量: 8.6 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt601# [Sparkle3 不受信任投票] 封禁计数: 6, 不信任票数: 5, 合并记录数量: 1, BTN网络发送到此Peer流量: 3.2 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt621# untrusted-ips.txtCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt641113.88.73.102COMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt661# [Sparkle3 不受信任投票] 封禁计数: 5, 不信任票数: 5, 合并记录数量: 1, BTN网络发送到此Peer流量: 3.7 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt681# [Sparkle3 不受信任投票] 封禁计数: 36, 不信任票数: 29, 合并记录数量: 8, BTN网络发送到此Peer流量: 57.9 GiB, BTN网络从此Peer获取流量: 4.5 MiBCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt701# [Sparkle3 不受信任投票] 封禁计数: 11, 不信任票数: 10, 合并记录数量: 2, BTN网络发送到此Peer流量: 24.1 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt721115.238.201.0/24COMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt741116.162.24.196COMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt761# [Sparkle3 不受信任投票] 封禁计数: 6, 不信任票数: 6, 合并记录数量: 1, BTN网络发送到此Peer流量: 5.8 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt781# [Sparkle3 不受信任投票] 封禁计数: 6, 不信任票数: 5, 合并记录数量: 2, BTN网络发送到此Peer流量: 3.9 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt801119.14.140.15COMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt821120.255.19.0/24COMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt841# [Sparkle3 不受信任投票] 封禁计数: 7, 不信任票数: 6, 合并记录数量: 2, BTN网络发送到此Peer流量: 5.3 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt861123.189.206.234COMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt881# [Sparkle3 不受信任投票] 封禁计数: 9, 不信任票数: 6, 合并记录数量: 2, BTN网络发送到此Peer流量: 25.4 GiB, BTN网络从此Peer获取流量: 4.1 MiBCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt901# untrusted-ips.txtCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt921157.254.224.83COMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt941# [Sparkle3 不受信任投票] 封禁计数: 8, 不信任票数: 6, 合并记录数量: 1, BTN网络发送到此Peer流量: 8.1 GiB, BTN网络从此Peer获取流量: 193.8 MiBCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt961# untrusted-ips.txtCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt981185.21.217.34COMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt1001# [Sparkle3 不受信任投票] 封禁计数: 9, 不信任票数: 5, 合并记录数量: 1, BTN网络发送到此Peer流量: 8.9 GiB, BTN网络从此Peer获取流量: 32.9 MiBCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt1021# [Sparkle3 不受信任投票] 封禁计数: 5, 不信任票数: 5, 合并记录数量: 1, BTN网络发送到此Peer流量: 6.8 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt1041# [Sparkle3 不受信任投票] 封禁计数: 5, 不信任票数: 5, 合并记录数量: 2, BTN网络发送到此Peer流量: 3.9 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt1061207.204.64.178COMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt1081# [Sparkle3 不受信任投票] 封禁计数: 31, 不信任票数: 16, 合并记录数量: 8, BTN网络发送到此Peer流量: 29.0 GiB, BTN网络从此Peer获取流量: 57.0 MiBCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt1101# [Sparkle3 不受信任投票] 封禁计数: 1338, 不信任票数: 18, 合并记录数量: 4, BTN网络发送到此Peer流量: 45.3 TiB, BTN网络从此Peer获取流量: 0 BCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt1121# [Sparkle3 不受信任投票] 封禁计数: 120, 不信任票数: 118, 合并记录数量: 32, BTN网络发送到此Peer流量: 168.3 GiB, BTN网络从此Peer获取流量: 24.7 MiBCOMMENT
LOWsrc-tauri/data/bt-peer-blocklist.txt1141# [Sparkle3 不受信任投票] 封禁计数: 13, 不信任票数: 13, 合并记录数量: 4, BTN网络发送到此Peer流量: 21.1 GiB, BTN网络从此Peer获取流量: 0 BCOMMENT
144 more matches not shown…
Hyper-Verbose Identifiers90 hits · 100 pts
SeverityFileLineSnippetContext
LOWsrc/composables/useUpdateFlow.ts54export function resolvePhaseAfterDownload(status: DownloadUpdateStatus): Extract<UpdatePhase, 'ready' | 'up-to-date'> {CODE
LOWsrc/composables/useUpdateFlow.ts59export function shouldAllowUpdateDialogClose(phase: UpdatePhase): boolean {CODE
LOWsrc/composables/useAppEvents.ts169 function setupExternalInputHandlers() {CODE
LOWsrc/composables/useAppEvents.ts192 async function runExternalInputWindowStage(CODE
LOWsrc/composables/useAppEvents.ts559 async function scheduleSilentLightweightCleanup(traceId: string) {CODE
LOWsrc/composables/useAppEvents.ts648 async function processIncomingExternalInputs(inputs: ExternalDownloadInput[], options: { silent?: boolean } = {}) {CODE
LOWsrc/composables/useAppEvents.ts715 function normalizeExternalInputPayload(CODE
LOWsrc/composables/useAppEvents.ts721 async function setupExternalInputListeners() {CODE
LOWsrc/composables/useMagnetMetadataEvents.ts26export async function resolvePendingMagnetMetadata(deps: MagnetMetadataDeps, gid: string): Promise<boolean> {CODE
LOWsrc/composables/useMagnetMetadataEvents.ts54export async function resolveNextPendingMagnetMetadata(deps: MagnetMetadataDeps): Promise<void> {CODE
LOWsrc/composables/useMagnetFlow.ts68export function getPendingMagnetSelectionGids(tasks: Aria2Task[]): string[] {CODE
LOWsrc/composables/useMagnetFlow.ts85export function getResolvedMagnetSelection(task: Aria2Task): MagnetSelectionResolution | null {CODE
LOWsrc/composables/useMagnetFlow.ts110export function buildStatusAwareConfirmAction(status: string | undefined): ConfirmAction {CODE
LOWsrc/composables/useStaleCleanup.ts54export function getCompletedRecordRetentionCutoff(retentionDays: number, now = new Date()): string | null {CODE
LOWsrc/composables/useStaleCleanup.ts59export async function runCompletedRecordRetentionCleanup(CODE
LOWsrc/composables/useNetworkPreference.ts54function buildPortConflictRecovery(config: AppConfig): PortConflictRecoveryConfig {CODE
LOWsrc/composables/useTaskSort.ts185export function createManualOrderSnapshot(items: readonly { gid: string }[]): string[] {CODE
LOWsrc/composables/useAddTaskSubmit.ts160function summarizeSubmitHeaderForwarding(form: AddTaskForm, context?: ExternalDownloadContext) {CODE
LOWsrc/composables/useAdvancedPreference.ts130export function buildAdvancedSystemConfig(f: AdvancedForm): Record<string, string> {CODE
LOWsrc/composables/useAdvancedPreference.ts147export function transformAdvancedForStore(f: AdvancedForm): Record<string, unknown> {CODE
LOWsrc/composables/useTaskLifecycle.ts122export function buildSharingCompletionRecord(task: Aria2Task): HistoryRecord {CODE
LOWsrc/composables/useDownloadsPreference.ts126export function buildDownloadsSystemConfig(f: DownloadsForm): Record<string, string> {CODE
LOWsrc/composables/useDownloadsPreference.ts146export function transformDownloadsForStore(f: DownloadsForm): Partial<AppConfig> {CODE
LOWsrc/composables/useDownloadsPreference.ts168export function getCompletedRecordRetentionSelectValue(days: number): number {CODE
LOWsrc/composables/useDownloadsPreference.ts174export function resolveCompletedRecordRetentionDays(selectedValue: number, currentDays: number): number {CODE
LOWsrc/stores/history.ts176 async function countRecordsMatchingTaskIdentities(tasks: Aria2Task[]): Promise<number> {CODE
LOWsrc/stores/app.ts125 function clearPendingExternalMetadata() {CODE
LOWsrc/stores/app.ts133 function setPendingExternalMetadata(context: ExternalDownloadContext, filenameHint: string) {CODE
LOWsrc/stores/app.ts141 function setExternalInputErrorHandler(handler: ((error: unknown) => void) | null) {CODE
LOWsrc/stores/app.ts145 function setExternalInputStartHandler(handler: ((taskNames: string[]) => void) | null) {CODE
LOWsrc/stores/app.ts380 function routeExternalDownloadInput(CODE
LOWsrc/stores/preference.ts214 function recordRecentUserAgentProfile(profileId: string) {CODE
LOWsrc/stores/task/operations.ts47 async function removeTaskRecordWithRetry(gid: string, scope: string): Promise<boolean> {CODE
LOWsrc/stores/task/operations.ts63 async function removeHistoryRecordForDeletedTask(task: Aria2Task): Promise<void> {CODE
LOWsrc/stores/task/operations.ts79 async function removeHistoryRecordsByGid(gids: string[], scope: string): Promise<void> {CODE
LOWsrc/stores/task/operations.ts118 async function cleanupMagnetSelectionFiles(task: Aria2Task): Promise<void> {CODE
LOWsrc/stores/task/operations.ts140 async function cancelMagnetSelectionDownload(target: MagnetSelectionCleanupTarget) {CODE
LOWsrc/stores/task/index.ts122 function refreshCurrentTaskPageCount(tab = currentTaskTab()) {CODE
LOWsrc/stores/task/index.ts291 async function saveVisiblePageManualOrder(visibleTasks: Aria2Task[]) {CODE
LOWsrc/shared/utils/fileCategory.ts93export function normalizeCategoryUrlPatterns(patterns: unknown): string[] {CODE
LOWsrc/shared/utils/fileCategory.ts109export function validateCategoryUrlPatterns(CODE
LOWsrc/shared/utils/clipboard.ts12export function shouldIgnoreClipboardTextForAutoDetect(text: string): boolean {CODE
LOWsrc/shared/utils/tracker.ts30export function computeTrackerProxyServer(proxyConfig: Partial<ProxyConfig>): string | null {CODE
LOWsrc/shared/utils/userAgentPolicy.ts70export function isValidUserAgentHostPattern(pattern: string): boolean {CODE
LOWsrc/shared/utils/userAgentPolicy.ts75export function normalizeUserAgentProfiles(value: unknown): UserAgentProfile[] {CODE
LOWsrc/shared/utils/userAgentPolicy.ts132export function normalizeRecentUserAgentProfileIds(value: unknown, profiles: readonly UserAgentProfile[]): string[] {CODE
LOWsrc/shared/utils/userAgentPolicy.ts173export function findMatchingUserAgentRule(input: UserAgentRuleMatchInput): UserAgentRuleMatch | null {CODE
LOWsrc/shared/utils/userAgentPolicy.ts221export function resolveUserAgentFromContext(input: {CODE
LOWsrc/shared/utils/userAgentPolicy.ts242export function buildUserAgentSelectionItems(input: UserAgentSelectionInput): UserAgentSelectionItem[] {CODE
LOWsrc/shared/utils/userAgentPolicy.ts276export function recordRecentUserAgentProfileId(CODE
LOWsrc/shared/utils/resource.ts77function lineMatchesAllowedResource(line: string, allowedTags: string[], allowHash: boolean): boolean {CODE
LOWsrc/shared/utils/resource.ts89function countMeaningfulInputLines(content: string): number {CODE
LOWsrc/shared/utils/headerSanitize.ts104function isForbiddenBrowserHeaderName(name: string): boolean {CODE
LOWsrc/shared/utils/headerSanitize.ts113export function sanitizeSingleHeaderValue(value: string | undefined): string {CODE
LOWsrc/shared/utils/headerSanitize.ts119export function sanitizeBrowserRequestHeaders(headers: readonly RequestHeaderInput[] = []): SanitizedRequestHeader[] {CODE
LOWsrc/shared/utils/headerSanitize.ts123export function sanitizeBrowserRequestHeadersWithDiagnostics(CODE
LOWsrc/shared/utils/headerSanitize.ts174export function sanitizeHttpHeaderOptions(options: HttpHeaderOptions): HttpHeaderOptions {CODE
LOWsrc/shared/utils/systemConfig.ts8export function buildSystemConfigFromAppConfig(config: AppConfig, defaultDir = ''): Record<string, string> {CODE
LOWsrc/shared/utils/proxy.ts36export function buildProxyUrlWithCredentials(proxy: ProxyEndpoint): string | null {CODE
LOWsrc/shared/utils/proxy.ts141export function buildDownloadProxyOptions(proxy: ProxyConfig): Aria2EngineOptions {CODE
30 more matches not shown…
Verbosity Indicators9 hits · 18 pts
SeverityFileLineSnippetContext
LOWsrc-tauri/src/commands/fs.rs520 // Step 1: Decompose into components and reassemble with native separators.COMMENT
LOWsrc-tauri/src/commands/fs.rs525 // Step 2: Strip `\\?\` prefix if present (safe for Win32 Shell APIs).COMMENT
LOWsrc-tauri/src/commands/fs.rs608 // Step 3: Get the parent directory for SHOpenFolderAndSelectItems.COMMENT
LOWsrc-tauri/src/commands/fs.rs613 // Step 4: Convert paths to wide strings (null-terminated UTF-16).COMMENT
LOWsrc-tauri/src/commands/fs.rs581 // Step 1: Best-effort canonicalization.COMMENT
LOWsrc-tauri/src/commands/fs.rs593 // Step 2: Strip `\\?\UNC\` prefix for mapped drives.COMMENT
LOWsrc-tauri/src/engine/lifecycle.rs403 // Step 1: Kill existing child if presentCOMMENT
LOWsrc-tauri/src/engine/lifecycle.rs419 // Step 2: Defense-in-depth — kill any orphans still holding the portCOMMENT
LOWsrc-tauri/src/engine/lifecycle.rs426 // Step 3: Spawn new Aria2 Next (inlined from start_engine to keep lock held)COMMENT
Structural Annotation Overuse9 hits · 18 pts
SeverityFileLineSnippetContext
LOWsrc-tauri/src/commands/fs.rs520 // Step 1: Decompose into components and reassemble with native separators.COMMENT
LOWsrc-tauri/src/commands/fs.rs525 // Step 2: Strip `\\?\` prefix if present (safe for Win32 Shell APIs).COMMENT
LOWsrc-tauri/src/commands/fs.rs608 // Step 3: Get the parent directory for SHOpenFolderAndSelectItems.COMMENT
LOWsrc-tauri/src/commands/fs.rs613 // Step 4: Convert paths to wide strings (null-terminated UTF-16).COMMENT
LOWsrc-tauri/src/commands/fs.rs581 // Step 1: Best-effort canonicalization.COMMENT
LOWsrc-tauri/src/commands/fs.rs593 // Step 2: Strip `\\?\UNC\` prefix for mapped drives.COMMENT
LOWsrc-tauri/src/engine/lifecycle.rs403 // Step 1: Kill existing child if presentCOMMENT
LOWsrc-tauri/src/engine/lifecycle.rs419 // Step 2: Defense-in-depth — kill any orphans still holding the portCOMMENT
LOWsrc-tauri/src/engine/lifecycle.rs426 // Step 3: Spawn new Aria2 Next (inlined from start_engine to keep lock held)COMMENT
Example Usage Blocks2 hits · 4 pts
SeverityFileLineSnippetContext
LOWscripts/bump-version.sh5# Usage:COMMENT
LOWscripts/release.sh5# Usage:COMMENT
Fake / Example Data3 hits · 3 pts
SeverityFileLineSnippetContext
LOWsrc/composables/__tests__/useUpdateFlow.test.ts196 username: 'user@example.com',CODE
LOWsrc/shared/utils/__tests__/trackerFetch.test.ts40 username: 'user@example.com',CODE
LOWsrc/components/task/addtask/TorrentUpload.vue24 <slot name="placeholder">Drag torrent here or click to select</slot>CODE
Modern AI Meta-Vocabulary1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMAGENTS.md88│ │ ├── mod.rs # Runtime services orchestration (on_engine_ready)CODE
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWscripts/release.sh28# Check if tag already existsCOMMENT