Repository Analysis

AnInsomniacy/motrix-next

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

16.6 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of AnInsomniacy/motrix-next, a JavaScript project with 9,808 GitHub stars. SynthScan v2.0 examined 119,123 lines of code across 523 source files, recording 855 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 16.6 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).

16.6
Adjusted Score
16.6
Raw Score
100%
Time Factor
2026-08-29
Last Push
9.8K
Stars
JavaScript
Language
119.1K
Lines of Code
523
Files
855
Pattern Hits
2026-08-29
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 543LOW 312

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 855 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 Separators542 hits · 1695 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.rs72 // ── Display output ──────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/error.rs116 // ── From conversions ────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/error.rs138 // ── Serialization ───────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/error.rs178 // ── Aria2 + Database variants ───────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/lib.rs285 // ── Window menu: custom handlers for frameless window ────────COMMENT
MEDIUMsrc-tauri/src/lib.rs470 // ── Wayland safety net ────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/lib.rs532 // ── Linux: GPU rendering guard ──────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/lib.rs576 // ── Pre-flight DB migration guard ────────────────────────────COMMENT
MEDIUMsrc-tauri/src/lib.rs820 // ── Window event interception ─────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/tray.rs267 // ── Linux: deferred icon re-set ──────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/upnp.rs32// ─── Public State ────────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/upnp.rs71// ─── Helpers ─────────────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/upnp.rs161// ─── Lifecycle ───────────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/upnp.rs348// ─── Renewal Loop ────────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/history.rs362 // ── CRUD operations ─────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/history.rs568 // ── InfoHash operations ─────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/history.rs599 // ── Task birth tracking ─────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/history.rs645 // ── Integrity check ─────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/history.rs654 // ── 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.rs359// ── Internal JSON-RPC protocol types ────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/types.rs390 // ── Aria2Task deserialization ────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/types.rs567 // ── Aria2GlobalStat deserialization ──────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/types.rs672 // ── Aria2File deserialization ────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/types.rs693 // ── JsonRpcRequest serialization ────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/types.rs710 // ── JsonRpcResponse deserialization ──────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/client.rs149 // ── Public API ──────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/client.rs639 // ── Token parameter construction ────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/client.rs691 // ── Credential update ───────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/client.rs707 // ── Request ID monotonicity ─────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/client.rs721 // ── Aria2State wrapping ─────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/client.rs732 // ── call() error handling (network failure) ─────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/client.rs753 // ── Token format contract ───────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/aria2/client.rs769 // ── 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.rs607 // ── Phase 2: Install (NSIS / tar.gz replacement) ────────────────COMMENT
MEDIUMsrc-tauri/src/commands/updater.rs659 // ── UpdateCancelState ───────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/commands/updater.rs702 // ── 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.rs694 // ── macOS helper tests ──────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/commands/proxy.rs781 // ── Linux helper tests ──────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/commands/net.rs26// ── Filename resolution ─────────────────────────────────────────────────COMMENT
MEDIUMsrc-tauri/src/commands/net.rs583 // ── extract_basename ────────────────────────────────────────────COMMENT
482 more matches not shown…
Over-Commented Block195 hits · 136 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
135 more matches not shown…
Hyper-Verbose Identifiers100 hits · 110 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.ts153 function setupExternalInputHandlers() {CODE
LOWsrc/composables/useAppEvents.ts176 async function runExternalInputWindowStage(CODE
LOWsrc/composables/useAppEvents.ts470 async function scheduleSilentLightweightCleanup(traceId: string) {CODE
LOWsrc/composables/useAppEvents.ts576 async function processIncomingExternalInputs(inputs: ExternalDownloadInput[], options: { silent?: boolean } = {}) {CODE
LOWsrc/composables/useAppEvents.ts654 function normalizeExternalInputPayload(CODE
LOWsrc/composables/useAppEvents.ts660 async function setupExternalInputListeners() {CODE
LOWsrc/composables/useAddTaskFileOps.ts30function getTorrentInspectionErrorKind(error: unknown): string {CODE
LOWsrc/composables/useAddTaskFileOps.ts38function getTorrentInspectionError(error: unknown, t: (key: string) => string): string {CODE
LOWsrc/composables/useMagnetMetadataEvents.ts36export async function resolvePendingMagnetMetadata(CODE
LOWsrc/composables/useMagnetMetadataEvents.ts92export function createMagnetMetadataResolver(getDeps: () => MagnetMetadataDeps): MagnetMetadataResolver {CODE
LOWsrc/composables/useAppMessage.ts47function renderNormalizedTextToast(content: string): () => VNodeChild {CODE
LOWsrc/composables/usePreferenceNumericValidation.ts10export function usePreferenceNumericValidation() {CODE
LOWsrc/composables/useMagnetFlow.ts57export function isPendingMagnetSelectionTask(task: Aria2Task): boolean {CODE
LOWsrc/composables/useMagnetFlow.ts61export function findPendingMagnetSelectionTask(tasks: Aria2Task[], gid: string): Aria2Task | undefined {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.ts47function buildPortConflictRecovery(config: AppConfig): PortConflictRecoveryConfig {CODE
LOWsrc/composables/useTaskSort.ts187export function createManualOrderSnapshot(items: readonly { gid: string }[]): string[] {CODE
LOWsrc/composables/useAddTaskSubmit.ts161function summarizeSubmitHeaderForwarding(form: AddTaskForm, context?: ExternalDownloadContext) {CODE
LOWsrc/composables/useAdvancedPreference.ts123export function buildAdvancedSystemConfig(f: AdvancedForm): Record<string, string> {CODE
LOWsrc/composables/useAdvancedPreference.ts138export function transformAdvancedForStore(f: AdvancedForm): Record<string, unknown> {CODE
LOWsrc/composables/useBtLifecycle.ts45export function isAwaitingBtFileSelection(task: Aria2Task): boolean {CODE
LOWsrc/composables/useDownloadsPreference.ts132export function buildDownloadsSystemConfig(f: DownloadsForm): Record<string, string> {CODE
LOWsrc/composables/useDownloadsPreference.ts154export function transformDownloadsForStore(f: DownloadsForm): Partial<AppConfig> {CODE
LOWsrc/composables/useDownloadsPreference.ts176export function getCompletedRecordRetentionSelectValue(days: number): number {CODE
LOWsrc/composables/useDownloadsPreference.ts182export function resolveCompletedRecordRetentionDays(selectedValue: number, currentDays: number): number {CODE
LOWsrc/composables/useTaskDetailSummary.ts55export function getTaskDetailStatusLabelKey(status: string | undefined): string {CODE
LOWsrc/stores/history.ts182 async function countRecordsMatchingTaskIdentities(tasks: Aria2Task[], status: 'complete' | 'error'): Promise<number> {CODE
LOWsrc/stores/app.ts98 function clearPendingExternalMetadata() {CODE
LOWsrc/stores/app.ts120 function replacePendingMagnetSelections(gids: string[]) {CODE
LOWsrc/stores/app.ts133 function disableAutomaticMagnetPrompt(gid: string) {CODE
LOWsrc/stores/app.ts141 function setPendingExternalMetadata(context: ExternalDownloadContext, filenameHint: string) {CODE
LOWsrc/stores/app.ts149 function setExternalInputErrorHandler(handler: ((error: unknown) => void) | null) {CODE
LOWsrc/stores/app.ts153 function setExternalInputStartHandler(handler: ((taskNames: string[]) => void) | null) {CODE
LOWsrc/stores/app.ts381 function routeExternalDownloadInput(CODE
LOWsrc/stores/preference.ts232 function recordRecentUserAgentProfile(profileId: string) {CODE
LOWsrc/stores/task/index.ts143 function refreshCurrentTaskPageCount(tab = currentTaskTab()) {CODE
LOWsrc/stores/task/index.ts341 async function saveVisiblePageManualOrder(visibleTasks: Aria2Task[]) {CODE
LOWsrc/shared/configConstraints.ts74export function isConfigNumericValueValid(key: NumericConfigKey, value: unknown): boolean {CODE
LOWsrc/shared/configConstraints.ts78export function getInvalidNumericConfigKeys(config: Partial<AppConfig>): NumericConfigKey[] {CODE
LOWsrc/shared/configConstraints.ts84export function validateAppConfigCandidate(config: Partial<AppConfig>): ConfigValidationIssue[] {CODE
LOWsrc/shared/utils/fileCategory.ts98export function normalizeCategoryUrlPatterns(patterns: unknown): string[] {CODE
LOWsrc/shared/utils/fileCategory.ts114export 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.ts103function isForbiddenBrowserHeaderName(name: string): boolean {CODE
LOWsrc/shared/utils/headerSanitize.ts112export function sanitizeSingleHeaderValue(value: string | undefined): string {CODE
LOWsrc/shared/utils/headerSanitize.ts118export function sanitizeBrowserRequestHeaders(headers: readonly RequestHeaderInput[] = []): SanitizedRequestHeader[] {CODE
LOWsrc/shared/utils/headerSanitize.ts122export function sanitizeBrowserRequestHeadersWithDiagnostics(CODE
40 more matches not shown…
Verbosity Indicators6 hits · 12 pts
SeverityFileLineSnippetContext
LOWsrc-tauri/src/commands/fs.rs263 // Step 1: Decompose into components and reassemble with native separators.COMMENT
LOWsrc-tauri/src/commands/fs.rs268 // Step 2: Strip `\\?\` prefix if present (safe for Win32 Shell APIs).COMMENT
LOWsrc-tauri/src/commands/fs.rs351 // Step 3: Get the parent directory for SHOpenFolderAndSelectItems.COMMENT
LOWsrc-tauri/src/commands/fs.rs356 // Step 4: Convert paths to wide strings (null-terminated UTF-16).COMMENT
LOWsrc-tauri/src/commands/fs.rs324 // Step 1: Best-effort canonicalization.COMMENT
LOWsrc-tauri/src/commands/fs.rs336 // Step 2: Strip `\\?\UNC\` prefix for mapped drives.COMMENT
Structural Annotation Overuse6 hits · 12 pts
SeverityFileLineSnippetContext
LOWsrc-tauri/src/commands/fs.rs263 // Step 1: Decompose into components and reassemble with native separators.COMMENT
LOWsrc-tauri/src/commands/fs.rs268 // Step 2: Strip `\\?\` prefix if present (safe for Win32 Shell APIs).COMMENT
LOWsrc-tauri/src/commands/fs.rs351 // Step 3: Get the parent directory for SHOpenFolderAndSelectItems.COMMENT
LOWsrc-tauri/src/commands/fs.rs356 // Step 4: Convert paths to wide strings (null-terminated UTF-16).COMMENT
LOWsrc-tauri/src/commands/fs.rs324 // Step 1: Best-effort canonicalization.COMMENT
LOWsrc-tauri/src/commands/fs.rs336 // Step 2: Strip `\\?\UNC\` prefix for mapped drives.COMMENT
Example Usage Blocks2 hits · 4 pts
SeverityFileLineSnippetContext
LOWscripts/bump-version.sh5# Usage:COMMENT
LOWscripts/release.sh5# Usage:COMMENT
Modern AI Meta-Vocabulary1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMAGENTS.md88│ │ ├── mod.rs # Runtime services orchestration (on_engine_ready)CODE
Fake / Example Data2 hits · 2 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
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWscripts/release.sh28# Check if tag already existsCOMMENT