Repository Analysis

ohmyzsh/ohmyzsh

🙃 A delightful community-driven (with 2,500+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.

6.6 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of ohmyzsh/ohmyzsh, a Shell project with 188,708 GitHub stars. SynthScan v2.0 examined 82,671 lines of code across 768 source files, recording 295 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 6.6 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.6
Adjusted Score
6.6
Raw Score
100%
Time Factor
2026-07-12
Last Push
188.7K
Stars
Shell
Language
82.7K
Lines of Code
768
Files
295
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 2MEDIUM 87LOW 206

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 295 distinct pattern matches across 14 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 Separators66 hits · 258 pts
SeverityFileLineSnippetContext
MEDIUMplugins/man/man.plugin.zsh1# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/man/man.plugin.zsh7# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/man/man.plugin.zsh13# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/per-directory-history/per-directory-history.zsh12#-------------------------------------------------------------------------------COMMENT
MEDIUMplugins/per-directory-history/per-directory-history.zsh14#-------------------------------------------------------------------------------COMMENT
MEDIUMplugins/per-directory-history/per-directory-history.zsh19#-------------------------------------------------------------------------------COMMENT
MEDIUMplugins/per-directory-history/per-directory-history.zsh21#-------------------------------------------------------------------------------COMMENT
MEDIUMplugins/per-directory-history/per-directory-history.zsh55#-------------------------------------------------------------------------------COMMENT
MEDIUMplugins/per-directory-history/per-directory-history.zsh57#-------------------------------------------------------------------------------COMMENT
MEDIUMplugins/per-directory-history/per-directory-history.zsh64#-------------------------------------------------------------------------------COMMENT
MEDIUMplugins/per-directory-history/per-directory-history.zsh66#-------------------------------------------------------------------------------COMMENT
MEDIUMplugins/per-directory-history/per-directory-history.zsh89#-------------------------------------------------------------------------------COMMENT
MEDIUMplugins/per-directory-history/per-directory-history.zsh91#-------------------------------------------------------------------------------COMMENT
MEDIUM…per-directory-history/per-directory-history.plugin.zsh12#-------------------------------------------------------------------------------COMMENT
MEDIUM…per-directory-history/per-directory-history.plugin.zsh14#-------------------------------------------------------------------------------COMMENT
MEDIUM…per-directory-history/per-directory-history.plugin.zsh19#-------------------------------------------------------------------------------COMMENT
MEDIUM…per-directory-history/per-directory-history.plugin.zsh21#-------------------------------------------------------------------------------COMMENT
MEDIUM…per-directory-history/per-directory-history.plugin.zsh55#-------------------------------------------------------------------------------COMMENT
MEDIUM…per-directory-history/per-directory-history.plugin.zsh57#-------------------------------------------------------------------------------COMMENT
MEDIUM…per-directory-history/per-directory-history.plugin.zsh64#-------------------------------------------------------------------------------COMMENT
MEDIUM…per-directory-history/per-directory-history.plugin.zsh66#-------------------------------------------------------------------------------COMMENT
MEDIUM…per-directory-history/per-directory-history.plugin.zsh89#-------------------------------------------------------------------------------COMMENT
MEDIUM…per-directory-history/per-directory-history.plugin.zsh91#-------------------------------------------------------------------------------COMMENT
MEDIUMplugins/gitfast/git-completion.bash207# ==============================================================================COMMENT
MEDIUMplugins/n98-magerun/n98-magerun.plugin.zsh1# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/n98-magerun/n98-magerun.plugin.zsh7# ------------------------------------------------------------------------------COMMENT
MEDIUM…/history-substring-search/history-substring-search.zsh42#-----------------------------------------------------------------------------COMMENT
MEDIUM…/history-substring-search/history-substring-search.zsh44#-----------------------------------------------------------------------------COMMENT
MEDIUM…/history-substring-search/history-substring-search.zsh53#-----------------------------------------------------------------------------COMMENT
MEDIUM…/history-substring-search/history-substring-search.zsh55#-----------------------------------------------------------------------------COMMENT
MEDIUM…/history-substring-search/history-substring-search.zsh70#-----------------------------------------------------------------------------COMMENT
MEDIUM…/history-substring-search/history-substring-search.zsh72#-----------------------------------------------------------------------------COMMENT
MEDIUM…/history-substring-search/history-substring-search.zsh97#-----------------------------------------------------------------------------COMMENT
MEDIUM…/history-substring-search/history-substring-search.zsh99#-----------------------------------------------------------------------------COMMENT
MEDIUMplugins/emotty/emotty.plugin.zsh1# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/emotty/emotty.plugin.zsh11# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/grunt/grunt.plugin.zsh3# -----------------------------------------------------------------------------COMMENT
MEDIUMplugins/grunt/grunt.plugin.zsh10# -----------------------------------------------------------------------------COMMENT
MEDIUMplugins/grunt/grunt.plugin.zsh20# -----------------------------------------------------------------------------COMMENT
MEDIUMplugins/grunt/grunt.plugin.zsh48# -----------------------------------------------------------------------------COMMENT
MEDIUMplugins/sfffe/sfffe.plugin.zsh1# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/sfffe/sfffe.plugin.zsh7# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/wd/wd.plugin.zsh4# ==============COMMENT
MEDIUMplugins/wd/wd.sh4# ==============COMMENT
MEDIUMplugins/systemadmin/systemadmin.plugin.zsh1# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/systemadmin/systemadmin.plugin.zsh3# -----------COMMENT
MEDIUMplugins/systemadmin/systemadmin.plugin.zsh7# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/systemadmin/systemadmin.plugin.zsh13# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/emoji-clock/emoji-clock.plugin.zsh1# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/emoji-clock/emoji-clock.plugin.zsh8# -----------------------------------------------------------------------------COMMENT
MEDIUMplugins/gnu-utils/gnu-utils.plugin.zsh1# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/gnu-utils/gnu-utils.plugin.zsh6# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/sbt/sbt.plugin.zsh1# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/sbt/sbt.plugin.zsh6# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/sudo/sudo.plugin.zsh1# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/sudo/sudo.plugin.zsh3# -----------COMMENT
MEDIUMplugins/sudo/sudo.plugin.zsh7# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/sudo/sudo.plugin.zsh16# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/compleat/compleat.plugin.zsh1# ------------------------------------------------------------------------------COMMENT
MEDIUMplugins/compleat/compleat.plugin.zsh6# ------------------------------------------------------------------------------COMMENT
6 more matches not shown…
Over-Commented Block143 hits · 134 pts
SeverityFileLineSnippetContext
LOWtools/changelog.sh181fiCOMMENT
LOWtools/changelog.sh241COMMENT
LOWtools/install.sh1#!/bin/shCOMMENT
LOWtools/install.sh21# [2] https://zsh.sourceforge.io/Doc/Release/Files.html#index-ZDOTDIR_002c-use-ofCOMMENT
LOWtools/install.sh41#COMMENT
LOWtools/install.sh101 #COMMENT
LOWtools/install.sh121 is_tty() {COMMENT
LOWtools/upgrade.sh61#COMMENT
LOWplugins/man/man.plugin.zsh1# ------------------------------------------------------------------------------COMMENT
LOWplugins/per-directory-history/per-directory-history.zsh1#!/usr/bin/env zshCOMMENT
LOWplugins/per-directory-history/per-directory-history.zsh21#-------------------------------------------------------------------------------COMMENT
LOWplugins/per-directory-history/per-directory-history.zsh41# freely, subject to the following restrictions:COMMENT
LOW…per-directory-history/per-directory-history.plugin.zsh1#!/usr/bin/env zshCOMMENT
LOW…per-directory-history/per-directory-history.plugin.zsh21#-------------------------------------------------------------------------------COMMENT
LOW…per-directory-history/per-directory-history.plugin.zsh41# freely, subject to the following restrictions:COMMENT
LOWplugins/gitfast/git-prompt.sh1# bash/zsh git prompt supportCOMMENT
LOWplugins/gitfast/git-prompt.sh21# you would put in $PS1 before and after the status stringCOMMENT
LOWplugins/gitfast/git-prompt.sh41# bash.showDirtyState variable, which defaults to true onceCOMMENT
LOWplugins/gitfast/git-prompt.sh61#COMMENT
LOWplugins/gitfast/git-prompt.sh81#COMMENT
LOWplugins/gitfast/git-prompt.sh101# If you would like a colored hint about the current dirty state, setCOMMENT
LOWplugins/gitfast/git-prompt.sh361 # set PS1 to a plain prompt so that we canCOMMENT
LOWplugins/gitfast/git-prompt.sh381 # This protects the user from arbitrary code execution viaCOMMENT
LOWplugins/gitfast/git-completion.bash1# bash/zsh completion support for core Git.COMMENT
LOWplugins/gitfast/git-completion.bash21#COMMENT
LOWplugins/gitfast/git-completion.bash41# __git_complete gk gitkCOMMENT
LOWplugins/gitfast/git-completion.bash61# When set to "1" suggest all options, including options which areCOMMENT
LOWplugins/gitfast/git-completion.bash101# 2: A prefix to be added to each possible completion word (optional).COMMENT
LOWplugins/gitfast/git-completion.bash121COMMENT
LOWplugins/gitfast/git-completion.bash541 local fer_pfx="${pfx//\%/%%}" # "escape" for-each-ref format specifiersCOMMENT
LOWplugins/gitfast/git-completion.bash681#COMMENT
LOWplugins/gitfast/git-completion.bash1721}COMMENT
LOWplugins/gitfast/git-completion.bash3421if [[ -n ${ZSH_VERSION-} && -z ${GIT_SOURCING_ZSH_COMPLETION-} ]]; thenCOMMENT
LOWplugins/gitfast/git-completion.bash3441# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theCOMMENT
LOWplugins/pow/pow.plugin.zsh1# Restart a rack app running under powCOMMENT
LOWplugins/dotenv/dotenv.plugin.zsh121 # READER'S NOTE: this is actually a "best effort" check (works in tests), butCOMMENT
LOWplugins/dirhistory/dirhistory.plugin.zsh1##COMMENT
LOWplugins/gulp/gulp.plugin.zsh1#!/usr/bin/env zshCOMMENT
LOWplugins/kube-ps1/kube-ps1.plugin.zsh1#!/usr/bin/env bashCOMMENT
LOWplugins/symfony6/symfony6.plugin.zsh1#compdef consoleCOMMENT
LOW…/history-substring-search/history-substring-search.zsh1#!/usr/bin/env zshCOMMENT
LOW…/history-substring-search/history-substring-search.zsh21# disclaimer in the documentation and/or other materials providedCOMMENT
LOW…/history-substring-search/history-substring-search.zsh101zmodload -F zsh/parameterCOMMENT
LOW…/history-substring-search/history-substring-search.zsh121 if [[ $KEYS == [[:print:]] ]]; thenCOMMENT
LOW…/history-substring-search/history-substring-search.zsh141 ( autoload -U +X -- "$1" 2>/dev/null )COMMENT
LOW…/history-substring-search/history-substring-search.zsh181 fiCOMMENT
LOW…/history-substring-search/history-substring-search.zsh281 # query string.COMMENT
LOW…/history-substring-search/history-substring-search.zsh301 local search_pattern="${(j:*:)_history_substring_search_query_parts[@]//(#m)[\][()|\\*?#<>~^]/\\$MATCH}*"COMMENT
LOW…/history-substring-search/history-substring-search.zsh321 # In order to stay as responsive as possible, we will process the rawCOMMENT
LOW…/history-substring-search/history-substring-search.zsh341 # are beyond the end of $_history_substring_search_matches and that weCOMMENT
LOW…/history-substring-search/history-substring-search.zsh401 "$(($highlight_start_index - 1)) $(($highlight_end_index - 1)) ${_history_substring_search_query_highlight}${hCOMMENT
LOW…/history-substring-search/history-substring-search.zsh421 # before removing search highlight and exiting. This ensures no highlightsCOMMENT
LOW…/history-substring-search/history-substring-search.zsh461_history-substring-search-down-buffer() {COMMENT
LOW…/history-substring-search/history-substring-search.zsh541COMMENT
LOW…/history-substring-search/history-substring-search.zsh601_history-substring-search-has-next() {COMMENT
LOW…/history-substring-search/history-substring-search.zsh641 # We are at the beginning of the processed list. We do not have any moreCOMMENT
LOW…/history-substring-search/history-substring-search.zsh661COMMENT
LOW…/history-substring-search/history-substring-search.zsh681 #COMMENT
LOW…/history-substring-search/history-substring-search.zsh701 # $#_history_substring_search_raw_matches, then we need to further processCOMMENT
LOW…/history-substring-search/history-substring-search.zsh721 fiCOMMENT
83 more matches not shown…
Redundant / Tautological Comments41 hits · 62 pts
SeverityFileLineSnippetContext
LOWoh-my-zsh.sh41# Check if in emulation mode, if so early returnCOMMENT
LOWoh-my-zsh.sh53# Set ZSH_CUSTOM to the path where your custom config filesCOMMENT
LOWoh-my-zsh.sh57# Set ZSH_CACHE_DIR to the path where cache files should be createdCOMMENT
LOWtools/check_for_upgrade.sh214 # Check if there are updates available before proceedingCOMMENT
LOWtools/install.sh89 # Check if sudo is installedCOMMENT
LOWtools/install.sh428 # Check if we're running on TermuxCOMMENT
LOWtools/install.sh466 # Check if user has sudo privileges to run `chsh` with or without `sudo`COMMENT
LOWtools/install.sh484 # Check if the shell change was successfulCOMMENT
LOWtools/upgrade.sh246 # Check if it was really updated or notCOMMENT
LOWtools/require_tool.sh13 # Set d1 to be the next thing to compare from v1, and likewise for d2.COMMENT
LOWplugins/autoenv/autoenv.plugin.zsh5 # Check if activate.sh is in $PATHCOMMENT
LOW…/history-substring-search/history-substring-search.zsh127 # Check if $1 denotes the name of a callable function, i.e. it is fullyCOMMENT
LOW…/history-substring-search/history-substring-search.zsh434 # Check if the UP arrow was pressed to move the cursor within a multi-lineCOMMENT
LOW…/history-substring-search/history-substring-search.zsh463 # Check if the DOWN arrow was pressed to move the cursor within a multi-lineCOMMENT
LOWplugins/python/python.plugin.zsh27 # Check if command existsCOMMENT
LOWplugins/emoji/update_emoji.py183 # Check if there is an alias available in the Gemoji DBCOMMENT
LOWplugins/wd/wd.sh270 # Check if fzf is installedCOMMENT
LOWplugins/wd/wd.sh281 # Check if config file existsCOMMENT
LOWplugins/wd/wd.sh324 # Check if config file existsCOMMENT
LOWplugins/emacs/emacsclient.sh13 # Check if there are suitable framesCOMMENT
LOWplugins/ssh-agent/ssh-agent.plugin.zsh5 # Check if ssh-agent is already runningCOMMENT
LOWplugins/vim-interaction/vim-interaction.plugin.zsh51 # Open files passed (:A means abs path resolving symlinks, :q means quoting special chars)COMMENT
LOWplugins/mercurial/mercurial.plugin.zsh99 # Check if there are modificationsCOMMENT
LOWplugins/tmux/tmux.plugin.zsh20# Set term to screen or screen-256color based on current terminal supportCOMMENT
LOWplugins/nestjs/nestjs.plugin.zsh3# Check if nest command existsCOMMENT
LOWplugins/sudo/sudo.plugin.zsh58 # Check if the typed command is really an alias to $EDITORCOMMENT
LOWplugins/vscode/vscode.plugin.zsh8# Verify if any manual user choice of VS Code exists first.COMMENT
LOWplugins/drush/drush.complete.sh27 # Set DRUSH_PS1_SHOWCOLORHINTS to a non-empty value and define aCOMMENT
LOWplugins/drush/drush.complete.sh40 # Set IFS to newline (locally), since we only use newline separators, andCOMMENT
LOWplugins/bundler/bundler.plugin.zsh59# Check if in the root or a subdirectory of a bundled projectCOMMENT
LOWplugins/git/git.plugin.zsh76 # Check if a commit without "--wip--" was found and it's not the same as HEADCOMMENT
LOWplugins/cake/cake.plugin.zsh1# Set this to 1 if you want to cache the tasksCOMMENT
LOWlib/async_prompt.zsh61 # Close the file descriptor and remove the handlerCOMMENT
LOWlib/git.zsh164 # Check if git_prompt_info is used in a prompt variableCOMMENT
LOWlib/cli.zsh510 # Check if its a valid pluginCOMMENT
LOWlib/cli.zsh519 # Check if it has completion to reload compinitCOMMENT
LOWlib/cli.zsh566 # Check if there are PR branchesCOMMENT
LOWlib/cli.zsh630 # Check if Pull Request has the "testers needed" labelCOMMENT
LOWlib/cli.zsh645 # Check if the label is present with jq or grepCOMMENT
LOWlib/cli.zsh886 # Check if git command is availableCOMMENT
LOWlib/cli.zsh892 # Check if --unattended was passedCOMMENT
Self-Referential Comments15 hits · 42 pts
SeverityFileLineSnippetContext
MEDIUMplugins/gitfast/git-completion.bash70# The following functions are meant to modify COMPREPLY, which should not beCOMMENT
MEDIUMplugins/gitfast/git-completion.bash331# This function is equivalent toCOMMENT
MEDIUMplugins/gitfast/git-completion.bash3426# The following function is based on code from:COMMENT
MEDIUMplugins/debian/debian.plugin.zsh151# Create a basic .deb packageCOMMENT
MEDIUMplugins/symfony6/symfony6.plugin.zsh3# This file is part of the Symfony package.COMMENT
MEDIUM…/history-substring-search/history-substring-search.zsh153 # The following code is based on the zsh-syntax-highlighting plugin.COMMENT
MEDIUMplugins/python/python.plugin.zsh90# Create a new virtual environment using the specified name.COMMENT
MEDIUMplugins/meteor/meteor.plugin.zsh10alias mc='meteor create' # Create a new project.CODE
MEDIUMplugins/safe-paste/safe-paste.plugin.zsh34# Create a new keymap to use while pastingCOMMENT
MEDIUMplugins/emoji/update_emoji.py20# This file is auto-generated by update_emoji.py. Do not edit it manually.COMMENT
MEDIUMplugins/emoji/emoji-char-definitions.zsh4# This file is auto-generated by update_emoji.py. Do not edit it manually.COMMENT
MEDIUMplugins/emacs/emacsclient.sh29 # Create a tempfile to hold stdinCOMMENT
MEDIUMplugins/extract/extract.plugin.zsh76 # Create an extraction directory based on the file nameCOMMENT
MEDIUMplugins/ubuntu/ubuntu.plugin.zsh60# Create a basic .deb packageCOMMENT
MEDIUM.github/workflows/dependencies/updater.py281 # Create a GitHub issue to notify maintainerSTRING
AI Slop Vocabulary6 hits · 14 pts
SeverityFileLineSnippetContext
LOWplugins/gitfast/git-prompt.sh362 # simply return early if the prompt should notCOMMENT
LOWplugins/debian/debian.plugin.zsh2# You can just set apt_pref='apt-get' to override it.COMMENT
LOW…/history-substring-search/history-substring-search.zsh618 # returns whether any more matches were available, so just returnCOMMENT
MEDIUMplugins/emoji/emoji.plugin.zsh23# These additional emoji are not in the definition file, but are useful in conjunction with itCOMMENT
MEDIUMplugins/vi-mode/vi-mode.plugin.zsh123 # See zsh-autosuggestions.zsh for a more generic and more robust wrapperCOMMENT
MEDIUMlib/diagnostics.zsh52# * Consider whether to move default output file location to TMPDIR. More robustCOMMENT
Example Usage Blocks9 hits · 14 pts
SeverityFileLineSnippetContext
LOWplugins/debian/debian.plugin.zsh172# Usage:COMMENT
LOWplugins/forklift/forklift.plugin.zsh7# Usage:COMMENT
LOWplugins/pip/pip.plugin.zsh1# Usage:COMMENT
LOWplugins/ubuntu/ubuntu.plugin.zsh83# Usage:COMMENT
LOWlib/diagnostics.zsh9# Usage:COMMENT
LOWlib/clipboard.zsh25# Usage:COMMENT
LOWlib/clipboard.zsh35# Usage:COMMENT
LOWlib/functions.zsh168# Usage:COMMENT
LOWlib/functions.zsh252# Usage:COMMENT
Slop Phrases5 hits · 10 pts
SeverityFileLineSnippetContext
LOWtools/uninstall.sh41echo "Don't forget to restart your terminal!"CODE
MEDIUMplugins/gitfast/git-completion.bash28# If you use complex aliases of form '!f() { ... }; f', you can use the nullCOMMENT
MEDIUMplugins/gitfast/git-completion.bash35# like completion, you can use __git_complete:COMMENT
LOWplugins/opentofu/opentofu.plugin.zsh18 # make sure to escape % signs in the workspace name to prevent command injectionCOMMENT
LOWplugins/opentofu/opentofu.plugin.zsh26 # make sure to escape % signs in the version string to prevent command injectionCOMMENT
Synthetic Comment Markers1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHplugins/gitfast/git-completion.bash1383# logic, as requested by the user.COMMENT
Cross-Language Confusion1 hit · 2 pts
SeverityFileLineSnippetContext
HIGH.github/workflows/dependencies/updater.py244 Git.push(branch)STRING
Unused Imports2 hits · 2 pts
SeverityFileLineSnippetContext
LOWplugins/git-prompt/gitstatus.py2CODE
LOWplugins/aliases/termcolor.py26CODE
Structural Annotation Overuse1 hit · 2 pts
SeverityFileLineSnippetContext
LOWplugins/emotty/emotty_stellar_set.zsh4# NOTE: The following emoji show as $'character' in the titleCOMMENT
Excessive Try-Catch Wrapping2 hits · 2 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/dependencies/updater.py270 print(f"Error copying files: {e}", file=sys.stderr)STRING
LOW.github/workflows/dependencies/updater.py294 except Exception as e:STRING
Hyper-Verbose Identifiers2 hits · 1 pts
SeverityFileLineSnippetContext
LOW.github/workflows/dependencies/updater.py147 def update_dependency_version(path: str, version: str) -> DependencyYAML:STRING
LOW.github/workflows/dependencies/updater.py368 def checkout_or_create_branch(branch_name: str):STRING
Deep Nesting1 hit · 1 pts
SeverityFileLineSnippetContext
LOW.github/workflows/dependencies/updater.py201CODE