Repository Analysis

davila7/claude-code-templates

CLI tool for configuring and monitoring Claude Code

6.1 Low AI signal View on GitHub
6.1
Adjusted Score
6.1
Raw Score
100%
Time Factor
2026-05-30
Last Push
27,667
Stars
Python
Language
1,566,014
Lines of Code
5812
Files
5053
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 21HIGH 663MEDIUM 907LOW 3462

Pattern Findings

5053 matches across 19 categories. Click a row to expand file-level details.

Cross-File Repetition400 hits · 2000 pts
SeverityFileLineSnippet
HIGH…on-bigcode-evaluation-harness/references/benchmarks.md0check if in given list of numbers, are any two numbers closer to each other than given threshold. >>> has_close_elements
HIGH…s/results/2026-01-05-00-49-17/humaneval-solutions/0.py0check if in given list of numbers, are any two numbers closer to each other than given threshold. >>> has_close_elements
HIGH…-mode/benchmarks/results/humaneval-loki-solutions/0.py0check if in given list of numbers, are any two numbers closer to each other than given threshold. >>> has_close_elements
HIGH…on-lm-evaluation-harness/references/benchmark-guide.md0check if in given list of numbers, are any two numbers closer to each other than given threshold. >>> has_close_elements
HIGH…pment/skill-development/eval-viewer/generate_review.py0generate and serve a review page for eval results. reads the workspace directory, discovers runs (directories with outpu
HIGH…velopment/skill-creator/eval-viewer/generate_review.py0generate and serve a review page for eval results. reads the workspace directory, discovers runs (directories with outpu
HIGH…ductivity/skill-creator/eval-viewer/generate_review.py0generate and serve a review page for eval results. reads the workspace directory, discovers runs (directories with outpu
HIGH…pment/skill-development/eval-viewer/generate_review.py0recursively find directories that contain an outputs/ subdirectory.
HIGH…velopment/skill-creator/eval-viewer/generate_review.py0recursively find directories that contain an outputs/ subdirectory.
HIGH…ductivity/skill-creator/eval-viewer/generate_review.py0recursively find directories that contain an outputs/ subdirectory.
HIGH…pment/skill-development/eval-viewer/generate_review.py0build a run dict with prompt, outputs, and grading data.
HIGH…velopment/skill-creator/eval-viewer/generate_review.py0build a run dict with prompt, outputs, and grading data.
HIGH…ductivity/skill-creator/eval-viewer/generate_review.py0build a run dict with prompt, outputs, and grading data.
HIGH…pment/skill-development/eval-viewer/generate_review.py0load previous iteration's feedback and outputs. returns a map of run_id -> {"feedback": str, "outputs": list[dict]}.
HIGH…velopment/skill-creator/eval-viewer/generate_review.py0load previous iteration's feedback and outputs. returns a map of run_id -> {"feedback": str, "outputs": list[dict]}.
HIGH…ductivity/skill-creator/eval-viewer/generate_review.py0load previous iteration's feedback and outputs. returns a map of run_id -> {"feedback": str, "outputs": list[dict]}.
HIGH…pment/skill-development/eval-viewer/generate_review.py0generate the complete standalone html page with embedded data.
HIGH…velopment/skill-creator/eval-viewer/generate_review.py0generate the complete standalone html page with embedded data.
HIGH…ductivity/skill-creator/eval-viewer/generate_review.py0generate the complete standalone html page with embedded data.
HIGH…pment/skill-development/eval-viewer/generate_review.py0serves the review html and handles feedback saves. regenerates the html on each page load so that refreshing the browser
HIGH…velopment/skill-creator/eval-viewer/generate_review.py0serves the review html and handles feedback saves. regenerates the html on each page load so that refreshing the browser
HIGH…ductivity/skill-creator/eval-viewer/generate_review.py0serves the review html and handles feedback saves. regenerates the html on each page load so that refreshing the browser
HIGH…ills/development/skill-development/scripts/run_eval.py0run trigger evaluation for a skill description. tests whether a skill's description causes claude to trigger (read the s
HIGH…s/skills/development/skill-creator/scripts/run_eval.py0run trigger evaluation for a skill description. tests whether a skill's description causes claude to trigger (read the s
HIGH…/skills/productivity/skill-creator/scripts/run_eval.py0run trigger evaluation for a skill description. tests whether a skill's description causes claude to trigger (read the s
HIGH…ills/development/skill-development/scripts/run_eval.py0find the project root by walking up from cwd looking for .claude/. mimics how claude code discovers its project root, so
HIGH…s/skills/development/skill-creator/scripts/run_eval.py0find the project root by walking up from cwd looking for .claude/. mimics how claude code discovers its project root, so
HIGH…/skills/productivity/skill-creator/scripts/run_eval.py0find the project root by walking up from cwd looking for .claude/. mimics how claude code discovers its project root, so
HIGH…ills/development/skill-development/scripts/run_eval.py0run a single query and return whether the skill was triggered. creates a command file in .claude/commands/ so it appears
HIGH…s/skills/development/skill-creator/scripts/run_eval.py0run a single query and return whether the skill was triggered. creates a command file in .claude/commands/ so it appears
HIGH…/skills/productivity/skill-creator/scripts/run_eval.py0run a single query and return whether the skill was triggered. creates a command file in .claude/commands/ so it appears
HIGH…development/skill-development/scripts/package_skill.py0skill packager - creates a distributable .skill file of a skill folder usage: python utils/package_skill.py <path/to/ski
HIGH…lls/development/skill-creator/scripts/package_skill.py0skill packager - creates a distributable .skill file of a skill folder usage: python utils/package_skill.py <path/to/ski
HIGH…elopment/skill-creation-guide/scripts/package_skill.py0skill packager - creates a distributable .skill file of a skill folder usage: python utils/package_skill.py <path/to/ski
HIGH…ls/productivity/skill-creator/scripts/package_skill.py0skill packager - creates a distributable .skill file of a skill folder usage: python utils/package_skill.py <path/to/ski
HIGH…development/skill-development/scripts/package_skill.py0package a skill folder into a .skill file. args: skill_path: path to the skill folder output_dir: optional output direct
HIGH…lls/development/skill-creator/scripts/package_skill.py0package a skill folder into a .skill file. args: skill_path: path to the skill folder output_dir: optional output direct
HIGH…elopment/skill-creation-guide/scripts/package_skill.py0package a skill folder into a .skill file. args: skill_path: path to the skill folder output_dir: optional output direct
HIGH…ls/productivity/skill-creator/scripts/package_skill.py0package a skill folder into a .skill file. args: skill_path: path to the skill folder output_dir: optional output direct
HIGH…evelopment/skill-development/scripts/quick_validate.py0quick validation script for skills - minimal version
HIGH…ls/development/skill-creator/scripts/quick_validate.py0quick validation script for skills - minimal version
HIGH…lopment/skill-creation-guide/scripts/quick_validate.py0quick validation script for skills - minimal version
HIGH…s/productivity/skill-creator/scripts/quick_validate.py0quick validation script for skills - minimal version
HIGH…pment/skill-development/scripts/improve_description.py0improve a skill description based on eval results. takes eval results (from run_eval.py) and generates an improved descr
HIGH…velopment/skill-creator/scripts/improve_description.py0improve a skill description based on eval results. takes eval results (from run_eval.py) and generates an improved descr
HIGH…ductivity/skill-creator/scripts/improve_description.py0improve a skill description based on eval results. takes eval results (from run_eval.py) and generates an improved descr
HIGH…pment/skill-development/scripts/improve_description.py0run `claude -p` with the prompt on stdin and return the text response. prompt goes over stdin (not argv) because it embe
HIGH…velopment/skill-creator/scripts/improve_description.py0run `claude -p` with the prompt on stdin and return the text response. prompt goes over stdin (not argv) because it embe
HIGH…ductivity/skill-creator/scripts/improve_description.py0run `claude -p` with the prompt on stdin and return the text response. prompt goes over stdin (not argv) because it embe
HIGH…pment/skill-development/scripts/improve_description.py0call claude to improve the description based on eval results.
HIGH…velopment/skill-creator/scripts/improve_description.py0call claude to improve the description based on eval results.
HIGH…ductivity/skill-creator/scripts/improve_description.py0call claude to improve the description based on eval results.
HIGH…pment/skill-development/scripts/improve_description.py0you are optimizing a skill description for a claude code skill called "{skill_name}". a "skill" is sort of like a prompt
HIGH…velopment/skill-creator/scripts/improve_description.py0you are optimizing a skill description for a claude code skill called "{skill_name}". a "skill" is sort of like a prompt
HIGH…ductivity/skill-creator/scripts/improve_description.py0you are optimizing a skill description for a claude code skill called "{skill_name}". a "skill" is sort of like a prompt
HIGH…pment/skill-development/scripts/improve_description.py0</scores_summary> skill content (for context on what the skill does): <skill_content> {skill_content} </skill_content> b
HIGH…velopment/skill-creator/scripts/improve_description.py0</scores_summary> skill content (for context on what the skill does): <skill_content> {skill_content} </skill_content> b
HIGH…ductivity/skill-creator/scripts/improve_description.py0</scores_summary> skill content (for context on what the skill does): <skill_content> {skill_content} </skill_content> b
HIGH…pment/skill-development/scripts/aggregate_benchmark.py0aggregate individual run results into benchmark summary statistics. reads grading.json files from run directories and pr
HIGH…velopment/skill-creator/scripts/aggregate_benchmark.py0aggregate individual run results into benchmark summary statistics. reads grading.json files from run directories and pr
340 more matches not shown…
Excessive Try-Catch Wrapping1251 hits · 1721 pts
SeverityFileLineSnippet
LOWcli-tool/docs_to_claude/STATUSLINE_GUIDE.md964except Exception as e:
LOWcli-tool/docs_to_claude/HOOKS_GUIDE.md449except Exception as e:
LOWcli-tool/docs_to_claude/HOOKS_GUIDE.md498except Exception as e:
LOWcli-tool/docs_to_claude/HOOKS_GUIDE.md759except Exception as e:
LOWcli-tool/docs_to_claude/HOOKS_GUIDE.md830except Exception as e:
LOWcli-tool/docs_to_claude/HOOKS_GUIDE.md970except Exception as e:
LOWcli-tool/docs_to_claude/HOOKS_GUIDE.md1006except Exception as e:
LOWcli-tool/docs_to_claude/HOOKS_GUIDE.md1096except Exception as e:
LOWcli-tool/docs_to_claude/HOOKS_GUIDE.md1198 except Exception as e:
LOWcli-tool/docs_to_claude/HOOKS_GUIDE.md1229 except Exception as e:
MEDIUMcli-tool/docs_to_claude/HOOKS_GUIDE.md1187def main():
MEDIUMcli-tool/docs_to_claude/HOOKS_GUIDE.md1212def main():
LOW…l/components/settings/statusline/deadline-countdown.py53 except Exception:
LOW…l/components/settings/statusline/deadline-countdown.py120 except Exception as e:
MEDIUM…l/components/settings/statusline/deadline-countdown.py101def main():
LOW…tool/components/settings/statusline/context-monitor.py55 except Exception:
LOW…tool/components/settings/statusline/context-monitor.py291 except Exception as e:
MEDIUM…tool/components/settings/statusline/context-monitor.py246def main():
LOW…-tool/components/agents/database/database-architect.md374 except Exception as e:
LOW…ents/agents/devops-infrastructure/security-engineer.md420 except Exception as e:
LOW…ents/agents/devops-infrastructure/security-engineer.md462 except Exception as e:
LOW…ents/agents/devops-infrastructure/security-engineer.md490 except Exception as rule_error:
LOW…ents/agents/devops-infrastructure/security-engineer.md499 except Exception as e:
LOW…ents/agents/devops-infrastructure/security-engineer.md549 except Exception as e:
LOW…ents/agents/devops-infrastructure/security-engineer.md602 except Exception as e:
LOW…ents/agents/devops-infrastructure/security-engineer.md671 except Exception as e:
LOW…ents/agents/devops-infrastructure/security-engineer.md705 except Exception as e:
LOW…/obsidian-ops-team/Scripts/enhance_tag_standardizer.py313 except Exception as e:
MEDIUM…/obsidian-ops-team/Scripts/enhance_tag_standardizer.py314 print(f"Error processing {file_path}: {e}")
LOW…s/agents/obsidian-ops-team/Scripts/tag_standardizer.py249 except Exception as e:
MEDIUM…s/agents/obsidian-ops-team/Scripts/tag_standardizer.py250 print(f"Error processing {file_path}: {e}")
LOW…s/agents/obsidian-ops-team/Scripts/tag_standardizer.py276 except Exception as e:
MEDIUM…s/agents/obsidian-ops-team/Scripts/tag_standardizer.py277 print(f"Error analyzing {file_path}: {e}")
LOW…nts/obsidian-ops-team/Scripts/daily_notes_connector.py290 except Exception as e:
MEDIUM…nts/obsidian-ops-team/Scripts/daily_notes_connector.py291 print(f"Error processing {note}: {e}")
LOW…ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py72 except Exception as e:
MEDIUM…ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py73 print(f"Error processing {file_path}: {e}")
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py79 except Exception as e:
MEDIUM…nts/agents/obsidian-ops-team/Scripts/link_suggester.py80 print(f"Error reading {file_path}: {e}")
LOW…nts/agents/obsidian-ops-team/Scripts/metadata_adder.py142 except Exception as e:
MEDIUM…nts/agents/obsidian-ops-team/Scripts/metadata_adder.py143 print(f"Error processing {file_path}: {e}")
LOW…/obsidian-ops-team/Scripts/find_keyword_connections.py149 except Exception as e:
MEDIUM…/obsidian-ops-team/Scripts/find_keyword_connections.py150 print(f"Error updating {file_path}: {e}")
LOW…ents/agents/obsidian-ops-team/Scripts/moc_generator.py162 except Exception as e:
MEDIUM…ents/agents/obsidian-ops-team/Scripts/moc_generator.py163 print(f"Error organizing files: {e}")
LOW…ents/agents/obsidian-ops-team/Scripts/moc_generator.py207 except Exception as e:
MEDIUM…ents/agents/obsidian-ops-team/Scripts/moc_generator.py208 print(f"Error creating MOC: {e}")
LOWcli-tool/components/sandbox/e2b/e2b-monitor.py50 except Exception as e:
LOWcli-tool/components/sandbox/e2b/e2b-monitor.py85 except Exception as e:
LOWcli-tool/components/sandbox/e2b/e2b-monitor.py114 except Exception as e:
LOWcli-tool/components/sandbox/e2b/e2b-monitor.py199 except Exception as e:
MEDIUMcli-tool/components/sandbox/e2b/e2b-launcher.py84 print("Error: E2B API key is required")
MEDIUMcli-tool/components/sandbox/e2b/e2b-launcher.py89 print("Error: Anthropic API key is required")
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py122 except Exception as e:
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py411 except Exception as e:
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py424 except Exception as e:
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py434 except Exception as cleanup_error:
LOWcli-tool/components/hooks/security/secret-scanner.py231 except Exception as e:
LOW…ool/components/hooks/automation/telegram-pr-webhook.py46 except Exception:
LOW…ool/components/hooks/automation/telegram-pr-webhook.py85 except Exception as e:
1191 more matches not shown…
Decorative Section Separators379 hits · 1146 pts
SeverityFileLineSnippet
MEDIUMcli-tool/bin/create-claude-config.js28 console.log(chalk.hex('#F97316')('════════════════════════════════════════════════════════════════'));
MEDIUMcli-tool/bin/create-claude-config.js34 console.log(chalk.hex('#F97316')('════════════════════════════════════════════════════════════════\n'));
MEDIUM…ool/components/hooks/development-tools/debug-window.sh19#-----------------------------------------------------------------------
MEDIUM…ool/components/hooks/development-tools/debug-window.sh27#-----------------------------------------------------------------------
MEDIUM…ool/components/hooks/development-tools/debug-window.sh54#-----------------------------------------------------------------------
MEDIUM…ool/components/hooks/development-tools/debug-window.sh61#-----------------------------------------------------------------------
MEDIUM…ool/components/hooks/development-tools/debug-window.sh77#-----------------------------------------------------------------------
MEDIUM…ool/components/hooks/development-tools/debug-window.sh79#-----------------------------------------------------------------------
MEDIUM…ool/components/hooks/development-tools/debug-window.sh108#-----------------------------------------------------------------------
MEDIUM…ool/components/hooks/development-tools/debug-window.sh110#-----------------------------------------------------------------------
MEDIUM…ool/components/hooks/development-tools/debug-window.sh153#-----------------------------------------------------------------------
MEDIUM…ool/components/hooks/development-tools/debug-window.sh155#-----------------------------------------------------------------------
MEDIUM…components/hooks/development-tools/worktree-ghostty.sh31#-----------------------------------------------------------------------
MEDIUM…components/hooks/development-tools/worktree-ghostty.sh33#-----------------------------------------------------------------------
MEDIUM…components/hooks/development-tools/worktree-ghostty.sh105#-----------------------------------------------------------------------
MEDIUM…components/hooks/development-tools/worktree-ghostty.sh107#-----------------------------------------------------------------------
MEDIUM…components/hooks/development-tools/worktree-ghostty.sh128#-----------------------------------------------------------------------
MEDIUM…components/hooks/development-tools/worktree-ghostty.sh130#-----------------------------------------------------------------------
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py445# ── Embedded dashboard ─────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py1202# ── Main ───────────────────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py29# ── Constants ──────────────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py39# ── Path helpers ───────────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py67# ── Context limit detection ────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py101# ── Pid file ───────────────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py128# ── Port ───────────────────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py153# ── Session registry ───────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py193# ── JSONL incremental reader ───────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py220# ── State builder ──────────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py372# ── Global server state ────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py409# ── Background threads ─────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py572// ─── Config ───────────────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py607// ─── Legend ───────────────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py616// ─── Bar rendering ─────────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py635// ─── Sidebar ──────────────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py664// ─── Graph ────────────────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py706 // ── Column headers ──────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py720 // ── Vertical track lines ────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py733 // ── Branch edges (Agent → subagent) ────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py751 // ── Node pills ──────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py820 // ── Tooltip ──────────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py847// ─── Main render ──────────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py889// ─── Zoom ─────────────────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py933// ─── Resizable sidebar ────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py967# ── HTTP handler ───────────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py1075# ── Server process ─────────────────────────────────────────────────────────────
MEDIUM…i-tool/components/hooks/monitoring/context-timeline.py1116# ── Modes ──────────────────────────────────────────────────────────────────────
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html441 // ═══════════════════════════════════════════════════════════════════════
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html443 // ═══════════════════════════════════════════════════════════════════════
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html456 // ═══════════════════════════════════════════════════════════════════════
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html458 // ═══════════════════════════════════════════════════════════════════════
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html507 // ═══════════════════════════════════════════════════════════════════════
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html509 // ═══════════════════════════════════════════════════════════════════════
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html518 // ═══════════════════════════════════════════════════════════════════════
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html520 // ═══════════════════════════════════════════════════════════════════════
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html530 // ═══════════════════════════════════════════════════════════════════════
MEDIUM…/creative-design/algorithmic-art/templates/viewer.html532 // ═══════════════════════════════════════════════════════════════════════
MEDIUM…distributed-training-deepspeed/references/tutorials.md2370# ---------------------------------------
MEDIUM…distributed-training-deepspeed/references/tutorials.md2372# ---------------------------------------
MEDIUM…distributed-training-deepspeed/references/tutorials.md2392# ----------------------------------
MEDIUM…distributed-training-deepspeed/references/tutorials.md2394# ----------------------------------
319 more matches not shown…
Magic Placeholder Names186 hits · 1004 pts
SeverityFileLineSnippet
HIGHCONTRIBUTING.md124 "API_KEY": "<YOUR_API_KEY>",
HIGHCONTRIBUTING.md124 "API_KEY": "<YOUR_API_KEY>",
HIGH…l/.claude/sandbox/cloudflare/IMPLEMENTATION_SUMMARY.md220node monitor.ts "Calculate factorial of 5" your_api_key
HIGHcli-tool/.claude/sandbox/cloudflare/QUICKSTART.md211node monitor.ts "your prompt" your_api_key
HIGHcli-tool/.claude/sandbox/cloudflare/README.md15echo "ANTHROPIC_API_KEY=your-api-key-here" > .dev.vars
HIGHcli-tool/.claude/sandbox/cloudflare/README.md110node launcher.ts "Fibonacci 10" "" your_api_key https://your-worker.workers.dev
HIGHcli-tool/.claude/sandbox/cloudflare/README.md113node launcher.ts "Create a React app" "--agent frontend-developer" your_api_key
HIGHcli-tool/.claude/sandbox/cloudflare/README.md121node monitor.ts "Calculate factorial of 5" your_api_key
HIGHcli-tool/.claude/sandbox/cloudflare/README.md124node monitor.ts "Sum array" your_api_key https://your-worker.workers.dev
HIGH…i-tool/.claude/sandbox/cloudflare/SANDBOX_DEBUGGING.md169node monitor.ts "Calculate factorial of 5" your_api_key
HIGH…i-tool/.claude/sandbox/cloudflare/SANDBOX_DEBUGGING.md172node monitor.ts "Fibonacci 10" your_api_key https://your-worker.workers.dev
HIGHcli-tool/.claude/sandbox/cloudflare/monitor.ts333 console.log(' node monitor.ts "Fibonacci 10" YOUR_API_KEY');
HIGH…/components/settings/partnerships/glm-coding-plan.json5 "ANTHROPIC_AUTH_TOKEN": "YOUR-API-KEY",
HIGHcli-tool/components/mcps/web/web-reader.json8 "Authorization": "Bearer your_api_key"
HIGHcli-tool/components/mcps/web/zread.json8 "Authorization": "Bearer your_api_key"
HIGHcli-tool/components/mcps/web/web-search-prime.json8 "Authorization": "Bearer your_api_key"
HIGH…ol/components/mcps/integration/github-integration.json8 "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
HIGH…-tool/components/mcps/deepresearch/mcp-server-nia.json8 "NIA_API_KEY": "YOUR_API_KEY",
HIGHcli-tool/components/mcps/audio/elevenlabs.json8 "ELEVENLABS_API_KEY": "<your-api-key>",
HIGHcli-tool/components/mcps/devtools/codacy.json8 "CODACY_ACCOUNT_TOKEN": "<YOUR_TOKEN>"
HIGHcli-tool/components/mcps/devtools/firecrawl.json8 "FIRECRAWL_API_KEY": "YOUR-API-KEY"
HIGHcli-tool/components/mcps/devtools/zai-mcp-server.json12 "Z_AI_API_KEY": "your_api_key",
HIGH…i-tool/components/mcps/devtools/mcp-server-trello.json7 "TRELLO_API_KEY": "your-api-key",
HIGHcli-tool/components/mcps/devtools/testsprite.json10 "API_KEY": "your-api-key"
HIGH…ts/mcps/browser_automation/browser-use-mcp-server.json16 "OPENAI_API_KEY": "your-api-key"
HIGHcli-tool/components/sandbox/docker/README.md27export ANTHROPIC_API_KEY=sk-ant-your-api-key-here
HIGH…omponents/sandbox/cloudflare/IMPLEMENTATION_SUMMARY.md220node monitor.ts "Calculate factorial of 5" your_api_key
HIGHcli-tool/components/sandbox/cloudflare/QUICKSTART.md211node monitor.ts "your prompt" your_api_key
HIGHcli-tool/components/sandbox/cloudflare/README.md15echo "ANTHROPIC_API_KEY=your-api-key-here" > .dev.vars
HIGHcli-tool/components/sandbox/cloudflare/README.md110node launcher.ts "Fibonacci 10" "" your_api_key https://your-worker.workers.dev
HIGHcli-tool/components/sandbox/cloudflare/README.md113node launcher.ts "Create a React app" "--agent frontend-developer" your_api_key
HIGHcli-tool/components/sandbox/cloudflare/README.md121node monitor.ts "Calculate factorial of 5" your_api_key
HIGHcli-tool/components/sandbox/cloudflare/README.md124node monitor.ts "Sum array" your_api_key https://your-worker.workers.dev
HIGH…ool/components/sandbox/cloudflare/SANDBOX_DEBUGGING.md169node monitor.ts "Calculate factorial of 5" your_api_key
HIGH…ool/components/sandbox/cloudflare/SANDBOX_DEBUGGING.md172node monitor.ts "Fibonacci 10" your_api_key https://your-worker.workers.dev
HIGHcli-tool/components/sandbox/cloudflare/monitor.ts333 console.log(' node monitor.ts "Fibonacci 10" YOUR_API_KEY');
HIGH…components/commands/nextjs-vercel/nextjs-api-tester.md239 -H "Authorization: Bearer YOUR_TOKEN_HERE" \
HIGH…components/commands/nextjs-vercel/nextjs-api-tester.md244 -H "Authorization: Bearer YOUR_TOKEN_HERE" \
HIGH…ents/skills/database/using-neon/references/devtools.md87 "NEON_API_KEY": "your-api-key"
HIGH…ents/skills/database/using-neon/references/neon-cli.md38export NEON_API_KEY=your-api-key
HIGH…ol/components/skills/ai-research/rag-pinecone/SKILL.md50pc = Pinecone(api_key="your-api-key")
HIGH…ts/skills/ai-research/observability-langsmith/SKILL.md45export LANGSMITH_API_KEY="your-api-key"
HIGH…/observability-langsmith/references/troubleshooting.md45export LANGSMITH_API_KEY="your-api-key"
HIGH…/observability-langsmith/references/troubleshooting.md48LANGSMITH_API_KEY=your-api-key
HIGH…/observability-langsmith/references/troubleshooting.md55client = Client(api_key="your-api-key")
HIGH…omponents/skills/ai-research/agents-langchain/SKILL.md339os.environ["LANGCHAIN_API_KEY"] = "your-api-key"
HIGH…ai-research/agents-langchain/references/integration.md40pinecone.init(api_key="your-api-key", environment="us-west1-gcp")
HIGH…/skills/ai-research/gemini-api-agent-platform/SKILL.md75export GOOGLE_API_KEY='your-api-key'
HIGH…kills/ai-research/prompt-engineering-guidance/SKILL.md272 api_key="your-api-key" # Or set ANTHROPIC_API_KEY env var
HIGH…kills/ai-research/prompt-engineering-guidance/SKILL.md281 api_key="your-api-key" # Or set OPENAI_API_KEY env var
HIGH…rch/prompt-engineering-guidance/references/backends.md28 api_key="your-api-key-here"
HIGH…rch/prompt-engineering-guidance/references/backends.md53 api_key="your-api-key",
HIGH…rch/prompt-engineering-guidance/references/backends.md95 api_key="your-api-key-here"
HIGH…rch/prompt-engineering-guidance/references/backends.md120 api_key="your-api-key",
HIGH…ol/components/skills/ai-research/datadog-cli/README.md22export DD_API_KEY="your-api-key"
HIGH…ool/components/skills/ai-research/datadog-cli/SKILL.md24export DD_API_KEY="your-api-key"
HIGH…ch/observability-phoenix/references/troubleshooting.md314 api_key="your-api-key" # Or use headers
HIGH…ch/observability-phoenix/references/troubleshooting.md319os.environ["PHOENIX_API_KEY"] = "your-api-key"
HIGH…l/components/skills/ai-research/deep-research/SKILL.md34 export GEMINI_API_KEY=your-api-key-here
HIGH…tool/components/skills/ai-research/rag-qdrant/SKILL.md418 api_key="your-api-key"
126 more matches not shown…
Hyper-Verbose Identifiers887 hits · 863 pts
SeverityFileLineSnippet
LOWcli-tool/tests/integration/analytics-system.test.js301async function createTestConversationFiles(testDir) {
LOWcli-tool/.claude/sandbox/cloudflare/monitor.ts232async function enhancedSandboxMonitoring(
LOW…tool/components/settings/statusline/context-monitor.py59def parse_context_from_transcript(transcript_path):
LOW…/components/agents/data-ai/computer-vision-engineer.md110 def encode_faces_from_directory(self, directory_path):
LOW…/components/agents/data-ai/computer-vision-engineer.md258 def detect_document_structure(self, image_path):
LOWcli-tool/components/agents/database/nosql-specialist.md220class RedisDataManager:
LOWcli-tool/components/agents/database/nosql-specialist.md479 def single_table_design_patterns(self):
LOWcli-tool/components/agents/database/nosql-specialist.md567 def implement_caching_pattern(self):
LOW…-tool/components/agents/database/database-architect.md474def recommend_database_technology(requirements):
LOW…ents/agents/devops-infrastructure/security-engineer.md424 def check_security_hub_findings(self) -> List[Dict[str, Any]]:
LOW…ents/agents/devops-infrastructure/security-engineer.md503 def check_cloudtrail_anomalies(self) -> List[Dict[str, Any]]:
LOW…ents/agents/devops-infrastructure/security-engineer.md606 def generate_security_recommendations(self, security_report: Dict[str, Any]) -> List[Dict[str, Any]]:
LOW…ents/agents/devops-infrastructure/security-engineer.md860def run_compliance_assessment():
LOW…ts/business-marketing/marketing-attribution-analyst.md115def build_marketing_mix_model(marketing_data):
LOW…ts/business-marketing/marketing-attribution-analyst.md193def run_geo_incrementality_test(test_data, control_data):
LOW…ts/business-marketing/marketing-attribution-analyst.md238def build_attribution_lstm_model(sequence_data):
LOW…ts/business-marketing/marketing-attribution-analyst.md268def optimize_budget_allocation(channel_performance, total_budget):
LOW…deep-research-team/competitive-intelligence-analyst.md55 def create_competitor_profile(self, company_name, analysis_scope):
LOW…deep-research-team/competitive-intelligence-analyst.md170 def collect_financial_intelligence(self, company_ticker):
LOW…deep-research-team/competitive-intelligence-analyst.md202 def monitor_competitive_moves(self, competitor_list, monitoring_period_days=30):
LOW…deep-research-team/competitive-intelligence-analyst.md242 def analyze_job_posting_intelligence(self, company_name):
LOW…deep-research-team/competitive-intelligence-analyst.md306 def create_competitive_landscape_map(self, market_segment):
LOW…deep-research-team/competitive-intelligence-analyst.md339 def assess_market_opportunity(self, market_segment, geographic_scope='global'):
LOW…deep-research-team/competitive-intelligence-analyst.md384 def generate_executive_briefing(self, analysis_data, briefing_type='comprehensive'):
LOW…deep-research-team/competitive-intelligence-analyst.md423 def create_competitive_dashboard(self, tracking_metrics):
LOW…l/components/agents/deep-research-team/fact-checker.md65 def extract_verifiable_claims(self, content):
LOW…l/components/agents/deep-research-team/fact-checker.md153 def assess_source_credibility(self, source_url, source_content=None):
LOW…l/components/agents/deep-research-team/fact-checker.md234 def detect_misinformation_patterns(self, content, metadata=None):
LOW…l/components/agents/deep-research-team/fact-checker.md282 def validate_statistical_claims(self, statistical_claims):
LOW…l/components/agents/deep-research-team/fact-checker.md501def generate_fact_check_report(self, verification_results):
LOW…obsidian-ops-team/Scripts/parse_keyword_connections.py8def parse_keyword_connections(report_path):
LOW…nts/obsidian-ops-team/Scripts/daily_notes_connector.py126 def find_temporal_connections(self, file_path, all_notes):
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py91 def suggest_links_by_entities(self):
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py120 def suggest_links_by_keywords(self):
LOW…/obsidian-ops-team/Scripts/find_keyword_connections.py20def extract_keywords_from_file(file_path):
LOW…/obsidian-ops-team/Scripts/find_keyword_connections.py153def implement_keyword_connections(connections, limit=50):
LOW…ents/agents/obsidian-ops-team/Scripts/moc_generator.py48 def extract_topics_from_filename(self, filename):
LOWcli-tool/components/sandbox/cloudflare/monitor.ts232async function enhancedSandboxMonitoring(
LOWcli-tool/components/sandbox/e2b/e2b-monitor.py17def monitor_sandbox_execution(sbx, command, timeout=600):
LOWcli-tool/components/sandbox/e2b/e2b-monitor.py117def enhanced_sandbox_execution(prompt, components_to_install="", e2b_api_key=None, anthropic_api_key=None):
LOWcli-tool/components/skills/video/sora/scripts/sora.py286def _extract_retry_after_seconds(exc: Exception) -> Optional[float]:
LOW…ls/creative-design/meme-factory/references/examples.md408def deployment_workflow_with_memes(deployment_result: dict):
LOW…creative-design/meme-factory/scripts/meme_generator.py142 def suggest_template_for_context(self, context: str) -> str:
LOW…ents/skills/creative-design/claude-d3js-skill/SKILL.md186function setupResponsiveChartWithObserver(svgElement, data) {
LOW…ecuting-marketing-campaigns/scripts/marketing_utils.py142def generate_campaign_tracking_sheet(
LOW…eative-design/slack-gif-creator/core/frame_composer.py99def create_gradient_background(
LOW…gn/ux-researcher-designer/scripts/persona_generator.py50 def generate_persona_from_data(self, user_data: List[Dict],
LOW…gn/ux-researcher-designer/scripts/persona_generator.py396 def _derive_design_implications(self, patterns: Dict) -> List[str]:
LOW…ign/ui-design-system/scripts/design_token_generator.py133 def generate_typography_system(self, style: str) -> Dict:
LOW…ign/ui-design-system/scripts/design_token_generator.py390 def generate_animation_tokens(self) -> Dict:
LOW…s/skills/creative-design/imagegen/scripts/image_gen.py113def _validate_generate_payload(payload: Dict[str, Any]) -> None:
LOW…s/skills/creative-design/imagegen/scripts/image_gen.py273def _decode_write_and_downscale(
LOW…s/skills/creative-design/imagegen/scripts/image_gen.py415def _extract_retry_after_seconds(exc: Exception) -> Optional[float]:
LOW…s/skills/creative-design/imagegen/scripts/image_gen.py449async def _generate_one_with_retries(
LOW…/ai-research/safety-alignment-nemo-guardrails/SKILL.md96async def check_output_hallucination(context):
LOW…distributed-training-deepspeed/references/tutorials.md2205def setup_model_and_optimizer(args):
LOW…distributed-training-deepspeed/references/tutorials.md5087def initialize_model_parallel(
LOW…distributed-training-deepspeed/references/tutorials.md5104def get_sequence_parallel_group():
LOW…distributed-training-deepspeed/references/tutorials.md5881def setup_model_and_optimizer(args):
LOW…ch/emerging-techniques-knowledge-distillation/SKILL.md240def logit_distillation_trainer(student, teacher, dataloader, temperature=2.0):
827 more matches not shown…
Deep Nesting565 hits · 524 pts
SeverityFileLineSnippet
LOW…tool/components/settings/statusline/context-monitor.py59
LOW…tool/components/settings/statusline/context-monitor.py130
LOW…tool/components/settings/statusline/context-monitor.py246
LOW…/obsidian-ops-team/Scripts/enhance_tag_standardizer.py267
LOW…idian-ops-team/Scripts/implement_entity_connections.py34
LOW…idian-ops-team/Scripts/implement_entity_connections.py116
LOW…s/agents/obsidian-ops-team/Scripts/tag_standardizer.py192
LOW…s/agents/obsidian-ops-team/Scripts/tag_standardizer.py214
LOW…s/agents/obsidian-ops-team/Scripts/tag_standardizer.py253
LOW…nts/obsidian-ops-team/Scripts/daily_notes_connector.py92
LOW…nts/obsidian-ops-team/Scripts/daily_notes_connector.py164
LOW…nts/obsidian-ops-team/Scripts/daily_notes_connector.py221
LOW…ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py11
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py91
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py120
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py159
LOW…nts/agents/obsidian-ops-team/Scripts/metadata_adder.py33
LOW…/obsidian-ops-team/Scripts/find_keyword_connections.py39
LOW…ents/agents/obsidian-ops-team/Scripts/moc_generator.py240
LOW…ents/agents/obsidian-ops-team/Scripts/moc_generator.py20
LOWcli-tool/components/sandbox/e2b/e2b-monitor.py55
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py69
LOWcli-tool/components/hooks/security/secret-scanner.py201
LOWcli-tool/components/hooks/security/secret-scanner.py295
LOWcli-tool/components/hooks/automation/change-logger.py58
LOW…i-tool/components/hooks/monitoring/context-timeline.py411
LOW…i-tool/components/hooks/monitoring/context-timeline.py1204
LOW…i-tool/components/hooks/monitoring/context-timeline.py199
LOW…i-tool/components/hooks/monitoring/context-timeline.py278
LOW…i-tool/components/hooks/monitoring/context-timeline.py308
LOW…i-tool/components/hooks/monitoring/context-timeline.py982
LOW…i-tool/components/hooks/monitoring/context-timeline.py1050
LOWcli-tool/components/skills/video/sora/scripts/sora.py382
LOW…/creative-design/mobile-design/scripts/mobile_audit.py81
LOW…creative-design/ui-ux-pro-max/scripts/design_system.py116
LOW…ecuting-marketing-campaigns/scripts/marketing_utils.py231
LOW…s/creative-design/slack-gif-creator/core/validators.py11
LOW…gn/ux-researcher-designer/scripts/persona_generator.py159
LOW…creative-design/luma-imagegen/scripts/luma_imagegen.py31
LOW…creative-design/luma-imagegen/scripts/luma_imagegen.py124
LOW…/results/2026-01-05-00-49-17/humaneval-solutions/40.py1
LOW…/results/2026-01-05-00-49-17/humaneval-solutions/75.py1
LOW…s/results/2026-01-05-00-49-17/humaneval-solutions/6.py4
LOW…results/2026-01-05-00-49-17/humaneval-solutions/147.py1
LOW…results/2026-01-05-00-49-17/humaneval-solutions/125.py1
LOW…results/2026-01-05-00-49-17/humaneval-solutions/124.py1
LOW…s/results/2026-01-05-00-49-17/humaneval-solutions/1.py4
LOW…/results/2026-01-05-00-49-17/humaneval-solutions/81.py1
LOW…mode/benchmarks/results/humaneval-loki-solutions/40.py6
LOW…mode/benchmarks/results/humaneval-loki-solutions/75.py6
LOW…-mode/benchmarks/results/humaneval-loki-solutions/6.py9
LOW…ode/benchmarks/results/humaneval-loki-solutions/132.py6
LOW…ode/benchmarks/results/humaneval-loki-solutions/147.py6
LOW…ode/benchmarks/results/humaneval-loki-solutions/125.py6
LOW…-mode/benchmarks/results/humaneval-loki-solutions/1.py9
LOW…mode/benchmarks/results/humaneval-loki-solutions/81.py6
LOW…ecurity/vulnerability-scanner/scripts/security_scan.py97
LOW…ecurity/vulnerability-scanner/scripts/security_scan.py181
LOW…ecurity/vulnerability-scanner/scripts/security_scan.py236
LOW…ecurity/vulnerability-scanner/scripts/security_scan.py296
505 more matches not shown…
Redundant / Tautological Comments326 hits · 455 pts
SeverityFileLineSnippet
LOWcli-tool/test-detailed.sh68 # Check if CLAUDE.md was created
LOWcli-tool/test-detailed.sh72 # Check if .claude directory was created
LOWcli-tool/test-detailed.sh76 # Check if settings.json was created (for non-common languages)
LOW…tool/components/settings/statusline/context-monitor.py17 # Check if inside a git repository
LOW…idian-ops-team/Scripts/implement_entity_connections.py49 # Check if link already exists
LOW…idian-ops-team/Scripts/implement_entity_connections.py92 # Check if we need to add a Related section
LOW…s/agents/obsidian-ops-team/Scripts/tag_standardizer.py231 # Check if tags changed
LOW…nts/obsidian-ops-team/Scripts/daily_notes_connector.py45 # Check if filename matches date pattern
LOW…ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py24 # Check if file has frontmatter
LOW…ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py45 # Check if tags line has quoted values
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py101 # Check if files don't already link to each other
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py143 # Check if files don't already link to each other
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py165 # Check if any other notes link to this one
LOW…/obsidian-ops-team/Scripts/find_keyword_connections.py115 # Check if link already exists
LOW…ents/agents/obsidian-ops-team/Scripts/moc_generator.py197 # Check if file already exists
LOW…ents/agents/obsidian-ops-team/Scripts/moc_generator.py224 # Check if directory has enough content to warrant a MOC
LOW…ents/agents/obsidian-ops-team/Scripts/moc_generator.py226 # Check if MOC already exists
LOWcli-tool/components/sandbox/e2b/e2b-monitor.py180 # Display results
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py230 # Check if we can write to current directory
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py394 # Read file content from sandbox
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py404 # Write file locally
LOWcli-tool/components/hooks/security/secret-scanner.py219 # Check if it's actually a comment with example
LOWcli-tool/components/hooks/security/secret-scanner.py317 # Check if commit uses -a flag (auto-stage tracked modified files)
LOWcli-tool/components/hooks/quality-gates/scope-guard.sh62 # Check if declared path is a suffix of the modified file path
LOW…-tool/components/hooks/monitoring/langsmith-tracing.sh134# Set trap to cleanup on exit (EXIT covers normal exit, errors, and interrupts)
LOW…-tool/components/hooks/monitoring/langsmith-tracing.sh158# Check if message is tool result
LOW…-tool/components/hooks/monitoring/langsmith-tracing.sh216 # Check if content is an array
LOWcli-tool/components/hooks/git/conventional-commits.py33# Check if message follows Conventional Commits format
LOWcli-tool/components/hooks/git/prevent-direct-push.py30# Check if pushing to main or develop
LOWcli-tool/components/hooks/git/prevent-direct-push.py34# Check if command or current branch targets protected branches
LOW…/creative-design/mobile-design/scripts/mobile_audit.py355 # Check if following iOS scale roughly
LOW…/creative-design/mobile-design/scripts/mobile_audit.py372 # Check if using sp (scale-independent pixels)
LOW…/creative-design/mobile-design/scripts/mobile_audit.py379 # Check if font sizes follow modular scale
LOW…/creative-design/mobile-design/scripts/mobile_audit.py416 # Check if overusing bold (mobile should be regular-dominant)
LOW…/creative-design/mobile-design/scripts/mobile_audit.py432 # Check if using light colors in dark mode (bad for OLED)
LOW…/creative-design/mobile-design/scripts/mobile_audit.py609 # Check if using Hermes engine (should be default in modern RN)
LOW…/skills/ai-research/loki-mode/tests/test-task-queue.sh363# Check if already exists
LOW…ls/ai-research/loki-mode/tests/test-circuit-breaker.sh148# Check if threshold reached
LOW…ls/ai-research/loki-mode/tests/test-circuit-breaker.sh189 # Check if cooldown expired
LOW…omponents/skills/ai-research/loki-mode/autonomy/run.sh992 # Check if a command is in the blocked list
LOW…omponents/skills/ai-research/loki-mode/autonomy/run.sh1323# Check if completion promise is fulfilled in log output
LOW…omponents/skills/ai-research/loki-mode/autonomy/run.sh1340# Check if max iterations reached
LOW…omponents/skills/ai-research/loki-mode/autonomy/run.sh1349# Check if context clear was requested by agent
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh1217 # Check if swebench is installed
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh1007 # Check if swebench is installed
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json177 "model_patch": "This is a Django repository issue but the current directory doesn't contain Django code. I need to
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json202 "model_patch": "Based on the problem description and the hints provided, I understand the issue. The problem is in
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json202 "model_patch": "Based on the problem description and the hints provided, I understand the issue. The problem is in
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json587 "model_patch": "Let me try to understand the issue based on my knowledge of Django's migration system and the inde
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json792 "model_patch": "Based on my knowledge of the xarray/xray codebase and the issue description, I need to create a pa
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json917 "model_patch": "Based on the issue description and my knowledge of pytest's codebase, I can provide the fix. The i
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json1052 "model_patch": "Based on the issue description, I need to analyze the problem and create a patch. The issue is abo
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json1057 "model_patch": "Based on the issue description and the hints provided, I can understand the problem and provide a
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json87 "model_patch": "Based on the issue description and the hints provided, I can analyze the problem and generate the
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json257 "model_patch": "Based on my knowledge of Django's ValidationError class and the issue requirements, I need to crea
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json487 "model_patch": "Based on my knowledge of the Django codebase and the issue description, I can provide the patch. T
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json702 "model_patch": "Based on the issue description and the discussion, I understand the problem. The RangeSlider (and
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json852 "model_patch": "Based on my knowledge of the pytest codebase and this specific issue, I can analyze and provide th
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json1122 "model_patch": "Based on my knowledge of Sphinx autodoc, I understand the issue. In Sphinx's autodoc extension, wh
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json1137 "model_patch": "I understand the issue from the problem statement. Based on my knowledge of SymPy's printing syste
266 more matches not shown…
Unused Imports395 hits · 384 pts
SeverityFileLineSnippet
LOW…/obsidian-ops-team/Scripts/enhance_tag_standardizer.py7
LOW…/obsidian-ops-team/Scripts/enhance_tag_standardizer.py8
LOW…/obsidian-ops-team/Scripts/enhance_tag_standardizer.py11
LOW…/obsidian-ops-team/Scripts/enhance_tag_standardizer.py11
LOW…obsidian-ops-team/Scripts/parse_keyword_connections.py5
LOW…s/agents/obsidian-ops-team/Scripts/tag_standardizer.py7
LOW…nts/obsidian-ops-team/Scripts/daily_notes_connector.py7
LOW…nts/obsidian-ops-team/Scripts/daily_notes_connector.py13
LOW…ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py6
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py7
LOW…nts/agents/obsidian-ops-team/Scripts/link_suggester.py10
LOW…ents/agents/obsidian-ops-team/Scripts/moc_generator.py7
LOWcli-tool/components/sandbox/e2b/e2b-monitor.py10
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py9
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py10
LOWcli-tool/components/sandbox/e2b/e2b-launcher.py11
LOW…i-tool/components/hooks/monitoring/context-timeline.py236
LOWcli-tool/components/skills/video/sora/scripts/sora.py7
LOWcli-tool/components/skills/video/sora/scripts/sora.py17
LOWcli-tool/components/skills/video/sora/scripts/sora.py192
LOW…creative-design/ui-ux-pro-max/scripts/design_system.py14
LOW…/creative-design/slack-gif-creator/core/gif_builder.py10
LOW…eative-design/slack-gif-creator/core/frame_composer.py11
LOW…gn/ux-researcher-designer/scripts/persona_generator.py8
LOW…s/skills/creative-design/imagegen/scripts/image_gen.py7
LOW…s/skills/creative-design/imagegen/scripts/image_gen.py319
LOW…/results/2026-01-05-00-49-17/humaneval-solutions/11.py1
LOW…s/results/2026-01-05-00-49-17/humaneval-solutions/9.py1
LOW…/results/2026-01-05-00-49-17/humaneval-solutions/19.py1
LOW…mode/benchmarks/results/humaneval-loki-solutions/11.py6
LOW…-mode/benchmarks/results/humaneval-loki-solutions/9.py6
LOW…mode/benchmarks/results/humaneval-loki-solutions/19.py6
LOW…-grpo-rl-training/examples/reward_functions_library.py17
LOW…ning-grpo-rl-training/templates/basic_grpo_training.py15
LOW…ecurity/vulnerability-scanner/scripts/security_scan.py22
LOW…ecurity-ownership-map/scripts/community_maintainers.py4
LOW…ty/security-ownership-map/scripts/run_ownership_map.py4
LOW…ty/security-ownership-map/scripts/run_ownership_map.py137
LOW…rity/security-ownership-map/scripts/query_ownership.py4
LOW…/security-ownership-map/scripts/build_ownership_map.py4
LOW…velopment/senior-security/scripts/pentest_automator.py7
LOW…velopment/senior-security/scripts/pentest_automator.py12
LOW…velopment/senior-security/scripts/pentest_automator.py12
LOW…evelopment/senior-security/scripts/security_auditor.py7
LOW…evelopment/senior-security/scripts/security_auditor.py12
LOW…evelopment/senior-security/scripts/security_auditor.py12
LOW…/development/senior-security/scripts/threat_modeler.py7
LOW…/development/senior-security/scripts/threat_modeler.py12
LOW…/development/senior-security/scripts/threat_modeler.py12
LOW…ills/development/plugin-forge/scripts/create_plugin.py8
LOW…lopment/senior-frontend/scripts/frontend_scaffolder.py7
LOW…lopment/senior-frontend/scripts/frontend_scaffolder.py12
LOW…lopment/senior-frontend/scripts/frontend_scaffolder.py12
LOW…lopment/senior-frontend/scripts/component_generator.py7
LOW…lopment/senior-frontend/scripts/component_generator.py12
LOW…lopment/senior-frontend/scripts/component_generator.py12
LOW…development/senior-frontend/scripts/bundle_analyzer.py7
LOW…development/senior-frontend/scripts/bundle_analyzer.py12
LOW…development/senior-frontend/scripts/bundle_analyzer.py12
LOW…evelopment/devops-iac-engineer/scripts/devops_utils.py10
335 more matches not shown…
Hallucination Indicators21 hits · 230 pts
SeverityFileLineSnippet
CRITICALcli-tool/components/agents/data-ai/dotnet-maui.md111Microsoft.Maui.Handlers.ButtonHandler.Mapper.AppendToMapping("Custom", (handler, view) =>
CRITICAL…ills/ai-research/fine-tuning-axolotl/references/api.md658core.trainers.grpo.sampler.SequenceParallelRepeatRandomSampler.set_epoch(epoch)
CRITICAL…ills/ai-research/fine-tuning-axolotl/references/api.md1795core.trainers.grpo.trainer.AxolotlGRPOSequenceParallelTrainer.get_train_dataloader(
CRITICAL…ills/ai-research/fine-tuning-axolotl/references/api.md4690core.trainers.dpo.trainer.AxolotlDPOTrainer.push_to_hub(*args, **kwargs)
CRITICAL…ills/ai-research/fine-tuning-axolotl/references/api.md4892core.trainers.mixins.scheduler.SchedulerMixin.create_scheduler(
CRITICAL…lts/2026-01-05-10-37-54/swebench-loki-predictions.json406 "model_patch": "--- a/django/db/models/query_utils.py\n+++ b/django/db/models/query_utils.py\n@@ -40,7 +40,21 @@ cla
CRITICAL…results/2026-01-05-10-37-54/swebench-loki-results.json414 "model_patch": "--- a/django/db/models/query_utils.py\n+++ b/django/db/models/query_utils.py\n@@ -40,7 +40,21 @@ c
CRITICAL…s/development/cloudflare-deploy/references/ddos/api.md43const entrypointRuleset = await client.zones.rulesets.phases.entrypoint.get("ddos_l7", {
CRITICAL…s/development/cloudflare-deploy/references/ddos/api.md48await client.zones.rulesets.phases.entrypoint.update("ddos_l7", {
CRITICAL…s/development/cloudflare-deploy/references/ddos/api.md70const l4Ruleset = await client.accounts.rulesets.phases.entrypoint.get("ddos_l4", {
CRITICAL…elopment/cloudflare-deploy/references/ddos/patterns.md18await client.accounts.rulesets.phases.entrypoint.update("ddos_l7", {
CRITICAL…elopment/cloudflare-deploy/references/ddos/patterns.md64 return client.zones.rulesets.phases.entrypoint.update("ddos_l7", {
CRITICAL…elopment/cloudflare-deploy/references/ddos/patterns.md131await client.zones.rulesets.phases.entrypoint.update("ddos_l7", {
CRITICAL…elopment/cloudflare-deploy/references/ddos/patterns.md137await client.zones.rulesets.phases.entrypoint.update("http_request_firewall_managed", {
CRITICAL…elopment/cloudflare-deploy/references/ddos/patterns.md143await client.zones.rulesets.phases.entrypoint.update("http_ratelimit", {
CRITICAL…elopment/cloudflare-deploy/references/ddos/patterns.md149await client.zones.rulesets.phases.entrypoint.update("http_request_sbfm", {
CRITICAL…elopment/cloudflare-deploy/references/ddos/patterns.md169await client.zones.rulesets.phases.entrypoint.update("http_request_cache_settings", { zone_id: zoneId, rules: [cacheRule
CRITICAL…udflare-deploy/references/workers-for-platforms/api.md23await client.workersForPlatforms.dispatch.namespaces.scripts.update(
CRITICAL…re-deploy/references/workers-for-platforms/patterns.md137 await client.workersForPlatforms.dispatch.namespaces.scripts.update("production", name, {
CRITICAL…/development/cloudflare-deploy/references/pages/api.md190const data = await event.locals.runtime.env.DB.prepare('SELECT * FROM users').all();
CRITICAL…lls/development/error-resolver/analysis/stack-trace.md141 at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:897)
Fake / Example Data180 hits · 188 pts
SeverityFileLineSnippet
LOWcli-tool/docs_to_claude/SUBAGENTS_GUIDE.md392expect(response.data.user.name).toBe('John Doe');
LOWcli-tool/components/agents/database/nosql-specialist.md490 'Email': 'user@example.com',
LOW…ol/components/commands/svelte/svelte-storybook-mock.md170 email: 'user@example.com',
LOW…gle-workspace/recipes/recipe-sync-contacts-to-sheet.md213. Append each contact row: `gws sheets +append --spreadsheet-id SHEET_ID --range 'Contacts' --values '["Jane Doe", "jan
LOW…nds/google-workspace/recipes/recipe-log-deal-update.md213. Append new row: `gws sheets +append --spreadsheet-id SHEET_ID --range 'Pipeline' --values '["2024-03-15", "Acme Corp"
LOW…components/commands/nextjs-vercel/nextjs-api-tester.md121 { field: 'name', invalid: '', valid: 'John Doe' }
LOW…components/commands/nextjs-vercel/nextjs-api-tester.md340 name: 'John Doe',
LOWcli-tool/components/skills/database/postgresql/SKILL.md109- **Expression**: for computed search keys (`CREATE INDEX ON tbl (LOWER(email))`). Expression must match exactly in WHER
LOW…tabase/using-neon/references/neon-auth/setup-nextjs.md88 email: "user@example.com",
LOW…tabase/using-neon/references/neon-auth/auth-methods.md11 email: "user@example.com",
LOW…tabase/using-neon/references/neon-auth/auth-methods.md13 name: "John Doe", // Optional
LOW…tabase/using-neon/references/neon-auth/auth-methods.md22 email: "user@example.com",
LOW…ls/database/supabase-postgres-best-practices/AGENTS.md202select email, name, created_at from users where email = 'user@example.com';
LOW…ls/database/supabase-postgres-best-practices/AGENTS.md212select email, name, created_at from users where email = 'user@example.com';
LOW…ls/database/supabase-postgres-best-practices/AGENTS.md238select * from users where email = 'user@example.com' and deleted_at is null;
LOW…ls/database/supabase-postgres-best-practices/AGENTS.md249select * from users where email = 'user@example.com' and deleted_at is null;
LOW…se/supabase-postgres-best-practices/rules/_template.md18SELECT * FROM users WHERE email = 'user@example.com' AND deleted_at IS NULL;
LOW…se/supabase-postgres-best-practices/rules/_template.md28SELECT * FROM users WHERE email = 'user@example.com' AND deleted_at IS NULL;
LOW…ostgres-best-practices/rules/query-covering-indexes.md18select email, name, created_at from users where email = 'user@example.com';
LOW…ostgres-best-practices/rules/query-covering-indexes.md28select email, name, created_at from users where email = 'user@example.com';
LOW…postgres-best-practices/rules/query-partial-indexes.md19select * from users where email = 'user@example.com' and deleted_at is null;
LOW…postgres-best-practices/rules/query-partial-indexes.md30select * from users where email = 'user@example.com' and deleted_at is null;
LOW…onents/skills/database/postgres-schema-design/SKILL.MD79- **Expression**: for computed search keys (`CREATE INDEX ON tbl (LOWER(email))`). Expression must match exactly in WHER
LOW…design/c4-architecture/references/advanced-patterns.md59 Enterprise_Boundary(company, "Acme Corp") {
LOW…mpt-engineering-patterns/assets/few-shot-examples.json75 "name": "Jane Doe",
LOW…l/components/skills/ai-research/jira/references/mcp.md119mcp__atlassian__lookupJiraAccountId(query: "user@example.com")
LOW…ponents/skills/ai-research/jira/references/commands.md166jira issue assign ISSUE-KEY "user@example.com"
LOW…ponents/skills/ai-research/jira/references/commands.md167jira issue assign ISSUE-KEY "John Doe"
LOW…ts/skills/ai-research/prompt-engineering-dspy/SKILL.md354print(result.person.name) # "John Doe"
LOW…research/prompt-engineering-dspy/references/modules.md236print(result.person.name) # "John Doe"
LOW…lls/ai-research/prompt-engineering-instructor/SKILL.md66print(user.name) # "John Doe"
LOW…lls/ai-research/prompt-engineering-instructor/SKILL.md632 "name": "John Doe",
LOW…lls/ai-research/prompt-engineering-instructor/SKILL.md674 "name": "John Doe",
LOW…omponents/skills/ai-research/ml-paper-writing/SKILL.md581% - Lorem ipsum or placeholder text
LOW…kills/ai-research/prompt-engineering-outlines/SKILL.md74print(user.name) # "John Doe"
LOW…-tool/components/skills/security/idor-testing/SKILL.md275 "street": "123 Main St",
LOW…rity/webapp-testing/examples/static_html_automation.py21 page.fill('#name', 'John Doe')
LOW…ment/backend-dev-guidelines/resources/testing-guide.md50 service.create({ email: 'test@test.com' })
LOW…ment/backend-dev-guidelines/resources/testing-guide.md59 email: 'test@test.com',
LOW…ment/backend-dev-guidelines/resources/testing-guide.md67 email: 'test@test.com'
LOW…ment/backend-dev-guidelines/resources/testing-guide.md91 email: 'test@test.com',
LOW…ment/backend-dev-guidelines/resources/testing-guide.md103 const user = await userService.findByEmail('test@test.com');
LOW…ment/backend-dev-guidelines/resources/testing-guide.md105 expect(user?.email).toBe('test@test.com');
LOW…ment/backend-dev-guidelines/resources/testing-guide.md194node scripts/test-auth-route.js http://localhost:3002/form/api/users POST '{"email":"test@test.com"}'
LOW…-testing-patterns/resources/implementation-playbook.md214 ("user@example.com", True),
LOW…-testing-patterns/resources/implementation-playbook.md283 mock_response.json.return_value = {"id": 1, "name": "John Doe"}
LOW…-testing-patterns/resources/implementation-playbook.md290 assert user["name"] == "John Doe"
LOW…-testing-patterns/resources/implementation-playbook.md311 mock_post.return_value.json.return_value = {"id": 2, "name": "Jane Doe"}
LOW…-testing-patterns/resources/implementation-playbook.md314 user_data = {"name": "Jane Doe", "email": "jane@example.com"}
LOW…ment/api-design-principles/assets/rest-api-template.py153 email="user@example.com",
LOW…-testing-patterns/resources/implementation-playbook.md514 name: 'John Doe',
LOW…-testing-patterns/resources/implementation-playbook.md534 name: 'John Doe',
LOW…-testing-patterns/resources/implementation-playbook.md549 name: 'John Doe',
LOW…-testing-patterns/resources/implementation-playbook.md570 name: 'John Doe',
LOW…-testing-patterns/resources/implementation-playbook.md583 name: 'John Doe',
LOW…-testing-patterns/resources/implementation-playbook.md607 name: 'John Doe',
LOW…-testing-patterns/resources/implementation-playbook.md678 name: 'John Doe',
LOW…-testing-patterns/resources/implementation-playbook.md684 expect(user.name).toBe('John Doe');
LOW…-testing-patterns/resources/implementation-playbook.md690 name: 'John Doe',
LOW…-testing-patterns/resources/implementation-playbook.md698 expect(user?.name).toBe('John Doe');
120 more matches not shown…
Verbosity Indicators112 hits · 184 pts
SeverityFileLineSnippet
LOWcli-tool/.claude/sandbox/cloudflare/monitor.ts252 // Step 1: Check worker health
LOWcli-tool/.claude/sandbox/cloudflare/monitor.ts260 // Step 2: Generate code with monitoring
LOWcli-tool/.claude/sandbox/cloudflare/monitor.ts267 // Step 3: Execute in sandbox with monitoring
LOWcli-tool/components/sandbox/docker/execute.js225 // Step 1: Install components
LOWcli-tool/components/sandbox/docker/execute.js232 // Step 2: Execute Claude query
LOWcli-tool/components/sandbox/docker/execute.js239 // Step 3: Copy generated files
LOWcli-tool/components/sandbox/docker/docker-launcher.js153 // Step 1: Check Docker installation
LOWcli-tool/components/sandbox/docker/docker-launcher.js158 // Step 2: Check Docker daemon
LOWcli-tool/components/sandbox/docker/docker-launcher.js163 // Step 3: Build Docker image
LOWcli-tool/components/sandbox/docker/docker-launcher.js169 // Step 4: Run container
LOWcli-tool/components/sandbox/cloudflare/monitor.ts252 // Step 1: Check worker health
LOWcli-tool/components/sandbox/cloudflare/monitor.ts260 // Step 2: Generate code with monitoring
LOWcli-tool/components/sandbox/cloudflare/monitor.ts267 // Step 3: Execute in sandbox with monitoring
LOW…creative-design/ui-ux-pro-max/scripts/design_system.py159 # Step 1: First search product to get category
LOW…creative-design/ui-ux-pro-max/scripts/design_system.py166 # Step 2: Get reasoning rules for this category
LOW…creative-design/ui-ux-pro-max/scripts/design_system.py170 # Step 3: Multi-domain search with style priority hints
LOW…creative-design/ui-ux-pro-max/scripts/design_system.py174 # Step 4: Select best matches from each domain using priority
LOW…creative-design/ui-ux-pro-max/scripts/design_system.py185 # Step 5: Build final recommendation
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh717 # Step 1: Architect analyzes the problem
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh731 # Step 2: Engineer implements solution
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh762 # Step 3: QA tests the solution
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh779 # Step 4: Reviewer analyzes failure
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh783 # Step 5: Engineer fixes based on feedback
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh1573 # Step 1: Architect analyzes the issue
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh1590 # Step 2: Engineer generates patch
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh1611 # Step 3: QA validates patch format
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh1637 # Step 4: Reviewer analyzes issues
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh1643 # Step 5: Engineer fixes patch
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json242 "model_patch": "This appears to be a Django issue that needs to be applied to the Django repository. Based on the
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json702 "model_patch": "Based on the issue description and the discussion, I understand the problem. The RangeSlider (and
LOW…/results/2026-01-05-01-24-17/swebench-predictions.json234 "model_patch": "This appears to be a Django issue that needs to be applied to the Django repository. Based on the is
LOW…/results/2026-01-05-01-24-17/swebench-predictions.json694 "model_patch": "Based on the issue description and the discussion, I understand the problem. The RangeSlider (and Sl
LOW…esearch/qa-test-planner/scripts/generate_test_cases.sh44# Step 1: Basic Info
LOW…esearch/qa-test-planner/scripts/generate_test_cases.sh93# Step 2: Objective and Description
LOW…esearch/qa-test-planner/scripts/generate_test_cases.sh101# Step 3: Preconditions
LOW…esearch/qa-test-planner/scripts/generate_test_cases.sh116# Step 4: Test Steps
LOW…esearch/qa-test-planner/scripts/generate_test_cases.sh142# Step 5: Test Data
LOW…esearch/qa-test-planner/scripts/generate_test_cases.sh149# Step 6: Figma Design (if UI test)
LOW…esearch/qa-test-planner/scripts/generate_test_cases.sh159# Step 7: Edge Cases
LOW…s/skills/document-processing/pptx/scripts/rearrange.py176 # Step 1: DUPLICATE repeated slides
LOW…s/skills/document-processing/pptx/scripts/rearrange.py200 # Step 2: DELETE unwanted slides (work backwards)
LOW…s/skills/document-processing/pptx/scripts/rearrange.py209 # Step 3: REORDER to final sequence
LOW…s/scientific/document-skills/pptx/scripts/rearrange.py176 # Step 1: DUPLICATE repeated slides
LOW…s/scientific/document-skills/pptx/scripts/rearrange.py200 # Step 2: DELETE unwanted slides (work backwards)
LOW…s/scientific/document-skills/pptx/scripts/rearrange.py209 # Step 3: REORDER to final sequence
LOW…/scientific/cosmic-database/scripts/download_cosmic.py64 # Step 1: Get the download URL
LOW…/scientific/cosmic-database/scripts/download_cosmic.py91 # Step 2: Download the file
LOW…/scientific/cosmic-database/scripts/download_cosmic.py99 # Step 3: Write to disk
LOW…lls/scientific/deeptools/scripts/workflow_generator.py51# Step 1: Correlation analysis
LOW…lls/scientific/deeptools/scripts/workflow_generator.py72# Step 2: Coverage assessment
LOW…lls/scientific/deeptools/scripts/workflow_generator.py80# Step 3: Fragment size (for paired-end data)
LOW…lls/scientific/deeptools/scripts/workflow_generator.py87# Step 4: ChIP signal strength
LOW…lls/scientific/deeptools/scripts/workflow_generator.py128# Step 1: Generate normalized coverage tracks
LOW…lls/scientific/deeptools/scripts/workflow_generator.py151# Step 2: Create log2 ratio track
LOW…lls/scientific/deeptools/scripts/workflow_generator.py164# Step 3: Compute matrix around TSS
LOW…lls/scientific/deeptools/scripts/workflow_generator.py178# Step 4: Generate heatmap
LOW…lls/scientific/deeptools/scripts/workflow_generator.py191# Step 5: Generate profile plot
LOW…lls/scientific/deeptools/scripts/workflow_generator.py203# Step 6: Enrichment at peaks (if peaks provided)
LOW…lls/scientific/deeptools/scripts/workflow_generator.py294# Step 1: Shift reads for Tn5 correction
LOW…lls/scientific/deeptools/scripts/workflow_generator.py307# Step 2: Generate coverage track
52 more matches not shown…
Cross-Language Confusion34 hits · 160 pts
SeverityFileLineSnippet
HIGHcli-tool/components/sandbox/e2b/e2b-launcher.py231 test_write = sbx.commands.run("touch test_write.tmp && rm test_write.tmp", timeout=5)
HIGH…i-tool/components/hooks/monitoring/context-timeline.py735 if(!edge.to_agent||nodeY[edge.from_node]===undefined)continue;
HIGH…i-tool/components/hooks/monitoring/context-timeline.py754 if(y===undefined)continue;
HIGH…i-tool/components/hooks/monitoring/context-timeline.py795 if(n.duration_ms!=null){
HIGH…/skills/security/webapp-testing/scripts/with_server.py12 --server "cd backend && python server.py" --port 3000 \
HIGH…/skills/security/webapp-testing/scripts/with_server.py13 --server "cd frontend && npm run dev" --port 5173 \
HIGH…ills/development/webapp-testing/scripts/with_server.py12 --server "cd backend && python server.py" --port 3000 \
HIGH…ills/development/webapp-testing/scripts/with_server.py13 --server "cd frontend && npm run dev" --port 5173 \
HIGH…ent-processing/docx-official/scripts/office/soffice.py116 if (sv[0] >= 0 && sv[0] < 1024) {
HIGH…ent-processing/docx-official/scripts/office/soffice.py135 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {
HIGH…ent-processing/docx-official/scripts/office/soffice.py144 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {
HIGH…ent-processing/docx-official/scripts/office/soffice.py158 if (fd >= 0 && fd < 1024 && is_shimmed[fd]) {
HIGH…ent-processing/xlsx-official/scripts/office/soffice.py116 if (sv[0] >= 0 && sv[0] < 1024) {
HIGH…ent-processing/xlsx-official/scripts/office/soffice.py135 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {
HIGH…ent-processing/xlsx-official/scripts/office/soffice.py144 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {
HIGH…ent-processing/xlsx-official/scripts/office/soffice.py158 if (fd >= 0 && fd < 1024 && is_shimmed[fd]) {
HIGH…lls/document-processing/xlsx/scripts/office/soffice.py116 if (sv[0] >= 0 && sv[0] < 1024) {
HIGH…lls/document-processing/xlsx/scripts/office/soffice.py135 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {
HIGH…lls/document-processing/xlsx/scripts/office/soffice.py144 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {
HIGH…lls/document-processing/xlsx/scripts/office/soffice.py158 if (fd >= 0 && fd < 1024 && is_shimmed[fd]) {
HIGH…lls/document-processing/pptx/scripts/office/soffice.py116 if (sv[0] >= 0 && sv[0] < 1024) {
HIGH…lls/document-processing/pptx/scripts/office/soffice.py135 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {
HIGH…lls/document-processing/pptx/scripts/office/soffice.py144 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {
HIGH…lls/document-processing/pptx/scripts/office/soffice.py158 if (fd >= 0 && fd < 1024 && is_shimmed[fd]) {
HIGH…ent-processing/pptx-official/scripts/office/soffice.py116 if (sv[0] >= 0 && sv[0] < 1024) {
HIGH…ent-processing/pptx-official/scripts/office/soffice.py135 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {
HIGH…ent-processing/pptx-official/scripts/office/soffice.py144 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {
HIGH…ent-processing/pptx-official/scripts/office/soffice.py158 if (fd >= 0 && fd < 1024 && is_shimmed[fd]) {
HIGH…lls/document-processing/docx/scripts/office/soffice.py116 if (sv[0] >= 0 && sv[0] < 1024) {
HIGH…lls/document-processing/docx/scripts/office/soffice.py135 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {
HIGH…lls/document-processing/docx/scripts/office/soffice.py144 if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) {
HIGH…lls/document-processing/docx/scripts/office/soffice.py158 if (fd >= 0 && fd < 1024 && is_shimmed[fd]) {
HIGH…ientific/treatment-plans/scripts/check_completeness.py257 python check_completeness.py plan.tex && echo "Complete"
HIGH…fic/treatment-plans/scripts/validate_treatment_plan.py313 python validate_treatment_plan.py plan.tex && echo "Quality check passed"
Self-Referential Comments47 hits · 136 pts
SeverityFileLineSnippet
MEDIUM…idian-ops-team/Scripts/implement_entity_connections.py84 # Create the link line
MEDIUM…/obsidian-ops-team/Scripts/find_keyword_connections.py136 # Create the link line
MEDIUM…/creative-design/slack-gif-creator/core/gif_builder.py75 # Create a global palette from all frames
MEDIUM…/creative-design/slack-gif-creator/core/gif_builder.py89 # Create a properly-shaped RGB image from the pixel data
MEDIUM…ills/ai-research/loki-mode/tests/test-agent-timeout.sh167# Create a process that spawns children
MEDIUM…lls/ai-research/loki-mode/tests/test-state-recovery.sh190# Create an old claimed task
MEDIUM…omponents/skills/ai-research/loki-mode/autonomy/run.sh315 # Create a human-readable status file
MEDIUM…arks/results/2026-01-05-01-24-17/swebench-results.json772 "model_patch": "Now I understand the issue and the fix. The problem was that in the old version of requests (2.4.3
MEDIUM…arks/results/2026-01-05-01-24-17/swebench-results.json792 "model_patch": "Based on my knowledge of the xarray/xray codebase and the issue description, I need to create a pa
MEDIUM…arks/results/2026-01-05-01-24-17/swebench-results.json337 "model_patch": "Based on the issue description, I need to create a patch for Django's `ModelChoiceField` class in
MEDIUM…/results/2026-01-05-01-24-17/swebench-predictions.json764 "model_patch": "Now I understand the issue and the fix. The problem was that in the old version of requests (2.4.3),
MEDIUM…/results/2026-01-05-01-24-17/swebench-predictions.json784 "model_patch": "Based on my knowledge of the xarray/xray codebase and the issue description, I need to create a patc
MEDIUM…/results/2026-01-05-01-24-17/swebench-predictions.json329 "model_patch": "Based on the issue description, I need to create a patch for Django's `ModelChoiceField` class in `d
MEDIUM…lts/2026-01-05-10-37-54/swebench-loki-predictions.json1018 "model_patch": "Since I cannot locate the pytest repository in the expected location, I need to generate the patch b
MEDIUM…lts/2026-01-05-10-37-54/swebench-loki-predictions.json394 "model_patch": "--- a/django/forms/fields.py\n+++ b/django/forms/fields.py\n@@ -1246,8 +1246,8 @@ class ModelChoiceF
MEDIUM…lts/2026-01-05-10-37-54/swebench-loki-predictions.json916 "model_patch": "--- a/requests/sessions.py\n+++ b/requests/sessions.py\n@@ -13,7 +13,7 @@ from datetime import datet
MEDIUM…lts/2026-01-05-10-37-54/swebench-loki-predictions.json940 "model_patch": "Based on my knowledge of the xarray codebase and the issue description, I can generate the appropria
MEDIUM…results/2026-01-05-10-37-54/swebench-loki-results.json1026 "model_patch": "Since I cannot locate the pytest repository in the expected location, I need to generate the patch
MEDIUM…results/2026-01-05-10-37-54/swebench-loki-results.json402 "model_patch": "--- a/django/forms/fields.py\n+++ b/django/forms/fields.py\n@@ -1246,8 +1246,8 @@ class ModelChoic
MEDIUM…results/2026-01-05-10-37-54/swebench-loki-results.json924 "model_patch": "--- a/requests/sessions.py\n+++ b/requests/sessions.py\n@@ -13,7 +13,7 @@ from datetime import dat
MEDIUM…results/2026-01-05-10-37-54/swebench-loki-results.json948 "model_patch": "Based on my knowledge of the xarray codebase and the issue description, I can generate the appropr
MEDIUM…ops-iac-engineer/examples/kubernetes/complete-app.yaml2# This file contains all resources needed for a production web application
MEDIUM…ument-processing/pptx/ooxml/scripts/validation/base.py767 # Create a clean copy
MEDIUM…ument-processing/pptx/ooxml/scripts/validation/base.py919 # Create a copy of the document to avoid modifying the original
MEDIUM…ument-processing/pptx/ooxml/scripts/validation/base.py298 ): # This file is not referenced by .rels
MEDIUM…s/skills/document-processing/pptx/scripts/rearrange.py108 # Create a new relationship in the destination slide for this image
MEDIUM…ument-processing/docx/ooxml/scripts/validation/base.py767 # Create a clean copy
MEDIUM…ument-processing/docx/ooxml/scripts/validation/base.py919 # Create a copy of the document to avoid modifying the original
MEDIUM…ument-processing/docx/ooxml/scripts/validation/base.py298 ): # This file is not referenced by .rels
MEDIUM…ts/skills/document-processing/docx/scripts/document.py984 # Create the relationship entry
MEDIUM…se-communication/slack-gif-creator/core/gif_builder.py75 # Create a global palette from all frames
MEDIUM…se-communication/slack-gif-creator/core/gif_builder.py89 # Create a properly-shaped RGB image from the pixel data
MEDIUM…/document-skills/pptx/ooxml/scripts/validation/base.py767 # Create a clean copy
MEDIUM…/document-skills/pptx/ooxml/scripts/validation/base.py919 # Create a copy of the document to avoid modifying the original
MEDIUM…/document-skills/pptx/ooxml/scripts/validation/base.py298 ): # This file is not referenced by .rels
MEDIUM…s/scientific/document-skills/pptx/scripts/thumbnail.py401 # Create a highlight overlay
MEDIUM…s/scientific/document-skills/pptx/scripts/rearrange.py108 # Create a new relationship in the destination slide for this image
MEDIUM…/document-skills/docx/ooxml/scripts/validation/base.py767 # Create a clean copy
MEDIUM…/document-skills/docx/ooxml/scripts/validation/base.py919 # Create a copy of the document to avoid modifying the original
MEDIUM…/document-skills/docx/ooxml/scripts/validation/base.py298 ): # This file is not referenced by .rels
MEDIUM…ls/scientific/document-skills/docx/scripts/document.py984 # Create the relationship entry
MEDIUM…/scientific/torch_geometric/scripts/visualize_graph.py155 # Create a set of edges and reverse edges
MEDIUM…s/scientific/hypogenic/references/config_template.yaml116# Define a custom function in your code to parse specific output formats
MEDIUM…lls/scientific/pymoo/scripts/many_objective_example.py19 # Define the problem - DTLZ2 with 5 objectives
MEDIUM…s/scientific/pymoo/scripts/single_objective_example.py21 # Define the problem - Sphere function (sum of squares)
MEDIUM…ls/scientific/pymoo/scripts/multi_objective_example.py18 # Define the problem - ZDT1 (bi-objective)
MEDIUMscripts/generate_components_json.py300 # Create a key for aggregation matching trending data structure
Over-Commented Block126 hits · 122 pts
SeverityFileLineSnippet
LOWNEON_INTEGRATION_PLAN.md521 ```bash
LOW…i-tool/.claude/sandbox/cloudflare/SANDBOX_DEBUGGING.md221# Use monitor to see exact Claude API interaction
LOWcli-tool/.claude/sandbox/cloudflare/wrangler.toml41
LOW…components/agents/web-tools/aem-frontend-specialist.md281# Use: mcp__figma-dev-mode-mcp-server__get_variable_defs nodeId="figma-node-id"
LOW…ool/components/sandbox/cloudflare/SANDBOX_DEBUGGING.md221# Use monitor to see exact Claude API interaction
LOWcli-tool/components/sandbox/cloudflare/wrangler.toml41
LOW…-tool/components/hooks/security/shell-wrapper-guard.sh1#!/bin/bash
LOWcli-tool/components/hooks/quality-gates/plan-gate.sh1#!/bin/bash
LOW…ool/components/hooks/development-tools/debug-window.sh1#!/bin/bash
LOW…components/hooks/development-tools/worktree-ghostty.sh1#!/bin/bash
LOW…tool/components/commands/deployment/prepare-release.md41 # Determine next version (semantic versioning)
LOW…design/algorithmic-art/templates/generator_template.js21// - Reset to defaults
LOW…design/algorithmic-art/templates/generator_template.js61 // - Arrays of objects
LOW…design/algorithmic-art/templates/generator_template.js81 // Option 3: User-triggered regeneration
LOW…design/algorithmic-art/templates/generator_template.js101 // - Physics calculations
LOW…design/algorithmic-art/templates/generator_template.js161// ============================================================================
LOW…design/algorithmic-art/templates/generator_template.js201// ============================================================================
LOW…design/algorithmic-art/templates/generator_template.js221// The art itself is entirely up to you!
LOW…nfrastructure-lambda-labs/references/advanced-usage.md281### Slurm job submission
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md1841 # The name of the chat template to use for training, following values are supported:
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md1881 # message_property_mappings={'role':'role', 'content':'content'}) If a property exists
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md1901 # Roles to train on. The tokens from these roles will be considered for the loss.
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2001 # will raise an error. This is the default.
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2041 # 'from' is loaded from input dataset and used as 'role', while 'value' is loaded and
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2061 # all EOS tokens, turn (default): train on the EOS token at the end of each trainable
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2121# `datasets`. The same applies to the `test_datasets` option and the
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2181
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2221 # Mapping of properties from the input dataset to the chat template. (default:
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2241 temperature: float | None
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2341bf16: Literal['auto'] | bool | None = auto
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2381max_prompt_len: int | None
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2541# sequence into two equal-sized subsequences, or set to 4 to split into four equal-sized
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2581# `num_epochs: 2` and `max_steps: 100` will train for 100 steps
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2601# Set to `no` to skip checkpoint saves, `epoch` at end of each epoch, `best` when better
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2621# Enable the pytorch profiler to capture the first N steps of training to the
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2661low_cpu_mem_usage: bool | None
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2721
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2761output_dir: str = ./model-out
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2801 # Configuration options for loftq initialization for LoRA
LOW…ls/ai-research/fine-tuning-axolotl/references/other.md2961# Enable or disable Comet integration.
LOW…ch/emerging-techniques-knowledge-distillation/SKILL.md221```python
LOW…h/inference-serving-vllm/references/troubleshooting.md441
LOW…training-accelerate/references/megatron-integration.md421# checkpoint-1000/
LOW…ts/skills/ai-research/model-architecture-rwkv/SKILL.md141# RWKV
LOW…/ai-research/emerging-techniques-moe-training/SKILL.md401### 1. Expert Count Selection
LOW…/skills/ai-research/loki-mode/demo/record-full-demo.sh1#!/bin/bash
LOW…omponents/skills/ai-research/loki-mode/autonomy/run.sh1#!/bin/bash
LOW…omponents/skills/ai-research/loki-mode/autonomy/run.sh21# LOKI_RESOURCE_CPU_THRESHOLD - CPU % threshold to warn (default: 80)
LOW…omponents/skills/ai-research/loki-mode/autonomy/run.sh41# LOKI_PHASE_ACCESSIBILITY - WCAG compliance testing (default: true)
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh1#!/bin/bash
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh21# --timeout N Timeout per problem in seconds (default: 120)
LOW…ai-research/loki-mode/benchmarks/prepare-submission.sh1#!/bin/bash
LOW…s/skills/ai-research/loki-mode/scripts/loki-wrapper.sh1#!/bin/bash
LOW…rch/loki-mode/.github/workflows/claude-code-review.yml1name: Claude Code Review
LOW…lls/ai-research/loki-mode/.github/workflows/claude.yml41 actions: read
LOW…h/inference-serving-tensorrt-llm/references/serving.md161curl http://localhost:9090/metrics
LOW…search/optimization-gptq/references/troubleshooting.md61# Requantize with better calibration
LOW…earch/mlops-weights-and-biases/references/artifacts.md301
LOW…ai-research/emerging-techniques-model-pruning/SKILL.md241- Minimal accuracy loss
LOW…istributed-training-ray-train/references/multi-node.md341
66 more matches not shown…
Docstring Block Structure24 hits · 120 pts
SeverityFileLineSnippet
HIGH…development/mcp-builder/reference/python_mcp_server.md282 Search for users in the Example system by name, email, or team. This tool searches across all user profiles in
HIGH…ts/skills/document-processing/docx/scripts/document.py265Reject an insertion by wrapping its content in a deletion. Wraps all runs inside w:ins in w:del, converting w:t
HIGH…ts/skills/document-processing/docx/scripts/document.py343Reject a deletion by re-inserting the deleted content. Creates w:ins elements after each w:del, copying deleted
HIGH…ts/skills/document-processing/docx/scripts/document.py483Mark a w:r or w:p element as deleted with tracked changes (in-place DOM manipulation). For w:r: wraps in <w:del
HIGH…ts/skills/document-processing/docx/scripts/document.py681 Get or create a DocxXMLEditor for the specified XML file. Enables lazy-loaded editors with bracket not
HIGH…s/skills/document-processing/docx/scripts/utilities.py83 Get a DOM element by tag and identifier. Finds an element by either its line number in the original fi
HIGH…s/skills/document-processing/docx/scripts/utilities.py313 Parse XML fragment and return list of imported nodes. Args: xml_content: String containing
HIGH…ls/scientific/document-skills/docx/scripts/document.py265Reject an insertion by wrapping its content in a deletion. Wraps all runs inside w:ins in w:del, converting w:t
HIGH…ls/scientific/document-skills/docx/scripts/document.py343Reject a deletion by re-inserting the deleted content. Creates w:ins elements after each w:del, copying deleted
HIGH…ls/scientific/document-skills/docx/scripts/document.py483Mark a w:r or w:p element as deleted with tracked changes (in-place DOM manipulation). For w:r: wraps in <w:del
HIGH…ls/scientific/document-skills/docx/scripts/document.py681 Get or create a DocxXMLEditor for the specified XML file. Enables lazy-loaded editors with bracket not
HIGH…s/scientific/document-skills/docx/scripts/utilities.py83 Get a DOM element by tag and identifier. Finds an element by either its line number in the original fi
HIGH…s/scientific/document-skills/docx/scripts/utilities.py313 Parse XML fragment and return list of imported nodes. Args: xml_content: String containing
HIGH…ts/skills/scientific/kegg-database/scripts/kegg_api.py44 List entry identifiers and associated names. Args: database: KEGG database name or specific entry (e.g
HIGH…ts/skills/scientific/kegg-database/scripts/kegg_api.py72 Search for entries by keywords or molecular properties. Args: database: Database to search ('genes', '
HIGH…ts/skills/scientific/kegg-database/scripts/kegg_api.py111 Retrieve full database entries or specific data formats. Args: entries: Single entry ID or list of ent
HIGH…ts/skills/scientific/kegg-database/scripts/kegg_api.py158 Convert identifiers between KEGG and external databases. Args: target_db: Target database (e.g., 'ncbi
HIGH…ts/skills/scientific/kegg-database/scripts/kegg_api.py187 Find related entries across KEGG databases. Args: target_db: Target database (e.g., 'pathway', 'enzyme
HIGH…s/scientific/ensembl-database/scripts/ensembl_query.py58 Make an API request with error handling and retries. Args: endpoint: API endpoint path
HIGH…kills/scientific/string-database/scripts/string_api.py29 Map protein names, synonyms, and identifiers to STRING IDs. Args: identifiers: Single protein identifi
HIGH…kills/scientific/string-database/scripts/string_api.py78 Get protein-protein interaction network data. Args: identifiers: Protein identifier(s) - use STRING ID
HIGH…onents/skills/scientific/adaptyv/reference/examples.md505 Request a custom antigen not in the standard catalog Args: target_name: Name of the target protein
HIGH…onents/skills/scientific/adaptyv/reference/examples.md758 Make API request with retry logic and error handling Args: method: HTTP method (GET, POST, etc.)
HIGH…ific/opentargets-database/scripts/query_opentargets.py22 Execute a GraphQL query against the Open Targets Platform API. Args: query: GraphQL query string
Synthetic Comment Markers19 hits · 112 pts
SeverityFileLineSnippet
HIGH…omponents/agents/programming-languages/CSharpExpert.md30- Don't edit auto-generated code (`/api/*.cs`, `*.g.cs`, `// <auto-generated>`).
HIGH…ls/creative-design/mobile-design/mobile-performance.md4> **This file covers the #1 area where AI-generated code FAILS.**
HIGH…elopment/cloudflare-deploy/references/ai-search/api.md33 response: string; // AI-generated answer
HIGH…omation/n8n/n8n-workflow-patterns/ai_agent_workflow.md177 // Node executes AI-generated SQL
HIGH…tool/components/skills/ai-maestro/docs-search/SKILL.md3description: Search auto-generated codebase documentation for function signatures, API docs, class definitions, and code
HIGH…velopment/building-blog/blog-technical-requirements.md97#### J. AI-generated hero images (3)
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md7This is a list of writing and formatting conventions typical of [AI chatbots](https://en.wikipedia.org/wiki/AI_chatbot "
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md9This list is *not* a ban on certain words, phrases, or punctuation. Not all text featuring these indicators is AI-genera
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md15Do not solely rely on [artificial intelligence content detection](https://en.wikipedia.org/wiki/Artificial_intelligence_
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md15Do not solely rely on [artificial intelligence content detection](https://en.wikipedia.org/wiki/Artificial_intelligence_
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md21LLMs (and [artificial neural networks](https://en.wikipedia.org/wiki/Artificial_neural_network "Artificial neural networ
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md189Many studies have demonstrated that LLMs overuse certain words – especially compared to pre-2022 text, which is almost c
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md433> [...] However, to date, no editor — including yourself — has identified any specific passages in the current version t
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md449User messages and [unblock requests](https://en.wikipedia.org/wiki/Wikipedia:Identifying_LLM_unblock_requests "Wikipedia
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md717If a new article or draft has multiple citations with external links, and several of them are broken (e.g., returning [4
HIGH…n/writing-clearly-and-concisely/signs-of-ai-writing.md723Related are DOIs that point to entirely unrelated articles and general book citations without pages. This passage, for e
HIGH…ool/components/skills/productivity/humanizer/README.md41Based on [Wikipedia's "Signs of AI writing"](https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing) guide, maintai
HIGH…tool/components/skills/productivity/humanizer/SKILL.md437This skill is based on [Wikipedia:Signs of AI writing](https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing), mai
HIGHcli-tool/src/session-sharing.js123 lines.push('*Generated by Claude Code Templates - [aitmpl.com](https://aitmpl.com)*');
AI Slop Vocabulary58 hits · 102 pts
SeverityFileLineSnippet
MEDIUMcli-tool/components/sandbox/e2b/e2b-launcher.py357 # More comprehensive file search - include jsx, tsx, and other common extensions
MEDIUM…ign/ui-design-system/scripts/design_token_generator.py12 """Generate comprehensive design system tokens"""
MEDIUM…ign/ui-design-system/scripts/design_token_generator.py43 """Generate comprehensive color palette from brand color"""
MEDIUM…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh1560 f.write(f"# Note: Run SWE-bench harness for actual test results\n\n")
MEDIUM…arks/results/2026-01-05-01-24-17/swebench-results.json202 "model_patch": "Based on the problem description and the hints provided, I understand the issue. The problem is in
MEDIUM…arks/results/2026-01-05-01-24-17/swebench-results.json1462 "model_patch": "The sympy codebase is not in this directory. Since this is a GitHub issue from the sympy/sympy rep
MEDIUM…arks/results/2026-01-05-01-24-17/swebench-results.json1462 "model_patch": "The sympy codebase is not in this directory. Since this is a GitHub issue from the sympy/sympy rep
MEDIUM…arks/results/2026-01-05-01-24-17/swebench-results.json1462 "model_patch": "The sympy codebase is not in this directory. Since this is a GitHub issue from the sympy/sympy rep
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json207 "model_patch": "This repository doesn't contain the Django codebase. Let me understand the issue better and provid
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json587 "model_patch": "Let me try to understand the issue based on my knowledge of Django's migration system and the inde
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json1057 "model_patch": "Based on the issue description and the hints provided, I can understand the problem and provide a
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json272 "model_patch": "Based on my knowledge of Django and the issue description, I can construct the fix. The issue is t
LOW…arks/results/2026-01-05-01-24-17/swebench-results.json352 "model_patch": "This is not a Django repository. This issue is from the django/django repository, but I'm in a dif
MEDIUM…/results/2026-01-05-01-24-17/swebench-predictions.json194 "model_patch": "Based on the problem description and the hints provided, I understand the issue. The problem is in D
MEDIUM…/results/2026-01-05-01-24-17/swebench-predictions.json1454 "model_patch": "The sympy codebase is not in this directory. Since this is a GitHub issue from the sympy/sympy repos
MEDIUM…/results/2026-01-05-01-24-17/swebench-predictions.json1454 "model_patch": "The sympy codebase is not in this directory. Since this is a GitHub issue from the sympy/sympy repos
MEDIUM…/results/2026-01-05-01-24-17/swebench-predictions.json1454 "model_patch": "The sympy codebase is not in this directory. Since this is a GitHub issue from the sympy/sympy repos
LOW…/results/2026-01-05-01-24-17/swebench-predictions.json199 "model_patch": "This repository doesn't contain the Django codebase. Let me understand the issue better and provide
LOW…/results/2026-01-05-01-24-17/swebench-predictions.json579 "model_patch": "Let me try to understand the issue based on my knowledge of Django's migration system and the index_
LOW…/results/2026-01-05-01-24-17/swebench-predictions.json1049 "model_patch": "Based on the issue description and the hints provided, I can understand the problem and provide a fi
LOW…/results/2026-01-05-01-24-17/swebench-predictions.json264 "model_patch": "Based on my knowledge of Django and the issue description, I can construct the fix. The issue is tha
LOW…/results/2026-01-05-01-24-17/swebench-predictions.json344 "model_patch": "This is not a Django repository. This issue is from the django/django repository, but I'm in a diffe
LOW…arks/results/2026-01-05-01-35-39/swebench-results.json82 "model_patch": "Based on my knowledge of this specific Django issue, I can provide the fix. The issue is that in D
LOW…/results/2026-01-05-01-35-39/swebench-predictions.json74 "model_patch": "Based on my knowledge of this specific Django issue, I can provide the fix. The issue is that in Dja
MEDIUM…lts/2026-01-05-10-37-54/swebench-loki-predictions.json1354 "model_patch": "Based on my knowledge of SymPy's codebase and the issue description, I can generate the patch. The i
LOW…lts/2026-01-05-10-37-54/swebench-loki-predictions.json238 "model_patch": "--- a/django/views/debug.py\n+++ b/django/views/debug.py\n@@ -83,18 +83,25 @@ class SafeExceptionRep
LOW…lts/2026-01-05-10-37-54/swebench-loki-predictions.json412 "model_patch": "--- a/django/db/models/query_utils.py\n+++ b/django/db/models/query_utils.py\n@@ -69,8 +69,13 @@ cla
LOW…lts/2026-01-05-10-37-54/swebench-loki-predictions.json1636 "model_patch": "Based on my knowledge of the SymPy codebase and the issue description, I can generate the patch. The
MEDIUM…results/2026-01-05-10-37-54/swebench-loki-results.json1362 "model_patch": "Based on my knowledge of SymPy's codebase and the issue description, I can generate the patch. The
LOW…results/2026-01-05-10-37-54/swebench-loki-results.json246 "model_patch": "--- a/django/views/debug.py\n+++ b/django/views/debug.py\n@@ -83,18 +83,25 @@ class SafeExceptionR
LOW…results/2026-01-05-10-37-54/swebench-loki-results.json420 "model_patch": "--- a/django/db/models/query_utils.py\n+++ b/django/db/models/query_utils.py\n@@ -69,8 +69,13 @@ c
LOW…results/2026-01-05-10-37-54/swebench-loki-results.json1644 "model_patch": "Based on my knowledge of the SymPy codebase and the issue description, I can generate the patch. T
MEDIUM…esearch/qa-test-planner/scripts/generate_test_cases.sh4# Interactive workflow for creating comprehensive test cases
MEDIUM…pment/helm-chart-scaffolding/scripts/validate-chart.sh139# 7. Check for security best practices
MEDIUM…ls/development/hook-development/scripts/hook-linter.sh3# Checks hook scripts for common issues and best practices
MEDIUM…lopment/security-compliance/scripts/risk_calculator.py112 """Generate comprehensive risk report"""
MEDIUM…/regulatory-affairs-head/scripts/regulatory_tracker.py132 """Generate comprehensive status report"""
MEDIUM…ess-marketing/content-creator/scripts/seo_optimizer.py20 # SEO best practices
MEDIUM…arketing/app-store-optimization/competitor_analyzer.py106 # Identify best practices
MEDIUM…s-marketing/app-store-optimization/launch_checklist.py460 # Warnings for best practices
MEDIUM…s-marketing/app-store-optimization/launch_checklist.py11 """Generates comprehensive checklists for app launches and updates."""
MEDIUM…arketing/app-store-optimization/localization_helper.py486 # Simplified example - real implementation would be more comprehensive
MEDIUM…skills/productivity/notebooklm/scripts/ask_question.py30# Since we don't have persistent sessions, we encourage comprehensive questions
MEDIUM…s/skills/scientific/research-lookup/research_lookup.py115 return f"""You are an expert research assistant. Please provide comprehensive, accurate research information for
MEDIUM…/scientific/research-lookup/scripts/research_lookup.py115 return f"""You are an expert research assistant. Please provide comprehensive, accurate research information for
MEDIUM…scientific-schematics/scripts/generate_schematic_ai.py101 # Scientific diagram best practices prompt template
MEDIUM…ntific/brenda-database/scripts/brenda_visualization.py682 """Generate a comprehensive set of plots for an enzyme."""
MEDIUM…ific/brenda-database/scripts/enzyme_pathway_builder.py806 """Generate a comprehensive pathway report."""
MEDIUM…fic/treatment-plans/scripts/validate_treatment_plan.py178 """Display comprehensive validation results."""
MEDIUM…ific/statistical-analysis/scripts/assumption_checks.py186 # Levene's test (robust to non-normality)
MEDIUM…ific/statistical-analysis/scripts/assumption_checks.py533 # Run comprehensive check
MEDIUM…entific/scholar-evaluation/scripts/calculate_scores.py149 """Generate comprehensive evaluation report."""
MEDIUM…et-research-reports/scripts/generate_market_visuals.py15 # Generate all 28 visuals (for comprehensive coverage)
MEDIUM…/skills/scientific/matplotlib/scripts/plot_template.py317 """Create a comprehensive figure with multiple subplots."""
MEDIUM…tific/clinical-reports/scripts/validate_case_report.py192 """Generate comprehensive validation report."""
MEDIUM…kills/scientific/rdkit/scripts/molecular_properties.py26 """Calculate comprehensive molecular properties."""
LOWscripts/generate_components_json.py630 # For other directories, just add the directory name (optional)
LOWscripts/generate_components_json.py671 # For other directories, just add the directory name (optional)
Example Usage Blocks40 hits · 61 pts
SeverityFileLineSnippet
LOW…sign/claude-d3js-skill/assets/interactive-template.jsx207// Example usage
LOW…ive-design/claude-d3js-skill/assets/chart-template.jsx89// Example usage
LOW…prompt-engineering-patterns/scripts/optimize-prompt.py234 # Example usage
LOW…/skills/ai-research/loki-mode/demo/record-full-demo.sh13# Usage:
LOW…omponents/skills/ai-research/loki-mode/autonomy/run.sh6# Usage:
LOW…lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh6# Usage:
LOW…ai-research/loki-mode/benchmarks/prepare-submission.sh6# Usage:
LOW…s/skills/ai-research/loki-mode/scripts/loki-wrapper.sh12# Usage:
LOW…ss-marketing/cto-advisor/scripts/tech_debt_analyzer.py414 # Example usage
LOW…rketing/cto-advisor/scripts/team_scaling_calculator.py496 # Example usage
LOW…ing/ceo-advisor/scripts/financial_scenario_analyzer.py397 # Example usage
LOW…ess-marketing/ceo-advisor/scripts/strategy_analyzer.py568 # Example usage
LOW…lls/productivity/notebooklm/scripts/browser_session.py253 # Example usage
LOW…ts/skills/scientific/kegg-database/scripts/kegg_api.py242 # Example usage
LOW…nts/skills/scientific/pymc/scripts/model_comparison.py358# Example usage
LOW…ts/skills/scientific/pymc/scripts/model_diagnostics.py328# Example usage
LOW…cientific/drugbank-database/scripts/drugbank_helper.py307# Example usage
LOW…ntific/brenda-database/scripts/brenda_visualization.py744 # Example usage
LOW…s/scientific/brenda-database/scripts/brenda_queries.py814 # Example usage
LOW…ific/brenda-database/scripts/enzyme_pathway_builder.py1014 # Example usage
LOW…ific/statistical-analysis/scripts/assumption_checks.py521 # Example usage
LOW…decision-support/scripts/generate_survival_analysis.py413# Example usage:
LOW…ical-decision-support/scripts/validate_cds_document.py331# Example usage:
LOW…nical-decision-support/scripts/biomarker_classifier.py375# Example usage:
LOW…inical-decision-support/scripts/build_decision_tree.py441# Example usage:
LOW…nical-decision-support/scripts/create_cohort_tables.py515# Example usage:
LOW…kills/scientific/string-database/scripts/string_api.py357 # Example usage
LOW…ts/skills/scientific/simpy/scripts/resource_monitor.py320# Example usage
LOW…tific/pytorch-lightning/scripts/template_datamodule.py301# Example usage
LOW…pytorch-lightning/scripts/template_lightning_module.py198# Example usage
LOW…ific/scientific-visualization/scripts/figure_export.py318 # Example usage
LOW…/scientific/openalex-database/scripts/query_helpers.py293 # Example usage
LOW…cientific/openalex-database/scripts/openalex_client.py325 # Example usage
LOW…/scientific/chembl-database/scripts/example_queries.py254# Example usage
LOW…linicaltrials-database/scripts/query_clinicaltrials.py196# Example usage
LOW…ific/opentargets-database/scripts/query_opentargets.py369# Example usage
LOW…scientific/scikit-learn/scripts/clustering_analysis.py338# Example usage
LOW…ntific/scikit-learn/scripts/classification_pipeline.py230# Example usage
LOWscripts/run-review-cycle.sh5# Usage:
LOWscripts/deploy.sh10# Usage:
Slop Phrases3 hits · 4 pts
SeverityFileLineSnippet
MEDIUMcli-tool/tests/unit/StateCalculator.test.js73 content: 'You\'re welcome! Let me know if you need anything else.'
LOW…-communication/session-handoff/evals/setup_test_env.py249- Don't forget to set JWT_SECRET environment variable
LOWcli-tool/src/index.js2504 console.log(chalk.cyan(`Don't forget to paste your prompt: "${prompt}"`));