Shell Superpowers for AI Agents.
This report presents the forensic synthetic code analysis of x-cmd/x-cmd, a Awk project with 4,523 GitHub stars. SynthScan v2.0 examined 33,722 lines of code across 376 source files, recording 291 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 18.7 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).
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.
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.
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.
The scanner identified 291 distinct pattern matches across 13 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | LICENSE/zsh-syntax-highlighting.license.txt | 1 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | mod/gpu/lib/py/metal_info.py | 57 | # ── Metal device caps ───────────────────────────────────────────── | COMMENT |
| MEDIUM | mod/gpu/lib/py/metal_info.py | 95 | # ── IOKit gpu-core-count ────────────────────────────────────────── | COMMENT |
| MEDIUM | mod/gpu/lib/py/metal_info.py | 159 | # ── GPU frequency via pmgr voltage-states9-sram ──────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 10 | # ── Setup ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 46 | # ── 1. Create entities ─────────────────────────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 70 | # ── 2. Link entities ───────────────────────────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 90 | # ── 3. Set properties ──────────────────────────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 103 | # ── 4. Get (before compact) ────────────────────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 114 | # ── 5. Query (before compact) ──────────────────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 132 | # ── 6. Compact ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 141 | # ── 7. Post-compact get ────────────────────────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 152 | # ── 8. Post-compact query ──────────────────────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 167 | # ── 9. List ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 179 | # ── 10. Linked ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 193 | # ── 11. Unlink + Rm ───────────────────────────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 202 | # ── 12. Link with props ───────────────────────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 214 | # ── 12. Post-mutation queries ─────────────────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 230 | # ── 13. Property deletion ──────────────────────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 240 | # ── 14. JSON output ────────────────────────────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 257 | # ── 15. Validate ───────────────────────────────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 264 | # ── 16. Second compact ─────────────────────────────────────── | COMMENT |
| MEDIUM | mod/ondb/lib/example.sh | 278 | # ── Summary ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | mod/cpu/lib/py/cpu_stat.py | 17 | # ── Overall CPU load via top ───────────────────────────────────── | COMMENT |
| MEDIUM | mod/cpu/lib/py/cpu_stat.py | 33 | # ── Per-core usage via host_processor_info ──────────────────────── | COMMENT |
| MEDIUM | …ty/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 1 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ty/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 25 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ty/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 28 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ty/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 52 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ty/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 54 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ty/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 240 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ty/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 242 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ty/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 282 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ty/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 284 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ty/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 403 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ty/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 405 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ighlighting/highlighters/cursor/cursor-highlighter.zsh | 1 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ighlighting/highlighters/cursor/cursor-highlighter.zsh | 25 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ighlighting/highlighters/cursor/cursor-highlighter.zsh | 28 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ax-highlighting/highlighters/line/line-highlighter.zsh | 1 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ax-highlighting/highlighters/line/line-highlighter.zsh | 25 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ax-highlighting/highlighters/line/line-highlighter.zsh | 28 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ax-highlighting/highlighters/root/root-highlighter.zsh | 1 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ax-highlighting/highlighters/root/root-highlighter.zsh | 25 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ax-highlighting/highlighters/root/root-highlighter.zsh | 28 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ghting/highlighters/root/regexp/regexp-highlighter.zsh | 1 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ghting/highlighters/root/regexp/regexp-highlighter.zsh | 25 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ghting/highlighters/root/regexp/regexp-highlighter.zsh | 28 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …hlighting/highlighters/pattern/pattern-highlighter.zsh | 1 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …hlighting/highlighters/pattern/pattern-highlighter.zsh | 25 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …hlighting/highlighters/pattern/pattern-highlighter.zsh | 28 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ighting/highlighters/brackets/brackets-highlighter.zsh | 1 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ighting/highlighters/brackets/brackets-highlighter.zsh | 25 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ighting/highlighters/brackets/brackets-highlighter.zsh | 28 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ax-highlighting/highlighters/main/main-highlighter.zsh | 1 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ax-highlighting/highlighters/main/main-highlighter.zsh | 25 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ax-highlighting/highlighters/main/main-highlighter.zsh | 28 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ax-highlighting/highlighters/main/main-highlighter.zsh | 1822 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ax-highlighting/highlighters/main/main-highlighter.zsh | 1824 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | mod/advise/lib/spec/resource/rule/advise.rule.yml | 10 | # ============================================================ | COMMENT |
| 75 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | mod/ondb/SKILL.md | 523 | # Step 1: SQLite extracts raw data | COMMENT |
| LOW | mod/ondb/SKILL.md | 533 | # Step 2: AWK post-processes (counts, filters, formats) | COMMENT |
| LOW | mod/slash/lib/preset/optimize/SKILL.md | 22 | ### Step 1: Profile (if applicable) | COMMENT |
| LOW | mod/slash/lib/preset/optimize/SKILL.md | 34 | ### Step 2: Identify Bottlenecks | COMMENT |
| LOW | mod/slash/lib/preset/optimize/SKILL.md | 44 | ### Step 3: Generate Report | COMMENT |
| LOW⚡ | mod/slash/lib/preset/scan/SKILL.md | 22 | ### Step 1: Parse Arguments | COMMENT |
| LOW⚡ | mod/slash/lib/preset/scan/SKILL.md | 30 | ### Step 2: Load Rules | COMMENT |
| LOW⚡ | mod/slash/lib/preset/scan/SKILL.md | 38 | ### Step 3: Greedy Scan | COMMENT |
| LOW⚡ | mod/slash/lib/preset/scan/SKILL.md | 47 | ### Step 4: Output Results | COMMENT |
| LOW | mod/slash/lib/preset/assess/SKILL.md | 22 | ### Step 1: Discover Targets | COMMENT |
| LOW | mod/slash/lib/preset/assess/SKILL.md | 31 | ### Step 2: Score Each Pair | COMMENT |
| LOW | mod/slash/lib/preset/assess/SKILL.md | 42 | ### Step 3: Summarize | COMMENT |
| LOW | mod/slash/lib/preset/review/SKILL.md | 22 | ### Step 1: Fetch Changes | COMMENT |
| LOW | mod/slash/lib/preset/review/SKILL.md | 36 | ### Step 2: Analyze | COMMENT |
| LOW | mod/slash/lib/preset/review/SKILL.md | 45 | ### Step 3: Generate Report | COMMENT |
| LOW⚡ | mod/slash/lib/preset/work/SKILL.md | 17 | ### Step 1: Parse Input | COMMENT |
| LOW⚡ | mod/slash/lib/preset/work/SKILL.md | 26 | ### Step 2: Fetch Context (for links) | COMMENT |
| LOW⚡ | mod/slash/lib/preset/work/SKILL.md | 33 | ### Step 3: Create Worktree | COMMENT |
| LOW⚡ | mod/slash/lib/preset/work/SKILL.md | 41 | ### Step 4: Report | COMMENT |
| LOW⚡ | mod/slash/lib/preset/work/SKILL.md | 49 | ### Step 5: Exit Guidance | COMMENT |
| LOW | mod/slash/lib/preset/simplify/SKILL.md | 22 | ### Step 1: Gather Code | COMMENT |
| LOW | mod/slash/lib/preset/simplify/SKILL.md | 33 | ### Step 2: Analyze Issues | COMMENT |
| LOW | mod/slash/lib/preset/simplify/SKILL.md | 40 | ### Step 3: Generate Report | COMMENT |
| LOW⚡ | mod/slash/lib/preset/check/SKILL.md | 22 | ### Step 1: Parse Arguments | COMMENT |
| LOW⚡ | mod/slash/lib/preset/check/SKILL.md | 30 | ### Step 2: Load Rules | COMMENT |
| LOW⚡ | mod/slash/lib/preset/check/SKILL.md | 38 | ### Step 3: Evaluate All Files Against All Rules | COMMENT |
| LOW | mod/slash/lib/preset/check/SKILL.md | 55 | ### Step 4: Output Results | COMMENT |
| LOW | mod/slash/lib/preset/loop/SKILL.md | 17 | ### Step 1: Parse Arguments | COMMENT |
| LOW⚡ | mod/slash/lib/preset/loop/SKILL.md | 32 | ### Step 2: Clarify Intent | COMMENT |
| LOW⚡ | mod/slash/lib/preset/loop/SKILL.md | 39 | ### Step 3: Configure Notification | COMMENT |
| LOW⚡ | mod/slash/lib/preset/loop/SKILL.md | 46 | ### Step 4: Create Cron Job | COMMENT |
| LOW⚡ | mod/slash/lib/preset/loop/SKILL.md | 56 | ### Step 5: Execute Immediately | COMMENT |
| LOW⚡ | mod/slash/lib/preset/loop/SKILL.md | 60 | ### Step 6: Confirm | COMMENT |
| LOW | mod/slash/lib/preset/security-review/SKILL.md | 22 | ### Step 1: Gather Context | COMMENT |
| LOW | mod/slash/lib/preset/security-review/SKILL.md | 34 | ### Step 2: Scan for Risk Patterns | COMMENT |
| LOW | mod/slash/lib/preset/security-review/SKILL.md | 47 | ### Step 3: Verify Checklist | COMMENT |
| LOW | mod/slash/lib/preset/security-review/SKILL.md | 58 | ### Step 4: Generate Report | COMMENT |
| LOW⚡ | mod/slash/lib/preset/goal/SKILL.md | 17 | ### Step 1: Parse Input | COMMENT |
| LOW⚡ | mod/slash/lib/preset/goal/SKILL.md | 23 | ### Step 2: Manage Goals | COMMENT |
| LOW⚡ | mod/slash/lib/preset/goal/SKILL.md | 33 | ### Step 3: Report Status | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | LICENSE/zsh-autosuggestions.license.txt | 1 | # Fish-like fast/unobtrusive autosuggestions for zsh. | COMMENT |
| LOW | LICENSE/zsh-autosuggestions.license.txt | 21 | # OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | COMMENT |
| LOW | LICENSE/zsh-syntax-highlighting.license.txt | 1 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| LOW | LICENSE/zsh-syntax-highlighting.license.txt | 21 | # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | COMMENT |
| LOW | mod/cpu/SKILL.md | 61 | # Default - show CPU info | COMMENT |
| LOW | mod/co/lib/minion/frag.yml | 21 | ### Asking for more information collection using 'x tui form' and 'x ui select' ### | COMMENT |
| LOW | mod/co/lib/minion/frag.yml | 41 | # "answer": [ | COMMENT |
| LOW | mod/qr/lib/py/qrencode.py | 321 | # Vertical (col 8): | COMMENT |
| LOW | …thirdparty/zsh-autosuggestions/zsh-autosuggestions.zsh | 1 | # Fish-like fast/unobtrusive autosuggestions for zsh. | COMMENT |
| LOW | …thirdparty/zsh-autosuggestions/zsh-autosuggestions.zsh | 21 | # OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | COMMENT |
| LOW | …thirdparty/zsh-autosuggestions/zsh-autosuggestions.zsh | 621 | # Extract the suggestion from between the null bytes. On older | COMMENT |
| LOW | …thirdparty/zsh-autosuggestions/zsh-autosuggestions.zsh | 661 | typeset -g suggestion="${history[(r)$pattern]}" | COMMENT |
| LOW | …thirdparty/zsh-autosuggestions/zsh-autosuggestions.zsh | 841 | COMMENT | |
| LOW | …ty/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 1 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| LOW | …ty/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 21 | # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | COMMENT |
| LOW | …ty/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 201 | # 1. The exact entry (no patterns) in the zle_highlight array: | COMMENT |
| LOW | …ighlighting/highlighters/cursor/cursor-highlighter.zsh | 1 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| LOW | …ighlighting/highlighters/cursor/cursor-highlighter.zsh | 21 | # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | COMMENT |
| LOW | …ax-highlighting/highlighters/line/line-highlighter.zsh | 1 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| LOW | …ax-highlighting/highlighters/line/line-highlighter.zsh | 21 | # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | COMMENT |
| LOW | …ax-highlighting/highlighters/root/root-highlighter.zsh | 1 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| LOW | …ax-highlighting/highlighters/root/root-highlighter.zsh | 21 | # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | COMMENT |
| LOW | …ghting/highlighters/root/regexp/regexp-highlighter.zsh | 1 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| LOW | …ghting/highlighters/root/regexp/regexp-highlighter.zsh | 21 | # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | COMMENT |
| LOW | …hlighting/highlighters/pattern/pattern-highlighter.zsh | 1 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| LOW | …hlighting/highlighters/pattern/pattern-highlighter.zsh | 21 | # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | COMMENT |
| LOW | …ighting/highlighters/brackets/brackets-highlighter.zsh | 1 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| LOW | …ax-highlighting/highlighters/main/main-highlighter.zsh | 1 | # ------------------------------------------------------------------------------------------------- | COMMENT |
| LOW | …ax-highlighting/highlighters/main/main-highlighter.zsh | 201 | # types. | COMMENT |
| LOW | …ax-highlighting/highlighters/main/main-highlighter.zsh | 321 | typeset -a ZSH_HIGHLIGHT_TOKENS_COMMANDSEPARATOR | COMMENT |
| LOW | …ax-highlighting/highlighters/main/main-highlighter.zsh | 501 | # exit code is 0 if the braces_stack is empty, 1 otherwise. | COMMENT |
| LOW | …ax-highlighting/highlighters/main/main-highlighter.zsh | 521 | list_highlights=() | COMMENT |
| LOW | …ax-highlighting/highlighters/main/main-highlighter.zsh | 541 | # argument or not. (Example: sudo's "-u" or "-i".) | COMMENT |
| LOW | …ax-highlighting/highlighters/main/main-highlighter.zsh | 561 | # Handling of redirections: upon seeing a redirection token, we must stall | COMMENT |
| LOW | …ax-highlighting/highlighters/main/main-highlighter.zsh | 661 | (( start_pos = end_pos + offset )) | COMMENT |
| LOW | …ax-highlighting/highlighters/main/main-highlighter.zsh | 821 | fi | COMMENT |
| LOW | mod/tmux/lib/config/plugin-copy.sh | 41 | fi | COMMENT |
| LOW | mod/tmux/lib/config/ccal.sh | 1 | # shellcheck shell=dash | COMMENT |
| LOW | mod/tmux/lib/config/plugin-theme-default.sh | 21 | # EndSection | COMMENT |
| LOW | mod/tmux/lib/config/plugin-theme-default.sh | 41 | COMMENT | |
| LOW | mod/tmux/lib/config/popup.sh | 1 | # shellcheck shell=dash | COMMENT |
| LOW | mod/advise/lib/spec/resource/rule/advise.rule.yml | 1 | # Advise Spec 规则集 | COMMENT |
| LOW | …/skill0/lib/skill0/skills/score/template/car.score.yml | 1 | # car.score.yml — car selection | COMMENT |
| LOW | …0/lib/skill0/skills/score/template/plant-cat.score.yml | 1 | # plant-cat.score.yml — cat-safe indoor plant selection | COMMENT |
| LOW | …/skill0/lib/skill0/skills/score/template/job.score.yml | 1 | # job.score.yml — job / offer selection | COMMENT |
| LOW | …/lib/skill0/skills/score/template/house-rent.score.yml | 1 | # house-rent.score.yml — house / apartment selection | COMMENT |
| LOW | …ill0/lib/skill0/skills/score/template/travel.score.yml | 1 | # travel.score.yml — travel destination selection | COMMENT |
| LOW | …ills/score/template/travel-vacation-to-china.score.yml | 1 | # travel-vacation-to-china.score.yml — China vacation destination selection | COMMENT |
| LOW | …ll0/lib/skill0/skills/score/template/general.score.yml | 1 | # general.score.yml — general weighted scoring | COMMENT |
| LOW | …ib/skill0/skills/score/template/plant-indoor.score.yml | 1 | # plant-indoor.score.yml — indoor plant selection | COMMENT |
| LOW | …/skill0/skills/score/template/travel-weekend.score.yml | 1 | # travel-weekend.score.yml — weekend getaway selection | COMMENT |
| LOW | …skill0/skills/score/template/gift-girlfriend.score.yml | 1 | # gift-girlfriend.score.yml — gift selection | COMMENT |
| LOW | …/lib/skill0/skills/score/template/restaurant.score.yml | 1 | # restaurant.score.yml — restaurant selection | COMMENT |
| LOW | …kill0/lib/skill0/skills/naming/naming.score-module.yml | 1 | # naming.score-module.yml | COMMENT |
| LOW | …0/lib/skill0/skills/naming/naming.trial-run-module.yml | 1 | # naming.trial-run-module.yml | COMMENT |
| LOW | mod/skill0/lib/skill0/skills/naming/naming.template.yml | 1 | # naming.template.yml | COMMENT |
| LOW | mod/skill0/lib/skill0/skills/naming/naming.template.yml | 121 | misses: | COMMENT |
| LOW | mod/skill0/lib/skill0/skills/naming/naming.template.yml | 141 | # 5. Fill session: all 4 sub-sections (prefer / init_verdicts / scores / final) | COMMENT |
| LOW | …lib/skill0/skills/naming/template/naming-x-cmd-mod.yml | 1 | # naming-x-cmd-mod.yml | COMMENT |
| LOW | …ll0/lib/skill0/skills/naming/template/naming-brand.yml | 1 | # naming-brand.yml | COMMENT |
| 3 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | mod/ondb/lib/py/ondb_core.py | 12 | CODE | |
| LOW | mod/ondb/lib/py/ondb_core.py | 94 | CODE | |
| LOW | mod/ondb/lib/py/ondb_core.py | 129 | CODE | |
| LOW | mod/agent/lib/stat/parse/claude.py | 214 | CODE | |
| LOW | mod/agent/lib/stat/parse/claude.py | 629 | CODE | |
| LOW | mod/agent/lib/stat/parse/claude.py | 939 | CODE | |
| LOW | mod/agent/lib/stat/cross/claude.py | 52 | CODE | |
| LOW | mod/agent/lib/stat/cross/claude.py | 75 | CODE | |
| LOW | mod/qr/lib/py/opencvdecode.py | 15 | CODE | |
| LOW | mod/qr/lib/py/qrencode.py | 122 | CODE | |
| LOW | mod/qr/lib/py/qrencode.py | 243 | CODE | |
| LOW | mod/qr/lib/py/qrencode.py | 274 | CODE | |
| LOW | mod/qr/lib/py/qrencode.py | 400 | CODE | |
| LOW | …d/skill0/lib/skill0/skills/meme/scripts/meme_render.py | 65 | CODE | |
| LOW | …d/skill0/lib/skill0/skills/meme/scripts/meme_render.py | 136 | CODE | |
| LOW | mod/skill0/lib/skill0/skills/score/compute.py | 51 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | mod/free/lib/awk/top_physfp.py | 12 | except Exception: | CODE |
| LOW | mod/free/lib/awk/top_physfp.py | 21 | except Exception: | CODE |
| MEDIUM | mod/free/lib/awk/top_physfp.py | 9 | def main(): | CODE |
| LOW | mod/agent/lib/stat/cross/claude.py | 156 | except Exception as e: | CODE |
| MEDIUM | mod/qr/lib/py/opencvdecode.py | 95 | print("Error: qrencode module not found") | CODE |
| LOW | mod/display/lib/py/display_stat.py | 20 | except Exception: | CODE |
| LOW | mod/display/lib/py/display_stat.py | 31 | except Exception: | CODE |
| LOW | mod/display/lib/py/display_stat.py | 42 | except Exception: | CODE |
| LOW | …d/skill0/lib/skill0/skills/meme/scripts/meme_render.py | 55 | except Exception: | CODE |
| MEDIUM | …d/skill0/lib/skill0/skills/meme/scripts/meme_render.py | 85 | print(f"Error: template '{template_arg}' not found on any mirror", file=sys.stderr) | CODE |
| LOW | …d/skill0/lib/skill0/skills/meme/scripts/meme_render.py | 100 | except Exception: | CODE |
| MEDIUM | …d/skill0/lib/skill0/skills/meme/scripts/meme_render.py | 204 | print("Error: could not download image", file=sys.stderr) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | mod/python/lib/compile_pipe.py | 6 | # Create a temporary file with the code | COMMENT |
| MEDIUM | …thirdparty/zsh-autosuggestions/zsh-autosuggestions.zsh | 188 | # Create the bound widget | COMMENT |
| MEDIUM | …ty/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 71 | # This function is supposed to be called whenever the ZLE state changes. | COMMENT |
| MEDIUM | …ax-highlighting/highlighters/main/main-highlighter.zsh | 1446 | # This function is currently never called for the command word, so $2 is hard-coded as 0. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | mod/agent/lib/stat/parse/claude.py | 514 | # Highest leverage (smallest positive human_ratio) | COMMENT |
| MEDIUM | mod/agent/lib/stat/parse/claude.py | 906 | # Highest leverage = smallest positive human_ratio (you typed least | COMMENT |
| LOW⚡ | mod/coco/lib/minion/diffmsg.yml | 25 | - gh-issue: <issue url, or just issue id if the issue is stored in this repo> # If you don't know, just return | CODE |
| LOW⚡ | mod/coco/lib/minion/diffmsg.yml | 26 | - gh-pr: <pull request url, or just issue id if the issue is stored in this repo> # If you don't know, just return | CODE |
| LOW⚡ | mod/coco/lib/minion/diffmsg.yml | 27 | - <other website reference> # If you don't know, just return an empty list | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | mod/agent/lib/stat/parse/claude.py | 1136 | help="Suppress the human_message field (tsv: empty cell, json: null) " | CODE |
| HIGH | mod/agent/lib/stat/cross/claude.py | 232 | help="Suppress the human_message field (tsv: empty cell, json: null).", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …thirdparty/zsh-autosuggestions/zsh-autosuggestions.zsh | 445 | # Set POSTDISPLAY to text right of the cursor | COMMENT |
| LOW | …thirdparty/zsh-autosuggestions/zsh-autosuggestions.zsh | 785 | # Close the file descriptor and remove the handler | COMMENT |
| LOW | …ax-highlighting/highlighters/main/main-highlighter.zsh | 1180 | # Check if $arg is variable assignment | COMMENT |
| LOW | …ax-highlighting/highlighters/main/main-highlighter.zsh | 1201 | # Check if $1 is a path. | COMMENT |
| LOW | …ax-highlighting/highlighters/main/main-highlighter.zsh | 1233 | # Check if this is a blacklisted path | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | mod/gpu/lib/py/metal_info.py | 8 | CODE | |
| LOW | mod/gpu/lib/py/metal_info.py | 8 | CODE | |
| LOW | mod/ondb/lib/py/ondb_core.py | 3 | CODE | |
| LOW | mod/ondb/lib/py/ontology.py | 30 | CODE | |
| LOW | mod/display/lib/py/display_stat.py | 5 | CODE | |
| LOW | …d/skill0/lib/skill0/skills/meme/scripts/meme_render.py | 10 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | mod/co/lib/minion/frag.yml | 16 | # Notice, you can use 'x tldr --cat <command>' to get the short description of the command. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | mod/ondb/lib/py/ontology.py | 32 | __all__ = ['Ondb'] | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | mod/agent/lib/stat/parse/claude.py | 486 | def _highlighted_turn_indices(turns: List[Dict[str, Any]]) -> set: | CODE |