Repository Analysis

affaan-m/everything-claude-code

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

4.5 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of affaan-m/everything-claude-code, a JavaScript project with 229,336 GitHub stars. SynthScan v2.0 examined 663,926 lines of code across 3231 source files, recording 1639 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 4.5 places this repository in the Likely human-written 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).

4.5
Adjusted Score
4.5
Raw Score
100%
Time Factor
2026-07-14
Last Push
229.3K
Stars
JavaScript
Language
663.9K
Lines of Code
3.2K
Files
1.6K
Pattern Hits
2026-07-14
Scan Date
0.02
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 8HIGH 63MEDIUM 275LOW 1293

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 1639 distinct pattern matches across 20 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.

Structural Annotation Overuse532 hits · 995 pts
SeverityFileLineSnippetContext
LOWREADME.md309### Step 1: Install the Plugin (Recommended)COMMENT
LOWREADME.md331### Step 2: Install Rules Only If You Need ThemCOMMENT
LOWREADME.md426### Step 3: Start UsingCOMMENT
LOWCONTRIBUTING.md216### Step 1: UnderstandCOMMENT
LOWCONTRIBUTING.md219### Step 2: ExecuteCOMMENT
LOWCONTRIBUTING.md222### Step 3: VerifyCOMMENT
LOW.cursor/skills/documentation-lookup/SKILL.md30### Step 1: Resolve the Library IDCOMMENT
LOW.cursor/skills/documentation-lookup/SKILL.md39### Step 2: Select the Best MatchCOMMENT
LOW.cursor/skills/documentation-lookup/SKILL.md48### Step 3: Fetch the DocumentationCOMMENT
LOW.cursor/skills/documentation-lookup/SKILL.md57### Step 4: Use the DocumentationCOMMENT
LOW.opencode/prompts/agents/kotlin-reviewer.txt13### Step 1: Gather ContextCOMMENT
LOW.opencode/prompts/agents/kotlin-reviewer.txt17### Step 2: Understand Project StructureCOMMENT
LOW.opencode/prompts/agents/kotlin-reviewer.txt34### Step 3: Read and ReviewCOMMENT
LOW.opencode/prompts/agents/kotlin-reviewer.txt38### Step 4: Report FindingsCOMMENT
LOW.opencode/prompts/agents/tdd-guide.txt13### Step 1: Write Test First (RED)COMMENT
LOW.opencode/prompts/agents/tdd-guide.txt27### Step 2: Run Test (Verify it FAILS)COMMENT
LOW.opencode/prompts/agents/tdd-guide.txt33### Step 3: Write Minimal Implementation (GREEN)COMMENT
LOW.opencode/prompts/agents/tdd-guide.txt42### Step 4: Run Test (Verify it PASSES)COMMENT
LOW.opencode/prompts/agents/tdd-guide.txt48### Step 5: Refactor (IMPROVE)COMMENT
LOW.opencode/prompts/agents/tdd-guide.txt54### Step 6: Verify CoverageCOMMENT
LOW.opencode/prompts/agents/docs-lookup.txt13### Step 1: Resolve the libraryCOMMENT
LOW.opencode/prompts/agents/docs-lookup.txt21### Step 2: Fetch documentationCOMMENT
LOW.opencode/prompts/agents/docs-lookup.txt29### Step 3: Return the answerCOMMENT
LOW.opencode/commands/eval.md32### Step 1: Define CriteriaCOMMENT
LOW.opencode/commands/eval.md41### Step 2: Run TestsCOMMENT
LOW.opencode/commands/eval.md48### Step 3: Calculate ScoreCOMMENT
LOW.opencode/commands/eval.md54### Step 4: ReportCOMMENT
LOW.opencode/commands/tdd.md24### Step 1: Define Interfaces (SCAFFOLD)COMMENT
LOW.opencode/commands/tdd.md28### Step 2: Write Failing Tests (RED)COMMENT
LOW.opencode/commands/tdd.md33### Step 3: Implement Minimal Code (GREEN)COMMENT
LOW.opencode/commands/tdd.md38### Step 4: Refactor (IMPROVE)COMMENT
LOW.opencode/commands/tdd.md43### Step 5: Check CoverageCOMMENT
LOW.opencode/commands/rust-test.md22### Step 1: Define InterfaceCOMMENT
LOW.opencode/commands/rust-test.md33### Step 2: Write TestsCOMMENT
LOW.opencode/commands/rust-test.md55### Step 3: Run Tests (RED)COMMENT
LOW.opencode/commands/rust-test.md60### Step 4: Implement (GREEN)COMMENT
LOW.opencode/commands/rust-test.md69### Step 5: Check CoverageCOMMENT
LOW.opencode/commands/go-test.md22### Step 1: Define InterfaceCOMMENT
LOW.opencode/commands/go-test.md37### Step 2: Table-Driven TestsCOMMENT
LOW.opencode/commands/go-test.md73### Step 3: Run Tests (RED)COMMENT
LOW.opencode/commands/go-test.md78### Step 4: Implement (GREEN)COMMENT
LOW.opencode/commands/go-test.md85### Step 5: BenchmarkCOMMENT
LOW.opencode/commands/skill-create.md19### Step 1: Gather Commit DataCOMMENT
LOW.opencode/commands/skill-create.md31### Step 2: Identify PatternsCOMMENT
LOW.opencode/commands/skill-create.md48### Step 3: Generate SKILL.mdCOMMENT
LOW.opencode/commands/skill-create.md92### Step 4: Generate InstinctsCOMMENT
LOW.agents/skills/x-api/SKILL.md159# Step 1: Upload mediaCOMMENT
LOW.agents/skills/x-api/SKILL.md166# Step 2: Post with mediaCOMMENT
LOW.agents/skills/deep-research/SKILL.md28### Step 1: Understand the GoalCOMMENT
LOW.agents/skills/deep-research/SKILL.md36### Step 2: Plan the ResearchCOMMENT
LOW.agents/skills/deep-research/SKILL.md46### Step 3: Execute Multi-Source SearchCOMMENT
LOW.agents/skills/deep-research/SKILL.md67### Step 4: Deep-Read Key SourcesCOMMENT
LOW.agents/skills/deep-research/SKILL.md83### Step 5: Synthesize and Write ReportCOMMENT
LOW.agents/skills/deep-research/SKILL.md119### Step 6: DeliverCOMMENT
LOW.agents/skills/documentation-lookup/SKILL.md29### Step 1: Resolve the Library IDCOMMENT
LOW.agents/skills/documentation-lookup/SKILL.md38### Step 2: Select the Best MatchCOMMENT
LOW.agents/skills/documentation-lookup/SKILL.md47### Step 3: Fetch the DocumentationCOMMENT
LOW.agents/skills/documentation-lookup/SKILL.md56### Step 4: Use the DocumentationCOMMENT
LOW.agents/skills/tdd-workflow/SKILL.md51### Step 0: Detect the Test RunnerCOMMENT
LOW.agents/skills/tdd-workflow/SKILL.md79### Step 1: Write User JourneysCOMMENT
472 more matches not shown…
Decorative Section Separators179 hits · 566 pts
SeverityFileLineSnippetContext
MEDIUMecc_dashboard.py35# ============================================================================COMMENT
MEDIUMecc_dashboard.py37# ============================================================================COMMENT
MEDIUMecc_dashboard.py936# ============================================================================COMMENT
MEDIUMecc_dashboard.py938# ============================================================================COMMENT
MEDIUMecc_dashboard.py283# ============================================================================COMMENT
MEDIUMecc_dashboard.py285# ============================================================================COMMENT
MEDIUMecc_dashboard.py393 # =========================================================================COMMENT
MEDIUMecc_dashboard.py395 # =========================================================================COMMENT
MEDIUMecc_dashboard.py498 # =========================================================================COMMENT
MEDIUMecc_dashboard.py500 # =========================================================================COMMENT
MEDIUMecc_dashboard.py620 # =========================================================================COMMENT
MEDIUMecc_dashboard.py622 # =========================================================================COMMENT
MEDIUMecc_dashboard.py663 # =========================================================================COMMENT
MEDIUMecc_dashboard.py665 # =========================================================================COMMENT
MEDIUMecc_dashboard.py740 # =========================================================================COMMENT
MEDIUMecc_dashboard.py742 # =========================================================================COMMENT
MEDIUMtests/plugin-manifest.test.js179// ── Claude plugin manifest ────────────────────────────────────────────────────COMMENT
MEDIUMtests/plugin-manifest.test.js253// ── Codex plugin manifest ─────────────────────────────────────────────────────COMMENT
MEDIUMtests/plugin-manifest.test.js322// ── .mcp.json at plugin root ──────────────────────────────────────────────────COMMENT
MEDIUMtests/plugin-manifest.test.js353// ── Codex marketplace file ────────────────────────────────────────────────────COMMENT
MEDIUMtests/plugin-manifest.test.js414// ── plugins/ecc marketplace plugin folder ─────────────────────────────────────COMMENT
MEDIUMtests/plugin-manifest.test.js535// ── Summary ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/post-bash-hooks.test.js37// ── post-bash-build-complete.js ──────────────────────────────────COMMENT
MEDIUMtests/hooks/post-bash-hooks.test.js114// ── post-bash-pr-created.js ──────────────────────────────────────COMMENT
MEDIUMtests/hooks/detect-project-worktree.test.js75// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/detect-project-worktree.test.js77// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/detect-project-worktree.test.js109// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/detect-project-worktree.test.js111// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/detect-project-worktree.test.js158// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/detect-project-worktree.test.js160// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/detect-project-worktree.test.js291// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/detect-project-worktree.test.js293// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/governance-capture.test.js33 // ── detectSecrets ──────────────────────────────────────────COMMENT
MEDIUMtests/hooks/governance-capture.test.js70 // ── detectApprovalRequired ─────────────────────────────────COMMENT
MEDIUMtests/hooks/governance-capture.test.js102 // ── detectSensitivePath ────────────────────────────────────COMMENT
MEDIUMtests/hooks/governance-capture.test.js128 // ── analyzeForGovernanceEvents ─────────────────────────────COMMENT
MEDIUMtests/hooks/governance-capture.test.js255 // ── run() function ─────────────────────────────────────────COMMENT
MEDIUM…/hooks/continuous-learning-shebang-consistency.test.js92// ──────────────────────────────────────────────────────COMMENT
MEDIUM…/hooks/continuous-learning-shebang-consistency.test.js94// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/stop-format-typecheck.test.js46// ── post-edit-accumulator.js ─────────────────────────────────────COMMENT
MEDIUMtests/hooks/stop-format-typecheck.test.js152// ── stop-format-typecheck: accumulator teardown ──────────────────COMMENT
MEDIUMtests/hooks/observer-memory.test.js51// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/observer-memory.test.js53// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/observer-memory.test.js93// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/observer-memory.test.js95// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/observer-memory.test.js131// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/observer-memory.test.js133// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/observer-memory.test.js166// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/observer-memory.test.js168// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/observer-memory.test.js283// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/observer-memory.test.js285// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/observer-memory.test.js332// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/observer-memory.test.js334// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/observer-memory.test.js428// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/observer-memory.test.js430// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/observer-memory.test.js471// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/hooks/observer-memory.test.js473// ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/scripts/claw.test.js56 // ── Storage tests (6) ──────────────────────────────────────────────────COMMENT
MEDIUMtests/scripts/claw.test.js117 // ── Context tests (3) ─────────────────────────────────────────────────COMMENT
MEDIUMtests/scripts/claw.test.js163 // ── Delegation tests (2) ──────────────────────────────────────────────COMMENT
119 more matches not shown…
Hyper-Verbose Identifiers414 hits · 413 pts
SeverityFileLineSnippetContext
LOWtests/test_templates.py14def restore_template_registry():CODE
LOWtests/test_templates.py25def test_register_template_exposes_public_template_mapping():CODE
LOWtests/test_templates.py34def test_templates_mapping_remains_mutable_for_existing_callers():CODE
LOWtests/test_templates.py41def test_deregister_template_removes_named_template():CODE
LOWtests/test_templates.py50def test_clear_templates_removes_all_registered_templates():CODE
LOWtests/test_templates.py69def test_register_template_rejects_empty_inputs(name, template, error_match):CODE
LOWtests/test_astraflow_provider.py43def test_astraflow_provider_defaults_to_global_umodelverse_endpoint(monkeypatch):CODE
LOWtests/test_astraflow_provider.py56def test_astraflow_cn_provider_uses_cn_endpoint_and_model_fallback(monkeypatch):CODE
LOWtests/test_astraflow_provider.py71def test_astraflow_provider_generates_openai_compatible_chat_completion():CODE
LOWtests/test_astraflow_provider.py103def test_astraflow_provider_forwards_non_default_temperature():CODE
LOWtests/test_astraflow_provider.py113def test_astraflow_provider_parses_tool_calls():CODE
LOWtests/test_astraflow_provider.py129def test_astraflow_provider_preserves_malformed_tool_arguments():CODE
LOWtests/test_claude_provider.py40def test_generate_collects_text_and_tool_use_blocks() -> None:CODE
LOWtests/test_claude_provider.py62def test_generate_collects_multiple_tool_use_blocks() -> None:CODE
LOWtests/test_claude_provider.py85def test_generate_copies_tool_use_dict_arguments() -> None:CODE
LOWtests/test_claude_provider.py100def test_generate_text_only_has_no_tool_calls() -> None:CODE
LOWtests/test_invariant_runner.py47def test_setup_sandbox_blocks_dangerous_commands(setup_commands, test_id, tmp_path):CODE
LOWtests/test_atlas_provider.py43def test_atlas_provider_defaults_to_atlas_cloud_endpoint(monkeypatch):CODE
LOWtests/test_atlas_provider.py57def test_atlas_provider_reads_env_overrides(monkeypatch):CODE
LOWtests/test_atlas_provider.py67def test_atlas_provider_accepts_atlascloud_api_key_fallback(monkeypatch):CODE
LOWtests/test_atlas_provider.py77def test_atlas_provider_generates_openai_compatible_chat_completion():CODE
LOWtests/test_atlas_provider.py109def test_atlas_provider_floors_max_tokens_for_reasoning_models():CODE
LOWtests/test_atlas_provider.py123def test_atlas_provider_forwards_non_default_temperature():CODE
LOWtests/test_atlas_provider.py133def test_atlas_provider_parses_tool_calls():CODE
LOWtests/test_atlas_provider.py149def test_atlas_provider_preserves_malformed_tool_arguments():CODE
LOWtests/test_builder.py8 def test_build_without_system(self):CODE
LOWtests/test_builder.py27 def test_build_adds_system_from_keyword_options(self):CODE
LOWtests/test_builder.py35 def test_build_adds_system_from_prompt_config(self):CODE
LOWtests/test_builder.py43 def test_rejects_config_with_keyword_options(self):CODE
LOWtests/test_builder.py50 def test_empty_system_template_does_not_add_blank_system_message(self):CODE
LOWtests/test_executor.py57 def test_execute_unknown_tool(self):CODE
LOWtests/test_provider_tools.py67def test_openai_provider_serializes_tools_for_chat_completions():CODE
LOWtests/test_provider_tools.py87def test_openai_provider_can_be_constructed_without_credentials(monkeypatch):CODE
LOWtests/test_provider_tools.py95def test_openai_provider_rejects_empty_or_filtered_responses():CODE
LOWtests/test_provider_tools.py107def test_openai_provider_allows_missing_usage():CODE
LOWtests/test_provider_tools.py117def test_claude_provider_serializes_tools_for_messages_api():CODE
LOWtests/test_resolver.py22 def test_get_astraflow_provider(self):CODE
LOWtests/test_resolver.py27 def test_get_astraflow_cn_provider(self):CODE
LOWtests/test_resolver.py37 def test_get_provider_by_enum(self):CODE
LOWtests/test_resolver.py41 def test_invalid_provider_raises(self):CODE
LOWtests/test_resolver.py45 def test_saved_llm_env_selects_provider(self, monkeypatch, tmp_path):CODE
LOWtests/test_resolver.py54 def test_env_provider_overrides_saved_llm_env(self, monkeypatch, tmp_path):CODE
LOWtests/test_resolver.py63 def test_env_provider_is_normalized(self, monkeypatch):CODE
LOWtests/test_resolver.py70 def test_astraflow_env_provider_is_normalized(self, monkeypatch):CODE
LOWtests/test_resolver.py77 def test_explicit_provider_overrides_saved_llm_env(self, monkeypatch, tmp_path):CODE
LOWtests/test_resolver.py86 def test_saved_llm_env_selects_astraflow_cn_provider(self, monkeypatch, tmp_path):CODE
LOWtests/test_types.py86 def test_tool_to_anthropic_tool(self):CODE
LOWtests/test_types.py136 def test_output_with_tool_calls(self):CODE
LOWtests/ci/validators.test.js48function writeInstallComponentsManifest(testDir, components) {CODE
LOWtests/ci/validators.test.js55function writeInstallModulesManifest(testDir, modules) {CODE
LOWtests/ci/validators.test.js62function writeInstallProfilesManifest(testDir, profiles) {CODE
LOWtests/ci/no-personal-paths.test.js86function runValidatorAgainstRealRepo() {CODE
LOWtests/integration/hooks.test.js258function getHookCommandByDescription(hooks, lifecycle, descriptionText) {CODE
LOWtests/hooks/hooks.test.js88function getSessionStartAdditionalContext(stdout) {CODE
LOWtests/hooks/hooks.test.js269function assertNoProjectDetectionSideEffects(homeDir, testName) {CODE
LOWtests/hooks/hooks.test.js280async function assertObserveSkipBeforeProjectDetection(testCase) {CODE
LOWtests/hooks/test_insaits_security_monitor.py61def test_extract_content_handles_supported_payload_shapes():CODE
LOWtests/hooks/test_insaits_security_monitor.py89def test_format_feedback_accepts_dict_and_object_anomalies():CODE
LOWtests/hooks/test_insaits_security_monitor.py104def test_main_skips_short_or_empty_content(monkeypatch):CODE
LOWtests/hooks/test_insaits_security_monitor.py111def test_main_exits_cleanly_when_sdk_is_missing(monkeypatch):CODE
354 more matches not shown…
Cross-File Repetition47 hits · 235 pts
SeverityFileLineSnippetContext
HIGHdocs/ja-JP/skills/python-testing/SKILL.md0test that dividing by zero raises zerodivisionerror.STRING
HIGHdocs/zh-CN/skills/python-testing/SKILL.md0test that dividing by zero raises zerodivisionerror.STRING
HIGHskills/python-testing/SKILL.md0test that dividing by zero raises zerodivisionerror.STRING
HIGH…s/ja-JP/skills/videodb/reference/rtstream-reference.md0analyze the screen and return a json object with: { "app_name": "name of the active application", "activity": "what the STRING
HIGH…s/zh-CN/skills/videodb/reference/rtstream-reference.md0analyze the screen and return a json object with: { "app_name": "name of the active application", "activity": "what the STRING
HIGHskills/videodb/reference/rtstream-reference.md0analyze the screen and return a json object with: { "app_name": "name of the active application", "activity": "what the STRING
HIGHdocs/ja-JP/skills/quarkus-tdd/SKILL.md0{ "referencenumber": "doc-001", "description": "test document", "validuntil": "2030-01-01t00:00:00z", "categories": ["teSTRING
HIGHdocs/tr/skills/quarkus-tdd/SKILL.md0{ "referencenumber": "doc-001", "description": "test document", "validuntil": "2030-01-01t00:00:00z", "categories": ["teSTRING
HIGHskills/quarkus-tdd/SKILL.md0{ "referencenumber": "doc-001", "description": "test document", "validuntil": "2030-01-01t00:00:00z", "categories": ["teSTRING
HIGHdocs/ja-JP/skills/quarkus-tdd/SKILL.md0{ "referencenumber": "int-001", "description": "integration test", "validuntil": "2030-01-01t00:00:00z", "categories": [STRING
HIGHdocs/tr/skills/quarkus-tdd/SKILL.md0{ "referencenumber": "int-001", "description": "integration test", "validuntil": "2030-01-01t00:00:00z", "categories": [STRING
HIGHskills/quarkus-tdd/SKILL.md0{ "referencenumber": "int-001", "description": "integration test", "validuntil": "2030-01-01t00:00:00z", "categories": [STRING
HIGHdocs/ja-JP/skills/springboot-tdd/SKILL.md0{"name":"test","description":"desc","enddate":"2030-01-01t00:00:00z","categories":["general"]}STRING
HIGHdocs/zh-CN/skills/springboot-tdd/SKILL.md0{"name":"test","description":"desc","enddate":"2030-01-01t00:00:00z","categories":["general"]}STRING
HIGHdocs/es/skills/springboot-tdd/SKILL.md0{"name":"test","description":"desc","enddate":"2030-01-01t00:00:00z","categories":["general"]}STRING
HIGHdocs/tr/skills/springboot-tdd/SKILL.md0{"name":"test","description":"desc","enddate":"2030-01-01t00:00:00z","categories":["general"]}STRING
HIGHskills/springboot-tdd/SKILL.md0{"name":"test","description":"desc","enddate":"2030-01-01t00:00:00z","categories":["general"]}STRING
HIGHdocs/ja-JP/skills/python-patterns/SKILL.md0process a user and return the updated user or none.STRING
HIGHdocs/zh-CN/skills/python-patterns/SKILL.md0process a user and return the updated user or none.STRING
HIGHskills/python-patterns/SKILL.md0process a user and return the updated user or none.STRING
HIGHdocs/ja-JP/skills/python-patterns/SKILL.md0render all items that implement the renderable protocol.STRING
HIGHdocs/zh-CN/skills/python-patterns/SKILL.md0render all items that implement the renderable protocol.STRING
HIGHskills/python-patterns/SKILL.md0render all items that implement the renderable protocol.STRING
HIGHdocs/ja-JP/skills/python-patterns/SKILL.md0user entity with automatic __init__, __repr__, and __eq__.STRING
HIGHdocs/zh-CN/skills/python-patterns/SKILL.md0user entity with automatic __init__, __repr__, and __eq__.STRING
HIGHskills/python-patterns/SKILL.md0user entity with automatic __init__, __repr__, and __eq__.STRING
HIGHdocs/ja-JP/skills/python-patterns/SKILL.md0decorator that counts how many times a function is called.STRING
HIGHdocs/zh-CN/skills/python-patterns/SKILL.md0decorator that counts how many times a function is called.STRING
HIGHskills/python-patterns/SKILL.md0decorator that counts how many times a function is called.STRING
HIGHdocs/ja-JP/skills/python-patterns/SKILL.md0process multiple datasets using multiple processes.STRING
HIGHdocs/zh-CN/skills/python-patterns/SKILL.md0process multiple datasets using multiple processes.STRING
HIGHskills/python-patterns/SKILL.md0process multiple datasets using multiple processes.STRING
HIGHdocs/ja-JP/skills/regex-vs-llm-structured-text/SKILL.md0full pipeline: regex -> confidence check -> llm for edge cases.STRING
HIGHdocs/zh-CN/skills/regex-vs-llm-structured-text/SKILL.md0full pipeline: regex -> confidence check -> llm for edge cases.STRING
HIGHskills/regex-vs-llm-structured-text/SKILL.md0full pipeline: regex -> confidence check -> llm for edge cases.STRING
HIGHdocs/ja-JP/skills/foundation-models-on-device/SKILL.md0you are a cooking assistant. provide recipe suggestions based on ingredients. keep suggestions brief and practical.STRING
HIGHdocs/zh-CN/skills/foundation-models-on-device/SKILL.md0you are a cooking assistant. provide recipe suggestions based on ingredients. keep suggestions brief and practical.STRING
HIGHskills/foundation-models-on-device/SKILL.md0you are a cooking assistant. provide recipe suggestions based on ingredients. keep suggestions brief and practical.STRING
HIGHdocs/zh-CN/examples/django-api-CLAUDE.md0create an order with stock validation and payment hold.STRING
HIGHdocs/pt-BR/examples/django-api-CLAUDE.md0create an order with stock validation and payment hold.STRING
HIGHexamples/django-api-CLAUDE.md0create an order with stock validation and payment hold.STRING
HIGHdocs/zh-CN/skills/content-hash-cache-pattern/SKILL.md0sha-256 of file contents (chunked for large files).STRING
HIGH.kiro/skills/content-hash-cache-pattern/SKILL.md0sha-256 of file contents (chunked for large files).STRING
HIGHskills/content-hash-cache-pattern/SKILL.md0sha-256 of file contents (chunked for large files).STRING
HIGHdocs/zh-CN/skills/content-hash-cache-pattern/SKILL.md0service layer: cache check -> extraction -> cache write.STRING
HIGH.kiro/skills/content-hash-cache-pattern/SKILL.md0service layer: cache check -> extraction -> cache write.STRING
HIGHskills/content-hash-cache-pattern/SKILL.md0service layer: cache check -> extraction -> cache write.STRING
Modern AI Meta-Vocabulary75 hits · 180 pts
SeverityFileLineSnippetContext
MEDIUMWORKING-CONTEXT.md108- 2026-04-02: Closed the full Argus cluster `#1098`, `#1099`, `#1100`, `#1101`, and `#1102` after full diff audit. The cCODE
MEDIUMWORKING-CONTEXT.md123- 2026-04-01: Follow-up bundle cleanup closed `#1080` and `#1079`, which were generated `.claude/` bundle PRs duplicatinCODE
MEDIUMWORKING-CONTEXT.md140- 2026-04-02: Ported the safe core of `#1153` directly into `main`: markdownlint cleanup for orchestration/docs surfacesCODE
MEDIUMREADME.md678| |-- autonomous-loops/ # Autonomous loop patterns: sequential pipelines, PR loops, DAG orchestration (NEW)CODE
MEDIUMREADME.md703| |-- multi-execute.md # /multi-execute - Orchestrated multi-agent workflows (NEW)CODE
MEDIUMREADME.md704| |-- multi-backend.md # /multi-backend - Backend multi-service orchestration (NEW)CODE
MEDIUMREADME.md705| |-- multi-frontend.md # /multi-frontend - Frontend multi-service orchestration (NEW)CODE
MEDIUMREADME.md717| |-- orchestrate.md # /orchestrate - Prefer dmux-workflows or multi-workflowCODE
MEDIUMREADME.md769| |-- go-microservice-CLAUDE.md # Real-world Go microservice (gRPC + PostgreSQL)CODE
MEDIUMREADME.zh-CN.md376| |-- orchestrate.md # /orchestrate - 优先使用 dmux-workflows 或 multi-workflowCODE
MEDIUMSECURITY.md156- **OWASP Agentic Applications Top 10:** <https://genai.owasp.org/resource/owasp-top-10-for-agentic-applications-for-202CODE
MEDIUMecc2/src/main.rs7409 "# ECC2 migration scaffold generated from {}\n# Review every section before merging it into a real ecc2.tomlCODE
MEDIUMagents/java-reviewer.md144### MEDIUM -- Workflow and State Machine (payment / event-driven code)COMMENT
MEDIUMagents/spec-miner.md8## Tool guardrailsCOMMENT
MEDIUMdocs/ECC-PRO-SECURITY-ROADMAP.md414. Merge the verified correctness/Windows batch (PR #2133 model-ID fix, #2307/#2063 Windows, #2273/#2246/#2312 docs, #22CODE
MEDIUMdocs/ECC-PRO-SECURITY-ROADMAP.md106Merge the clean, verified batch: PR #2133 (Claude provider model-ID + adaptive-thinking fix — replaces invalid IDs with CODE
MEDIUMdocs/ECC-PRO-SECURITY-ROADMAP.md285| needs-work | PR #2318 | feat: add OpenSpec ecosystem (5 agents, 2 orchestration skills, 3 integrations) |CODE
MEDIUMdocs/ECC-PRO-SECURITY-ROADMAP.md308| merge | issue #2316 | plan-orchestrate: stale ECC install detection after marketplace rename to ecc@ecc |CODE
MEDIUMdocs/ECC-PRO-SECURITY-ROADMAP.md333Triaged all open PRs (30) and issues (24) on affaan-m/ECC. MERGE-READY (clean, correct, mergeable): PR #2320 (maintainerCODE
MEDIUMdocs/ECC-2.0-GA-ROADMAP.md701- ECC-Tools PR #35 added RAG/evaluator predictive follow-ups and aCODE
MEDIUMdocs/ECC-2.0-GA-ROADMAP.md718- ECC-Tools PR #40 added a checked-in evaluator/RAG corpus contract coveringCODE
MEDIUMdocs/ECC-2.0-GA-ROADMAP.md958| Salvage useful stale work | `docs/stale-pr-salvage-ledger.md` plus `docs/legacy-artifact-inventory.md` | Ledger recordCODE
MEDIUMdocs/ECC-2.0-GA-ROADMAP.md967| Harness-agnostic learning system | Audit, adapter matrix, observability, traces, promotion loop | Audit/adapters/obserCODE
MEDIUMdocs/ECC-2.0-GA-ROADMAP.md989| ECC Tools app | ECC-Tools PR evidence, billing audit, risk taxonomy, evaluator/RAG corpus | ECC-Tools #53 published thCODE
MEDIUMdocs/stale-pr-salvage-ledger.md42| #1558 | `agentic-os` skill | Salvaged in #1772. |CODE
MEDIUMdocs/stale-pr-salvage-ledger.md46| #1603 | `plan-orchestrate` skill | Salvaged in #1766 with current manifest/catalog wiring. |CODE
MEDIUMdocs/stale-pr-salvage-ledger.md88| #1603 | Useful `/plan-orchestrate` work was already preserved in #1766 with current package/catalog metadata. |CODE
MEDIUMdocs/de-DE/README.md640| |-- orchestrate.md # /orchestrate - Bevorzuge dmux-workflows oder multi-workflowCODE
MEDIUMdocs/ru/README.md542| |-- autonomous-loops/ # Паттерны автономных циклов: sequential pipelines, PR loops, DAG orchestration (НОВCODE
MEDIUMdocs/ru/README.md567| |-- multi-backend.md # /multi-backend - Backend multi-service orchestration (НОВОЕ)CODE
MEDIUMdocs/ru/README.md568| |-- multi-frontend.md # /multi-frontend - Frontend multi-service orchestration (НОВОЕ)CODE
MEDIUMdocs/ru/README.md580| |-- orchestrate.md # /orchestrate - Предпочитайте dmux-workflows или multi-workflowCODE
MEDIUMdocs/ru/README.md631| |-- go-microservice-CLAUDE.md # Реальный Go microservice (gRPC + PostgreSQL)CODE
MEDIUMdocs/ru/README.md1301### Поддержка multi-agentCOMMENT
MEDIUMdocs/ja-JP/the-openclaw-guide.md451* [OWASP エージェントアプリケーションのトップ 10 セキュリティリスク (2026)](https://genai.owasp.org/resource/owasp-top-10-for-agentic-applications-COMMENT
MEDIUMdocs/ja-JP/SECURITY.md101- **OWASP Agentic Applications Top 10**: [genai.owasp.org](https://genai.owasp.org/resource/owasp-top-10-for-agentic-appCODE
MEDIUMdocs/ja-JP/skills/flox-environments/SKILL.md488以下のスキルは、より深い統合のために[Flox Claude Codeプラグイン](https://github.com/flox/flox-agentic)の一部として利用可能です:STRING
MEDIUMdocs/ja-JP/skills/plan-orchestrate/SKILL.md7# plan-orchestrate - 日本語翻訳進行中COMMENT
MEDIUMdocs/ja-JP/skills/hexagonal-architecture/SKILL.md54### Step 3: Implement the use case with pure orchestrationCOMMENT
MEDIUMdocs/ja-JP/skills/agentic-os/SKILL.md249# ~/.config/systemd/user/agentic-daily-sync.serviceCOMMENT
MEDIUMdocs/ja-JP/skills/agentic-os/SKILL.md259# ~/.config/systemd/user/agentic-daily-sync.timerCOMMENT
MEDIUMdocs/zh-CN/the-security-guide.md177| OWASP Agentic Applications Top 10 | <https://genai.owasp.org/resource/owasp-top-10-for-agentic-applications-for-2026/>CODE
MEDIUMdocs/zh-CN/the-security-guide.md184| AI 网络犯罪激增 1500% | <https://www.hstoday.us/subject-matter-areas/cybersecurity/2026-global-threat-intelligence-report-hiCODE
MEDIUMdocs/zh-CN/the-security-guide.md186| Dark Reading: 智能体攻击面 | <https://www.darkreading.com/threat-intelligence/2026-agentic-ai-attack-surface-poster-child> |CODE
MEDIUMdocs/zh-CN/the-security-guide.md190| Agentic-Radar (SPLX-AI) | <https://github.com/splx-ai/agentic-radar> |CODE
MEDIUMdocs/zh-CN/the-security-guide.md202| NVIDIA: 沙盒化智能体工作流 | <https://developer.nvidia.com/blog/practical-security-guidance-for-sandboxing-agentic-workflows/> CODE
MEDIUMdocs/zh-CN/README.md425| |-- orchestrate.md # /orchestrate - 优先使用 dmux-workflows 或 multi-workflowCODE
MEDIUMdocs/zh-CN/the-openclaw-guide.md451* [OWASP 智能体应用十大安全风险 (2026)](https://genai.owasp.org/resource/owasp-top-10-for-agentic-applications-for-2026/) — Palo AlCOMMENT
MEDIUMdocs/zh-CN/SECURITY.md53* **OWASP Agentic Applications Top 10**:[genai.owasp.org](https://genai.owasp.org/resource/owasp-top-10-for-agentic-applCOMMENT
MEDIUMdocs/architecture/evaluator-rag-prototype.md1# Evaluator RAG PrototypeCOMMENT
MEDIUMdocs/es/SECURITY.md101- **OWASP Agentic Applications Top 10**: [genai.owasp.org](https://genai.owasp.org/resource/owasp-top-10-for-agentic-appCODE
MEDIUMdocs/tr/SECURITY.md53- **OWASP Agentic Applications Top 10**: [genai.owasp.org](https://genai.owasp.org/resource/owasp-top-10-for-agentic-appCODE
MEDIUMdocs/tr/agents/java-reviewer.md66### MEDIUM -- Workflow ve State Machine (ödeme / event-driven kod)COMMENT
MEDIUM.codex/config.toml10# - https://developers.openai.com/codex/multi-agentCOMMENT
MEDIUM.codex/config.toml91# Codex multi-agent collaboration is stable and on by default in current builds.COMMENT
MEDIUMexamples/rails-app-CLAUDE.md106 controllers/ # HTTP request handling. Thin orchestration only.CODE
MEDIUM.kiro/README.md372├── longform-guide.md # Deep dive on agentic workflowsCODE
MEDIUM.kiro/agents/mle-reviewer.json15 "prompt": "# MLE Reviewer\n\nYou are a senior machine-learning engineering reviewer focused on moving model code from CODE
MEDIUM.kiro/skills/docker-patterns/SKILL.md351# BAD: Using docker compose in production without orchestrationCOMMENT
MEDIUM.kiro/skills/autonomous-loops/SKILL.md33| [Infinite Agentic Loop](#3-infinite-agentic-loop) | Medium | Parallel content generation, spec-driven work |CODE
15 more matches not shown…
Unused Imports84 hits · 82 pts
SeverityFileLineSnippetContext
LOWecc_dashboard.py25CODE
LOWecc_dashboard.py27CODE
LOWtests/test_builder.py2CODE
LOWtests/test_executor.py1CODE
LOWtests/test_executor.py2CODE
LOWtests/test_types.py1CODE
LOWintegrations/aura/adapter.py24CODE
LOWintegrations/aura/__init__.py16CODE
LOWintegrations/aura/__init__.py16CODE
LOWintegrations/aura/__init__.py16CODE
LOWintegrations/aura/__init__.py16CODE
LOWintegrations/aura/__init__.py16CODE
LOWintegrations/aura/__init__.py16CODE
LOWintegrations/aura/__init__.py16CODE
LOWintegrations/aura/tests/test_adapter.py14CODE
LOWintegrations/aura/tests/fixtures.py9CODE
LOWscripts/hooks/insaits-security-monitor.py62CODE
LOWscripts/lib/ecc_dashboard_runtime.py6CODE
LOWskills/delivery-gate/hooks/quality-gate.py10CODE
LOWskills/skill-comply/tests/test_runner.py3CODE
LOWskills/skill-comply/tests/test_runner.py7CODE
LOWskills/skill-comply/tests/test_grader.py8CODE
LOWskills/skill-comply/scripts/run.py3CODE
LOWskills/skill-comply/scripts/runner.py3CODE
LOWskills/skill-comply/scripts/classifier.py3CODE
LOWskills/skill-comply/scripts/grader.py3CODE
LOWskills/skill-comply/scripts/spec_generator.py3CODE
LOWskills/skill-comply/scripts/parser.py3CODE
LOWskills/skill-comply/scripts/utils.py3CODE
LOWskills/skill-comply/scripts/scenario_generator.py3CODE
LOWskills/skill-comply/scripts/report.py3CODE
LOWskills/continuous-learning-v2/scripts/instinct-cli.py32CODE
LOWsrc/llm/__init__.py7CODE
LOWsrc/llm/__init__.py8CODE
LOWsrc/llm/__init__.py8CODE
LOWsrc/llm/__init__.py8CODE
LOWsrc/llm/__init__.py8CODE
LOWsrc/llm/__init__.py8CODE
LOWsrc/llm/__init__.py8CODE
LOWsrc/llm/__init__.py9CODE
LOWsrc/llm/__init__.py10CODE
LOWsrc/llm/__init__.py10CODE
LOWsrc/llm/__init__.py11CODE
LOWsrc/llm/tools/__init__.py3CODE
LOWsrc/llm/tools/__init__.py3CODE
LOWsrc/llm/tools/__init__.py3CODE
LOWsrc/llm/tools/executor.py3CODE
LOWsrc/llm/tools/executor.py5CODE
LOWsrc/llm/tools/executor.py5CODE
LOWsrc/llm/tools/executor.py8CODE
LOWsrc/llm/core/interface.py3CODE
LOWsrc/llm/core/types.py3CODE
LOWsrc/llm/providers/claude.py3CODE
LOWsrc/llm/providers/__init__.py3CODE
LOWsrc/llm/providers/__init__.py3CODE
LOWsrc/llm/providers/__init__.py4CODE
LOWsrc/llm/providers/__init__.py5CODE
LOWsrc/llm/providers/__init__.py6CODE
LOWsrc/llm/providers/__init__.py7CODE
LOWsrc/llm/providers/__init__.py8CODE
24 more matches not shown…
Excessive Try-Catch Wrapping71 hits · 81 pts
SeverityFileLineSnippetContext
MEDIUMecc_dashboard.py915def update_widget_colors(widget):CODE
LOWecc_dashboard.py918 except Exception:CODE
LOWecc_dashboard.py922 except Exception:CODE
LOWecc_dashboard.py928 except Exception:CODE
LOWecc_dashboard.py133 except Exception:CODE
LOWecc_dashboard.py207 except Exception:CODE
LOWecc_dashboard.py301 except Exception:CODE
LOWecc_dashboard.py365 except Exception:CODE
LOWecc_dashboard.py831 except Exception as exc:CODE
MEDIUMdocs/ja-JP/agents/python-reviewer.md351 print("Error occurred")CODE
LOWdocs/ja-JP/skills/videodb/SKILL.md181except Exception as e:CODE
LOWdocs/ja-JP/skills/videodb/reference/search.md46except Exception as e:CODE
LOWdocs/ja-JP/skills/redis-patterns/SKILL.md228except Exception:STRING
LOWdocs/ja-JP/skills/windows-desktop-e2e/SKILL.md171 except Exception:CODE
LOWdocs/ja-JP/skills/windows-desktop-e2e/SKILL.md187 except Exception as e:CODE
LOWdocs/ja-JP/skills/windows-desktop-e2e/SKILL.md202 except Exception:CODE
LOWdocs/ja-JP/skills/windows-desktop-e2e/SKILL.md274 except Exception:CODE
LOWdocs/ja-JP/skills/windows-desktop-e2e/SKILL.md281 except Exception:CODE
LOWdocs/ja-JP/skills/windows-desktop-e2e/SKILL.md441 except Exception:CODE
LOWdocs/ja-JP/skills/windows-desktop-e2e/SKILL.md446 except Exception:CODE
LOWdocs/ja-JP/skills/fastapi-patterns/SKILL.md164 except Exception:CODE
LOWdocs/ja-JP/skills/evm-token-decimals/SKILL.md72except Exception:CODE
LOWdocs/ja-JP/skills/python-patterns/SKILL.md462 except Exception as e:CODE
LOWdocs/zh-CN/skills/videodb/SKILL.md181except Exception as e:CODE
LOWdocs/zh-CN/skills/videodb/reference/search.md46except Exception as e:CODE
LOWdocs/zh-CN/skills/data-scraper-agent/SKILL.md506 except Exception as e:CODE
LOWdocs/zh-CN/skills/evm-token-decimals/SKILL.md72except Exception:CODE
LOWdocs/zh-CN/skills/python-patterns/SKILL.md463 except Exception as e:CODE
LOWdocs/es/skills/python-patterns/SKILL.md462 except Exception as e:CODE
LOWdocs/tr/skills/python-patterns/SKILL.md463 except Exception as e:CODE
LOWscripts/hooks/insaits-security-monitor.py221 except Exception as exc: # Broad catch intentional: unknown SDK internalsCODE
LOWscripts/lib/ecc_dashboard_runtime.py19 except Exception:CODE
LOWscripts/lib/ecc_dashboard_runtime.py26 except Exception:CODE
LOWscripts/lib/ecc_dashboard_runtime.py31 except Exception:CODE
LOW.kiro/skills/fastapi-patterns/SKILL.md164 except Exception:CODE
LOW.kiro/skills/python-patterns/SKILL.md91 except Exception:CODE
LOWskills/videodb/SKILL.md174except Exception as e:CODE
LOWskills/videodb/scripts/ws_listener.py163 except Exception as e:CODE
LOWskills/videodb/scripts/ws_listener.py207 except Exception as e:CODE
LOWskills/videodb/reference/search.md46except Exception as e:CODE
LOWskills/redis-patterns/SKILL.md229except Exception:STRING
LOWskills/data-scraper-agent/SKILL.md504 except Exception as e:CODE
LOWskills/windows-desktop-e2e/SKILL.md172 except Exception:CODE
LOWskills/windows-desktop-e2e/SKILL.md188 except Exception as e:CODE
LOWskills/windows-desktop-e2e/SKILL.md203 except Exception:CODE
LOWskills/windows-desktop-e2e/SKILL.md275 except Exception:CODE
LOWskills/windows-desktop-e2e/SKILL.md282 except Exception:CODE
LOWskills/windows-desktop-e2e/SKILL.md401 except Exception:CODE
LOWskills/windows-desktop-e2e/SKILL.md503 except Exception:CODE
LOWskills/windows-desktop-e2e/SKILL.md508 except Exception:CODE
LOWskills/django-celery/SKILL.md329 except Exception as exc:CODE
LOWskills/fastapi-patterns/SKILL.md183 except Exception:CODE
MEDIUMskills/agent-self-evaluation/scripts/evaluate.py373 print(f"Error: output file '{path}' not found", file=sys.stderr)CODE
MEDIUMskills/agent-self-evaluation/scripts/evaluate.py400 print("Error: no output to evaluate", file=sys.stderr)CODE
LOWskills/evm-token-decimals/SKILL.md73except Exception:CODE
LOWskills/continuous-learning-v2/hooks/observe.sh257except Exception as e:CODE
LOWskills/continuous-learning-v2/hooks/observe.sh288except Exception:CODE
LOWskills/continuous-learning-v2/hooks/observe.sh326except Exception:CODE
MEDIUMskills/continuous-learning-v2/scripts/instinct-cli.py893 print(f"Error fetching URL: {e}", file=sys.stderr)CODE
MEDIUMskills/continuous-learning-v2/scripts/instinct-cli.py902 print(f"Error: '{path}' is not a regular file.", file=sys.stderr)CODE
11 more matches not shown…
Hallucination Indicators8 hits · 80 pts
SeverityFileLineSnippetContext
CRITICALdocs/ja-JP/skills/django-security/SKILL.md393from django.core.exceptions import ValidationErrorCODE
CRITICALdocs/ja-JP/skills/django-tdd/SKILL.md243from django.core.exceptions import ValidationErrorCODE
CRITICALdocs/zh-CN/skills/django-security/SKILL.md394from django.core.exceptions import ValidationErrorCODE
CRITICALdocs/zh-CN/skills/django-tdd/SKILL.md244from django.core.exceptions import ValidationErrorCODE
CRITICAL.kiro/skills/django-security/SKILL.md394from django.core.exceptions import ValidationErrorCODE
CRITICALskills/django-security/SKILL.md396from django.core.exceptions import ValidationErrorCODE
CRITICALskills/django-security/SKILL.md440from django.core.exceptions import ValidationErrorCODE
CRITICALskills/django-tdd/SKILL.md245from django.core.exceptions import ValidationErrorCODE
Over-Commented Block77 hits · 72 pts
SeverityFileLineSnippetContext
LOW.trae/uninstall.sh1#!/bin/bashCOMMENT
LOW.trae/install.sh1#!/bin/bashCOMMENT
LOWecc2/src/main.rs121 /// Agent profile defined in ecc2.tomlCOMMENT
LOWecc2/src/main.rs141 #[arg(long)]COMMENT
LOWecc2/src/main.rs161 Assign {COMMENT
LOWecc2/src/main.rs181 #[arg(short, long)]COMMENT
LOWecc2/src/main.rs201 CoordinateBacklog {COMMENT
LOWecc2/src/main.rs221 max_passes: usize,COMMENT
LOWecc2/src/main.rs241 lead_limit: usize,COMMENT
LOWecc2/src/main.rs301 /// Include a bounded patch preview when a worktree is attachedCOMMENT
LOWecc2/src/main.rs321 },COMMENT
LOWecc2/src/main.rs341 /// Process the queue, auto-rebasing clean blocked worktrees and merging what becomes readyCOMMENT
LOWecc2/src/main.rs361 /// Alternative considered and rejected; repeat for multiple entriesCOMMENT
LOWecc2/src/main.rs481 #[arg(long)]COMMENT
LOWecc2/src/main.rs521 /// Task description to dispatchCOMMENT
LOWecc2/src/main.rs541 /// Optional task-group grouping overrideCOMMENT
LOWecc2/src/main.rs561 to_session: Option<String>,COMMENT
LOWecc2/src/main.rs581 json: bool,COMMENT
LOWecc2/src/main.rs621 source: PathBuf,COMMENT
LOWecc2/src/main.rs641 #[arg(long)]COMMENT
LOWecc2/src/main.rs661 },COMMENT
LOWecc2/src/main.rs681 dry_run: bool,COMMENT
LOWecc2/src/main.rs701 /// Scaffold ECC-native templates from legacy tool scriptsCOMMENT
LOWecc2/src/main.rs741 /// Create or update a graph entityCOMMENT
LOWecc2/src/main.rs761 /// Emit machine-readable JSON instead of the human summaryCOMMENT
LOWecc2/src/main.rs781 summary: String,COMMENT
LOWecc2/src/main.rs801 /// List relations in the shared context graphCOMMENT
LOWecc2/src/main.rs821 /// Observation type such as completion_summary, incident_note, or reminderCOMMENT
LOWecc2/src/main.rs841 PinObservation {COMMENT
LOWecc2/src/main.rs861 #[arg(long)]COMMENT
LOWecc2/src/main.rs881 },COMMENT
LOWecc2/src/main.rs921 /// Maximum incoming/outgoing relations to returnCOMMENT
LOWtests/lib/session-bridge.test.js141 // suffix; with concurrent writers it raced over a shared tmp path,COMMENT
LOWworkflows/orch-review.workflow.js21// }COMMENT
LOWagents/performance-optimizer.md321# 1. Take heap snapshotCOMMENT
LOWdocs/ja-JP/agents/performance-optimizer.md321# 1. ヒープスナップショットを取得COMMENT
LOWdocs/ja-JP/skills/homelab-vlan-segmentation/SKILL.md281```COMMENT
LOWdocs/ja-JP/skills/git-workflow/SKILL.md301```COMMENT
LOWdocs/ja-JP/skills/rust-testing/SKILL.md361/// assert_eq!(add(-1, 1), 0);COMMENT
LOWdocs/ja-JP/skills/homelab-pihole-dns/SKILL.md241COMMENT
LOWdocs/zh-CN/skills/git-workflow/SKILL.md301git merge feature/user-auth --no-commit --no-ffCOMMENT
LOWdocs/zh-CN/skills/rust-testing/SKILL.md361/// assert_eq!(add(-1, 1), 0);COMMENT
LOWdocs/es/skills/docker-patterns/SKILL.md341docker network inspect <project>_defaultCOMMENT
LOWdocs/es/skills/rust-testing/SKILL.md361/// assert_eq!(add(-1, 1), 0);COMMENT
LOWdocs/tr/skills/docker-patterns/SKILL.md341docker network inspect <project>_defaultCOMMENT
LOWdocs/tr/skills/rust-testing/SKILL.md361/// assert_eq!(add(-1, 1), 0);COMMENT
LOW.codex/config.toml1#:schema https://developers.openai.com/codex/config-schema.jsonCOMMENT
LOW.codex/config.toml81#COMMENT
LOWscripts/gan-harness.sh1#!/bin/bashCOMMENT
LOWscripts/ci/check-unicode-safety.js121 // vector for "ASCII smuggling" / "Tag smuggling" prompt injection:COMMENT
LOWscripts/ci/validate-workflow-security.js21 eventPattern: /\bpull_request_target\s*:/m,COMMENT
LOWscripts/hooks/gateguard-fact-force.js41const ROUTINE_BASH_SESSION_KEY = '__bash_session__';COMMENT
LOWscripts/hooks/gateguard-fact-force.js881 return saveState(state);COMMENT
LOWscripts/hooks/session-end.js181 }COMMENT
LOWscripts/hooks/config-protection.js101 // path (e.g. scaffolding ESLint into a fresh repo).COMMENT
LOW.kiro/install.sh1#!/bin/bashCOMMENT
LOW.kiro/README.md441COMMENT
LOW.kiro/README.md461# - SQL injection preventionCOMMENT
LOW.kiro/README.md501# - Triggers when you save .ts or .tsx filesCOMMENT
LOW.kiro/README.md601### Example 10: Documentation UpdatesCOMMENT
17 more matches not shown…
Fake / Example Data56 hits · 57 pts
SeverityFileLineSnippetContext
LOWtests/opencode-tools.test.js197 spawnSync("git", ["config", "user.email", "test@test.com"], { cwd: projectDir })CODE
LOWtests/hooks/detect-project-worktree.test.js178 GIT_AUTHOR_EMAIL: 'test@test.com',CODE
LOWtests/hooks/detect-project-worktree.test.js180 GIT_COMMITTER_EMAIL: 'test@test.com'CODE
LOWtests/hooks/detect-project-worktree.test.js252 GIT_AUTHOR_EMAIL: 'test@test.com',CODE
LOWtests/hooks/detect-project-worktree.test.js254 GIT_COMMITTER_EMAIL: 'test@test.com'CODE
LOWtests/hooks/observe-subdirectory-detection.test.js81 GIT_AUTHOR_EMAIL: 'test@test.com',CODE
LOWtests/hooks/observe-subdirectory-detection.test.js83 GIT_COMMITTER_EMAIL: 'test@test.com',CODE
LOWdocs/ja-JP/agents/e2e-runner.md42agent-browser fill @e2 "user@example.com" # 参照で入力を埋めるCODE
LOWdocs/ja-JP/agents/database-reviewer.md175SELECT email, name FROM users WHERE email = 'user@example.com';CODE
LOWdocs/ja-JP/rules/angular/testing.md147 cy.get('[data-cy=email]').type('user@example.com');CODE
LOWdocs/ja-JP/commands/go-test.md74 {"simple email", "user@example.com", false},CODE
LOWdocs/ja-JP/skills/kotlin-testing/SKILL.md73 validateEmail("user@example.com").shouldBeSuccess("user@example.com")CODE
LOWdocs/ja-JP/skills/csharp-testing/SKILL.md91[InlineData("user@example.com", true)]CODE
LOWdocs/ja-JP/skills/django-verification/SKILL.md145echo "from apps.users.models import User; User.objects.create_superuser('admin@example.com', 'admin')" | python manage.pCODE
LOWdocs/ja-JP/skills/fsharp-testing/SKILL.md119[<InlineData("user@example.com", true)>]CODE
LOWdocs/ja-JP/skills/django-tdd/SKILL.md124 email='admin@example.com',CODE
LOWdocs/ja-JP/skills/django-tdd/SKILL.md260 email='admin@example.com',CODE
LOWdocs/zh-CN/commands/cpp-test.md69 auto result = validate_email("user@example.com");CODE
LOWdocs/zh-CN/commands/go-test.md75 {"simple email", "user@example.com", false},CODE
LOWdocs/zh-CN/skills/kotlin-testing/SKILL.md73 validateEmail("user@example.com").shouldBeSuccess("user@example.com")CODE
LOWdocs/zh-CN/skills/csharp-testing/SKILL.md91[InlineData("user@example.com", true)]CODE
LOWdocs/zh-CN/skills/django-verification/SKILL.md158echo "from apps.users.models import User; User.objects.create_superuser('admin@example.com', 'admin')" | python manage.pCODE
LOWdocs/zh-CN/skills/django-tdd/SKILL.md125 email='admin@example.com',CODE
LOWdocs/zh-CN/skills/django-tdd/SKILL.md261 email='admin@example.com',CODE
LOWdocs/zh-TW/agents/e2e-runner.md42agent-browser fill @e2 "user@example.com" # 依 ref 填入輸入CODE
LOWdocs/zh-TW/agents/database-reviewer.md172SELECT email, name FROM users WHERE email = 'user@example.com';CODE
LOWdocs/ko-KR/commands/go-test.md74 {"단순 이메일", "user@example.com", false},CODE
LOWdocs/pt-BR/commands/go-test.md74 {"simple email", "user@example.com", false},CODE
LOWdocs/es/commands/go-test.md65 {"email simple", "user@example.com", false},CODE
LOWdocs/es/skills/kotlin-testing/SKILL.md73 validateEmail("user@example.com").shouldBeSuccess("user@example.com")CODE
LOWdocs/tr/commands/go-test.md74 {"basit e-posta", "user@example.com", false},CODE
LOWdocs/tr/skills/kotlin-testing/SKILL.md61 validateEmail("user@example.com").shouldBeSuccess("user@example.com")CODE
LOWrules/angular/testing.md147 cy.get('[data-cy=email]').type('user@example.com');CODE
LOWrules/react/testing.md63 await user.type(screen.getByLabelText("Email"), "user@example.com");CODE
LOWrules/react/testing.md66 expect(handleSubmit).toHaveBeenCalledWith({ email: "user@example.com" });CODE
LOWcommands/cpp-test.md68 auto result = validate_email("user@example.com");CODE
LOWcommands/go-test.md74 {"simple email", "user@example.com", false},CODE
LOW.kiro/skills/python-testing/SKILL.md123 ("user@example.com", True),CODE
LOW.kiro/skills/python-testing/SKILL.md220 service.send("user@example.com", "Hello")CODE
LOW.kiro/skills/kotlin-testing/SKILL.md73 validateEmail("user@example.com").shouldBeSuccess("user@example.com")CODE
LOW.kiro/skills/react-testing/SKILL.md83 await user.type(screen.getByLabelText("Email"), "user@example.com");CODE
LOW.kiro/skills/react-testing/SKILL.md86 expect(onSubmit).toHaveBeenCalledWith({ email: "user@example.com" });CODE
LOW.kiro/skills/golang-testing/SKILL.md33 email: "user@example.com",CODE
LOW.kiro/skills/golang-testing/SKILL.md166 email := "user@example.com"CODE
LOWskills/kotlin-testing/SKILL.md74 validateEmail("user@example.com").shouldBeSuccess("user@example.com")CODE
LOWskills/csharp-testing/SKILL.md92[InlineData("user@example.com", true)]CODE
LOW…/continuous-learning-v2/scripts/test_parse_instinct.py215trigger: "placeholder"CODE
LOW…/continuous-learning-v2/scripts/test_parse_instinct.py518 yaml_file.write_text("placeholder")CODE
LOWskills/react-testing/SKILL.md84 await user.type(screen.getByLabelText("Email"), "user@example.com");CODE
LOWskills/react-testing/SKILL.md87 expect(onSubmit).toHaveBeenCalledWith({ email: "user@example.com" });CODE
LOWskills/django-verification/SKILL.md155echo "from apps.users.models import User; User.objects.create_superuser('admin@example.com', 'admin')" | python manage.pCODE
LOWskills/angular-developer/references/e2e-testing.md29 cy.get('[data-cy=email]').type('user@example.com');CODE
LOWskills/angular-developer/references/e2e-testing.md44 await page.getByLabel('Email').fill('user@example.com');CODE
LOWskills/fsharp-testing/SKILL.md120[<InlineData("user@example.com", true)>]CODE
LOWskills/django-tdd/SKILL.md126 email='admin@example.com',CODE
LOWskills/django-tdd/SKILL.md262 email='admin@example.com',CODE
Magic Placeholder Names10 hits · 45 pts
SeverityFileLineSnippetContext
HIGHdocs/ja-JP/skills/x-api/SKILL.md53export X_API_KEY="your-api-key"CODE
HIGHdocs/ja-JP/skills/videodb/reference/api-reference.md11 api_key="your-api-key", # or set VIDEO_DB_API_KEY env varCODE
HIGHdocs/ja-JP/skills/flox-environments/SKILL.md318# 使用方法: API_KEY="<your-api-key>" flox activateSTRING
HIGHdocs/ja-JP/skills/nutrient-document-processing/SKILL.md142 "NUTRIENT_DWS_API_KEY": "YOUR_API_KEY",CODE
HIGHdocs/zh-CN/skills/x-api/SKILL.md53export X_API_KEY="your-api-key"CODE
HIGHdocs/zh-CN/skills/videodb/reference/api-reference.md11 api_key="your-api-key", # or set VIDEO_DB_API_KEY env varCODE
HIGHdocs/zh-CN/skills/nutrient-document-processing/SKILL.md143 "NUTRIENT_DWS_API_KEY": "YOUR_API_KEY",CODE
HIGHskills/videodb/reference/api-reference.md11 api_key="your-api-key", # or set VIDEO_DB_API_KEY env varCODE
HIGHskills/flox-environments/SKILL.md319# Use: API_KEY="<your-api-key>" flox activateSTRING
HIGHskills/nutrient-document-processing/SKILL.md146 "NUTRIENT_DWS_API_KEY": "YOUR_API_KEY",CODE
AI Slop Vocabulary12 hits · 35 pts
SeverityFileLineSnippetContext
MEDIUMscripts/gan-harness.sh2# gan-harness.sh — GAN-Style Generator-Evaluator Harness OrchestratorCOMMENT
MEDIUMscripts/gan-harness.sh5# https://www.anthropic.com/engineering/harness-design-long-running-appsCOMMENT
MEDIUMscripts/gan-harness.sh8# ./scripts/gan-harness.sh "Build a music streaming dashboard"COMMENT
MEDIUMscripts/gan-harness.sh9# GAN_MAX_ITERATIONS=10 GAN_PASS_THRESHOLD=8.0 ./scripts/gan-harness.sh "Build a Kanban board"COMMENT
MEDIUM.kiro/agents/architect.json15 "prompt": "You are a senior software architect specializing in scalable, maintainable system design.\n\n## Your Role\nCODE
MEDIUM.kiro/agents/tdd-guide.json16 "prompt": "You are a Test-Driven Development (TDD) specialist who ensures all code is developed test-first with compreCODE
MEDIUM.kiro/agents/kotlin-reviewer.json15 "prompt": "You are a senior Kotlin and Android/KMP code reviewer ensuring idiomatic, safe, and maintainable code.\n\n#CODE
MEDIUM.kiro/agents/database-reviewer.json15 "prompt": "# Database Reviewer\n\nYou are an expert PostgreSQL database specialist focused on query optimization, scheCODE
MEDIUM.kiro/agents/e2e-runner.json16 "prompt": "# E2E Test Runner\n\nYou are an expert end-to-end testing specialist. Your mission is to ensure critical usCODE
MEDIUM.kiro/agents/fsharp-reviewer.json15 "prompt": "You are a senior F# code reviewer ensuring high standards of idiomatic functional F# code and best practiceCODE
MEDIUM.kiro/agents/harness-optimizer.json14 "prompt": "You are the harness optimizer.\n\n## Mission\n\nRaise agent completion quality by improving harness configuCODE
MEDIUM.kiro/agents/harness-optimizer.json14 "prompt": "You are the harness optimizer.\n\n## Mission\n\nRaise agent completion quality by improving harness configuCODE
Redundant / Tautological Comments15 hits · 22 pts
SeverityFileLineSnippetContext
LOW.trae/uninstall.sh50 # Check if ~ was specified (or expanded to $HOME)COMMENT
LOW.trae/uninstall.sh57 # Check if we're already inside a .trae or .trae-cn directoryCOMMENT
LOW.trae/install.sh81 # Check if ~ was specified (or expanded to $HOME)COMMENT
LOW.trae/install.sh88 # Check if we're already inside a .trae or .trae-cn directoryCOMMENT
LOWskills/continuous-learning-v2/agents/start-observer.sh14# start-observer.sh status # Check if observer is runningCOMMENT
LOWskills/continuous-learning-v2/agents/start-observer.sh175 # Check if observer is disabled in configCOMMENT
LOWskills/continuous-learning-v2/agents/start-observer.sh182 # Check if already runningCOMMENT
LOWskills/continuous-learning-v2/hooks/observe.sh261# Check if parsing succeededCOMMENT
LOWskills/continuous-learning-v2/hooks/observe.sh434 # Check if observer is now running after cleanupCOMMENT
LOWskills/continuous-learning-v2/scripts/instinct-cli.py1342 # Check if already globalCOMMENT
LOWskills/skill-stocktake/scripts/quick-diff.sh59 # Check if this file is known to results.json (exact whole-line match toCOMMENT
LOW.codebuddy/uninstall.sh39 # Check if ~ was specified (or expanded to $HOME)COMMENT
LOW.codebuddy/uninstall.sh46 # Check if we're already inside a .codebuddy directoryCOMMENT
LOW.codebuddy/install.sh91 # Check if ~ was specified (or expanded to $HOME)COMMENT
LOW.codebuddy/install.sh98 # Check if we're already inside a .codebuddy directoryCOMMENT
Cross-Language Confusion (JS/TS)4 hits · 20 pts
SeverityFileLineSnippetContext
HIGHtests/scripts/ecc-dashboard.test.js62print(json.dumps({'argv': argv, 'kwargs': kwargs}))CODE
HIGHtests/scripts/ecc-dashboard.test.js79print(json.dumps({'argv': argv, 'kwargs': kwargs}))CODE
HIGHtests/scripts/ecc-dashboard.test.js97 print(json.dumps({'error': str(exc)}))CODE
HIGHtests/scripts/ecc-dashboard.test.js129print(json.dumps(window.calls))CODE
Verbosity Indicators11 hits · 19 pts
SeverityFileLineSnippetContext
LOWscripts/lib/project-detect.js340 // Step 1: Detect languagesCOMMENT
LOWscripts/lib/project-detect.js356 // Step 2: Detect frameworks based on markers and dependenciesCOMMENT
LOWscripts/lib/project-detect.js414 // Step 3: Determine primary typeCOMMENT
LOW.kiro/agents/chief-of-staff.json16 "prompt": "You are a personal chief of staff that manages all communication channels — email, Slack, LINE, Messenger, CODE
LOW.kiro/agents/kotlin-reviewer.json15 "prompt": "You are a senior Kotlin and Android/KMP code reviewer ensuring idiomatic, safe, and maintainable code.\n\n#CODE
LOWskills/skill-comply/scripts/run.py64 # Step 1: Generate compliance specCOMMENT
LOWskills/skill-comply/scripts/run.py69 # Step 2: Generate scenariosCOMMENT
LOWskills/skill-comply/scripts/run.py91 # Step 3: Execute scenariosCOMMENT
LOWskills/skill-comply/scripts/run.py102 # Step 4: Generate reportCOMMENT
LOWskills/skill-comply/scripts/grader.py72 # Step 1: LLM classifies all events in one batch callCOMMENT
LOWskills/skill-comply/scripts/grader.py81 # Step 2: Check temporal ordering (deterministic)COMMENT
Example Usage Blocks10 hits · 16 pts
SeverityFileLineSnippetContext
LOW.trae/uninstall.sh6# Usage:COMMENT
LOW.trae/install.sh6# Usage:COMMENT
LOWscripts/gan-harness.sh7# Usage:COMMENT
LOWscripts/codex/install-global-git-hooks.sh5# Usage:COMMENT
LOW.kiro/install.sh6# Usage:COMMENT
LOWskills/ios-icon-gen/scripts/iconify_gen.sh6# Usage:COMMENT
LOWskills/continuous-learning-v2/agents/start-observer.sh10# Usage:COMMENT
LOWskills/frontend-slides/scripts/export-pdf.sh4# Usage:COMMENT
LOW.codebuddy/uninstall.sh6# Usage:COMMENT
LOW.codebuddy/install.sh6# Usage:COMMENT
Deep Nesting23 hits · 16 pts
SeverityFileLineSnippetContext
LOWecc_dashboard.py44CODE
LOWecc_dashboard.py108CODE
LOWecc_dashboard.py188CODE
LOWecc_dashboard.py237CODE
LOWscripts/hooks/insaits-security-monitor.py95CODE
LOWskills/delivery-gate/hooks/quality-gate.py80CODE
LOWskills/delivery-gate/hooks/quality-gate.py129CODE
LOWskills/videodb/scripts/ws_listener.py78CODE
LOWskills/videodb/scripts/ws_listener.py147CODE
LOWskills/skill-comply/scripts/runner.py125CODE
LOWskills/skill-comply/scripts/report.py13CODE
LOWskills/continuous-learning-v2/scripts/instinct-cli.py285CODE
LOWskills/continuous-learning-v2/scripts/instinct-cli.py506CODE
LOWskills/continuous-learning-v2/scripts/instinct-cli.py560CODE
LOWskills/continuous-learning-v2/scripts/instinct-cli.py876CODE
LOWskills/continuous-learning-v2/scripts/instinct-cli.py1065CODE
LOWskills/continuous-learning-v2/scripts/instinct-cli.py1254CODE
LOWskills/continuous-learning-v2/scripts/instinct-cli.py1734CODE
LOWskills/continuous-learning-v2/scripts/instinct-cli.py1749CODE
LOWskills/continuous-learning-v2/scripts/instinct-cli.py1825CODE
LOWskills/continuous-learning-v2/scripts/instinct-cli.py1876CODE
LOWskills/frontend-slides/scripts/extract-pptx.py18CODE
LOWsrc/llm/providers/claude.py58CODE
Synthetic Comment Markers2 hits · 10 pts
SeverityFileLineSnippetContext
HIGH.kiro/agents/code-reviewer.json15 "prompt": "You are a senior code reviewer ensuring high standards of code quality and security.\n\n## Review Process\nCODE
HIGH.kiro/agents/code-reviewer.json15 "prompt": "You are a senior code reviewer ensuring high standards of code quality and security.\n\n## Review Process\nCODE
Self-Referential Comments2 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUM…/continuous-learning-v2/scripts/test_parse_instinct.py735 # Create a project dir with instinctsCOMMENT
MEDIUMskills/frontend-slides/scripts/export-pdf.sh354# Create a minimal package.json so npm install worksCOMMENT
Modern Structural Boilerplate7 hits · 7 pts
SeverityFileLineSnippetContext
LOWecc_dashboard.py33logger = logging.getLogger(__name__)CODE
LOWintegrations/aura/adapter.py33__all__ = [CODE
LOWintegrations/aura/__init__.py26__all__ = [CODE
LOWskills/skill-comply/scripts/run.py19logger = logging.getLogger(__name__)CODE
LOWskills/skill-comply/scripts/runner.py101def _setup_sandbox(sandbox_dir: Path, scenario: Scenario) -> None:CODE
LOWskills/skill-comply/scripts/classifier.py10logger = logging.getLogger(__name__)CODE
LOWskills/continuous-learning-v2/scripts/instinct-cli.py421def _update_registry(pid: str, pname: str, proot: str, premote: str) -> None:CODE