CLI tool for configuring and monitoring Claude Code
5053 matches across 19 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …on-bigcode-evaluation-harness/references/benchmarks.md | 0 | check 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.py | 0 | check 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.py | 0 | check 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.md | 0 | check 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.py | 0 | generate 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.py | 0 | generate 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.py | 0 | generate 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.py | 0 | recursively find directories that contain an outputs/ subdirectory. |
| HIGH | …velopment/skill-creator/eval-viewer/generate_review.py | 0 | recursively find directories that contain an outputs/ subdirectory. |
| HIGH | …ductivity/skill-creator/eval-viewer/generate_review.py | 0 | recursively find directories that contain an outputs/ subdirectory. |
| HIGH | …pment/skill-development/eval-viewer/generate_review.py | 0 | build a run dict with prompt, outputs, and grading data. |
| HIGH | …velopment/skill-creator/eval-viewer/generate_review.py | 0 | build a run dict with prompt, outputs, and grading data. |
| HIGH | …ductivity/skill-creator/eval-viewer/generate_review.py | 0 | build a run dict with prompt, outputs, and grading data. |
| HIGH | …pment/skill-development/eval-viewer/generate_review.py | 0 | load 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.py | 0 | load 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.py | 0 | load 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.py | 0 | generate the complete standalone html page with embedded data. |
| HIGH | …velopment/skill-creator/eval-viewer/generate_review.py | 0 | generate the complete standalone html page with embedded data. |
| HIGH | …ductivity/skill-creator/eval-viewer/generate_review.py | 0 | generate the complete standalone html page with embedded data. |
| HIGH | …pment/skill-development/eval-viewer/generate_review.py | 0 | serves 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.py | 0 | serves 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.py | 0 | serves 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.py | 0 | run 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.py | 0 | run 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.py | 0 | run 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.py | 0 | find 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.py | 0 | find 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.py | 0 | find 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.py | 0 | run 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.py | 0 | run 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.py | 0 | run 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.py | 0 | skill 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.py | 0 | skill 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.py | 0 | skill 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.py | 0 | skill 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.py | 0 | package 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.py | 0 | package 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.py | 0 | package 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.py | 0 | package 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.py | 0 | quick validation script for skills - minimal version |
| HIGH | …ls/development/skill-creator/scripts/quick_validate.py | 0 | quick validation script for skills - minimal version |
| HIGH | …lopment/skill-creation-guide/scripts/quick_validate.py | 0 | quick validation script for skills - minimal version |
| HIGH | …s/productivity/skill-creator/scripts/quick_validate.py | 0 | quick validation script for skills - minimal version |
| HIGH | …pment/skill-development/scripts/improve_description.py | 0 | improve 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.py | 0 | improve 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.py | 0 | improve 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.py | 0 | run `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.py | 0 | run `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.py | 0 | run `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.py | 0 | call claude to improve the description based on eval results. |
| HIGH | …velopment/skill-creator/scripts/improve_description.py | 0 | call claude to improve the description based on eval results. |
| HIGH | …ductivity/skill-creator/scripts/improve_description.py | 0 | call claude to improve the description based on eval results. |
| HIGH | …pment/skill-development/scripts/improve_description.py | 0 | you 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.py | 0 | you 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.py | 0 | you 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.py | 0 | </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.py | 0 | </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.py | 0 | </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.py | 0 | aggregate individual run results into benchmark summary statistics. reads grading.json files from run directories and pr |
| HIGH | …velopment/skill-creator/scripts/aggregate_benchmark.py | 0 | aggregate individual run results into benchmark summary statistics. reads grading.json files from run directories and pr |
| 340 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | cli-tool/docs_to_claude/STATUSLINE_GUIDE.md | 964 | except Exception as e: |
| LOW | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 449 | except Exception as e: |
| LOW | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 498 | except Exception as e: |
| LOW | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 759 | except Exception as e: |
| LOW | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 830 | except Exception as e: |
| LOW | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 970 | except Exception as e: |
| LOW | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 1006 | except Exception as e: |
| LOW | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 1096 | except Exception as e: |
| LOW | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 1198 | except Exception as e: |
| LOW | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 1229 | except Exception as e: |
| MEDIUM | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 1187 | def main(): |
| MEDIUM | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 1212 | def main(): |
| LOW | …l/components/settings/statusline/deadline-countdown.py | 53 | except Exception: |
| LOW | …l/components/settings/statusline/deadline-countdown.py | 120 | except Exception as e: |
| MEDIUM | …l/components/settings/statusline/deadline-countdown.py | 101 | def main(): |
| LOW | …tool/components/settings/statusline/context-monitor.py | 55 | except Exception: |
| LOW | …tool/components/settings/statusline/context-monitor.py | 291 | except Exception as e: |
| MEDIUM | …tool/components/settings/statusline/context-monitor.py | 246 | def main(): |
| LOW | …-tool/components/agents/database/database-architect.md | 374 | except Exception as e: |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 420 | except Exception as e: |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 462 | except Exception as e: |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 490 | except Exception as rule_error: |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 499 | except Exception as e: |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 549 | except Exception as e: |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 602 | except Exception as e: |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 671 | except Exception as e: |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 705 | except Exception as e: |
| LOW | …/obsidian-ops-team/Scripts/enhance_tag_standardizer.py | 313 | except Exception as e: |
| MEDIUM | …/obsidian-ops-team/Scripts/enhance_tag_standardizer.py | 314 | print(f"Error processing {file_path}: {e}") |
| LOW | …s/agents/obsidian-ops-team/Scripts/tag_standardizer.py | 249 | except Exception as e: |
| MEDIUM | …s/agents/obsidian-ops-team/Scripts/tag_standardizer.py | 250 | print(f"Error processing {file_path}: {e}") |
| LOW | …s/agents/obsidian-ops-team/Scripts/tag_standardizer.py | 276 | except Exception as e: |
| MEDIUM | …s/agents/obsidian-ops-team/Scripts/tag_standardizer.py | 277 | print(f"Error analyzing {file_path}: {e}") |
| LOW | …nts/obsidian-ops-team/Scripts/daily_notes_connector.py | 290 | except Exception as e: |
| MEDIUM | …nts/obsidian-ops-team/Scripts/daily_notes_connector.py | 291 | print(f"Error processing {note}: {e}") |
| LOW | …ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py | 72 | except Exception as e: |
| MEDIUM | …ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py | 73 | print(f"Error processing {file_path}: {e}") |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 79 | except Exception as e: |
| MEDIUM | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 80 | print(f"Error reading {file_path}: {e}") |
| LOW | …nts/agents/obsidian-ops-team/Scripts/metadata_adder.py | 142 | except Exception as e: |
| MEDIUM | …nts/agents/obsidian-ops-team/Scripts/metadata_adder.py | 143 | print(f"Error processing {file_path}: {e}") |
| LOW | …/obsidian-ops-team/Scripts/find_keyword_connections.py | 149 | except Exception as e: |
| MEDIUM | …/obsidian-ops-team/Scripts/find_keyword_connections.py | 150 | print(f"Error updating {file_path}: {e}") |
| LOW | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 162 | except Exception as e: |
| MEDIUM | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 163 | print(f"Error organizing files: {e}") |
| LOW | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 207 | except Exception as e: |
| MEDIUM | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 208 | print(f"Error creating MOC: {e}") |
| LOW | cli-tool/components/sandbox/e2b/e2b-monitor.py | 50 | except Exception as e: |
| LOW | cli-tool/components/sandbox/e2b/e2b-monitor.py | 85 | except Exception as e: |
| LOW | cli-tool/components/sandbox/e2b/e2b-monitor.py | 114 | except Exception as e: |
| LOW | cli-tool/components/sandbox/e2b/e2b-monitor.py | 199 | except Exception as e: |
| MEDIUM | cli-tool/components/sandbox/e2b/e2b-launcher.py | 84 | print("Error: E2B API key is required") |
| MEDIUM | cli-tool/components/sandbox/e2b/e2b-launcher.py | 89 | print("Error: Anthropic API key is required") |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 122 | except Exception as e: |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 411 | except Exception as e: |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 424 | except Exception as e: |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 434 | except Exception as cleanup_error: |
| LOW | cli-tool/components/hooks/security/secret-scanner.py | 231 | except Exception as e: |
| LOW | …ool/components/hooks/automation/telegram-pr-webhook.py | 46 | except Exception: |
| LOW | …ool/components/hooks/automation/telegram-pr-webhook.py | 85 | except Exception as e: |
| 1191 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | cli-tool/bin/create-claude-config.js | 28 | console.log(chalk.hex('#F97316')('════════════════════════════════════════════════════════════════')); |
| MEDIUM | cli-tool/bin/create-claude-config.js | 34 | console.log(chalk.hex('#F97316')('════════════════════════════════════════════════════════════════\n')); |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 19 | #----------------------------------------------------------------------- |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 27 | #----------------------------------------------------------------------- |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 54 | #----------------------------------------------------------------------- |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 61 | #----------------------------------------------------------------------- |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 77 | #----------------------------------------------------------------------- |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 79 | #----------------------------------------------------------------------- |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 108 | #----------------------------------------------------------------------- |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 110 | #----------------------------------------------------------------------- |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 153 | #----------------------------------------------------------------------- |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 155 | #----------------------------------------------------------------------- |
| MEDIUM | …components/hooks/development-tools/worktree-ghostty.sh | 31 | #----------------------------------------------------------------------- |
| MEDIUM | …components/hooks/development-tools/worktree-ghostty.sh | 33 | #----------------------------------------------------------------------- |
| MEDIUM | …components/hooks/development-tools/worktree-ghostty.sh | 105 | #----------------------------------------------------------------------- |
| MEDIUM | …components/hooks/development-tools/worktree-ghostty.sh | 107 | #----------------------------------------------------------------------- |
| MEDIUM | …components/hooks/development-tools/worktree-ghostty.sh | 128 | #----------------------------------------------------------------------- |
| MEDIUM | …components/hooks/development-tools/worktree-ghostty.sh | 130 | #----------------------------------------------------------------------- |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 445 | # ── Embedded dashboard ───────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 1202 | # ── Main ─────────────────────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 29 | # ── Constants ────────────────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 39 | # ── Path helpers ─────────────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 67 | # ── Context limit detection ──────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 101 | # ── Pid file ─────────────────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 128 | # ── Port ─────────────────────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 153 | # ── Session registry ─────────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 193 | # ── JSONL incremental reader ─────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 220 | # ── State builder ────────────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 372 | # ── Global server state ──────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 409 | # ── Background threads ───────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 572 | // ─── Config ─────────────────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 607 | // ─── Legend ─────────────────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 616 | // ─── Bar rendering ───────────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 635 | // ─── Sidebar ────────────────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 664 | // ─── Graph ──────────────────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 706 | // ── Column headers ────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 720 | // ── Vertical track lines ──────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 733 | // ── Branch edges (Agent → subagent) ──────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 751 | // ── Node pills ────────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 820 | // ── Tooltip ────────────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 847 | // ─── Main render ────────────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 889 | // ─── Zoom ───────────────────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 933 | // ─── Resizable sidebar ──────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 967 | # ── HTTP handler ─────────────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 1075 | # ── Server process ───────────────────────────────────────────────────────────── |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 1116 | # ── Modes ────────────────────────────────────────────────────────────────────── |
| MEDIUM | …/creative-design/algorithmic-art/templates/viewer.html | 441 | // ═══════════════════════════════════════════════════════════════════════ |
| MEDIUM | …/creative-design/algorithmic-art/templates/viewer.html | 443 | // ═══════════════════════════════════════════════════════════════════════ |
| MEDIUM | …/creative-design/algorithmic-art/templates/viewer.html | 456 | // ═══════════════════════════════════════════════════════════════════════ |
| MEDIUM | …/creative-design/algorithmic-art/templates/viewer.html | 458 | // ═══════════════════════════════════════════════════════════════════════ |
| MEDIUM | …/creative-design/algorithmic-art/templates/viewer.html | 507 | // ═══════════════════════════════════════════════════════════════════════ |
| MEDIUM | …/creative-design/algorithmic-art/templates/viewer.html | 509 | // ═══════════════════════════════════════════════════════════════════════ |
| MEDIUM | …/creative-design/algorithmic-art/templates/viewer.html | 518 | // ═══════════════════════════════════════════════════════════════════════ |
| MEDIUM | …/creative-design/algorithmic-art/templates/viewer.html | 520 | // ═══════════════════════════════════════════════════════════════════════ |
| MEDIUM | …/creative-design/algorithmic-art/templates/viewer.html | 530 | // ═══════════════════════════════════════════════════════════════════════ |
| MEDIUM | …/creative-design/algorithmic-art/templates/viewer.html | 532 | // ═══════════════════════════════════════════════════════════════════════ |
| MEDIUM | …distributed-training-deepspeed/references/tutorials.md | 2370 | # --------------------------------------- |
| MEDIUM | …distributed-training-deepspeed/references/tutorials.md | 2372 | # --------------------------------------- |
| MEDIUM | …distributed-training-deepspeed/references/tutorials.md | 2392 | # ---------------------------------- |
| MEDIUM | …distributed-training-deepspeed/references/tutorials.md | 2394 | # ---------------------------------- |
| 319 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | CONTRIBUTING.md | 124 | "API_KEY": "<YOUR_API_KEY>", |
| HIGH | CONTRIBUTING.md | 124 | "API_KEY": "<YOUR_API_KEY>", |
| HIGH | …l/.claude/sandbox/cloudflare/IMPLEMENTATION_SUMMARY.md | 220 | node monitor.ts "Calculate factorial of 5" your_api_key |
| HIGH | cli-tool/.claude/sandbox/cloudflare/QUICKSTART.md | 211 | node monitor.ts "your prompt" your_api_key |
| HIGH | cli-tool/.claude/sandbox/cloudflare/README.md | 15 | echo "ANTHROPIC_API_KEY=your-api-key-here" > .dev.vars |
| HIGH | cli-tool/.claude/sandbox/cloudflare/README.md | 110 | node launcher.ts "Fibonacci 10" "" your_api_key https://your-worker.workers.dev |
| HIGH | cli-tool/.claude/sandbox/cloudflare/README.md | 113 | node launcher.ts "Create a React app" "--agent frontend-developer" your_api_key |
| HIGH | cli-tool/.claude/sandbox/cloudflare/README.md | 121 | node monitor.ts "Calculate factorial of 5" your_api_key |
| HIGH | cli-tool/.claude/sandbox/cloudflare/README.md | 124 | node monitor.ts "Sum array" your_api_key https://your-worker.workers.dev |
| HIGH | …i-tool/.claude/sandbox/cloudflare/SANDBOX_DEBUGGING.md | 169 | node monitor.ts "Calculate factorial of 5" your_api_key |
| HIGH | …i-tool/.claude/sandbox/cloudflare/SANDBOX_DEBUGGING.md | 172 | node monitor.ts "Fibonacci 10" your_api_key https://your-worker.workers.dev |
| HIGH | cli-tool/.claude/sandbox/cloudflare/monitor.ts | 333 | console.log(' node monitor.ts "Fibonacci 10" YOUR_API_KEY'); |
| HIGH | …/components/settings/partnerships/glm-coding-plan.json | 5 | "ANTHROPIC_AUTH_TOKEN": "YOUR-API-KEY", |
| HIGH | cli-tool/components/mcps/web/web-reader.json | 8 | "Authorization": "Bearer your_api_key" |
| HIGH | cli-tool/components/mcps/web/zread.json | 8 | "Authorization": "Bearer your_api_key" |
| HIGH | cli-tool/components/mcps/web/web-search-prime.json | 8 | "Authorization": "Bearer your_api_key" |
| HIGH | …ol/components/mcps/integration/github-integration.json | 8 | "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>" |
| HIGH | …-tool/components/mcps/deepresearch/mcp-server-nia.json | 8 | "NIA_API_KEY": "YOUR_API_KEY", |
| HIGH | cli-tool/components/mcps/audio/elevenlabs.json | 8 | "ELEVENLABS_API_KEY": "<your-api-key>", |
| HIGH | cli-tool/components/mcps/devtools/codacy.json | 8 | "CODACY_ACCOUNT_TOKEN": "<YOUR_TOKEN>" |
| HIGH | cli-tool/components/mcps/devtools/firecrawl.json | 8 | "FIRECRAWL_API_KEY": "YOUR-API-KEY" |
| HIGH | cli-tool/components/mcps/devtools/zai-mcp-server.json | 12 | "Z_AI_API_KEY": "your_api_key", |
| HIGH | …i-tool/components/mcps/devtools/mcp-server-trello.json | 7 | "TRELLO_API_KEY": "your-api-key", |
| HIGH | cli-tool/components/mcps/devtools/testsprite.json | 10 | "API_KEY": "your-api-key" |
| HIGH | …ts/mcps/browser_automation/browser-use-mcp-server.json | 16 | "OPENAI_API_KEY": "your-api-key" |
| HIGH | cli-tool/components/sandbox/docker/README.md | 27 | export ANTHROPIC_API_KEY=sk-ant-your-api-key-here |
| HIGH | …omponents/sandbox/cloudflare/IMPLEMENTATION_SUMMARY.md | 220 | node monitor.ts "Calculate factorial of 5" your_api_key |
| HIGH | cli-tool/components/sandbox/cloudflare/QUICKSTART.md | 211 | node monitor.ts "your prompt" your_api_key |
| HIGH | cli-tool/components/sandbox/cloudflare/README.md | 15 | echo "ANTHROPIC_API_KEY=your-api-key-here" > .dev.vars |
| HIGH | cli-tool/components/sandbox/cloudflare/README.md | 110 | node launcher.ts "Fibonacci 10" "" your_api_key https://your-worker.workers.dev |
| HIGH | cli-tool/components/sandbox/cloudflare/README.md | 113 | node launcher.ts "Create a React app" "--agent frontend-developer" your_api_key |
| HIGH | cli-tool/components/sandbox/cloudflare/README.md | 121 | node monitor.ts "Calculate factorial of 5" your_api_key |
| HIGH | cli-tool/components/sandbox/cloudflare/README.md | 124 | node monitor.ts "Sum array" your_api_key https://your-worker.workers.dev |
| HIGH | …ool/components/sandbox/cloudflare/SANDBOX_DEBUGGING.md | 169 | node monitor.ts "Calculate factorial of 5" your_api_key |
| HIGH | …ool/components/sandbox/cloudflare/SANDBOX_DEBUGGING.md | 172 | node monitor.ts "Fibonacci 10" your_api_key https://your-worker.workers.dev |
| HIGH | cli-tool/components/sandbox/cloudflare/monitor.ts | 333 | console.log(' node monitor.ts "Fibonacci 10" YOUR_API_KEY'); |
| HIGH | …components/commands/nextjs-vercel/nextjs-api-tester.md | 239 | -H "Authorization: Bearer YOUR_TOKEN_HERE" \ |
| HIGH | …components/commands/nextjs-vercel/nextjs-api-tester.md | 244 | -H "Authorization: Bearer YOUR_TOKEN_HERE" \ |
| HIGH | …ents/skills/database/using-neon/references/devtools.md | 87 | "NEON_API_KEY": "your-api-key" |
| HIGH | …ents/skills/database/using-neon/references/neon-cli.md | 38 | export NEON_API_KEY=your-api-key |
| HIGH | …ol/components/skills/ai-research/rag-pinecone/SKILL.md | 50 | pc = Pinecone(api_key="your-api-key") |
| HIGH | …ts/skills/ai-research/observability-langsmith/SKILL.md | 45 | export LANGSMITH_API_KEY="your-api-key" |
| HIGH | …/observability-langsmith/references/troubleshooting.md | 45 | export LANGSMITH_API_KEY="your-api-key" |
| HIGH | …/observability-langsmith/references/troubleshooting.md | 48 | LANGSMITH_API_KEY=your-api-key |
| HIGH | …/observability-langsmith/references/troubleshooting.md | 55 | client = Client(api_key="your-api-key") |
| HIGH | …omponents/skills/ai-research/agents-langchain/SKILL.md | 339 | os.environ["LANGCHAIN_API_KEY"] = "your-api-key" |
| HIGH | …ai-research/agents-langchain/references/integration.md | 40 | pinecone.init(api_key="your-api-key", environment="us-west1-gcp") |
| HIGH | …/skills/ai-research/gemini-api-agent-platform/SKILL.md | 75 | export GOOGLE_API_KEY='your-api-key' |
| HIGH | …kills/ai-research/prompt-engineering-guidance/SKILL.md | 272 | api_key="your-api-key" # Or set ANTHROPIC_API_KEY env var |
| HIGH | …kills/ai-research/prompt-engineering-guidance/SKILL.md | 281 | api_key="your-api-key" # Or set OPENAI_API_KEY env var |
| HIGH | …rch/prompt-engineering-guidance/references/backends.md | 28 | api_key="your-api-key-here" |
| HIGH | …rch/prompt-engineering-guidance/references/backends.md | 53 | api_key="your-api-key", |
| HIGH | …rch/prompt-engineering-guidance/references/backends.md | 95 | api_key="your-api-key-here" |
| HIGH | …rch/prompt-engineering-guidance/references/backends.md | 120 | api_key="your-api-key", |
| HIGH | …ol/components/skills/ai-research/datadog-cli/README.md | 22 | export DD_API_KEY="your-api-key" |
| HIGH | …ool/components/skills/ai-research/datadog-cli/SKILL.md | 24 | export DD_API_KEY="your-api-key" |
| HIGH | …ch/observability-phoenix/references/troubleshooting.md | 314 | api_key="your-api-key" # Or use headers |
| HIGH | …ch/observability-phoenix/references/troubleshooting.md | 319 | os.environ["PHOENIX_API_KEY"] = "your-api-key" |
| HIGH | …l/components/skills/ai-research/deep-research/SKILL.md | 34 | export GEMINI_API_KEY=your-api-key-here |
| HIGH | …tool/components/skills/ai-research/rag-qdrant/SKILL.md | 418 | api_key="your-api-key" |
| 126 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | cli-tool/tests/integration/analytics-system.test.js | 301 | async function createTestConversationFiles(testDir) { |
| LOW | cli-tool/.claude/sandbox/cloudflare/monitor.ts | 232 | async function enhancedSandboxMonitoring( |
| LOW | …tool/components/settings/statusline/context-monitor.py | 59 | def parse_context_from_transcript(transcript_path): |
| LOW | …/components/agents/data-ai/computer-vision-engineer.md | 110 | def encode_faces_from_directory(self, directory_path): |
| LOW | …/components/agents/data-ai/computer-vision-engineer.md | 258 | def detect_document_structure(self, image_path): |
| LOW | cli-tool/components/agents/database/nosql-specialist.md | 220 | class RedisDataManager: |
| LOW | cli-tool/components/agents/database/nosql-specialist.md | 479 | def single_table_design_patterns(self): |
| LOW | cli-tool/components/agents/database/nosql-specialist.md | 567 | def implement_caching_pattern(self): |
| LOW | …-tool/components/agents/database/database-architect.md | 474 | def recommend_database_technology(requirements): |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 424 | def check_security_hub_findings(self) -> List[Dict[str, Any]]: |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 503 | def check_cloudtrail_anomalies(self) -> List[Dict[str, Any]]: |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 606 | def generate_security_recommendations(self, security_report: Dict[str, Any]) -> List[Dict[str, Any]]: |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 860 | def run_compliance_assessment(): |
| LOW | …ts/business-marketing/marketing-attribution-analyst.md | 115 | def build_marketing_mix_model(marketing_data): |
| LOW | …ts/business-marketing/marketing-attribution-analyst.md | 193 | def run_geo_incrementality_test(test_data, control_data): |
| LOW | …ts/business-marketing/marketing-attribution-analyst.md | 238 | def build_attribution_lstm_model(sequence_data): |
| LOW | …ts/business-marketing/marketing-attribution-analyst.md | 268 | def optimize_budget_allocation(channel_performance, total_budget): |
| LOW | …deep-research-team/competitive-intelligence-analyst.md | 55 | def create_competitor_profile(self, company_name, analysis_scope): |
| LOW | …deep-research-team/competitive-intelligence-analyst.md | 170 | def collect_financial_intelligence(self, company_ticker): |
| LOW | …deep-research-team/competitive-intelligence-analyst.md | 202 | def monitor_competitive_moves(self, competitor_list, monitoring_period_days=30): |
| LOW | …deep-research-team/competitive-intelligence-analyst.md | 242 | def analyze_job_posting_intelligence(self, company_name): |
| LOW | …deep-research-team/competitive-intelligence-analyst.md | 306 | def create_competitive_landscape_map(self, market_segment): |
| LOW | …deep-research-team/competitive-intelligence-analyst.md | 339 | def assess_market_opportunity(self, market_segment, geographic_scope='global'): |
| LOW | …deep-research-team/competitive-intelligence-analyst.md | 384 | def generate_executive_briefing(self, analysis_data, briefing_type='comprehensive'): |
| LOW | …deep-research-team/competitive-intelligence-analyst.md | 423 | def create_competitive_dashboard(self, tracking_metrics): |
| LOW | …l/components/agents/deep-research-team/fact-checker.md | 65 | def extract_verifiable_claims(self, content): |
| LOW | …l/components/agents/deep-research-team/fact-checker.md | 153 | def assess_source_credibility(self, source_url, source_content=None): |
| LOW | …l/components/agents/deep-research-team/fact-checker.md | 234 | def detect_misinformation_patterns(self, content, metadata=None): |
| LOW | …l/components/agents/deep-research-team/fact-checker.md | 282 | def validate_statistical_claims(self, statistical_claims): |
| LOW | …l/components/agents/deep-research-team/fact-checker.md | 501 | def generate_fact_check_report(self, verification_results): |
| LOW | …obsidian-ops-team/Scripts/parse_keyword_connections.py | 8 | def parse_keyword_connections(report_path): |
| LOW | …nts/obsidian-ops-team/Scripts/daily_notes_connector.py | 126 | def find_temporal_connections(self, file_path, all_notes): |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 91 | def suggest_links_by_entities(self): |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 120 | def suggest_links_by_keywords(self): |
| LOW | …/obsidian-ops-team/Scripts/find_keyword_connections.py | 20 | def extract_keywords_from_file(file_path): |
| LOW | …/obsidian-ops-team/Scripts/find_keyword_connections.py | 153 | def implement_keyword_connections(connections, limit=50): |
| LOW | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 48 | def extract_topics_from_filename(self, filename): |
| LOW | cli-tool/components/sandbox/cloudflare/monitor.ts | 232 | async function enhancedSandboxMonitoring( |
| LOW | cli-tool/components/sandbox/e2b/e2b-monitor.py | 17 | def monitor_sandbox_execution(sbx, command, timeout=600): |
| LOW | cli-tool/components/sandbox/e2b/e2b-monitor.py | 117 | def enhanced_sandbox_execution(prompt, components_to_install="", e2b_api_key=None, anthropic_api_key=None): |
| LOW | cli-tool/components/skills/video/sora/scripts/sora.py | 286 | def _extract_retry_after_seconds(exc: Exception) -> Optional[float]: |
| LOW | …ls/creative-design/meme-factory/references/examples.md | 408 | def deployment_workflow_with_memes(deployment_result: dict): |
| LOW | …creative-design/meme-factory/scripts/meme_generator.py | 142 | def suggest_template_for_context(self, context: str) -> str: |
| LOW | …ents/skills/creative-design/claude-d3js-skill/SKILL.md | 186 | function setupResponsiveChartWithObserver(svgElement, data) { |
| LOW | …ecuting-marketing-campaigns/scripts/marketing_utils.py | 142 | def generate_campaign_tracking_sheet( |
| LOW | …eative-design/slack-gif-creator/core/frame_composer.py | 99 | def create_gradient_background( |
| LOW | …gn/ux-researcher-designer/scripts/persona_generator.py | 50 | def generate_persona_from_data(self, user_data: List[Dict], |
| LOW | …gn/ux-researcher-designer/scripts/persona_generator.py | 396 | def _derive_design_implications(self, patterns: Dict) -> List[str]: |
| LOW | …ign/ui-design-system/scripts/design_token_generator.py | 133 | def generate_typography_system(self, style: str) -> Dict: |
| LOW | …ign/ui-design-system/scripts/design_token_generator.py | 390 | def generate_animation_tokens(self) -> Dict: |
| LOW | …s/skills/creative-design/imagegen/scripts/image_gen.py | 113 | def _validate_generate_payload(payload: Dict[str, Any]) -> None: |
| LOW | …s/skills/creative-design/imagegen/scripts/image_gen.py | 273 | def _decode_write_and_downscale( |
| LOW | …s/skills/creative-design/imagegen/scripts/image_gen.py | 415 | def _extract_retry_after_seconds(exc: Exception) -> Optional[float]: |
| LOW | …s/skills/creative-design/imagegen/scripts/image_gen.py | 449 | async def _generate_one_with_retries( |
| LOW | …/ai-research/safety-alignment-nemo-guardrails/SKILL.md | 96 | async def check_output_hallucination(context): |
| LOW | …distributed-training-deepspeed/references/tutorials.md | 2205 | def setup_model_and_optimizer(args): |
| LOW | …distributed-training-deepspeed/references/tutorials.md | 5087 | def initialize_model_parallel( |
| LOW | …distributed-training-deepspeed/references/tutorials.md | 5104 | def get_sequence_parallel_group(): |
| LOW | …distributed-training-deepspeed/references/tutorials.md | 5881 | def setup_model_and_optimizer(args): |
| LOW | …ch/emerging-techniques-knowledge-distillation/SKILL.md | 240 | def logit_distillation_trainer(student, teacher, dataloader, temperature=2.0): |
| 827 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …tool/components/settings/statusline/context-monitor.py | 59 | |
| LOW | …tool/components/settings/statusline/context-monitor.py | 130 | |
| LOW | …tool/components/settings/statusline/context-monitor.py | 246 | |
| LOW | …/obsidian-ops-team/Scripts/enhance_tag_standardizer.py | 267 | |
| LOW | …idian-ops-team/Scripts/implement_entity_connections.py | 34 | |
| LOW | …idian-ops-team/Scripts/implement_entity_connections.py | 116 | |
| LOW | …s/agents/obsidian-ops-team/Scripts/tag_standardizer.py | 192 | |
| LOW | …s/agents/obsidian-ops-team/Scripts/tag_standardizer.py | 214 | |
| LOW | …s/agents/obsidian-ops-team/Scripts/tag_standardizer.py | 253 | |
| LOW | …nts/obsidian-ops-team/Scripts/daily_notes_connector.py | 92 | |
| LOW | …nts/obsidian-ops-team/Scripts/daily_notes_connector.py | 164 | |
| LOW | …nts/obsidian-ops-team/Scripts/daily_notes_connector.py | 221 | |
| LOW | …ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py | 11 | |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 91 | |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 120 | |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 159 | |
| LOW | …nts/agents/obsidian-ops-team/Scripts/metadata_adder.py | 33 | |
| LOW | …/obsidian-ops-team/Scripts/find_keyword_connections.py | 39 | |
| LOW | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 240 | |
| LOW | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 20 | |
| LOW | cli-tool/components/sandbox/e2b/e2b-monitor.py | 55 | |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 69 | |
| LOW | cli-tool/components/hooks/security/secret-scanner.py | 201 | |
| LOW | cli-tool/components/hooks/security/secret-scanner.py | 295 | |
| LOW | cli-tool/components/hooks/automation/change-logger.py | 58 | |
| LOW | …i-tool/components/hooks/monitoring/context-timeline.py | 411 | |
| LOW | …i-tool/components/hooks/monitoring/context-timeline.py | 1204 | |
| LOW | …i-tool/components/hooks/monitoring/context-timeline.py | 199 | |
| LOW | …i-tool/components/hooks/monitoring/context-timeline.py | 278 | |
| LOW | …i-tool/components/hooks/monitoring/context-timeline.py | 308 | |
| LOW | …i-tool/components/hooks/monitoring/context-timeline.py | 982 | |
| LOW | …i-tool/components/hooks/monitoring/context-timeline.py | 1050 | |
| LOW | cli-tool/components/skills/video/sora/scripts/sora.py | 382 | |
| LOW | …/creative-design/mobile-design/scripts/mobile_audit.py | 81 | |
| LOW | …creative-design/ui-ux-pro-max/scripts/design_system.py | 116 | |
| LOW | …ecuting-marketing-campaigns/scripts/marketing_utils.py | 231 | |
| LOW | …s/creative-design/slack-gif-creator/core/validators.py | 11 | |
| LOW | …gn/ux-researcher-designer/scripts/persona_generator.py | 159 | |
| LOW | …creative-design/luma-imagegen/scripts/luma_imagegen.py | 31 | |
| LOW | …creative-design/luma-imagegen/scripts/luma_imagegen.py | 124 | |
| LOW | …/results/2026-01-05-00-49-17/humaneval-solutions/40.py | 1 | |
| LOW | …/results/2026-01-05-00-49-17/humaneval-solutions/75.py | 1 | |
| LOW | …s/results/2026-01-05-00-49-17/humaneval-solutions/6.py | 4 | |
| LOW | …results/2026-01-05-00-49-17/humaneval-solutions/147.py | 1 | |
| LOW | …results/2026-01-05-00-49-17/humaneval-solutions/125.py | 1 | |
| LOW | …results/2026-01-05-00-49-17/humaneval-solutions/124.py | 1 | |
| LOW | …s/results/2026-01-05-00-49-17/humaneval-solutions/1.py | 4 | |
| LOW | …/results/2026-01-05-00-49-17/humaneval-solutions/81.py | 1 | |
| LOW | …mode/benchmarks/results/humaneval-loki-solutions/40.py | 6 | |
| LOW | …mode/benchmarks/results/humaneval-loki-solutions/75.py | 6 | |
| LOW | …-mode/benchmarks/results/humaneval-loki-solutions/6.py | 9 | |
| LOW | …ode/benchmarks/results/humaneval-loki-solutions/132.py | 6 | |
| LOW | …ode/benchmarks/results/humaneval-loki-solutions/147.py | 6 | |
| LOW | …ode/benchmarks/results/humaneval-loki-solutions/125.py | 6 | |
| LOW | …-mode/benchmarks/results/humaneval-loki-solutions/1.py | 9 | |
| LOW | …mode/benchmarks/results/humaneval-loki-solutions/81.py | 6 | |
| LOW | …ecurity/vulnerability-scanner/scripts/security_scan.py | 97 | |
| LOW | …ecurity/vulnerability-scanner/scripts/security_scan.py | 181 | |
| LOW | …ecurity/vulnerability-scanner/scripts/security_scan.py | 236 | |
| LOW | …ecurity/vulnerability-scanner/scripts/security_scan.py | 296 | |
| 505 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | cli-tool/test-detailed.sh | 68 | # Check if CLAUDE.md was created |
| LOW | cli-tool/test-detailed.sh | 72 | # Check if .claude directory was created |
| LOW | cli-tool/test-detailed.sh | 76 | # Check if settings.json was created (for non-common languages) |
| LOW | …tool/components/settings/statusline/context-monitor.py | 17 | # Check if inside a git repository |
| LOW | …idian-ops-team/Scripts/implement_entity_connections.py | 49 | # Check if link already exists |
| LOW | …idian-ops-team/Scripts/implement_entity_connections.py | 92 | # Check if we need to add a Related section |
| LOW | …s/agents/obsidian-ops-team/Scripts/tag_standardizer.py | 231 | # Check if tags changed |
| LOW | …nts/obsidian-ops-team/Scripts/daily_notes_connector.py | 45 | # Check if filename matches date pattern |
| LOW | …ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py | 24 | # Check if file has frontmatter |
| LOW | …ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py | 45 | # Check if tags line has quoted values |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 101 | # Check if files don't already link to each other |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 143 | # Check if files don't already link to each other |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 165 | # Check if any other notes link to this one |
| LOW | …/obsidian-ops-team/Scripts/find_keyword_connections.py | 115 | # Check if link already exists |
| LOW | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 197 | # Check if file already exists |
| LOW | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 224 | # Check if directory has enough content to warrant a MOC |
| LOW | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 226 | # Check if MOC already exists |
| LOW | cli-tool/components/sandbox/e2b/e2b-monitor.py | 180 | # Display results |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 230 | # Check if we can write to current directory |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 394 | # Read file content from sandbox |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 404 | # Write file locally |
| LOW | cli-tool/components/hooks/security/secret-scanner.py | 219 | # Check if it's actually a comment with example |
| LOW | cli-tool/components/hooks/security/secret-scanner.py | 317 | # Check if commit uses -a flag (auto-stage tracked modified files) |
| LOW | cli-tool/components/hooks/quality-gates/scope-guard.sh | 62 | # Check if declared path is a suffix of the modified file path |
| LOW | …-tool/components/hooks/monitoring/langsmith-tracing.sh | 134 | # Set trap to cleanup on exit (EXIT covers normal exit, errors, and interrupts) |
| LOW | …-tool/components/hooks/monitoring/langsmith-tracing.sh | 158 | # Check if message is tool result |
| LOW | …-tool/components/hooks/monitoring/langsmith-tracing.sh | 216 | # Check if content is an array |
| LOW | cli-tool/components/hooks/git/conventional-commits.py | 33 | # Check if message follows Conventional Commits format |
| LOW | cli-tool/components/hooks/git/prevent-direct-push.py | 30 | # Check if pushing to main or develop |
| LOW | cli-tool/components/hooks/git/prevent-direct-push.py | 34 | # Check if command or current branch targets protected branches |
| LOW | …/creative-design/mobile-design/scripts/mobile_audit.py | 355 | # Check if following iOS scale roughly |
| LOW | …/creative-design/mobile-design/scripts/mobile_audit.py | 372 | # Check if using sp (scale-independent pixels) |
| LOW | …/creative-design/mobile-design/scripts/mobile_audit.py | 379 | # Check if font sizes follow modular scale |
| LOW | …/creative-design/mobile-design/scripts/mobile_audit.py | 416 | # Check if overusing bold (mobile should be regular-dominant) |
| LOW | …/creative-design/mobile-design/scripts/mobile_audit.py | 432 | # Check if using light colors in dark mode (bad for OLED) |
| LOW | …/creative-design/mobile-design/scripts/mobile_audit.py | 609 | # Check if using Hermes engine (should be default in modern RN) |
| LOW | …/skills/ai-research/loki-mode/tests/test-task-queue.sh | 363 | # Check if already exists |
| LOW | …ls/ai-research/loki-mode/tests/test-circuit-breaker.sh | 148 | # Check if threshold reached |
| LOW | …ls/ai-research/loki-mode/tests/test-circuit-breaker.sh | 189 | # Check if cooldown expired |
| LOW | …omponents/skills/ai-research/loki-mode/autonomy/run.sh | 992 | # Check if a command is in the blocked list |
| LOW | …omponents/skills/ai-research/loki-mode/autonomy/run.sh | 1323 | # Check if completion promise is fulfilled in log output |
| LOW | …omponents/skills/ai-research/loki-mode/autonomy/run.sh | 1340 | # Check if max iterations reached |
| LOW | …omponents/skills/ai-research/loki-mode/autonomy/run.sh | 1349 | # Check if context clear was requested by agent |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 1217 | # Check if swebench is installed |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 1007 | # Check if swebench is installed |
| LOW | …arks/results/2026-01-05-01-24-17/swebench-results.json | 177 | "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.json | 202 | "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.json | 202 | "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.json | 587 | "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.json | 792 | "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.json | 917 | "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.json | 1052 | "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.json | 1057 | "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.json | 87 | "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.json | 257 | "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.json | 487 | "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.json | 702 | "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.json | 852 | "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.json | 1122 | "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.json | 1137 | "model_patch": "I understand the issue from the problem statement. Based on my knowledge of SymPy's printing syste |
| 266 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …/obsidian-ops-team/Scripts/enhance_tag_standardizer.py | 7 | |
| LOW | …/obsidian-ops-team/Scripts/enhance_tag_standardizer.py | 8 | |
| LOW | …/obsidian-ops-team/Scripts/enhance_tag_standardizer.py | 11 | |
| LOW | …/obsidian-ops-team/Scripts/enhance_tag_standardizer.py | 11 | |
| LOW | …obsidian-ops-team/Scripts/parse_keyword_connections.py | 5 | |
| LOW | …s/agents/obsidian-ops-team/Scripts/tag_standardizer.py | 7 | |
| LOW | …nts/obsidian-ops-team/Scripts/daily_notes_connector.py | 7 | |
| LOW | …nts/obsidian-ops-team/Scripts/daily_notes_connector.py | 13 | |
| LOW | …ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py | 6 | |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 7 | |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 10 | |
| LOW | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 7 | |
| LOW | cli-tool/components/sandbox/e2b/e2b-monitor.py | 10 | |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 9 | |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 10 | |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 11 | |
| LOW | …i-tool/components/hooks/monitoring/context-timeline.py | 236 | |
| LOW | cli-tool/components/skills/video/sora/scripts/sora.py | 7 | |
| LOW | cli-tool/components/skills/video/sora/scripts/sora.py | 17 | |
| LOW | cli-tool/components/skills/video/sora/scripts/sora.py | 192 | |
| LOW | …creative-design/ui-ux-pro-max/scripts/design_system.py | 14 | |
| LOW | …/creative-design/slack-gif-creator/core/gif_builder.py | 10 | |
| LOW | …eative-design/slack-gif-creator/core/frame_composer.py | 11 | |
| LOW | …gn/ux-researcher-designer/scripts/persona_generator.py | 8 | |
| LOW | …s/skills/creative-design/imagegen/scripts/image_gen.py | 7 | |
| LOW | …s/skills/creative-design/imagegen/scripts/image_gen.py | 319 | |
| LOW | …/results/2026-01-05-00-49-17/humaneval-solutions/11.py | 1 | |
| LOW | …s/results/2026-01-05-00-49-17/humaneval-solutions/9.py | 1 | |
| LOW | …/results/2026-01-05-00-49-17/humaneval-solutions/19.py | 1 | |
| LOW | …mode/benchmarks/results/humaneval-loki-solutions/11.py | 6 | |
| LOW | …-mode/benchmarks/results/humaneval-loki-solutions/9.py | 6 | |
| LOW | …mode/benchmarks/results/humaneval-loki-solutions/19.py | 6 | |
| LOW | …-grpo-rl-training/examples/reward_functions_library.py | 17 | |
| LOW | …ning-grpo-rl-training/templates/basic_grpo_training.py | 15 | |
| LOW | …ecurity/vulnerability-scanner/scripts/security_scan.py | 22 | |
| LOW | …ecurity-ownership-map/scripts/community_maintainers.py | 4 | |
| LOW | …ty/security-ownership-map/scripts/run_ownership_map.py | 4 | |
| LOW | …ty/security-ownership-map/scripts/run_ownership_map.py | 137 | |
| LOW | …rity/security-ownership-map/scripts/query_ownership.py | 4 | |
| LOW | …/security-ownership-map/scripts/build_ownership_map.py | 4 | |
| LOW | …velopment/senior-security/scripts/pentest_automator.py | 7 | |
| LOW | …velopment/senior-security/scripts/pentest_automator.py | 12 | |
| LOW | …velopment/senior-security/scripts/pentest_automator.py | 12 | |
| LOW | …evelopment/senior-security/scripts/security_auditor.py | 7 | |
| LOW | …evelopment/senior-security/scripts/security_auditor.py | 12 | |
| LOW | …evelopment/senior-security/scripts/security_auditor.py | 12 | |
| LOW | …/development/senior-security/scripts/threat_modeler.py | 7 | |
| LOW | …/development/senior-security/scripts/threat_modeler.py | 12 | |
| LOW | …/development/senior-security/scripts/threat_modeler.py | 12 | |
| LOW | …ills/development/plugin-forge/scripts/create_plugin.py | 8 | |
| LOW | …lopment/senior-frontend/scripts/frontend_scaffolder.py | 7 | |
| LOW | …lopment/senior-frontend/scripts/frontend_scaffolder.py | 12 | |
| LOW | …lopment/senior-frontend/scripts/frontend_scaffolder.py | 12 | |
| LOW | …lopment/senior-frontend/scripts/component_generator.py | 7 | |
| LOW | …lopment/senior-frontend/scripts/component_generator.py | 12 | |
| LOW | …lopment/senior-frontend/scripts/component_generator.py | 12 | |
| LOW | …development/senior-frontend/scripts/bundle_analyzer.py | 7 | |
| LOW | …development/senior-frontend/scripts/bundle_analyzer.py | 12 | |
| LOW | …development/senior-frontend/scripts/bundle_analyzer.py | 12 | |
| LOW | …evelopment/devops-iac-engineer/scripts/devops_utils.py | 10 | |
| 335 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | cli-tool/components/agents/data-ai/dotnet-maui.md | 111 | Microsoft.Maui.Handlers.ButtonHandler.Mapper.AppendToMapping("Custom", (handler, view) => |
| CRITICAL | …ills/ai-research/fine-tuning-axolotl/references/api.md | 658 | core.trainers.grpo.sampler.SequenceParallelRepeatRandomSampler.set_epoch(epoch) |
| CRITICAL | …ills/ai-research/fine-tuning-axolotl/references/api.md | 1795 | core.trainers.grpo.trainer.AxolotlGRPOSequenceParallelTrainer.get_train_dataloader( |
| CRITICAL | …ills/ai-research/fine-tuning-axolotl/references/api.md | 4690 | core.trainers.dpo.trainer.AxolotlDPOTrainer.push_to_hub(*args, **kwargs) |
| CRITICAL | …ills/ai-research/fine-tuning-axolotl/references/api.md | 4892 | core.trainers.mixins.scheduler.SchedulerMixin.create_scheduler( |
| CRITICAL | …lts/2026-01-05-10-37-54/swebench-loki-predictions.json | 406 | "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.json | 414 | "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.md | 43 | const entrypointRuleset = await client.zones.rulesets.phases.entrypoint.get("ddos_l7", { |
| CRITICAL | …s/development/cloudflare-deploy/references/ddos/api.md | 48 | await client.zones.rulesets.phases.entrypoint.update("ddos_l7", { |
| CRITICAL | …s/development/cloudflare-deploy/references/ddos/api.md | 70 | const l4Ruleset = await client.accounts.rulesets.phases.entrypoint.get("ddos_l4", { |
| CRITICAL | …elopment/cloudflare-deploy/references/ddos/patterns.md | 18 | await client.accounts.rulesets.phases.entrypoint.update("ddos_l7", { |
| CRITICAL | …elopment/cloudflare-deploy/references/ddos/patterns.md | 64 | return client.zones.rulesets.phases.entrypoint.update("ddos_l7", { |
| CRITICAL | …elopment/cloudflare-deploy/references/ddos/patterns.md | 131 | await client.zones.rulesets.phases.entrypoint.update("ddos_l7", { |
| CRITICAL | …elopment/cloudflare-deploy/references/ddos/patterns.md | 137 | await client.zones.rulesets.phases.entrypoint.update("http_request_firewall_managed", { |
| CRITICAL | …elopment/cloudflare-deploy/references/ddos/patterns.md | 143 | await client.zones.rulesets.phases.entrypoint.update("http_ratelimit", { |
| CRITICAL | …elopment/cloudflare-deploy/references/ddos/patterns.md | 149 | await client.zones.rulesets.phases.entrypoint.update("http_request_sbfm", { |
| CRITICAL | …elopment/cloudflare-deploy/references/ddos/patterns.md | 169 | await client.zones.rulesets.phases.entrypoint.update("http_request_cache_settings", { zone_id: zoneId, rules: [cacheRule |
| CRITICAL | …udflare-deploy/references/workers-for-platforms/api.md | 23 | await client.workersForPlatforms.dispatch.namespaces.scripts.update( |
| CRITICAL | …re-deploy/references/workers-for-platforms/patterns.md | 137 | await client.workersForPlatforms.dispatch.namespaces.scripts.update("production", name, { |
| CRITICAL | …/development/cloudflare-deploy/references/pages/api.md | 190 | const data = await event.locals.runtime.env.DB.prepare('SELECT * FROM users').all(); |
| CRITICAL | …lls/development/error-resolver/analysis/stack-trace.md | 141 | at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:897) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | cli-tool/docs_to_claude/SUBAGENTS_GUIDE.md | 392 | expect(response.data.user.name).toBe('John Doe'); |
| LOW | cli-tool/components/agents/database/nosql-specialist.md | 490 | 'Email': 'user@example.com', |
| LOW | …ol/components/commands/svelte/svelte-storybook-mock.md | 170 | email: 'user@example.com', |
| LOW | …gle-workspace/recipes/recipe-sync-contacts-to-sheet.md | 21 | 3. 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.md | 21 | 3. 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.md | 121 | { field: 'name', invalid: '', valid: 'John Doe' } |
| LOW | …components/commands/nextjs-vercel/nextjs-api-tester.md | 340 | name: 'John Doe', |
| LOW | cli-tool/components/skills/database/postgresql/SKILL.md | 109 | - **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.md | 88 | email: "user@example.com", |
| LOW | …tabase/using-neon/references/neon-auth/auth-methods.md | 11 | email: "user@example.com", |
| LOW | …tabase/using-neon/references/neon-auth/auth-methods.md | 13 | name: "John Doe", // Optional |
| LOW | …tabase/using-neon/references/neon-auth/auth-methods.md | 22 | email: "user@example.com", |
| LOW | …ls/database/supabase-postgres-best-practices/AGENTS.md | 202 | select email, name, created_at from users where email = 'user@example.com'; |
| LOW | …ls/database/supabase-postgres-best-practices/AGENTS.md | 212 | select email, name, created_at from users where email = 'user@example.com'; |
| LOW | …ls/database/supabase-postgres-best-practices/AGENTS.md | 238 | select * from users where email = 'user@example.com' and deleted_at is null; |
| LOW | …ls/database/supabase-postgres-best-practices/AGENTS.md | 249 | select * from users where email = 'user@example.com' and deleted_at is null; |
| LOW | …se/supabase-postgres-best-practices/rules/_template.md | 18 | SELECT * FROM users WHERE email = 'user@example.com' AND deleted_at IS NULL; |
| LOW | …se/supabase-postgres-best-practices/rules/_template.md | 28 | SELECT * FROM users WHERE email = 'user@example.com' AND deleted_at IS NULL; |
| LOW | …ostgres-best-practices/rules/query-covering-indexes.md | 18 | select email, name, created_at from users where email = 'user@example.com'; |
| LOW | …ostgres-best-practices/rules/query-covering-indexes.md | 28 | select email, name, created_at from users where email = 'user@example.com'; |
| LOW | …postgres-best-practices/rules/query-partial-indexes.md | 19 | select * from users where email = 'user@example.com' and deleted_at is null; |
| LOW | …postgres-best-practices/rules/query-partial-indexes.md | 30 | select * from users where email = 'user@example.com' and deleted_at is null; |
| LOW | …onents/skills/database/postgres-schema-design/SKILL.MD | 79 | - **Expression**: for computed search keys (`CREATE INDEX ON tbl (LOWER(email))`). Expression must match exactly in WHER |
| LOW | …design/c4-architecture/references/advanced-patterns.md | 59 | Enterprise_Boundary(company, "Acme Corp") { |
| LOW | …mpt-engineering-patterns/assets/few-shot-examples.json | 75 | "name": "Jane Doe", |
| LOW | …l/components/skills/ai-research/jira/references/mcp.md | 119 | mcp__atlassian__lookupJiraAccountId(query: "user@example.com") |
| LOW | …ponents/skills/ai-research/jira/references/commands.md | 166 | jira issue assign ISSUE-KEY "user@example.com" |
| LOW | …ponents/skills/ai-research/jira/references/commands.md | 167 | jira issue assign ISSUE-KEY "John Doe" |
| LOW | …ts/skills/ai-research/prompt-engineering-dspy/SKILL.md | 354 | print(result.person.name) # "John Doe" |
| LOW | …research/prompt-engineering-dspy/references/modules.md | 236 | print(result.person.name) # "John Doe" |
| LOW | …lls/ai-research/prompt-engineering-instructor/SKILL.md | 66 | print(user.name) # "John Doe" |
| LOW | …lls/ai-research/prompt-engineering-instructor/SKILL.md | 632 | "name": "John Doe", |
| LOW | …lls/ai-research/prompt-engineering-instructor/SKILL.md | 674 | "name": "John Doe", |
| LOW | …omponents/skills/ai-research/ml-paper-writing/SKILL.md | 581 | % - Lorem ipsum or placeholder text |
| LOW | …kills/ai-research/prompt-engineering-outlines/SKILL.md | 74 | print(user.name) # "John Doe" |
| LOW | …-tool/components/skills/security/idor-testing/SKILL.md | 275 | "street": "123 Main St", |
| LOW | …rity/webapp-testing/examples/static_html_automation.py | 21 | page.fill('#name', 'John Doe') |
| LOW | …ment/backend-dev-guidelines/resources/testing-guide.md | 50 | service.create({ email: 'test@test.com' }) |
| LOW | …ment/backend-dev-guidelines/resources/testing-guide.md | 59 | email: 'test@test.com', |
| LOW | …ment/backend-dev-guidelines/resources/testing-guide.md | 67 | email: 'test@test.com' |
| LOW | …ment/backend-dev-guidelines/resources/testing-guide.md | 91 | email: 'test@test.com', |
| LOW | …ment/backend-dev-guidelines/resources/testing-guide.md | 103 | const user = await userService.findByEmail('test@test.com'); |
| LOW | …ment/backend-dev-guidelines/resources/testing-guide.md | 105 | expect(user?.email).toBe('test@test.com'); |
| LOW | …ment/backend-dev-guidelines/resources/testing-guide.md | 194 | node scripts/test-auth-route.js http://localhost:3002/form/api/users POST '{"email":"test@test.com"}' |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 214 | ("user@example.com", True), |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 283 | mock_response.json.return_value = {"id": 1, "name": "John Doe"} |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 290 | assert user["name"] == "John Doe" |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 311 | mock_post.return_value.json.return_value = {"id": 2, "name": "Jane Doe"} |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 314 | user_data = {"name": "Jane Doe", "email": "jane@example.com"} |
| LOW | …ment/api-design-principles/assets/rest-api-template.py | 153 | email="user@example.com", |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 514 | name: 'John Doe', |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 534 | name: 'John Doe', |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 549 | name: 'John Doe', |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 570 | name: 'John Doe', |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 583 | name: 'John Doe', |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 607 | name: 'John Doe', |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 678 | name: 'John Doe', |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 684 | expect(user.name).toBe('John Doe'); |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 690 | name: 'John Doe', |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 698 | expect(user?.name).toBe('John Doe'); |
| 120 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | cli-tool/.claude/sandbox/cloudflare/monitor.ts | 252 | // Step 1: Check worker health |
| LOW | cli-tool/.claude/sandbox/cloudflare/monitor.ts | 260 | // Step 2: Generate code with monitoring |
| LOW | cli-tool/.claude/sandbox/cloudflare/monitor.ts | 267 | // Step 3: Execute in sandbox with monitoring |
| LOW | cli-tool/components/sandbox/docker/execute.js | 225 | // Step 1: Install components |
| LOW | cli-tool/components/sandbox/docker/execute.js | 232 | // Step 2: Execute Claude query |
| LOW | cli-tool/components/sandbox/docker/execute.js | 239 | // Step 3: Copy generated files |
| LOW | cli-tool/components/sandbox/docker/docker-launcher.js | 153 | // Step 1: Check Docker installation |
| LOW | cli-tool/components/sandbox/docker/docker-launcher.js | 158 | // Step 2: Check Docker daemon |
| LOW | cli-tool/components/sandbox/docker/docker-launcher.js | 163 | // Step 3: Build Docker image |
| LOW | cli-tool/components/sandbox/docker/docker-launcher.js | 169 | // Step 4: Run container |
| LOW | cli-tool/components/sandbox/cloudflare/monitor.ts | 252 | // Step 1: Check worker health |
| LOW | cli-tool/components/sandbox/cloudflare/monitor.ts | 260 | // Step 2: Generate code with monitoring |
| LOW | cli-tool/components/sandbox/cloudflare/monitor.ts | 267 | // Step 3: Execute in sandbox with monitoring |
| LOW | …creative-design/ui-ux-pro-max/scripts/design_system.py | 159 | # Step 1: First search product to get category |
| LOW | …creative-design/ui-ux-pro-max/scripts/design_system.py | 166 | # Step 2: Get reasoning rules for this category |
| LOW | …creative-design/ui-ux-pro-max/scripts/design_system.py | 170 | # Step 3: Multi-domain search with style priority hints |
| LOW | …creative-design/ui-ux-pro-max/scripts/design_system.py | 174 | # Step 4: Select best matches from each domain using priority |
| LOW | …creative-design/ui-ux-pro-max/scripts/design_system.py | 185 | # Step 5: Build final recommendation |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 717 | # Step 1: Architect analyzes the problem |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 731 | # Step 2: Engineer implements solution |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 762 | # Step 3: QA tests the solution |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 779 | # Step 4: Reviewer analyzes failure |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 783 | # Step 5: Engineer fixes based on feedback |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 1573 | # Step 1: Architect analyzes the issue |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 1590 | # Step 2: Engineer generates patch |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 1611 | # Step 3: QA validates patch format |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 1637 | # Step 4: Reviewer analyzes issues |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 1643 | # Step 5: Engineer fixes patch |
| LOW | …arks/results/2026-01-05-01-24-17/swebench-results.json | 242 | "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.json | 702 | "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.json | 234 | "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.json | 694 | "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.sh | 44 | # Step 1: Basic Info |
| LOW | …esearch/qa-test-planner/scripts/generate_test_cases.sh | 93 | # Step 2: Objective and Description |
| LOW | …esearch/qa-test-planner/scripts/generate_test_cases.sh | 101 | # Step 3: Preconditions |
| LOW | …esearch/qa-test-planner/scripts/generate_test_cases.sh | 116 | # Step 4: Test Steps |
| LOW | …esearch/qa-test-planner/scripts/generate_test_cases.sh | 142 | # Step 5: Test Data |
| LOW | …esearch/qa-test-planner/scripts/generate_test_cases.sh | 149 | # Step 6: Figma Design (if UI test) |
| LOW | …esearch/qa-test-planner/scripts/generate_test_cases.sh | 159 | # Step 7: Edge Cases |
| LOW | …s/skills/document-processing/pptx/scripts/rearrange.py | 176 | # Step 1: DUPLICATE repeated slides |
| LOW | …s/skills/document-processing/pptx/scripts/rearrange.py | 200 | # Step 2: DELETE unwanted slides (work backwards) |
| LOW | …s/skills/document-processing/pptx/scripts/rearrange.py | 209 | # Step 3: REORDER to final sequence |
| LOW | …s/scientific/document-skills/pptx/scripts/rearrange.py | 176 | # Step 1: DUPLICATE repeated slides |
| LOW | …s/scientific/document-skills/pptx/scripts/rearrange.py | 200 | # Step 2: DELETE unwanted slides (work backwards) |
| LOW | …s/scientific/document-skills/pptx/scripts/rearrange.py | 209 | # Step 3: REORDER to final sequence |
| LOW | …/scientific/cosmic-database/scripts/download_cosmic.py | 64 | # Step 1: Get the download URL |
| LOW | …/scientific/cosmic-database/scripts/download_cosmic.py | 91 | # Step 2: Download the file |
| LOW | …/scientific/cosmic-database/scripts/download_cosmic.py | 99 | # Step 3: Write to disk |
| LOW | …lls/scientific/deeptools/scripts/workflow_generator.py | 51 | # Step 1: Correlation analysis |
| LOW | …lls/scientific/deeptools/scripts/workflow_generator.py | 72 | # Step 2: Coverage assessment |
| LOW | …lls/scientific/deeptools/scripts/workflow_generator.py | 80 | # Step 3: Fragment size (for paired-end data) |
| LOW | …lls/scientific/deeptools/scripts/workflow_generator.py | 87 | # Step 4: ChIP signal strength |
| LOW | …lls/scientific/deeptools/scripts/workflow_generator.py | 128 | # Step 1: Generate normalized coverage tracks |
| LOW | …lls/scientific/deeptools/scripts/workflow_generator.py | 151 | # Step 2: Create log2 ratio track |
| LOW | …lls/scientific/deeptools/scripts/workflow_generator.py | 164 | # Step 3: Compute matrix around TSS |
| LOW | …lls/scientific/deeptools/scripts/workflow_generator.py | 178 | # Step 4: Generate heatmap |
| LOW | …lls/scientific/deeptools/scripts/workflow_generator.py | 191 | # Step 5: Generate profile plot |
| LOW | …lls/scientific/deeptools/scripts/workflow_generator.py | 203 | # Step 6: Enrichment at peaks (if peaks provided) |
| LOW | …lls/scientific/deeptools/scripts/workflow_generator.py | 294 | # Step 1: Shift reads for Tn5 correction |
| LOW | …lls/scientific/deeptools/scripts/workflow_generator.py | 307 | # Step 2: Generate coverage track |
| 52 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | cli-tool/components/sandbox/e2b/e2b-launcher.py | 231 | test_write = sbx.commands.run("touch test_write.tmp && rm test_write.tmp", timeout=5) |
| HIGH | …i-tool/components/hooks/monitoring/context-timeline.py | 735 | if(!edge.to_agent||nodeY[edge.from_node]===undefined)continue; |
| HIGH | …i-tool/components/hooks/monitoring/context-timeline.py | 754 | if(y===undefined)continue; |
| HIGH | …i-tool/components/hooks/monitoring/context-timeline.py | 795 | if(n.duration_ms!=null){ |
| HIGH | …/skills/security/webapp-testing/scripts/with_server.py | 12 | --server "cd backend && python server.py" --port 3000 \ |
| HIGH | …/skills/security/webapp-testing/scripts/with_server.py | 13 | --server "cd frontend && npm run dev" --port 5173 \ |
| HIGH | …ills/development/webapp-testing/scripts/with_server.py | 12 | --server "cd backend && python server.py" --port 3000 \ |
| HIGH | …ills/development/webapp-testing/scripts/with_server.py | 13 | --server "cd frontend && npm run dev" --port 5173 \ |
| HIGH | …ent-processing/docx-official/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { |
| HIGH | …ent-processing/docx-official/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { |
| HIGH | …ent-processing/docx-official/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { |
| HIGH | …ent-processing/docx-official/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { |
| HIGH | …ent-processing/xlsx-official/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { |
| HIGH | …ent-processing/xlsx-official/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { |
| HIGH | …ent-processing/xlsx-official/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { |
| HIGH | …ent-processing/xlsx-official/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { |
| HIGH | …lls/document-processing/xlsx/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { |
| HIGH | …lls/document-processing/xlsx/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { |
| HIGH | …lls/document-processing/xlsx/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { |
| HIGH | …lls/document-processing/xlsx/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { |
| HIGH | …lls/document-processing/pptx/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { |
| HIGH | …lls/document-processing/pptx/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { |
| HIGH | …lls/document-processing/pptx/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { |
| HIGH | …lls/document-processing/pptx/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { |
| HIGH | …ent-processing/pptx-official/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { |
| HIGH | …ent-processing/pptx-official/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { |
| HIGH | …ent-processing/pptx-official/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { |
| HIGH | …ent-processing/pptx-official/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { |
| HIGH | …lls/document-processing/docx/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { |
| HIGH | …lls/document-processing/docx/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { |
| HIGH | …lls/document-processing/docx/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { |
| HIGH | …lls/document-processing/docx/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { |
| HIGH | …ientific/treatment-plans/scripts/check_completeness.py | 257 | python check_completeness.py plan.tex && echo "Complete" |
| HIGH | …fic/treatment-plans/scripts/validate_treatment_plan.py | 313 | python validate_treatment_plan.py plan.tex && echo "Quality check passed" |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …idian-ops-team/Scripts/implement_entity_connections.py | 84 | # Create the link line |
| MEDIUM | …/obsidian-ops-team/Scripts/find_keyword_connections.py | 136 | # Create the link line |
| MEDIUM | …/creative-design/slack-gif-creator/core/gif_builder.py | 75 | # Create a global palette from all frames |
| MEDIUM | …/creative-design/slack-gif-creator/core/gif_builder.py | 89 | # Create a properly-shaped RGB image from the pixel data |
| MEDIUM | …ills/ai-research/loki-mode/tests/test-agent-timeout.sh | 167 | # Create a process that spawns children |
| MEDIUM | …lls/ai-research/loki-mode/tests/test-state-recovery.sh | 190 | # Create an old claimed task |
| MEDIUM | …omponents/skills/ai-research/loki-mode/autonomy/run.sh | 315 | # Create a human-readable status file |
| MEDIUM | …arks/results/2026-01-05-01-24-17/swebench-results.json | 772 | "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.json | 792 | "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.json | 337 | "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.json | 764 | "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.json | 784 | "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.json | 329 | "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.json | 1018 | "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.json | 394 | "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.json | 916 | "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.json | 940 | "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.json | 1026 | "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.json | 402 | "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.json | 924 | "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.json | 948 | "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.yaml | 2 | # This file contains all resources needed for a production web application |
| MEDIUM | …ument-processing/pptx/ooxml/scripts/validation/base.py | 767 | # Create a clean copy |
| MEDIUM | …ument-processing/pptx/ooxml/scripts/validation/base.py | 919 | # Create a copy of the document to avoid modifying the original |
| MEDIUM | …ument-processing/pptx/ooxml/scripts/validation/base.py | 298 | ): # This file is not referenced by .rels |
| MEDIUM | …s/skills/document-processing/pptx/scripts/rearrange.py | 108 | # Create a new relationship in the destination slide for this image |
| MEDIUM | …ument-processing/docx/ooxml/scripts/validation/base.py | 767 | # Create a clean copy |
| MEDIUM | …ument-processing/docx/ooxml/scripts/validation/base.py | 919 | # Create a copy of the document to avoid modifying the original |
| MEDIUM | …ument-processing/docx/ooxml/scripts/validation/base.py | 298 | ): # This file is not referenced by .rels |
| MEDIUM | …ts/skills/document-processing/docx/scripts/document.py | 984 | # Create the relationship entry |
| MEDIUM | …se-communication/slack-gif-creator/core/gif_builder.py | 75 | # Create a global palette from all frames |
| MEDIUM | …se-communication/slack-gif-creator/core/gif_builder.py | 89 | # Create a properly-shaped RGB image from the pixel data |
| MEDIUM | …/document-skills/pptx/ooxml/scripts/validation/base.py | 767 | # Create a clean copy |
| MEDIUM | …/document-skills/pptx/ooxml/scripts/validation/base.py | 919 | # Create a copy of the document to avoid modifying the original |
| MEDIUM | …/document-skills/pptx/ooxml/scripts/validation/base.py | 298 | ): # This file is not referenced by .rels |
| MEDIUM | …s/scientific/document-skills/pptx/scripts/thumbnail.py | 401 | # Create a highlight overlay |
| MEDIUM | …s/scientific/document-skills/pptx/scripts/rearrange.py | 108 | # Create a new relationship in the destination slide for this image |
| MEDIUM | …/document-skills/docx/ooxml/scripts/validation/base.py | 767 | # Create a clean copy |
| MEDIUM | …/document-skills/docx/ooxml/scripts/validation/base.py | 919 | # Create a copy of the document to avoid modifying the original |
| MEDIUM | …/document-skills/docx/ooxml/scripts/validation/base.py | 298 | ): # This file is not referenced by .rels |
| MEDIUM | …ls/scientific/document-skills/docx/scripts/document.py | 984 | # Create the relationship entry |
| MEDIUM | …/scientific/torch_geometric/scripts/visualize_graph.py | 155 | # Create a set of edges and reverse edges |
| MEDIUM | …s/scientific/hypogenic/references/config_template.yaml | 116 | # Define a custom function in your code to parse specific output formats |
| MEDIUM | …lls/scientific/pymoo/scripts/many_objective_example.py | 19 | # Define the problem - DTLZ2 with 5 objectives |
| MEDIUM | …s/scientific/pymoo/scripts/single_objective_example.py | 21 | # Define the problem - Sphere function (sum of squares) |
| MEDIUM | …ls/scientific/pymoo/scripts/multi_objective_example.py | 18 | # Define the problem - ZDT1 (bi-objective) |
| MEDIUM | scripts/generate_components_json.py | 300 | # Create a key for aggregation matching trending data structure |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | NEON_INTEGRATION_PLAN.md | 521 | ```bash |
| LOW | …i-tool/.claude/sandbox/cloudflare/SANDBOX_DEBUGGING.md | 221 | # Use monitor to see exact Claude API interaction |
| LOW | cli-tool/.claude/sandbox/cloudflare/wrangler.toml | 41 | |
| LOW | …components/agents/web-tools/aem-frontend-specialist.md | 281 | # Use: mcp__figma-dev-mode-mcp-server__get_variable_defs nodeId="figma-node-id" |
| LOW | …ool/components/sandbox/cloudflare/SANDBOX_DEBUGGING.md | 221 | # Use monitor to see exact Claude API interaction |
| LOW | cli-tool/components/sandbox/cloudflare/wrangler.toml | 41 | |
| LOW | …-tool/components/hooks/security/shell-wrapper-guard.sh | 1 | #!/bin/bash |
| LOW | cli-tool/components/hooks/quality-gates/plan-gate.sh | 1 | #!/bin/bash |
| LOW | …ool/components/hooks/development-tools/debug-window.sh | 1 | #!/bin/bash |
| LOW | …components/hooks/development-tools/worktree-ghostty.sh | 1 | #!/bin/bash |
| LOW | …tool/components/commands/deployment/prepare-release.md | 41 | # Determine next version (semantic versioning) |
| LOW | …design/algorithmic-art/templates/generator_template.js | 21 | // - Reset to defaults |
| LOW | …design/algorithmic-art/templates/generator_template.js | 61 | // - Arrays of objects |
| LOW | …design/algorithmic-art/templates/generator_template.js | 81 | // Option 3: User-triggered regeneration |
| LOW | …design/algorithmic-art/templates/generator_template.js | 101 | // - Physics calculations |
| LOW | …design/algorithmic-art/templates/generator_template.js | 161 | // ============================================================================ |
| LOW | …design/algorithmic-art/templates/generator_template.js | 201 | // ============================================================================ |
| LOW | …design/algorithmic-art/templates/generator_template.js | 221 | // The art itself is entirely up to you! |
| LOW | …nfrastructure-lambda-labs/references/advanced-usage.md | 281 | ### Slurm job submission |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 1841 | # The name of the chat template to use for training, following values are supported: |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 1881 | # message_property_mappings={'role':'role', 'content':'content'}) If a property exists |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 1901 | # Roles to train on. The tokens from these roles will be considered for the loss. |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2001 | # will raise an error. This is the default. |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2041 | # 'from' is loaded from input dataset and used as 'role', while 'value' is loaded and |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2061 | # 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.md | 2121 | # `datasets`. The same applies to the `test_datasets` option and the |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2181 | |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2221 | # Mapping of properties from the input dataset to the chat template. (default: |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2241 | temperature: float | None |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2341 | bf16: Literal['auto'] | bool | None = auto |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2381 | max_prompt_len: int | None |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2541 | # 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.md | 2581 | # `num_epochs: 2` and `max_steps: 100` will train for 100 steps |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2601 | # 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.md | 2621 | # Enable the pytorch profiler to capture the first N steps of training to the |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2661 | low_cpu_mem_usage: bool | None |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2721 | |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2761 | output_dir: str = ./model-out |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2801 | # Configuration options for loftq initialization for LoRA |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2961 | # Enable or disable Comet integration. |
| LOW | …ch/emerging-techniques-knowledge-distillation/SKILL.md | 221 | ```python |
| LOW | …h/inference-serving-vllm/references/troubleshooting.md | 441 | |
| LOW | …training-accelerate/references/megatron-integration.md | 421 | # checkpoint-1000/ |
| LOW | …ts/skills/ai-research/model-architecture-rwkv/SKILL.md | 141 | # RWKV |
| LOW | …/ai-research/emerging-techniques-moe-training/SKILL.md | 401 | ### 1. Expert Count Selection |
| LOW | …/skills/ai-research/loki-mode/demo/record-full-demo.sh | 1 | #!/bin/bash |
| LOW | …omponents/skills/ai-research/loki-mode/autonomy/run.sh | 1 | #!/bin/bash |
| LOW | …omponents/skills/ai-research/loki-mode/autonomy/run.sh | 21 | # LOKI_RESOURCE_CPU_THRESHOLD - CPU % threshold to warn (default: 80) |
| LOW | …omponents/skills/ai-research/loki-mode/autonomy/run.sh | 41 | # LOKI_PHASE_ACCESSIBILITY - WCAG compliance testing (default: true) |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 1 | #!/bin/bash |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 21 | # --timeout N Timeout per problem in seconds (default: 120) |
| LOW | …ai-research/loki-mode/benchmarks/prepare-submission.sh | 1 | #!/bin/bash |
| LOW | …s/skills/ai-research/loki-mode/scripts/loki-wrapper.sh | 1 | #!/bin/bash |
| LOW | …rch/loki-mode/.github/workflows/claude-code-review.yml | 1 | name: Claude Code Review |
| LOW | …lls/ai-research/loki-mode/.github/workflows/claude.yml | 41 | actions: read |
| LOW | …h/inference-serving-tensorrt-llm/references/serving.md | 161 | curl http://localhost:9090/metrics |
| LOW | …search/optimization-gptq/references/troubleshooting.md | 61 | # Requantize with better calibration |
| LOW | …earch/mlops-weights-and-biases/references/artifacts.md | 301 | |
| LOW | …ai-research/emerging-techniques-model-pruning/SKILL.md | 241 | - Minimal accuracy loss |
| LOW | …istributed-training-ray-train/references/multi-node.md | 341 | |
| 66 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …development/mcp-builder/reference/python_mcp_server.md | 282 | 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.py | 265 | Reject 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.py | 343 | Reject 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.py | 483 | Mark 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.py | 681 | 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.py | 83 | 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.py | 313 | Parse XML fragment and return list of imported nodes. Args: xml_content: String containing |
| HIGH | …ls/scientific/document-skills/docx/scripts/document.py | 265 | Reject 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.py | 343 | Reject 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.py | 483 | Mark 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.py | 681 | 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.py | 83 | 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.py | 313 | Parse XML fragment and return list of imported nodes. Args: xml_content: String containing |
| HIGH | …ts/skills/scientific/kegg-database/scripts/kegg_api.py | 44 | 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.py | 72 | Search for entries by keywords or molecular properties. Args: database: Database to search ('genes', ' |
| HIGH | …ts/skills/scientific/kegg-database/scripts/kegg_api.py | 111 | 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.py | 158 | Convert identifiers between KEGG and external databases. Args: target_db: Target database (e.g., 'ncbi |
| HIGH | …ts/skills/scientific/kegg-database/scripts/kegg_api.py | 187 | Find related entries across KEGG databases. Args: target_db: Target database (e.g., 'pathway', 'enzyme |
| HIGH | …s/scientific/ensembl-database/scripts/ensembl_query.py | 58 | Make an API request with error handling and retries. Args: endpoint: API endpoint path |
| HIGH | …kills/scientific/string-database/scripts/string_api.py | 29 | Map protein names, synonyms, and identifiers to STRING IDs. Args: identifiers: Single protein identifi |
| HIGH | …kills/scientific/string-database/scripts/string_api.py | 78 | Get protein-protein interaction network data. Args: identifiers: Protein identifier(s) - use STRING ID |
| HIGH | …onents/skills/scientific/adaptyv/reference/examples.md | 505 | Request a custom antigen not in the standard catalog Args: target_name: Name of the target protein |
| HIGH | …onents/skills/scientific/adaptyv/reference/examples.md | 758 | Make API request with retry logic and error handling Args: method: HTTP method (GET, POST, etc.) |
| HIGH | …ific/opentargets-database/scripts/query_opentargets.py | 22 | Execute a GraphQL query against the Open Targets Platform API. Args: query: GraphQL query string |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …omponents/agents/programming-languages/CSharpExpert.md | 30 | - Don't edit auto-generated code (`/api/*.cs`, `*.g.cs`, `// <auto-generated>`). |
| HIGH | …ls/creative-design/mobile-design/mobile-performance.md | 4 | > **This file covers the #1 area where AI-generated code FAILS.** |
| HIGH | …elopment/cloudflare-deploy/references/ai-search/api.md | 33 | response: string; // AI-generated answer |
| HIGH | …omation/n8n/n8n-workflow-patterns/ai_agent_workflow.md | 177 | // Node executes AI-generated SQL |
| HIGH | …tool/components/skills/ai-maestro/docs-search/SKILL.md | 3 | description: Search auto-generated codebase documentation for function signatures, API docs, class definitions, and code |
| HIGH | …velopment/building-blog/blog-technical-requirements.md | 97 | #### J. AI-generated hero images (3) |
| HIGH | …n/writing-clearly-and-concisely/signs-of-ai-writing.md | 7 | This 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.md | 9 | This 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.md | 15 | Do 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.md | 15 | Do 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.md | 21 | LLMs (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.md | 189 | Many 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.md | 433 | > [...] 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.md | 449 | User 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.md | 717 | If 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.md | 723 | Related 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.md | 41 | Based 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.md | 437 | This skill is based on [Wikipedia:Signs of AI writing](https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing), mai |
| HIGH | cli-tool/src/session-sharing.js | 123 | lines.push('*Generated by Claude Code Templates - [aitmpl.com](https://aitmpl.com)*'); |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | cli-tool/components/sandbox/e2b/e2b-launcher.py | 357 | # More comprehensive file search - include jsx, tsx, and other common extensions |
| MEDIUM | …ign/ui-design-system/scripts/design_token_generator.py | 12 | """Generate comprehensive design system tokens""" |
| MEDIUM | …ign/ui-design-system/scripts/design_token_generator.py | 43 | """Generate comprehensive color palette from brand color""" |
| MEDIUM | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 1560 | 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.json | 202 | "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.json | 1462 | "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.json | 1462 | "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.json | 1462 | "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.json | 207 | "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.json | 587 | "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.json | 1057 | "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.json | 272 | "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.json | 352 | "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.json | 194 | "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.json | 1454 | "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.json | 1454 | "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.json | 1454 | "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.json | 199 | "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.json | 579 | "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.json | 1049 | "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.json | 264 | "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.json | 344 | "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.json | 82 | "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.json | 74 | "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.json | 1354 | "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.json | 238 | "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.json | 412 | "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.json | 1636 | "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.json | 1362 | "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.json | 246 | "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.json | 420 | "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.json | 1644 | "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.sh | 4 | # Interactive workflow for creating comprehensive test cases |
| MEDIUM | …pment/helm-chart-scaffolding/scripts/validate-chart.sh | 139 | # 7. Check for security best practices |
| MEDIUM | …ls/development/hook-development/scripts/hook-linter.sh | 3 | # Checks hook scripts for common issues and best practices |
| MEDIUM | …lopment/security-compliance/scripts/risk_calculator.py | 112 | """Generate comprehensive risk report""" |
| MEDIUM | …/regulatory-affairs-head/scripts/regulatory_tracker.py | 132 | """Generate comprehensive status report""" |
| MEDIUM | …ess-marketing/content-creator/scripts/seo_optimizer.py | 20 | # SEO best practices |
| MEDIUM | …arketing/app-store-optimization/competitor_analyzer.py | 106 | # Identify best practices |
| MEDIUM | …s-marketing/app-store-optimization/launch_checklist.py | 460 | # Warnings for best practices |
| MEDIUM | …s-marketing/app-store-optimization/launch_checklist.py | 11 | """Generates comprehensive checklists for app launches and updates.""" |
| MEDIUM | …arketing/app-store-optimization/localization_helper.py | 486 | # Simplified example - real implementation would be more comprehensive |
| MEDIUM | …skills/productivity/notebooklm/scripts/ask_question.py | 30 | # Since we don't have persistent sessions, we encourage comprehensive questions |
| MEDIUM | …s/skills/scientific/research-lookup/research_lookup.py | 115 | return f"""You are an expert research assistant. Please provide comprehensive, accurate research information for |
| MEDIUM | …/scientific/research-lookup/scripts/research_lookup.py | 115 | return f"""You are an expert research assistant. Please provide comprehensive, accurate research information for |
| MEDIUM | …scientific-schematics/scripts/generate_schematic_ai.py | 101 | # Scientific diagram best practices prompt template |
| MEDIUM | …ntific/brenda-database/scripts/brenda_visualization.py | 682 | """Generate a comprehensive set of plots for an enzyme.""" |
| MEDIUM | …ific/brenda-database/scripts/enzyme_pathway_builder.py | 806 | """Generate a comprehensive pathway report.""" |
| MEDIUM | …fic/treatment-plans/scripts/validate_treatment_plan.py | 178 | """Display comprehensive validation results.""" |
| MEDIUM | …ific/statistical-analysis/scripts/assumption_checks.py | 186 | # Levene's test (robust to non-normality) |
| MEDIUM | …ific/statistical-analysis/scripts/assumption_checks.py | 533 | # Run comprehensive check |
| MEDIUM | …entific/scholar-evaluation/scripts/calculate_scores.py | 149 | """Generate comprehensive evaluation report.""" |
| MEDIUM | …et-research-reports/scripts/generate_market_visuals.py | 15 | # Generate all 28 visuals (for comprehensive coverage) |
| MEDIUM | …/skills/scientific/matplotlib/scripts/plot_template.py | 317 | """Create a comprehensive figure with multiple subplots.""" |
| MEDIUM | …tific/clinical-reports/scripts/validate_case_report.py | 192 | """Generate comprehensive validation report.""" |
| MEDIUM | …kills/scientific/rdkit/scripts/molecular_properties.py | 26 | """Calculate comprehensive molecular properties.""" |
| LOW | scripts/generate_components_json.py | 630 | # For other directories, just add the directory name (optional) |
| LOW | scripts/generate_components_json.py | 671 | # For other directories, just add the directory name (optional) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …sign/claude-d3js-skill/assets/interactive-template.jsx | 207 | // Example usage |
| LOW | …ive-design/claude-d3js-skill/assets/chart-template.jsx | 89 | // Example usage |
| LOW | …prompt-engineering-patterns/scripts/optimize-prompt.py | 234 | # Example usage |
| LOW | …/skills/ai-research/loki-mode/demo/record-full-demo.sh | 13 | # Usage: |
| LOW | …omponents/skills/ai-research/loki-mode/autonomy/run.sh | 6 | # Usage: |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 6 | # Usage: |
| LOW | …ai-research/loki-mode/benchmarks/prepare-submission.sh | 6 | # Usage: |
| LOW | …s/skills/ai-research/loki-mode/scripts/loki-wrapper.sh | 12 | # Usage: |
| LOW | …ss-marketing/cto-advisor/scripts/tech_debt_analyzer.py | 414 | # Example usage |
| LOW | …rketing/cto-advisor/scripts/team_scaling_calculator.py | 496 | # Example usage |
| LOW | …ing/ceo-advisor/scripts/financial_scenario_analyzer.py | 397 | # Example usage |
| LOW | …ess-marketing/ceo-advisor/scripts/strategy_analyzer.py | 568 | # Example usage |
| LOW | …lls/productivity/notebooklm/scripts/browser_session.py | 253 | # Example usage |
| LOW | …ts/skills/scientific/kegg-database/scripts/kegg_api.py | 242 | # Example usage |
| LOW | …nts/skills/scientific/pymc/scripts/model_comparison.py | 358 | # Example usage |
| LOW | …ts/skills/scientific/pymc/scripts/model_diagnostics.py | 328 | # Example usage |
| LOW | …cientific/drugbank-database/scripts/drugbank_helper.py | 307 | # Example usage |
| LOW | …ntific/brenda-database/scripts/brenda_visualization.py | 744 | # Example usage |
| LOW | …s/scientific/brenda-database/scripts/brenda_queries.py | 814 | # Example usage |
| LOW | …ific/brenda-database/scripts/enzyme_pathway_builder.py | 1014 | # Example usage |
| LOW | …ific/statistical-analysis/scripts/assumption_checks.py | 521 | # Example usage |
| LOW | …decision-support/scripts/generate_survival_analysis.py | 413 | # Example usage: |
| LOW | …ical-decision-support/scripts/validate_cds_document.py | 331 | # Example usage: |
| LOW | …nical-decision-support/scripts/biomarker_classifier.py | 375 | # Example usage: |
| LOW | …inical-decision-support/scripts/build_decision_tree.py | 441 | # Example usage: |
| LOW | …nical-decision-support/scripts/create_cohort_tables.py | 515 | # Example usage: |
| LOW | …kills/scientific/string-database/scripts/string_api.py | 357 | # Example usage |
| LOW | …ts/skills/scientific/simpy/scripts/resource_monitor.py | 320 | # Example usage |
| LOW | …tific/pytorch-lightning/scripts/template_datamodule.py | 301 | # Example usage |
| LOW | …pytorch-lightning/scripts/template_lightning_module.py | 198 | # Example usage |
| LOW | …ific/scientific-visualization/scripts/figure_export.py | 318 | # Example usage |
| LOW | …/scientific/openalex-database/scripts/query_helpers.py | 293 | # Example usage |
| LOW | …cientific/openalex-database/scripts/openalex_client.py | 325 | # Example usage |
| LOW | …/scientific/chembl-database/scripts/example_queries.py | 254 | # Example usage |
| LOW | …linicaltrials-database/scripts/query_clinicaltrials.py | 196 | # Example usage |
| LOW | …ific/opentargets-database/scripts/query_opentargets.py | 369 | # Example usage |
| LOW | …scientific/scikit-learn/scripts/clustering_analysis.py | 338 | # Example usage |
| LOW | …ntific/scikit-learn/scripts/classification_pipeline.py | 230 | # Example usage |
| LOW | scripts/run-review-cycle.sh | 5 | # Usage: |
| LOW | scripts/deploy.sh | 10 | # Usage: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | cli-tool/tests/unit/StateCalculator.test.js | 73 | content: 'You\'re welcome! Let me know if you need anything else.' |
| LOW | …-communication/session-handoff/evals/setup_test_env.py | 249 | - Don't forget to set JWT_SECRET environment variable |
| LOW | cli-tool/src/index.js | 2504 | console.log(chalk.cyan(`Don't forget to paste your prompt: "${prompt}"`)); |