Warcraft III Peon voice notifications (+ more!) for Claude Code, Codex, IDEs, and any AI agent. Stop babysitting your terminal. Employ a Peon today.
This report presents the forensic synthetic code analysis of PeonPing/peon-ping, a Shell project with 4,968 GitHub stars. SynthScan v2.0 examined 78,556 lines of code across 442 source files, recording 300 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 5.0 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
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 300 distinct pattern matches across 10 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 |
|---|---|---|---|---|
| LOW | relay.sh | 223 | except Exception: | CODE |
| LOW | relay.sh | 232 | except Exception: | CODE |
| LOW | relay.sh | 246 | except Exception: | CODE |
| LOW | relay.sh | 249 | except Exception: | CODE |
| LOW | relay.sh | 276 | except Exception: | CODE |
| LOW | install.sh | 536 | except Exception: | STRING |
| LOW | install.sh | 711 | except Exception: | STRING |
| LOW | install.sh | 1571 | except Exception: | STRING |
| LOW | install.sh | 1617 | except Exception: | STRING |
| LOW | install.sh | 1629 | except Exception: | STRING |
| MEDIUM⚡ | peon.sh | 2435 | print(f'Error: pack \"{pack_arg}\" not found.', file=sys.stderr) | CODE |
| MEDIUM⚡ | peon.sh | 2449 | print(f'Error: Cannot write to {config_path} — it is managed by Nix/Home Manager.', file=sys.stderr) | CODE |
| MEDIUM⚡ | peon.sh | 2457 | print(f'Error: Cannot write to {config_path} — permission denied.', file=sys.stderr) | CODE |
| MEDIUM⚡ | peon.sh | 2709 | print(f'Error: pack \"{pack_arg}\" not found.', file=sys.stderr) | CODE |
| MEDIUM⚡ | peon.sh | 2715 | print('Error: IDE id must not be empty.', file=sys.stderr) | CODE |
| MEDIUM⚡ | peon.sh | 3478 | print(f'Error: pack \"{pack}\" not found.', file=sys.stderr) | CODE |
| MEDIUM⚡ | peon.sh | 3482 | print(f'Error: category \"{category}\" has no sounds in pack \"{pack}\".', file=sys.stderr) | CODE |
| MEDIUM⚡ | peon.sh | 3486 | print(f'Error: sound \"{fname}\" not found in {pack}/{category}.', file=sys.stderr) | CODE |
| MEDIUM | peon.sh | 2516 | print(f'Error: pack \"{pack_arg}\" not found.', file=sys.stderr) | CODE |
| MEDIUM | peon.sh | 2929 | print('Error: no packs found', flush=True) | CODE |
| MEDIUM | peon.sh | 3125 | print('Error: no openpeon.json or manifest.json found in ' + src, file=sys.stderr) | CODE |
| MEDIUM | peon.sh | 3303 | print(f'Error: could not fetch registry: {e}', flush=True) | CODE |
| MEDIUM | peon.sh | 3358 | print(f'Error: could not fetch registry: {e}', flush=True) | CODE |
| MEDIUM | peon.sh | 3416 | print(f'Error: pack \"{pack}\" not found.', file=sys.stderr) | CODE |
| MEDIUM | peon.sh | 4500 | def is_number(s): | CODE |
| LOW⚡ | peon.sh | 2440 | except Exception: | CODE |
| LOW⚡ | peon.sh | 2720 | except Exception: | CODE |
| LOW | peon.sh | 145 | except Exception: | CODE |
| LOW | peon.sh | 242 | except Exception: | CODE |
| LOW | peon.sh | 845 | except Exception: | CODE |
| LOW | peon.sh | 1182 | except Exception: | CODE |
| LOW | peon.sh | 1324 | except Exception: | CODE |
| LOW | peon.sh | 1329 | except Exception: | CODE |
| LOW | peon.sh | 1483 | except Exception: | CODE |
| LOW | peon.sh | 1489 | except Exception: | CODE |
| LOW | peon.sh | 1516 | except Exception: | CODE |
| LOW | peon.sh | 1644 | except Exception: | CODE |
| LOW | peon.sh | 1846 | except Exception: | CODE |
| LOW | peon.sh | 1862 | except Exception: | CODE |
| LOW | peon.sh | 1877 | except Exception: | CODE |
| LOW | peon.sh | 1900 | except Exception: | CODE |
| LOW | peon.sh | 1913 | except Exception: | CODE |
| LOW | peon.sh | 1926 | except Exception: | CODE |
| LOW | peon.sh | 1939 | except Exception: | CODE |
| LOW | peon.sh | 1955 | except Exception: | CODE |
| LOW | peon.sh | 1970 | except Exception: | CODE |
| LOW | peon.sh | 1991 | except Exception: | CODE |
| LOW | peon.sh | 2010 | except Exception: | CODE |
| LOW | peon.sh | 2039 | except Exception: | CODE |
| LOW | peon.sh | 2050 | except Exception: | CODE |
| LOW | peon.sh | 2064 | except Exception: | CODE |
| LOW | peon.sh | 2088 | except Exception: | CODE |
| LOW | peon.sh | 2100 | except Exception: | CODE |
| LOW | peon.sh | 2121 | except Exception: | CODE |
| LOW | peon.sh | 2153 | except Exception: | CODE |
| LOW | peon.sh | 2175 | except Exception: | CODE |
| LOW | peon.sh | 2198 | except Exception: | CODE |
| LOW | peon.sh | 2208 | except Exception: | CODE |
| LOW | peon.sh | 2230 | except Exception: | CODE |
| LOW | peon.sh | 2243 | except Exception: | CODE |
| 106 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | docs/plans/2026-05-09-omp-adapter-plan.md | 53 | # ============================================================ | COMMENT |
| MEDIUM | docs/plans/2026-05-09-omp-adapter-plan.md | 55 | # ============================================================ | COMMENT |
| MEDIUM | docs/plans/2026-05-09-omp-adapter-plan.md | 335 | # ============================================================ | COMMENT |
| MEDIUM | docs/plans/2026-05-09-omp-adapter-plan.md | 337 | # ============================================================ | COMMENT |
| MEDIUM | docs/plans/2026-02-24-notification-templates-plan.md | 232 | # ============================================================ | COMMENT |
| MEDIUM | docs/plans/2026-02-24-notification-templates-plan.md | 234 | # ============================================================ | COMMENT |
| MEDIUM | scripts/mac-overlay-glass.js | 136 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-glass.js | 138 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-glass.js | 179 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-glass.js | 181 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-glass.js | 193 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-glass.js | 195 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-glass.js | 268 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-glass.js | 270 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-glass.js | 315 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-glass.js | 317 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-jarvis.js | 223 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-jarvis.js | 225 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-jarvis.js | 287 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-jarvis.js | 289 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-jarvis.js | 331 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-jarvis.js | 333 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-jarvis.js | 366 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-jarvis.js | 368 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-jarvis.js | 403 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-jarvis.js | 405 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-jarvis.js | 434 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-jarvis.js | 436 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-jarvis.js | 559 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-jarvis.js | 561 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-sakura.js | 144 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-sakura.js | 146 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-sakura.js | 370 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-sakura.js | 372 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-sakura.js | 453 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-sakura.js | 455 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-sakura.js | 500 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mac-overlay-sakura.js | 502 | // ══════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/notify.sh | 289 | # ── Platform dispatch ──────────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | relay.sh | 1 | #!/bin/bash | COMMENT |
| LOW | peon.sh | 6481 | # Claude Code (and other agents) run hook commands without a controlling | COMMENT |
| LOW | plans/2026-02-12-antigravity-adapter.md | 21 | #!/bin/bash | COMMENT |
| LOW | docs/next-env.d.ts | 1 | /// <reference types="next" /> | COMMENT |
| LOW | docs/plans/2026-05-09-omp-adapter-plan.md | 481 | # Requires peon-ping installed first: | COMMENT |
| LOW | adapters/windsurf.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/kimi.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/kiro.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/eca.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/omp.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/qwen.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/deepagents.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/antigravity.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/iflow.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/cursor.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/kiro-ide.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/openclaw.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/codex.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/trae.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/rovodev.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/rovodev.sh | 21 | # commands: | COMMENT |
| LOW | adapters/copilot.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/antigravity-py.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/kilo.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/opencode.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/amp.sh | 1 | #!/bin/bash | COMMENT |
| LOW | adapters/opencode/setup-icon.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .gitban/scaffold.example.yaml | 1 | # .gitban/scaffold.yaml | COMMENT |
| LOW | .gitban/hooks/agent-watchdog.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .gitban/hooks/agent-log.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | .gitban/hooks/agent-log.sh | 21 | # | COMMENT |
| LOW | .gitban/hooks/post-bash-log.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .gitban/hooks/agent-trace.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .gitban/hooks/pre-bash-log.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/tts-native.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/tts-native.sh | 21 | # | COMMENT |
| LOW | scripts/remote-hook.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/lint-python-quoting.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | scripts/notify.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/notify.sh | 141 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | README.md | 247 | peon-ping implements the [Coding Event Sound Pack Specification (CESP)](https://github.com/PeonPing/openpeon) — an open | CODE |
| MEDIUM | docs/plans/2026-02-16-trainer-mode-plan.md | 17 | ### Task 1: Create branch and trainer sound directory scaffold | COMMENT |
| MEDIUM | docs/prds/PRD-002-hook-observability.md | 49 | ### Sprint dispatcher operator (multi-agent) | COMMENT |
| MEDIUM⚡ | .gitban/scaffold.example.yaml | 1 | # .gitban/scaffold.yaml | COMMENT |
| MEDIUM⚡ | .gitban/scaffold.example.yaml | 2 | # Copy this file to .gitban/scaffold.yaml and uncomment what you want to customize. | COMMENT |
| MEDIUM⚡ | .gitban/scaffold.example.yaml | 5 | # docs/adr/ADR-037-scaffold-configuration-override-semantics.md | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | relay.sh | 146 | # Check if already running | COMMENT |
| LOW | peon.sh | 42 | # Check if this section has built-in transport AND speaker in the name | COMMENT |
| LOW | peon.sh | 85 | # Check if any microphone is in use (CoreAudio) | COMMENT |
| LOW | peon.sh | 2409 | # Check if pack exists locally | COMMENT |
| LOW | peon.sh | 6002 | # Check if all exercises with goal > 0 are done | COMMENT |
| LOW | tests/setup.bash | 386 | # Check if this is a relay request (devcontainer/SSH audio/notification/health) | COMMENT |
| LOW | adapters/kimi.sh | 277 | # Set offset to end of file so we don't replay old events | COMMENT |
| LOW | adapters/amp.sh | 207 | # Check if the agent actually finished (last message is assistant text) | COMMENT |
| LOW | adapters/gemini.sh | 32 | # Check if tool failed | COMMENT |
| LOW | .gitban/hooks/agent-watchdog.sh | 82 | # Check if trace file still exists | COMMENT |
| LOW | scripts/hook-handle-use.sh | 39 | # Check if this is a /peon-ping-use command | COMMENT |
| LOW | scripts/hook-handle-rename.sh | 68 | # Check if this is a /peon-ping-rename command | COMMENT |
| LOW | scripts/pack-download.sh | 93 | # Check if a downloaded sound file matches its stored checksum | COMMENT |
| LOW | scripts/lint-python-quoting.sh | 66 | # Check if the content just before it indicates a quoting hazard. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | relay.sh | 402 | def send_notification_on_host(title, message, color="red"): | CODE |
| LOW | tests/test_antigravity_watcher.py | 28 | def test_emit_event_produces_valid_json(self): | CODE |
| LOW | tests/test_antigravity_watcher.py | 46 | def test_emit_event_session_start(self): | CODE |
| LOW | tests/test_antigravity_watcher.py | 94 | def test_new_conversation_emits_session_start(self): | CODE |
| LOW | tests/test_antigravity_watcher.py | 112 | def test_new_db_conversation_emits_session_start(self): | CODE |
| LOW | tests/test_antigravity_watcher.py | 128 | def test_transcript_path_extracts_brain_guid(self): | CODE |
| LOW | tests/test_antigravity_watcher.py | 151 | def test_known_idle_guid_emits_prompt_submit(self): | CODE |
| LOW | tests/test_antigravity_watcher.py | 173 | def test_active_guid_no_event(self): | CODE |
| LOW | tests/test_antigravity_watcher.py | 193 | def test_idle_timeout_emits_stop(self): | CODE |
| LOW | tests/test_antigravity_watcher.py | 213 | def test_cooldown_suppresses_duplicate_stop(self): | CODE |
| LOW | tests/test_antigravity_watcher.py | 233 | def test_startup_grace_suppresses_events(self): | CODE |
| LOW | tests/test_antigravity_watcher.py | 251 | def test_pre_registers_existing_pb_files(self): | CODE |
| LOW | tests/test_antigravity_watcher.py | 262 | def test_pre_registers_existing_db_files(self): | CODE |
| LOW | tests/test_antigravity_watcher.py | 273 | def test_pre_registers_existing_transcript_files(self): | CODE |
| LOW | tests/test_antigravity_watcher.py | 290 | def test_non_pb_files_ignored(self): | CODE |
| LOW | .gitban/templates/bug-pipeline.md | 133 | def test_null_user_id_handling(): | CODE |
| LOW | .gitban/templates/test-gap.md | 84 | def test_invalid_email_format(): | CODE |
| LOW | scripts/codex-config.py | 76 | def _remove_owned_marker_comments(self, text): | CODE |
| LOW | scripts/codex-config.py | 194 | def _section_is_current_handler(self, lines): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | relay.sh | 5 | # Usage: | COMMENT |
| LOW | adapters/kimi.sh | 14 | # Usage: | COMMENT |
| LOW | adapters/antigravity.sh | 13 | # Usage: | COMMENT |
| LOW | adapters/trae.sh | 22 | # Usage: | COMMENT |
| LOW | adapters/antigravity-py.sh | 15 | # Usage: | COMMENT |
| LOW | adapters/amp.sh | 15 | # Usage: | COMMENT |
| LOW | adapters/opencode/setup-icon.sh | 4 | # Usage: | COMMENT |
| LOW | .gitban/hooks/agent-watchdog.sh | 4 | # Usage: | COMMENT |
| LOW | .gitban/hooks/agent-log.sh | 22 | # Example usage: | COMMENT |
| LOW | scripts/cmux-status-presentation.sh | 3 | # Usage: | COMMENT |
| LOW | scripts/tts-native.sh | 10 | # Usage: | COMMENT |
| LOW | scripts/lint-python-quoting.sh | 18 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | scripts/codex-config.py | 319 | command = 'if [ -f {adapter} ]; then CLAUDE_PEON_DIR={install_dir} bash {adapter} >/dev/null 2>&1 || true; fi'.forma | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/setup.bash | 4 | # harness works on macOS, Linux, and Git Bash for Windows without | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/codex-config.py | 122 | CODE | |
| LOW | scripts/codex-config.py | 233 | CODE |