CLI tool for configuring and monitoring Claude Code
This report presents the forensic synthetic code analysis of davila7/claude-code-templates, a Python project with 29,440 GitHub stars. SynthScan v2.0 examined 1,575,986 lines of code across 7751 source files, recording 9114 pattern matches distributed across 24 syntactic categories. The overall adjusted score of 11.5 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 9114 distinct pattern matches across 24 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | cli-tool/.claude/sandbox/cloudflare/QUICKSTART.md | 16 | ### Step 1: Install Dependencies | COMMENT |
| LOW⚡ | cli-tool/.claude/sandbox/cloudflare/QUICKSTART.md | 22 | ### Step 2: Set API Key | COMMENT |
| LOW⚡ | cli-tool/.claude/sandbox/cloudflare/QUICKSTART.md | 28 | ### Step 3: Deploy | COMMENT |
| LOW⚡ | cli-tool/.claude/sandbox/cloudflare/QUICKSTART.md | 33 | ### Step 4: Wait for Container Provisioning | COMMENT |
| LOW⚡ | cli-tool/.claude/sandbox/cloudflare/QUICKSTART.md | 40 | ### Step 5: Test Your Deployment | COMMENT |
| LOW⚡ | cli-tool/.claude/sandbox/cloudflare/QUICKSTART.md | 68 | ### Step 1: Install Dependencies | COMMENT |
| LOW⚡ | cli-tool/.claude/sandbox/cloudflare/QUICKSTART.md | 74 | ### Step 2: Create Local Environment File | COMMENT |
| LOW⚡ | cli-tool/.claude/sandbox/cloudflare/QUICKSTART.md | 80 | ### Step 3: Start Docker | COMMENT |
| LOW⚡ | cli-tool/.claude/sandbox/cloudflare/QUICKSTART.md | 90 | ### Step 4: Start Development Server | COMMENT |
| LOW | cli-tool/.claude/sandbox/cloudflare/QUICKSTART.md | 103 | ### Step 5: Test Locally | COMMENT |
| LOW | cli-tool/.claude/sandbox/cloudflare/QUICKSTART.md | 111 | ### Step 6: Deploy When Ready | COMMENT |
| LOW⚡ | cli-tool/.claude/sandbox/cloudflare/QUICKSTART.md | 126 | ### Step 1: Setup (same as above) | COMMENT |
| LOW⚡ | cli-tool/.claude/sandbox/cloudflare/QUICKSTART.md | 134 | ### Step 2: Use the Launcher | COMMENT |
| LOW⚡ | cli-tool/.claude/sandbox/cloudflare/QUICKSTART.md | 143 | ### Step 3: Use the Monitor (for debugging) | COMMENT |
| LOW⚡ | cli-tool/.claude/sandbox/cloudflare/monitor.ts | 252 | // Step 1: Check worker health | COMMENT |
| LOW⚡ | cli-tool/.claude/sandbox/cloudflare/monitor.ts | 260 | // Step 2: Generate code with monitoring | COMMENT |
| LOW⚡ | cli-tool/.claude/sandbox/cloudflare/monitor.ts | 267 | // Step 3: Execute in sandbox with monitoring | COMMENT |
| LOW⚡ | cli-tool/docs_to_claude/COMMANDS_GUIDE.md | 966 | ## Step 1: Planning | COMMENT |
| LOW⚡ | cli-tool/docs_to_claude/COMMANDS_GUIDE.md | 971 | ## Step 2: Implementation | COMMENT |
| LOW⚡ | cli-tool/docs_to_claude/COMMANDS_GUIDE.md | 976 | ## Step 3: Testing | COMMENT |
| LOW⚡ | cli-tool/docs_to_claude/COMMANDS_GUIDE.md | 981 | ## Step 4: Documentation | COMMENT |
| LOW⚡ | cli-tool/docs_to_claude/COMMANDS_GUIDE.md | 986 | ## Step 5: Quality Assurance | COMMENT |
| LOW | …omponents/agents/data-ai/se-product-manager-advisor.md | 15 | ## Step 1: Question-First (Never Assume Requirements) | COMMENT |
| LOW | …omponents/agents/data-ai/se-product-manager-advisor.md | 37 | ## Step 2: Create Actionable GitHub Issues | COMMENT |
| LOW | …omponents/agents/data-ai/se-product-manager-advisor.md | 152 | ## Step 3: Prioritization (When Multiple Requests) | COMMENT |
| LOW | …ents/agents/data-ai/se-system-architecture-reviewer.md | 15 | ## Step 0: Intelligent Architecture Context Analysis | COMMENT |
| LOW | …ents/agents/data-ai/se-system-architecture-reviewer.md | 41 | ## Step 1: Clarify Constraints | COMMENT |
| LOW | …ents/agents/data-ai/se-system-architecture-reviewer.md | 62 | ## Step 2: Microsoft Well-Architected Framework | COMMENT |
| LOW | …ents/agents/data-ai/se-system-architecture-reviewer.md | 97 | ## Step 3: Decision Trees | COMMENT |
| LOW | …ents/agents/data-ai/se-system-architecture-reviewer.md | 123 | ## Step 4: Common Patterns | COMMENT |
| LOW⚡ | cli-tool/components/agents/data-ai/task-planner.md | 275 | ### Step 1: Create Changes Tracking File | COMMENT |
| LOW⚡ | cli-tool/components/agents/data-ai/task-planner.md | 279 | ### Step 2: Execute Implementation | COMMENT |
| LOW⚡ | cli-tool/components/agents/data-ai/task-planner.md | 288 | ### Step 3: Cleanup | COMMENT |
| LOW | cli-tool/components/agents/documentation/context7.md | 53 | ### Step 1: Identify the Library 🔍 | COMMENT |
| LOW | cli-tool/components/agents/documentation/context7.md | 60 | ### Step 2: Resolve Library ID (REQUIRED) 📚 | COMMENT |
| LOW | cli-tool/components/agents/documentation/context7.md | 75 | ### Step 3: Get Documentation (REQUIRED) 📖 | COMMENT |
| LOW | cli-tool/components/agents/documentation/context7.md | 157 | ### Step 4: Answer Using Retrieved Docs ✅ | COMMENT |
| LOW | …components/agents/expert-advisors/se-ux-ui-designer.md | 17 | ## Step 1: Always Ask About Users First | COMMENT |
| LOW | …components/agents/expert-advisors/se-ux-ui-designer.md | 44 | ## Step 2: Jobs-to-be-Done (JTBD) Analysis | COMMENT |
| LOW | …components/agents/expert-advisors/se-ux-ui-designer.md | 76 | ## Step 3: User Journey Mapping | COMMENT |
| LOW | …components/agents/expert-advisors/se-ux-ui-designer.md | 129 | ## Step 4: Create Figma-Ready Artifacts | COMMENT |
| LOW | …components/agents/expert-advisors/se-ux-ui-designer.md | 189 | ## Step 5: Accessibility Checklist (For Figma Designs) | COMMENT |
| LOW | …components/agents/expert-advisors/se-ux-ui-designer.md | 225 | ## Step 6: Document Outputs | COMMENT |
| LOW | …ents/expert-advisors/atlassian-requirements-to-jira.md | 80 | ### Step 1: Requirements Document Analysis | COMMENT |
| LOW | …ents/expert-advisors/atlassian-requirements-to-jira.md | 90 | ### Step 2: Impact Analysis & Change Management | COMMENT |
| LOW | …ents/expert-advisors/atlassian-requirements-to-jira.md | 101 | ### Step 3: Smart Epic Creation | COMMENT |
| LOW | …ents/expert-advisors/atlassian-requirements-to-jira.md | 113 | ### Step 4: Intelligent User Story Creation | COMMENT |
| LOW⚡ | …ents/expert-advisors/atlassian-requirements-to-jira.md | 173 | ### Step 1: Project Setup & Discovery | COMMENT |
| LOW⚡ | …ents/expert-advisors/atlassian-requirements-to-jira.md | 179 | ### Step 2: Requirements Input | COMMENT |
| LOW⚡ | …ents/expert-advisors/atlassian-requirements-to-jira.md | 186 | ### Step 3: Existing Content Analysis | COMMENT |
| LOW⚡ | …ents/expert-advisors/atlassian-requirements-to-jira.md | 193 | ### Step 4: Smart Analysis & Planning | COMMENT |
| LOW | …ents/expert-advisors/atlassian-requirements-to-jira.md | 206 | ### Step 5: Change Impact Review | COMMENT |
| LOW | …ents/expert-advisors/atlassian-requirements-to-jira.md | 231 | ### Step 6: Batch Creation & Updates | COMMENT |
| LOW | …ents/expert-advisors/atlassian-requirements-to-jira.md | 242 | ### Step 7: Verification & Cleanup | COMMENT |
| LOW | …ool/components/agents/security/se-security-reviewer.md | 15 | ## Step 0: Create Targeted Review Plan | COMMENT |
| LOW | …ool/components/agents/security/se-security-reviewer.md | 38 | ## Step 1: OWASP Top 10 Security Review | COMMENT |
| LOW | …ool/components/agents/security/se-security-reviewer.md | 104 | ## Step 2: Zero Trust Implementation | COMMENT |
| LOW | …ool/components/agents/security/se-security-reviewer.md | 121 | ## Step 3: Reliability | COMMENT |
| LOW | cli-tool/components/agents/security/dynatrace-expert.md | 203 | // Step 1: Get latest scan ID | COMMENT |
| LOW | cli-tool/components/agents/security/dynatrace-expert.md | 209 | // Step 2: Query findings from latest scan | COMMENT |
| 1782 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | cli-tool/components/sandbox/e2b/e2b-launcher.py | 357 | # More comprehensive file search - include jsx, tsx, and other common extensions | COMMENT |
| MEDIUM | …ign/ui-design-system/scripts/design_token_generator.py | 12 | """Generate comprehensive design system tokens""" | STRING |
| MEDIUM | …ign/ui-design-system/scripts/design_token_generator.py | 43 | """Generate comprehensive color palette from brand color""" | STRING |
| 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") | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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_ | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| MEDIUM | …esearch/qa-test-planner/scripts/generate_test_cases.sh | 4 | # Interactive workflow for creating comprehensive test cases | COMMENT |
| MEDIUM | …pment/helm-chart-scaffolding/scripts/validate-chart.sh | 139 | # 7. Check for security best practices | COMMENT |
| MEDIUM | …ls/development/hook-development/scripts/hook-linter.sh | 3 | # Checks hook scripts for common issues and best practices | COMMENT |
| MEDIUM | …lopment/security-compliance/scripts/risk_calculator.py | 112 | """Generate comprehensive risk report""" | STRING |
| MEDIUM | …/regulatory-affairs-head/scripts/regulatory_tracker.py | 132 | """Generate comprehensive status report""" | STRING |
| MEDIUM | …ess-marketing/content-creator/scripts/seo_optimizer.py | 20 | # SEO best practices | COMMENT |
| MEDIUM | …arketing/app-store-optimization/competitor_analyzer.py | 106 | # Identify best practices | COMMENT |
| MEDIUM | …s-marketing/app-store-optimization/launch_checklist.py | 460 | # Warnings for best practices | COMMENT |
| MEDIUM | …s-marketing/app-store-optimization/launch_checklist.py | 11 | """Generates comprehensive checklists for app launches and updates.""" | STRING |
| MEDIUM | …arketing/app-store-optimization/localization_helper.py | 486 | # Simplified example - real implementation would be more comprehensive | COMMENT |
| MEDIUM | …skills/productivity/notebooklm/scripts/ask_question.py | 30 | # Since we don't have persistent sessions, we encourage comprehensive questions | COMMENT |
| 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 | CODE |
| MEDIUM | …/scientific/research-lookup/scripts/research_lookup.py | 115 | return f"""You are an expert research assistant. Please provide comprehensive, accurate research information for | CODE |
| MEDIUM | …scientific-schematics/scripts/generate_schematic_ai.py | 101 | # Scientific diagram best practices prompt template | COMMENT |
| MEDIUM⚡ | …ntific/brenda-database/scripts/brenda_visualization.py | 682 | """Generate a comprehensive set of plots for an enzyme.""" | STRING |
| MEDIUM⚡ | …ific/brenda-database/scripts/enzyme_pathway_builder.py | 806 | """Generate a comprehensive pathway report.""" | STRING |
| MEDIUM | …fic/treatment-plans/scripts/validate_treatment_plan.py | 178 | """Display comprehensive validation results.""" | STRING |
| MEDIUM | …ific/statistical-analysis/scripts/assumption_checks.py | 186 | # Levene's test (robust to non-normality) | COMMENT |
| MEDIUM | …ific/statistical-analysis/scripts/assumption_checks.py | 533 | # Run comprehensive check | COMMENT |
| MEDIUM | …entific/scholar-evaluation/scripts/calculate_scores.py | 149 | """Generate comprehensive evaluation report.""" | STRING |
| MEDIUM | …et-research-reports/scripts/generate_market_visuals.py | 15 | # Generate all 28 visuals (for comprehensive coverage) | STRING |
| MEDIUM | …/skills/scientific/matplotlib/scripts/plot_template.py | 317 | """Create a comprehensive figure with multiple subplots.""" | STRING |
| MEDIUM | …tific/clinical-reports/scripts/validate_case_report.py | 192 | """Generate comprehensive validation report.""" | STRING |
| MEDIUM | …kills/scientific/rdkit/scripts/molecular_properties.py | 26 | """Calculate comprehensive molecular properties.""" | STRING |
| MEDIUM | cli-tool/src/analytics-web/_astro/client.nFz3bvDj.js | 33 | `).replace(md,"")}function Hv(l,t){return t=_v(t),_v(l)===t}function W(l,t,a,u,e,n){switch(a){case"children":typeof u==" | CODE |
| MEDIUM⚡ | dashboard/public/components/agents.json | 1 | [{"name": "accessibility-tester", "path": "accessibility/accessibility-tester.md", "category": "accessibility", "type": | CODE |
| MEDIUM⚡ | dashboard/public/components/agents.json | 1 | [{"name": "accessibility-tester", "path": "accessibility/accessibility-tester.md", "category": "accessibility", "type": | CODE |
| MEDIUM⚡ | dashboard/public/components/agents.json | 1 | [{"name": "accessibility-tester", "path": "accessibility/accessibility-tester.md", "category": "accessibility", "type": | CODE |
| 1117 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| HIGH | …pment/skill-development/eval-viewer/generate_review.py | 0 | recursively find directories that contain an outputs/ subdirectory. | STRING |
| HIGH | …velopment/skill-creator/eval-viewer/generate_review.py | 0 | recursively find directories that contain an outputs/ subdirectory. | STRING |
| HIGH | …ductivity/skill-creator/eval-viewer/generate_review.py | 0 | recursively find directories that contain an outputs/ subdirectory. | STRING |
| HIGH | …pment/skill-development/eval-viewer/generate_review.py | 0 | build a run dict with prompt, outputs, and grading data. | STRING |
| HIGH | …velopment/skill-creator/eval-viewer/generate_review.py | 0 | build a run dict with prompt, outputs, and grading data. | STRING |
| HIGH | …ductivity/skill-creator/eval-viewer/generate_review.py | 0 | build a run dict with prompt, outputs, and grading data. | STRING |
| 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]}. | STRING |
| 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]}. | STRING |
| 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]}. | STRING |
| HIGH | …pment/skill-development/eval-viewer/generate_review.py | 0 | generate the complete standalone html page with embedded data. | STRING |
| HIGH | …velopment/skill-creator/eval-viewer/generate_review.py | 0 | generate the complete standalone html page with embedded data. | STRING |
| HIGH | …ductivity/skill-creator/eval-viewer/generate_review.py | 0 | generate the complete standalone html page with embedded data. | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| HIGH | …evelopment/skill-development/scripts/quick_validate.py | 0 | quick validation script for skills - minimal version | STRING |
| HIGH | …ls/development/skill-creator/scripts/quick_validate.py | 0 | quick validation script for skills - minimal version | STRING |
| HIGH | …lopment/skill-creation-guide/scripts/quick_validate.py | 0 | quick validation script for skills - minimal version | STRING |
| HIGH | …s/productivity/skill-creator/scripts/quick_validate.py | 0 | quick validation script for skills - minimal version | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| HIGH | …pment/skill-development/scripts/improve_description.py | 0 | call claude to improve the description based on eval results. | STRING |
| HIGH | …velopment/skill-creator/scripts/improve_description.py | 0 | call claude to improve the description based on eval results. | STRING |
| HIGH | …ductivity/skill-creator/scripts/improve_description.py | 0 | call claude to improve the description based on eval results. | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 336 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cli-tool/docs_to_claude/STATUSLINE_GUIDE.md | 964 | except Exception as e: | CODE |
| LOW | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 449 | except Exception as e: | CODE |
| LOW | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 498 | except Exception as e: | STRING |
| LOW | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 759 | except Exception as e: | CODE |
| LOW | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 830 | except Exception as e: | CODE |
| LOW | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 970 | except Exception as e: | STRING |
| LOW | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 1006 | except Exception as e: | STRING |
| LOW | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 1096 | except Exception as e: | STRING |
| LOW | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 1198 | except Exception as e: | STRING |
| LOW | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 1229 | except Exception as e: | STRING |
| MEDIUM | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 1187 | def main(): | CODE |
| MEDIUM | cli-tool/docs_to_claude/HOOKS_GUIDE.md | 1212 | def main(): | CODE |
| LOW | …l/components/settings/statusline/deadline-countdown.py | 53 | except Exception: | CODE |
| LOW | …l/components/settings/statusline/deadline-countdown.py | 120 | except Exception as e: | CODE |
| MEDIUM | …l/components/settings/statusline/deadline-countdown.py | 101 | def main(): | CODE |
| LOW | …tool/components/settings/statusline/context-monitor.py | 55 | except Exception: | CODE |
| LOW | …tool/components/settings/statusline/context-monitor.py | 291 | except Exception as e: | CODE |
| MEDIUM | …tool/components/settings/statusline/context-monitor.py | 246 | def main(): | CODE |
| LOW | …-tool/components/agents/database/database-architect.md | 374 | except Exception as e: | STRING |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 420 | except Exception as e: | CODE |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 462 | except Exception as e: | CODE |
| LOW⚡ | …ents/agents/devops-infrastructure/security-engineer.md | 490 | except Exception as rule_error: | CODE |
| LOW⚡ | …ents/agents/devops-infrastructure/security-engineer.md | 499 | except Exception as e: | CODE |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 549 | except Exception as e: | CODE |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 602 | except Exception as e: | CODE |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 671 | except Exception as e: | CODE |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 705 | except Exception as e: | CODE |
| LOW | …/obsidian-ops-team/Scripts/enhance_tag_standardizer.py | 313 | except Exception as e: | CODE |
| MEDIUM | …/obsidian-ops-team/Scripts/enhance_tag_standardizer.py | 314 | print(f"Error processing {file_path}: {e}") | CODE |
| LOW | …s/agents/obsidian-ops-team/Scripts/tag_standardizer.py | 249 | except Exception as e: | CODE |
| MEDIUM | …s/agents/obsidian-ops-team/Scripts/tag_standardizer.py | 250 | print(f"Error processing {file_path}: {e}") | CODE |
| LOW | …s/agents/obsidian-ops-team/Scripts/tag_standardizer.py | 276 | except Exception as e: | CODE |
| MEDIUM | …s/agents/obsidian-ops-team/Scripts/tag_standardizer.py | 277 | print(f"Error analyzing {file_path}: {e}") | CODE |
| LOW | …nts/obsidian-ops-team/Scripts/daily_notes_connector.py | 290 | except Exception as e: | CODE |
| MEDIUM | …nts/obsidian-ops-team/Scripts/daily_notes_connector.py | 291 | print(f"Error processing {note}: {e}") | CODE |
| LOW | …ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py | 72 | except Exception as e: | CODE |
| MEDIUM | …ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py | 73 | print(f"Error processing {file_path}: {e}") | CODE |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 79 | except Exception as e: | CODE |
| MEDIUM | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 80 | print(f"Error reading {file_path}: {e}") | CODE |
| LOW | …nts/agents/obsidian-ops-team/Scripts/metadata_adder.py | 142 | except Exception as e: | CODE |
| MEDIUM | …nts/agents/obsidian-ops-team/Scripts/metadata_adder.py | 143 | print(f"Error processing {file_path}: {e}") | CODE |
| LOW⚡ | …/obsidian-ops-team/Scripts/find_keyword_connections.py | 149 | except Exception as e: | CODE |
| MEDIUM⚡ | …/obsidian-ops-team/Scripts/find_keyword_connections.py | 150 | print(f"Error updating {file_path}: {e}") | CODE |
| LOW | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 162 | except Exception as e: | CODE |
| MEDIUM | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 163 | print(f"Error organizing files: {e}") | CODE |
| LOW⚡ | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 207 | except Exception as e: | CODE |
| MEDIUM⚡ | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 208 | print(f"Error creating MOC: {e}") | CODE |
| LOW | cli-tool/components/sandbox/e2b/e2b-monitor.py | 50 | except Exception as e: | CODE |
| LOW | cli-tool/components/sandbox/e2b/e2b-monitor.py | 85 | except Exception as e: | CODE |
| LOW | cli-tool/components/sandbox/e2b/e2b-monitor.py | 114 | except Exception as e: | CODE |
| LOW | cli-tool/components/sandbox/e2b/e2b-monitor.py | 199 | except Exception as e: | CODE |
| MEDIUM | cli-tool/components/sandbox/e2b/e2b-launcher.py | 84 | print("Error: E2B API key is required") | CODE |
| MEDIUM | cli-tool/components/sandbox/e2b/e2b-launcher.py | 89 | print("Error: Anthropic API key is required") | CODE |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 122 | except Exception as e: | CODE |
| LOW⚡ | cli-tool/components/sandbox/e2b/e2b-launcher.py | 411 | except Exception as e: | CODE |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 424 | except Exception as e: | CODE |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 434 | except Exception as cleanup_error: | CODE |
| LOW | cli-tool/components/hooks/security/secret-scanner.py | 231 | except Exception as e: | CODE |
| LOW | …ool/components/hooks/automation/telegram-pr-webhook.py | 46 | except Exception: | CODE |
| LOW | …ool/components/hooks/automation/telegram-pr-webhook.py | 85 | except Exception as e: | CODE |
| 1198 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 19 | #----------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 27 | #----------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 54 | #----------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 61 | #----------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 77 | #----------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 79 | #----------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 108 | #----------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 110 | #----------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 153 | #----------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ool/components/hooks/development-tools/debug-window.sh | 155 | #----------------------------------------------------------------------- | COMMENT |
| MEDIUM | …components/hooks/development-tools/worktree-ghostty.sh | 31 | #----------------------------------------------------------------------- | COMMENT |
| MEDIUM | …components/hooks/development-tools/worktree-ghostty.sh | 33 | #----------------------------------------------------------------------- | COMMENT |
| MEDIUM | …components/hooks/development-tools/worktree-ghostty.sh | 105 | #----------------------------------------------------------------------- | COMMENT |
| MEDIUM | …components/hooks/development-tools/worktree-ghostty.sh | 107 | #----------------------------------------------------------------------- | COMMENT |
| MEDIUM | …components/hooks/development-tools/worktree-ghostty.sh | 128 | #----------------------------------------------------------------------- | COMMENT |
| MEDIUM | …components/hooks/development-tools/worktree-ghostty.sh | 130 | #----------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …i-tool/components/hooks/monitoring/context-timeline.py | 445 | # ── Embedded dashboard ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …i-tool/components/hooks/monitoring/context-timeline.py | 1202 | # ── Main ─────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 29 | # ── Constants ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 39 | # ── Path helpers ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 67 | # ── Context limit detection ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 101 | # ── Pid file ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 128 | # ── Port ─────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 153 | # ── Session registry ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 193 | # ── JSONL incremental reader ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 220 | # ── State builder ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 372 | # ── Global server state ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 409 | # ── Background threads ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 572 | // ─── Config ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 607 | // ─── Legend ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 616 | // ─── Bar rendering ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 635 | // ─── Sidebar ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 664 | // ─── Graph ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 706 | // ── Column headers ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 720 | // ── Vertical track lines ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 733 | // ── Branch edges (Agent → subagent) ──────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 751 | // ── Node pills ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 820 | // ── Tooltip ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 847 | // ─── Main render ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 889 | // ─── Zoom ───────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 933 | // ─── Resizable sidebar ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 967 | # ── HTTP handler ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 1075 | # ── Server process ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …i-tool/components/hooks/monitoring/context-timeline.py | 1116 | # ── Modes ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/creative-design/algorithmic-art/templates/viewer.html | 441 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …/creative-design/algorithmic-art/templates/viewer.html | 443 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …/creative-design/algorithmic-art/templates/viewer.html | 456 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …/creative-design/algorithmic-art/templates/viewer.html | 458 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …/creative-design/algorithmic-art/templates/viewer.html | 507 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …/creative-design/algorithmic-art/templates/viewer.html | 509 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …/creative-design/algorithmic-art/templates/viewer.html | 518 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …/creative-design/algorithmic-art/templates/viewer.html | 520 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …/creative-design/algorithmic-art/templates/viewer.html | 530 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …/creative-design/algorithmic-art/templates/viewer.html | 532 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …distributed-training-deepspeed/references/tutorials.md | 2370 | # --------------------------------------- | COMMENT |
| MEDIUM | …distributed-training-deepspeed/references/tutorials.md | 2372 | # --------------------------------------- | COMMENT |
| MEDIUM | …distributed-training-deepspeed/references/tutorials.md | 2392 | # ---------------------------------- | COMMENT |
| MEDIUM | …distributed-training-deepspeed/references/tutorials.md | 2394 | # ---------------------------------- | COMMENT |
| MEDIUM | …/skills/ai-research/loki-mode/demo/record-full-demo.sh | 2 | #=============================================================================== | COMMENT |
| MEDIUM | …/skills/ai-research/loki-mode/demo/record-full-demo.sh | 15 | #=============================================================================== | COMMENT |
| 410 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | cli-tool/docs_to_claude/ARCHITECTURE.md | 18 | ├── analytics.js # Main orchestration class | CODE |
| MEDIUM | …tool/components/agents/ai-specialists/llm-architect.md | 79 | ## RAG Pipeline Architecture | COMMENT |
| MEDIUM | …tool/components/agents/ai-specialists/llm-architect.md | 110 | ### RAG Pipeline Evaluation (RAGAS v0.4+) | COMMENT |
| MEDIUM | …nts/agents/programming-languages/dotnet-core-expert.md | 3 | description: "Use when building .NET Core applications requiring cloud-native architecture, high-performance microservic | CODE |
| MEDIUM | …ents/agents/programming-languages/csharp-mcp-expert.md | 9 | You are a world-class expert in building Model Context Protocol (MCP) servers using the C# SDK. You have deep knowledge | CODE |
| MEDIUM | …nents/agents/programming-languages/csharp-developer.md | 3 | description: "Use this agent when building ASP.NET Core web APIs, cloud-native .NET solutions, or modern C# applications | CODE |
| MEDIUM | cli-tool/components/sandbox/docker/README.md | 70 | ├── docker-launcher.js # Node.js launcher that orchestrates Docker | CODE |
| MEDIUM | …mponents/loops/operations/overnight-pr-routine-loop.md | 36 | ## 💰 Budget & guardrails | COMMENT |
| MEDIUM | …ool/components/loops/evaluation/human-approval-loop.md | 36 | ## 💰 Budget & guardrails | COMMENT |
| MEDIUM | …nents/loops/engineering/five-minute-maintainer-loop.md | 36 | ## 💰 Budget & guardrails | COMMENT |
| MEDIUM | …l/components/loops/engineering/anti-spin-build-loop.md | 36 | ## 💰 Budget & guardrails | COMMENT |
| MEDIUM | …mponents/loops/engineering/completion-contract-loop.md | 36 | ## 💰 Budget & guardrails | COMMENT |
| MEDIUM | …omponents/loops/engineering/adversarial-review-loop.md | 36 | ## 💰 Budget & guardrails | COMMENT |
| MEDIUM | …tool/components/loops/engineering/goal-refiner-loop.md | 36 | ## 💰 Budget & guardrails | COMMENT |
| MEDIUM | …ol/components/loops/engineering/build-test-fix-loop.md | 36 | ## 💰 Budget & guardrails | COMMENT |
| MEDIUM | cli-tool/components/commands/svelte/svelte-scaffold.md | 1 | # /svelte:scaffold | COMMENT |
| MEDIUM | cli-tool/components/commands/orchestration/remove.md | 251 | # .orchestration-audit.yaml | COMMENT |
| MEDIUM | …ponents/skills/ai-research/multimodal-whisper/SKILL.md | 243 | # Use transcription in RAG | COMMENT |
| MEDIUM | …/ai-research/safety-alignment-nemo-guardrails/SKILL.md | 290 | - Docs: https://docs.nvidia.com/nemo/guardrails/ | STRING |
| MEDIUM | …ponents/skills/ai-research/rag-implementation/SKILL.md | 7 | # RAG Implementation | COMMENT |
| MEDIUM | …search/multimodal-blip-2/references/troubleshooting.md | 354 | ### VQA hallucinations | COMMENT |
| MEDIUM | …ls/ai-research/fine-tuning-axolotl/references/other.md | 1872 | # Key containing the reasoning trace (default: "reasoning_content"). | STRING |
| MEDIUM | …ls/ai-research/fine-tuning-axolotl/references/other.md | 1874 | # The key the chat template expects that indicates the reasoning trace. | STRING |
| MEDIUM | …ls/ai-research/fine-tuning-axolotl/references/other.md | 1897 | # reasoning trace inside delimited tags | STRING |
| MEDIUM | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2029 | # Key containing the reasoning trace (default: "reasoning_content"). | STRING |
| MEDIUM | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2031 | # The key the chat template expects that indicates the reasoning trace. | STRING |
| MEDIUM | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2054 | # reasoning trace inside delimited tags | STRING |
| MEDIUM | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2213 | # Key containing the reasoning trace (default: "reasoning_content"). | STRING |
| MEDIUM | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2215 | # The key the chat template expects that indicates the reasoning trace. | STRING |
| MEDIUM | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2238 | # reasoning trace inside delimited tags | STRING |
| MEDIUM | …omponents/skills/ai-research/agents-langchain/SKILL.md | 11 | # LangChain - Build LLM Applications with Agents & RAG | COMMENT |
| MEDIUM | …omponents/skills/ai-research/agents-langchain/SKILL.md | 183 | ## RAG (Retrieval-Augmented Generation) | COMMENT |
| MEDIUM | …omponents/skills/ai-research/agents-langchain/SKILL.md | 185 | ### Basic RAG pipeline | COMMENT |
| MEDIUM⚡ | …omponents/skills/ai-research/agents-langchain/SKILL.md | 227 | ### Conversational RAG with memory | COMMENT |
| MEDIUM⚡ | …omponents/skills/ai-research/agents-langchain/SKILL.md | 232 | # RAG with conversation memory | COMMENT |
| MEDIUM⚡ | …omponents/skills/ai-research/agents-langchain/SKILL.md | 242 | # Multi-turn RAG | COMMENT |
| MEDIUM | …/skills/ai-research/agents-langchain/references/rag.md | 1 | # LangChain RAG Guide | COMMENT |
| MEDIUM | …/skills/ai-research/agents-langchain/references/rag.md | 5 | ## What is RAG? | COMMENT |
| MEDIUM | …/skills/ai-research/agents-langchain/references/rag.md | 17 | ## RAG pipeline components | COMMENT |
| MEDIUM | …/skills/ai-research/agents-langchain/references/rag.md | 194 | ## Advanced RAG patterns | COMMENT |
| MEDIUM | …/skills/ai-research/agents-langchain/references/rag.md | 196 | ### Conversational RAG | COMMENT |
| MEDIUM | …/skills/ai-research/agents-langchain/references/rag.md | 209 | # Conversational RAG chain | COMMENT |
| MEDIUM | …/skills/ai-research/agents-langchain/references/rag.md | 341 | ## RAG with agents | COMMENT |
| MEDIUM | …/skills/ai-research/agents-langchain/references/rag.md | 343 | ### Agent-based RAG | COMMENT |
| MEDIUM | …/skills/ai-research/agents-langchain/references/rag.md | 582 | # Async RAG for concurrent queries | COMMENT |
| MEDIUM | …ills/ai-research/agents-langchain/references/agents.md | 160 | ### 2. ReAct agent (reasoning trace) | COMMENT |
| MEDIUM | …kills/ai-research/prompt-engineering-patterns/SKILL.md | 85 | # Configure few-shot learning | COMMENT |
| MEDIUM | …kills/ai-research/prompt-engineering-patterns/SKILL.md | 148 | ### With RAG Systems | COMMENT |
| MEDIUM | …engineering-patterns/assets/prompt-template-library.md | 187 | ### RAG Template | COMMENT |
| MEDIUM | …ai-research/fine-tuning-unsloth/references/llms-txt.md | 1583 | <table data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th><th></th><th data-hidden data-card-target | CODE |
| MEDIUM | …ai-research/fine-tuning-unsloth/references/llms-txt.md | 4050 | #### Fine-Tuning vs. RAG: What’s the Difference? | COMMENT |
| MEDIUM | …ai-research/fine-tuning-unsloth/references/llms-txt.md | 4082 | ### Is RAG Always Better Than Fine-Tuning? | COMMENT |
| MEDIUM | …ai-research/fine-tuning-unsloth/references/llms-txt.md | 4092 | ### Why You Should Combine RAG & Fine-Tuning | COMMENT |
| MEDIUM | …ai-research/fine-tuning-unsloth/references/llms-txt.md | 10269 | Zero-shot cloning captures tone but misses pacing and expression, often sounding robotic and unnatural. Fine-tuning deli | STRING |
| MEDIUM | …inference-serving-sglang/references/radix-attention.md | 264 | ### Optimize few-shot prompting | COMMENT |
| MEDIUM | …inference-serving-sglang/references/radix-attention.md | 302 | # Target: >80% hit rate for agent/few-shot workloads | COMMENT |
| MEDIUM | …rch/prompt-engineering-guidance/references/backends.md | 415 | # - Avoid large few-shot examples | COMMENT |
| MEDIUM | …ents/skills/ai-research/observability-phoenix/SKILL.md | 204 | # Evaluate hallucination | COMMENT |
| MEDIUM | …nents/skills/ai-research/agent-memory-systems/SKILL.md | 63 | | Issue | medium | ## Track embedding model in metadata | | CODE |
| MEDIUM | …ol/components/skills/ai-research/rag-engineer/SKILL.md | 7 | # RAG Engineer | COMMENT |
| 466 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | CONTRIBUTING.md | 124 | "API_KEY": "<YOUR_API_KEY>", | CODE |
| HIGH | CONTRIBUTING.md | 124 | "API_KEY": "<YOUR_API_KEY>", | CODE |
| HIGH | …l/.claude/sandbox/cloudflare/IMPLEMENTATION_SUMMARY.md | 220 | node monitor.ts "Calculate factorial of 5" your_api_key | CODE |
| HIGH | cli-tool/.claude/sandbox/cloudflare/QUICKSTART.md | 211 | node monitor.ts "your prompt" your_api_key | CODE |
| HIGH | cli-tool/.claude/sandbox/cloudflare/README.md | 15 | echo "ANTHROPIC_API_KEY=your-api-key-here" > .dev.vars | CODE |
| HIGH⚡ | cli-tool/.claude/sandbox/cloudflare/README.md | 110 | node launcher.ts "Fibonacci 10" "" your_api_key https://your-worker.workers.dev | CODE |
| HIGH⚡ | cli-tool/.claude/sandbox/cloudflare/README.md | 113 | node launcher.ts "Create a React app" "--agent frontend-developer" your_api_key | CODE |
| HIGH⚡ | cli-tool/.claude/sandbox/cloudflare/README.md | 121 | node monitor.ts "Calculate factorial of 5" your_api_key | CODE |
| HIGH⚡ | cli-tool/.claude/sandbox/cloudflare/README.md | 124 | node monitor.ts "Sum array" your_api_key https://your-worker.workers.dev | CODE |
| HIGH | …i-tool/.claude/sandbox/cloudflare/SANDBOX_DEBUGGING.md | 169 | node monitor.ts "Calculate factorial of 5" your_api_key | CODE |
| HIGH | …i-tool/.claude/sandbox/cloudflare/SANDBOX_DEBUGGING.md | 172 | node monitor.ts "Fibonacci 10" your_api_key https://your-worker.workers.dev | CODE |
| HIGH | cli-tool/.claude/sandbox/cloudflare/monitor.ts | 333 | console.log(' node monitor.ts "Fibonacci 10" YOUR_API_KEY'); | CODE |
| HIGH | …/components/settings/partnerships/glm-coding-plan.json | 5 | "ANTHROPIC_AUTH_TOKEN": "YOUR-API-KEY", | CODE |
| HIGH | cli-tool/components/mcps/web/web-reader.json | 8 | "Authorization": "Bearer your_api_key" | CODE |
| HIGH | cli-tool/components/mcps/web/zread.json | 8 | "Authorization": "Bearer your_api_key" | CODE |
| HIGH | cli-tool/components/mcps/web/web-search-prime.json | 8 | "Authorization": "Bearer your_api_key" | CODE |
| HIGH | …ol/components/mcps/integration/github-integration.json | 8 | "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>" | CODE |
| HIGH | …-tool/components/mcps/deepresearch/mcp-server-nia.json | 8 | "NIA_API_KEY": "YOUR_API_KEY", | CODE |
| HIGH | cli-tool/components/mcps/audio/elevenlabs.json | 8 | "ELEVENLABS_API_KEY": "<your-api-key>", | CODE |
| HIGH | cli-tool/components/mcps/devtools/codacy.json | 8 | "CODACY_ACCOUNT_TOKEN": "<YOUR_TOKEN>" | CODE |
| HIGH | cli-tool/components/mcps/devtools/firecrawl.json | 8 | "FIRECRAWL_API_KEY": "YOUR-API-KEY" | CODE |
| HIGH | cli-tool/components/mcps/devtools/zai-mcp-server.json | 12 | "Z_AI_API_KEY": "your_api_key", | CODE |
| HIGH | …i-tool/components/mcps/devtools/mcp-server-trello.json | 7 | "TRELLO_API_KEY": "your-api-key", | CODE |
| HIGH | cli-tool/components/mcps/devtools/testsprite.json | 10 | "API_KEY": "your-api-key" | CODE |
| HIGH | cli-tool/components/mcps/marketing/posthell.json | 8 | "Authorization": "Bearer your_api_key" | CODE |
| HIGH | …ts/mcps/browser_automation/browser-use-mcp-server.json | 16 | "OPENAI_API_KEY": "your-api-key" | CODE |
| HIGH | cli-tool/components/sandbox/docker/README.md | 27 | export ANTHROPIC_API_KEY=sk-ant-your-api-key-here | CODE |
| HIGH | …omponents/sandbox/cloudflare/IMPLEMENTATION_SUMMARY.md | 220 | node monitor.ts "Calculate factorial of 5" your_api_key | CODE |
| HIGH | cli-tool/components/sandbox/cloudflare/QUICKSTART.md | 211 | node monitor.ts "your prompt" your_api_key | CODE |
| HIGH | cli-tool/components/sandbox/cloudflare/README.md | 15 | echo "ANTHROPIC_API_KEY=your-api-key-here" > .dev.vars | CODE |
| HIGH⚡ | cli-tool/components/sandbox/cloudflare/README.md | 110 | node launcher.ts "Fibonacci 10" "" your_api_key https://your-worker.workers.dev | CODE |
| HIGH⚡ | cli-tool/components/sandbox/cloudflare/README.md | 113 | node launcher.ts "Create a React app" "--agent frontend-developer" your_api_key | CODE |
| HIGH⚡ | cli-tool/components/sandbox/cloudflare/README.md | 121 | node monitor.ts "Calculate factorial of 5" your_api_key | CODE |
| HIGH⚡ | cli-tool/components/sandbox/cloudflare/README.md | 124 | node monitor.ts "Sum array" your_api_key https://your-worker.workers.dev | CODE |
| HIGH | …ool/components/sandbox/cloudflare/SANDBOX_DEBUGGING.md | 169 | node monitor.ts "Calculate factorial of 5" your_api_key | CODE |
| HIGH | …ool/components/sandbox/cloudflare/SANDBOX_DEBUGGING.md | 172 | node monitor.ts "Fibonacci 10" your_api_key https://your-worker.workers.dev | CODE |
| HIGH | cli-tool/components/sandbox/cloudflare/monitor.ts | 333 | console.log(' node monitor.ts "Fibonacci 10" YOUR_API_KEY'); | CODE |
| HIGH | …components/commands/nextjs-vercel/nextjs-api-tester.md | 239 | -H "Authorization: Bearer YOUR_TOKEN_HERE" \ | CODE |
| HIGH | …components/commands/nextjs-vercel/nextjs-api-tester.md | 244 | -H "Authorization: Bearer YOUR_TOKEN_HERE" \ | CODE |
| HIGH | …ents/skills/database/using-neon/references/devtools.md | 87 | "NEON_API_KEY": "your-api-key" | CODE |
| HIGH | …ents/skills/database/using-neon/references/neon-cli.md | 38 | export NEON_API_KEY=your-api-key | CODE |
| HIGH | …ol/components/skills/ai-research/rag-pinecone/SKILL.md | 50 | pc = Pinecone(api_key="your-api-key") | CODE |
| HIGH | …ts/skills/ai-research/observability-langsmith/SKILL.md | 45 | export LANGSMITH_API_KEY="your-api-key" | CODE |
| HIGH⚡ | …/observability-langsmith/references/troubleshooting.md | 45 | export LANGSMITH_API_KEY="your-api-key" | CODE |
| HIGH⚡ | …/observability-langsmith/references/troubleshooting.md | 48 | LANGSMITH_API_KEY=your-api-key | CODE |
| HIGH⚡ | …/observability-langsmith/references/troubleshooting.md | 55 | client = Client(api_key="your-api-key") | CODE |
| HIGH | …omponents/skills/ai-research/agents-langchain/SKILL.md | 339 | os.environ["LANGCHAIN_API_KEY"] = "your-api-key" | CODE |
| HIGH | …ai-research/agents-langchain/references/integration.md | 40 | pinecone.init(api_key="your-api-key", environment="us-west1-gcp") | CODE |
| HIGH | …/skills/ai-research/gemini-api-agent-platform/SKILL.md | 75 | export GOOGLE_API_KEY='your-api-key' | CODE |
| HIGH | …kills/ai-research/prompt-engineering-guidance/SKILL.md | 272 | api_key="your-api-key" # Or set ANTHROPIC_API_KEY env var | CODE |
| HIGH | …kills/ai-research/prompt-engineering-guidance/SKILL.md | 281 | api_key="your-api-key" # Or set OPENAI_API_KEY env var | CODE |
| HIGH | …rch/prompt-engineering-guidance/references/backends.md | 28 | api_key="your-api-key-here" | CODE |
| HIGH | …rch/prompt-engineering-guidance/references/backends.md | 53 | api_key="your-api-key", | CODE |
| HIGH | …rch/prompt-engineering-guidance/references/backends.md | 95 | api_key="your-api-key-here" | CODE |
| HIGH | …rch/prompt-engineering-guidance/references/backends.md | 120 | api_key="your-api-key", | CODE |
| HIGH | …ol/components/skills/ai-research/datadog-cli/README.md | 22 | export DD_API_KEY="your-api-key" | CODE |
| HIGH | …ool/components/skills/ai-research/datadog-cli/SKILL.md | 24 | export DD_API_KEY="your-api-key" | CODE |
| HIGH | …ch/observability-phoenix/references/troubleshooting.md | 314 | api_key="your-api-key" # Or use headers | CODE |
| HIGH | …ch/observability-phoenix/references/troubleshooting.md | 319 | os.environ["PHOENIX_API_KEY"] = "your-api-key" | CODE |
| HIGH | …l/components/skills/ai-research/deep-research/SKILL.md | 34 | export GEMINI_API_KEY=your-api-key-here | CODE |
| 174 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cli-tool/tests/integration/analytics-system.test.js | 301 | async function createTestConversationFiles(testDir) { | CODE |
| LOW | cli-tool/.claude/sandbox/cloudflare/monitor.ts | 232 | async function enhancedSandboxMonitoring( | CODE |
| LOW | …tool/components/settings/statusline/context-monitor.py | 59 | def parse_context_from_transcript(transcript_path): | CODE |
| LOW | …/components/agents/data-ai/computer-vision-engineer.md | 110 | def encode_faces_from_directory(self, directory_path): | CODE |
| LOW | …/components/agents/data-ai/computer-vision-engineer.md | 258 | def detect_document_structure(self, image_path): | CODE |
| LOW | cli-tool/components/agents/database/nosql-specialist.md | 220 | class RedisDataManager: | CODE |
| LOW | cli-tool/components/agents/database/nosql-specialist.md | 479 | def single_table_design_patterns(self): | STRING |
| LOW | cli-tool/components/agents/database/nosql-specialist.md | 567 | def implement_caching_pattern(self): | STRING |
| LOW | …-tool/components/agents/database/database-architect.md | 474 | def recommend_database_technology(requirements): | STRING |
| LOW | …ents/devops-infrastructure/apify-integration-expert.md | 386 | def test_processes_dataset_items(mock_client_cls): | CODE |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 424 | def check_security_hub_findings(self) -> List[Dict[str, Any]]: | CODE |
| LOW⚡ | …ents/agents/devops-infrastructure/security-engineer.md | 503 | def check_cloudtrail_anomalies(self) -> List[Dict[str, Any]]: | CODE |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 606 | def generate_security_recommendations(self, security_report: Dict[str, Any]) -> List[Dict[str, Any]]: | CODE |
| LOW | …ents/agents/devops-infrastructure/security-engineer.md | 860 | def run_compliance_assessment(): | CODE |
| LOW | …ts/business-marketing/marketing-attribution-analyst.md | 115 | def build_marketing_mix_model(marketing_data): | CODE |
| LOW | …ts/business-marketing/marketing-attribution-analyst.md | 193 | def run_geo_incrementality_test(test_data, control_data): | CODE |
| LOW | …ts/business-marketing/marketing-attribution-analyst.md | 238 | def build_attribution_lstm_model(sequence_data): | CODE |
| LOW | …ts/business-marketing/marketing-attribution-analyst.md | 268 | def optimize_budget_allocation(channel_performance, total_budget): | CODE |
| LOW | …deep-research-team/competitive-intelligence-analyst.md | 55 | def create_competitor_profile(self, company_name, analysis_scope): | CODE |
| LOW | …deep-research-team/competitive-intelligence-analyst.md | 170 | def collect_financial_intelligence(self, company_ticker): | CODE |
| LOW | …deep-research-team/competitive-intelligence-analyst.md | 202 | def monitor_competitive_moves(self, competitor_list, monitoring_period_days=30): | CODE |
| LOW | …deep-research-team/competitive-intelligence-analyst.md | 242 | def analyze_job_posting_intelligence(self, company_name): | CODE |
| LOW | …deep-research-team/competitive-intelligence-analyst.md | 306 | def create_competitive_landscape_map(self, market_segment): | CODE |
| LOW | …deep-research-team/competitive-intelligence-analyst.md | 339 | def assess_market_opportunity(self, market_segment, geographic_scope='global'): | CODE |
| LOW | …deep-research-team/competitive-intelligence-analyst.md | 384 | def generate_executive_briefing(self, analysis_data, briefing_type='comprehensive'): | CODE |
| LOW | …deep-research-team/competitive-intelligence-analyst.md | 423 | def create_competitive_dashboard(self, tracking_metrics): | CODE |
| LOW | …l/components/agents/deep-research-team/fact-checker.md | 65 | def extract_verifiable_claims(self, content): | CODE |
| LOW⚡ | …l/components/agents/deep-research-team/fact-checker.md | 153 | def assess_source_credibility(self, source_url, source_content=None): | CODE |
| LOW | …l/components/agents/deep-research-team/fact-checker.md | 234 | def detect_misinformation_patterns(self, content, metadata=None): | CODE |
| LOW | …l/components/agents/deep-research-team/fact-checker.md | 282 | def validate_statistical_claims(self, statistical_claims): | CODE |
| LOW | …l/components/agents/deep-research-team/fact-checker.md | 501 | def generate_fact_check_report(self, verification_results): | CODE |
| LOW | …obsidian-ops-team/Scripts/parse_keyword_connections.py | 8 | def parse_keyword_connections(report_path): | CODE |
| LOW | …nts/obsidian-ops-team/Scripts/daily_notes_connector.py | 126 | def find_temporal_connections(self, file_path, all_notes): | CODE |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 91 | def suggest_links_by_entities(self): | CODE |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 120 | def suggest_links_by_keywords(self): | CODE |
| LOW | …/obsidian-ops-team/Scripts/find_keyword_connections.py | 20 | def extract_keywords_from_file(file_path): | CODE |
| LOW⚡ | …/obsidian-ops-team/Scripts/find_keyword_connections.py | 153 | def implement_keyword_connections(connections, limit=50): | CODE |
| LOW | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 48 | def extract_topics_from_filename(self, filename): | CODE |
| LOW | cli-tool/components/sandbox/cloudflare/monitor.ts | 232 | async function enhancedSandboxMonitoring( | CODE |
| LOW | cli-tool/components/sandbox/e2b/e2b-monitor.py | 17 | def monitor_sandbox_execution(sbx, command, timeout=600): | CODE |
| 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): | CODE |
| LOW | cli-tool/components/skills/video/sora/scripts/sora.py | 286 | def _extract_retry_after_seconds(exc: Exception) -> Optional[float]: | CODE |
| LOW | …ls/creative-design/meme-factory/references/examples.md | 408 | def deployment_workflow_with_memes(deployment_result: dict): | CODE |
| LOW | …creative-design/meme-factory/scripts/meme_generator.py | 142 | def suggest_template_for_context(self, context: str) -> str: | CODE |
| LOW | …ents/skills/creative-design/claude-d3js-skill/SKILL.md | 186 | function setupResponsiveChartWithObserver(svgElement, data) { | CODE |
| LOW | …ecuting-marketing-campaigns/scripts/marketing_utils.py | 142 | def generate_campaign_tracking_sheet( | CODE |
| LOW | …eative-design/slack-gif-creator/core/frame_composer.py | 99 | def create_gradient_background( | CODE |
| LOW | …gn/ux-researcher-designer/scripts/persona_generator.py | 50 | def generate_persona_from_data(self, user_data: List[Dict], | CODE |
| LOW | …gn/ux-researcher-designer/scripts/persona_generator.py | 396 | def _derive_design_implications(self, patterns: Dict) -> List[str]: | CODE |
| LOW | …ign/ui-design-system/scripts/design_token_generator.py | 133 | def generate_typography_system(self, style: str) -> Dict: | CODE |
| LOW | …ign/ui-design-system/scripts/design_token_generator.py | 390 | def generate_animation_tokens(self) -> Dict: | CODE |
| LOW | …s/skills/creative-design/imagegen/scripts/image_gen.py | 113 | def _validate_generate_payload(payload: Dict[str, Any]) -> None: | CODE |
| LOW | …s/skills/creative-design/imagegen/scripts/image_gen.py | 273 | def _decode_write_and_downscale( | CODE |
| LOW | …s/skills/creative-design/imagegen/scripts/image_gen.py | 415 | def _extract_retry_after_seconds(exc: Exception) -> Optional[float]: | CODE |
| LOW | …s/skills/creative-design/imagegen/scripts/image_gen.py | 449 | async def _generate_one_with_retries( | CODE |
| LOW | …/ai-research/safety-alignment-nemo-guardrails/SKILL.md | 96 | async def check_output_hallucination(context): | CODE |
| LOW | …distributed-training-deepspeed/references/tutorials.md | 2205 | def setup_model_and_optimizer(args): | CODE |
| LOW | …distributed-training-deepspeed/references/tutorials.md | 5087 | def initialize_model_parallel( | CODE |
| LOW | …distributed-training-deepspeed/references/tutorials.md | 5104 | def get_sequence_parallel_group(): | CODE |
| LOW | …distributed-training-deepspeed/references/tutorials.md | 5881 | def setup_model_and_optimizer(args): | CODE |
| 865 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …tool/components/settings/statusline/context-monitor.py | 59 | CODE | |
| LOW | …tool/components/settings/statusline/context-monitor.py | 130 | CODE | |
| LOW | …tool/components/settings/statusline/context-monitor.py | 246 | CODE | |
| LOW | …/obsidian-ops-team/Scripts/enhance_tag_standardizer.py | 267 | CODE | |
| LOW | …idian-ops-team/Scripts/implement_entity_connections.py | 34 | CODE | |
| LOW | …idian-ops-team/Scripts/implement_entity_connections.py | 116 | CODE | |
| LOW | …s/agents/obsidian-ops-team/Scripts/tag_standardizer.py | 192 | CODE | |
| LOW | …s/agents/obsidian-ops-team/Scripts/tag_standardizer.py | 214 | CODE | |
| LOW | …s/agents/obsidian-ops-team/Scripts/tag_standardizer.py | 253 | CODE | |
| LOW | …nts/obsidian-ops-team/Scripts/daily_notes_connector.py | 92 | CODE | |
| LOW | …nts/obsidian-ops-team/Scripts/daily_notes_connector.py | 164 | CODE | |
| LOW | …nts/obsidian-ops-team/Scripts/daily_notes_connector.py | 221 | CODE | |
| LOW | …ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py | 11 | CODE | |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 91 | CODE | |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 120 | CODE | |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 159 | CODE | |
| LOW | …nts/agents/obsidian-ops-team/Scripts/metadata_adder.py | 33 | CODE | |
| LOW | …/obsidian-ops-team/Scripts/find_keyword_connections.py | 39 | CODE | |
| LOW | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 240 | CODE | |
| LOW | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 20 | CODE | |
| LOW | cli-tool/components/sandbox/e2b/e2b-monitor.py | 55 | CODE | |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 69 | CODE | |
| LOW | cli-tool/components/hooks/security/secret-scanner.py | 201 | CODE | |
| LOW | cli-tool/components/hooks/security/secret-scanner.py | 295 | CODE | |
| LOW | cli-tool/components/hooks/automation/change-logger.py | 58 | CODE | |
| LOW | …i-tool/components/hooks/monitoring/context-timeline.py | 411 | CODE | |
| LOW | …i-tool/components/hooks/monitoring/context-timeline.py | 1204 | CODE | |
| LOW | …i-tool/components/hooks/monitoring/context-timeline.py | 199 | CODE | |
| LOW | …i-tool/components/hooks/monitoring/context-timeline.py | 278 | CODE | |
| LOW | …i-tool/components/hooks/monitoring/context-timeline.py | 308 | CODE | |
| LOW | …i-tool/components/hooks/monitoring/context-timeline.py | 982 | CODE | |
| LOW | …i-tool/components/hooks/monitoring/context-timeline.py | 1050 | CODE | |
| LOW | cli-tool/components/skills/video/sora/scripts/sora.py | 382 | CODE | |
| LOW | …/creative-design/mobile-design/scripts/mobile_audit.py | 81 | CODE | |
| LOW | …creative-design/ui-ux-pro-max/scripts/design_system.py | 116 | CODE | |
| LOW | …ecuting-marketing-campaigns/scripts/marketing_utils.py | 231 | CODE | |
| LOW | …s/creative-design/slack-gif-creator/core/validators.py | 11 | CODE | |
| LOW | …gn/ux-researcher-designer/scripts/persona_generator.py | 159 | CODE | |
| LOW | …creative-design/luma-imagegen/scripts/luma_imagegen.py | 31 | CODE | |
| LOW | …creative-design/luma-imagegen/scripts/luma_imagegen.py | 124 | CODE | |
| LOW | …/results/2026-01-05-00-49-17/humaneval-solutions/40.py | 1 | CODE | |
| LOW | …/results/2026-01-05-00-49-17/humaneval-solutions/75.py | 1 | CODE | |
| LOW | …s/results/2026-01-05-00-49-17/humaneval-solutions/6.py | 4 | CODE | |
| LOW | …results/2026-01-05-00-49-17/humaneval-solutions/147.py | 1 | CODE | |
| LOW | …results/2026-01-05-00-49-17/humaneval-solutions/125.py | 1 | CODE | |
| LOW | …results/2026-01-05-00-49-17/humaneval-solutions/124.py | 1 | CODE | |
| LOW | …s/results/2026-01-05-00-49-17/humaneval-solutions/1.py | 4 | CODE | |
| LOW | …/results/2026-01-05-00-49-17/humaneval-solutions/81.py | 1 | CODE | |
| LOW | …mode/benchmarks/results/humaneval-loki-solutions/40.py | 6 | CODE | |
| LOW | …mode/benchmarks/results/humaneval-loki-solutions/75.py | 6 | CODE | |
| LOW | …-mode/benchmarks/results/humaneval-loki-solutions/6.py | 9 | CODE | |
| LOW | …ode/benchmarks/results/humaneval-loki-solutions/132.py | 6 | CODE | |
| LOW | …ode/benchmarks/results/humaneval-loki-solutions/147.py | 6 | CODE | |
| LOW | …ode/benchmarks/results/humaneval-loki-solutions/125.py | 6 | CODE | |
| LOW | …-mode/benchmarks/results/humaneval-loki-solutions/1.py | 9 | CODE | |
| LOW | …mode/benchmarks/results/humaneval-loki-solutions/81.py | 6 | CODE | |
| LOW | …ecurity/vulnerability-scanner/scripts/security_scan.py | 97 | CODE | |
| LOW | …ecurity/vulnerability-scanner/scripts/security_scan.py | 181 | CODE | |
| LOW | …ecurity/vulnerability-scanner/scripts/security_scan.py | 236 | CODE | |
| LOW | …ecurity/vulnerability-scanner/scripts/security_scan.py | 296 | CODE | |
| 505 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | cli-tool/test-detailed.sh | 68 | # Check if CLAUDE.md was created | COMMENT |
| LOW⚡ | cli-tool/test-detailed.sh | 72 | # Check if .claude directory was created | COMMENT |
| LOW⚡ | cli-tool/test-detailed.sh | 76 | # Check if settings.json was created (for non-common languages) | COMMENT |
| LOW | …tool/components/settings/statusline/context-monitor.py | 17 | # Check if inside a git repository | COMMENT |
| LOW | …idian-ops-team/Scripts/implement_entity_connections.py | 49 | # Check if link already exists | COMMENT |
| LOW | …idian-ops-team/Scripts/implement_entity_connections.py | 92 | # Check if we need to add a Related section | COMMENT |
| LOW | …s/agents/obsidian-ops-team/Scripts/tag_standardizer.py | 231 | # Check if tags changed | COMMENT |
| LOW | …nts/obsidian-ops-team/Scripts/daily_notes_connector.py | 45 | # Check if filename matches date pattern | COMMENT |
| LOW | …ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py | 24 | # Check if file has frontmatter | COMMENT |
| LOW | …ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py | 45 | # Check if tags line has quoted values | COMMENT |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 101 | # Check if files don't already link to each other | COMMENT |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 143 | # Check if files don't already link to each other | COMMENT |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 165 | # Check if any other notes link to this one | COMMENT |
| LOW | …/obsidian-ops-team/Scripts/find_keyword_connections.py | 115 | # Check if link already exists | COMMENT |
| LOW⚡ | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 197 | # Check if file already exists | COMMENT |
| LOW | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 224 | # Check if directory has enough content to warrant a MOC | COMMENT |
| LOW | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 226 | # Check if MOC already exists | COMMENT |
| LOW | cli-tool/components/sandbox/e2b/e2b-monitor.py | 180 | # Display results | COMMENT |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 230 | # Check if we can write to current directory | COMMENT |
| LOW⚡ | cli-tool/components/sandbox/e2b/e2b-launcher.py | 394 | # Read file content from sandbox | COMMENT |
| LOW⚡ | cli-tool/components/sandbox/e2b/e2b-launcher.py | 404 | # Write file locally | COMMENT |
| LOW | cli-tool/components/hooks/security/secret-scanner.py | 219 | # Check if it's actually a comment with example | COMMENT |
| LOW | cli-tool/components/hooks/security/secret-scanner.py | 317 | # Check if commit uses -a flag (auto-stage tracked modified files) | COMMENT |
| LOW | cli-tool/components/hooks/quality-gates/scope-guard.sh | 62 | # Check if declared path is a suffix of the modified file path | COMMENT |
| LOW | …ol/components/hooks/automation/plan-mode-game/start.sh | 11 | # Check if server is already running | COMMENT |
| LOW | …-tool/components/hooks/monitoring/langsmith-tracing.sh | 134 | # Set trap to cleanup on exit (EXIT covers normal exit, errors, and interrupts) | COMMENT |
| LOW | …-tool/components/hooks/monitoring/langsmith-tracing.sh | 158 | # Check if message is tool result | COMMENT |
| LOW | …-tool/components/hooks/monitoring/langsmith-tracing.sh | 216 | # Check if content is an array | COMMENT |
| LOW | cli-tool/components/hooks/git/conventional-commits.py | 33 | # Check if message follows Conventional Commits format | COMMENT |
| LOW | cli-tool/components/hooks/git/prevent-direct-push.py | 30 | # Check if pushing to main or develop | COMMENT |
| LOW | cli-tool/components/hooks/git/prevent-direct-push.py | 34 | # Check if command or current branch targets protected branches | COMMENT |
| LOW | …/creative-design/mobile-design/scripts/mobile_audit.py | 355 | # Check if following iOS scale roughly | COMMENT |
| LOW | …/creative-design/mobile-design/scripts/mobile_audit.py | 372 | # Check if using sp (scale-independent pixels) | COMMENT |
| LOW | …/creative-design/mobile-design/scripts/mobile_audit.py | 379 | # Check if font sizes follow modular scale | COMMENT |
| LOW | …/creative-design/mobile-design/scripts/mobile_audit.py | 416 | # Check if overusing bold (mobile should be regular-dominant) | COMMENT |
| LOW | …/creative-design/mobile-design/scripts/mobile_audit.py | 432 | # Check if using light colors in dark mode (bad for OLED) | COMMENT |
| LOW | …/creative-design/mobile-design/scripts/mobile_audit.py | 609 | # Check if using Hermes engine (should be default in modern RN) | COMMENT |
| LOW | …/skills/ai-research/loki-mode/tests/test-task-queue.sh | 363 | # Check if already exists | COMMENT |
| LOW | …ls/ai-research/loki-mode/tests/test-circuit-breaker.sh | 148 | # Check if threshold reached | COMMENT |
| LOW | …ls/ai-research/loki-mode/tests/test-circuit-breaker.sh | 189 | # Check if cooldown expired | COMMENT |
| LOW | …omponents/skills/ai-research/loki-mode/autonomy/run.sh | 992 | # Check if a command is in the blocked list | COMMENT |
| LOW | …omponents/skills/ai-research/loki-mode/autonomy/run.sh | 1323 | # Check if completion promise is fulfilled in log output | COMMENT |
| LOW | …omponents/skills/ai-research/loki-mode/autonomy/run.sh | 1340 | # Check if max iterations reached | COMMENT |
| LOW | …omponents/skills/ai-research/loki-mode/autonomy/run.sh | 1349 | # Check if context clear was requested by agent | COMMENT |
| LOW⚡ | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 1217 | # Check if swebench is installed | COMMENT |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 1007 | # Check if swebench is installed | COMMENT |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 308 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …omponents/agents/programming-languages/CSharpExpert.md | 30 | - Don't edit auto-generated code (`/api/*.cs`, `*.g.cs`, `// <auto-generated>`). | CODE |
| HIGH | …ls/creative-design/mobile-design/mobile-performance.md | 4 | > **This file covers the #1 area where AI-generated code FAILS.** | CODE |
| HIGH | …elopment/cloudflare-deploy/references/ai-search/api.md | 33 | response: string; // AI-generated answer | CODE |
| HIGH | …omation/n8n/n8n-workflow-patterns/ai_agent_workflow.md | 177 | // Node executes AI-generated SQL | COMMENT |
| 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 | CODE |
| HIGH | …velopment/building-blog/blog-technical-requirements.md | 97 | #### J. AI-generated hero images (3) | COMMENT |
| 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 " | CODE |
| 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 | CODE |
| 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_ | CODE |
| 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_ | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| HIGH | cli-tool/src/session-sharing.js | 123 | lines.push('*Generated by Claude Code Templates - [aitmpl.com](https://aitmpl.com)*'); | CODE |
| HIGH⚡ | dashboard/public/components/skills.json | 1 | [{"name": "agent-management", "path": "ai-maestro/agent-management", "category": "ai-maestro", "type": "skill", "descrip | CODE |
| HIGH⚡ | dashboard/public/components/skills.json | 1 | [{"name": "agent-management", "path": "ai-maestro/agent-management", "category": "ai-maestro", "type": "skill", "descrip | CODE |
| HIGH⚡ | dashboard/public/components/skills.json | 1 | [{"name": "agent-management", "path": "ai-maestro/agent-management", "category": "ai-maestro", "type": "skill", "descrip | CODE |
| HIGH | …nt-content/agents/development-team/ui-ux-designer.json | 1 | {"content": "---\nname: ui-ux-designer\ndescription: Use proactively when reviewing UI/UX design, evaluating visual inte | CODE |
| HIGH | …nt-content/agents/development-team/ui-ux-designer.json | 1 | {"content": "---\nname: ui-ux-designer\ndescription: Use proactively when reviewing UI/UX design, evaluating visual inte | CODE |
| HIGH⚡ | …content/agents/programming-languages/CSharpExpert.json | 1 | {"content": "---\nname: CSharpExpert\ndescription: An agent designed to assist with software development tasks for .NET | CODE |
| HIGH⚡ | …content/sandbox/cloudflare/IMPLEMENTATION_SUMMARY.json | 1 | {"content": "# Cloudflare Sandbox Implementation Summary\n\n## Overview\n\nComplete implementation of Cloudflare Workers | CODE |
| HIGH⚡ | …content/sandbox/cloudflare/IMPLEMENTATION_SUMMARY.json | 1 | {"content": "# Cloudflare Sandbox Implementation Summary\n\n## Overview\n\nComplete implementation of Cloudflare Workers | CODE |
| HIGH⚡ | …onent-content/commands/git-workflow/gemini-review.json | 1 | {"content": "---\nallowed-tools: Bash(gh:*), Read, Grep, TodoWrite, Edit, MultiEdit\nargument-hint: [pr-number] | --anal | CODE |
| HIGH⚡ | …component-content/commands/automation/ci-pipeline.json | 1 | {"content": "---\nallowed-tools: Read, Write, Edit, Bash\nargument-hint: [pipeline-name] | setup | status | fix\ndescrip | CODE |
| HIGH⚡ | …component-content/commands/automation/ci-pipeline.json | 1 | {"content": "---\nallowed-tools: Read, Write, Edit, Bash\nargument-hint: [pipeline-name] | setup | status | fix\ndescrip | CODE |
| HIGH⚡ | …content/skills/creative-design/premium-web-design.json | 1 | {"content": "---\nname: premium-web-design\ndescription: >\n Create premium, Awwwards-quality website designs as React | CODE |
| HIGH | …nt-content/skills/creative-design/frontend-design.json | 1 | {"content": "---\nname: frontend-design\ndescription: Create distinctive, production-grade frontend interfaces with high | CODE |
| HIGH | …nent-content/skills/creative-design/canvas-design.json | 1 | {"content": "---\nname: canvas-design\ndescription: Create beautiful visual art in .png and .pdf documents using design | CODE |
| HIGH | …ls/ai-research/safety-alignment-constitutional-ai.json | 1 | {"content": "---\nname: constitutional-ai\ndescription: Anthropic's method for training harmless AI through self-improve | CODE |
| HIGH⚡ | …onent-content/skills/ai-research/ml-paper-writing.json | 1 | {"content": "---\nname: ml-paper-writing\ndescription: Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL | CODE |
| HIGH⚡ | …onent-content/skills/ai-research/ml-paper-writing.json | 1 | {"content": "---\nname: ml-paper-writing\ndescription: Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL | CODE |
| HIGH⚡ | …nent-content/skills/development/typescript-expert.json | 1 | {"content": "---\nname: typescript-expert\ndescription: >-\n TypeScript and JavaScript expert with deep knowledge of ty | CODE |
| HIGH⚡ | …nent-content/skills/development/typescript-expert.json | 1 | {"content": "---\nname: typescript-expert\ndescription: >-\n TypeScript and JavaScript expert with deep knowledge of ty | CODE |
| HIGH⚡ | …nent-content/skills/development/skill-development.json | 1 | {"content": "---\nname: skill-creator\ndescription: Create new skills, modify and improve existing skills, and measure s | CODE |
| HIGH⚡ | …omponent-content/skills/development/skill-creator.json | 1 | {"content": "---\nname: skill-creator\ndescription: Create new skills, modify and improve existing skills, and measure s | CODE |
| HIGH | …component-content/skills/document-processing/pptx.json | 1 | {"content": "---\nname: pptx\ndescription: \"Use this skill any time a .pptx file is involved in any way — as input, out | CODE |
| HIGH | …-content/skills/document-processing/pptx-official.json | 1 | {"content": "---\nname: pptx-official\ndescription: \"Use this skill any time a .pptx file is involved in any way — as i | CODE |
| HIGH | …c/component-content/skills/ai-maestro/docs-search.json | 1 | {"content": "---\nname: docs-search\ndescription: Search auto-generated codebase documentation for function signatures, | CODE |
| HIGH | …nent-content/skills/web-development/building-blog.json | 1 | {"content": "---\nname: building-blog\ndescription: \"Use when adding a blog to a Next.js + Sanity site, building a blog | CODE |
| HIGH | …ard/public/component-content/skills/sentry/deslop.json | 1 | {"content": "---\nname: deslop\ndescription: Remove AI-generated code slop from a branch. Use when cleaning up AI-genera | CODE |
| HIGH⚡ | …prise-communication/writing-clearly-and-concisely.json | 1 | {"content": "---\nname: writing-clearly-and-concisely\ndescription: Use when writing prose humans will read—documentatio | CODE |
| HIGH | …ponent-content/skills/business-marketing/seoagent.json | 1 | {"content": "---\nname: SEOAgent\ndescription: Persistent SEO workflow for Claude Code — run a technical SEO audit, buil | CODE |
| HIGH⚡ | …component-content/skills/productivity/skill-judge.json | 1 | {"content": "---\nname: skill-judge\ndescription: Evaluate Agent Skill design quality against official specifications an | CODE |
| HIGH⚡ | …mponent-content/skills/productivity/skill-creator.json | 1 | {"content": "---\nname: skill-creator\ndescription: Create new skills, modify and improve existing skills, and measure s | CODE |
| HIGH⚡ | …c/component-content/skills/productivity/humanizer.json | 1 | {"content": "---\nname: humanizer\nversion: 2.1.1\ndescription: |\n Remove signs of AI-generated writing from text. Use | CODE |
| HIGH⚡ | …c/component-content/skills/productivity/humanizer.json | 1 | {"content": "---\nname: humanizer\nversion: 2.1.1\ndescription: |\n Remove signs of AI-generated writing from text. Use | CODE |
| HIGH⚡ | …onent-content/skills/scientific/scientific-slides.json | 1 | {"content": "---\nname: scientific-slides\ndescription: \"Build slide decks and presentations for research talks. Use th | CODE |
| HIGH⚡ | …onent-content/skills/scientific/scientific-slides.json | 1 | {"content": "---\nname: scientific-slides\ndescription: \"Build slide decks and presentations for research talks. Use th | CODE |
| HIGH⚡ | …component-content/skills/scientific/latex-posters.json | 1 | {"content": "---\nname: latex-posters\ndescription: \"Create professional research posters in LaTeX using beamerposter, | CODE |
| HIGH⚡ | …mponent-content/skills/scientific/research-lookup.json | 1 | {"content": "---\nname: research-lookup\ndescription: \"Look up current research information using Perplexity's Sonar Pr | CODE |
| HIGH⚡ | …mponent-content/skills/scientific/treatment-plans.json | 1 | {"content": "---\nname: treatment-plans\ndescription: \"Generate concise (3-4 page), focused medical treatment plans in | CODE |
| HIGH | …ntent/skills/scientific/clinical-decision-support.json | 1 | {"content": "---\nname: clinical-decision-support\ndescription: \"Generate professional clinical decision support (CDS) | CODE |
| HIGH⚡ | …onent-content/skills/scientific/literature-review.json | 1 | {"content": "---\nname: literature-review\ndescription: Conduct comprehensive, systematic literature reviews using multi | CODE |
| HIGH⚡ | …t-content/skills/scientific/hypothesis-generation.json | 1 | {"content": "---\nname: hypothesis-generation\ndescription: \"Generate testable hypotheses. Formulate from observations, | CODE |
| HIGH⚡ | …mponent-content/skills/scientific/research-grants.json | 1 | {"content": "---\nname: research-grants\ndescription: \"Write competitive research proposals for NSF, NIH, DOE, and DARP | CODE |
| 7 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | cli-tool/.claude/sandbox/cloudflare/monitor.ts | 252 | // Step 1: Check worker health | COMMENT |
| LOW⚡ | cli-tool/.claude/sandbox/cloudflare/monitor.ts | 260 | // Step 2: Generate code with monitoring | COMMENT |
| LOW⚡ | cli-tool/.claude/sandbox/cloudflare/monitor.ts | 267 | // Step 3: Execute in sandbox with monitoring | COMMENT |
| LOW⚡ | cli-tool/components/sandbox/docker/execute.js | 225 | // Step 1: Install components | COMMENT |
| LOW⚡ | cli-tool/components/sandbox/docker/execute.js | 232 | // Step 2: Execute Claude query | COMMENT |
| LOW⚡ | cli-tool/components/sandbox/docker/execute.js | 239 | // Step 3: Copy generated files | COMMENT |
| LOW⚡ | cli-tool/components/sandbox/docker/docker-launcher.js | 153 | // Step 1: Check Docker installation | COMMENT |
| LOW⚡ | cli-tool/components/sandbox/docker/docker-launcher.js | 158 | // Step 2: Check Docker daemon | COMMENT |
| LOW⚡ | cli-tool/components/sandbox/docker/docker-launcher.js | 163 | // Step 3: Build Docker image | COMMENT |
| LOW⚡ | cli-tool/components/sandbox/docker/docker-launcher.js | 169 | // Step 4: Run container | COMMENT |
| LOW⚡ | cli-tool/components/sandbox/cloudflare/monitor.ts | 252 | // Step 1: Check worker health | COMMENT |
| LOW⚡ | cli-tool/components/sandbox/cloudflare/monitor.ts | 260 | // Step 2: Generate code with monitoring | COMMENT |
| LOW⚡ | cli-tool/components/sandbox/cloudflare/monitor.ts | 267 | // Step 3: Execute in sandbox with monitoring | COMMENT |
| LOW⚡ | …creative-design/ui-ux-pro-max/scripts/design_system.py | 159 | # Step 1: First search product to get category | COMMENT |
| LOW⚡ | …creative-design/ui-ux-pro-max/scripts/design_system.py | 166 | # Step 2: Get reasoning rules for this category | COMMENT |
| LOW⚡ | …creative-design/ui-ux-pro-max/scripts/design_system.py | 170 | # Step 3: Multi-domain search with style priority hints | COMMENT |
| LOW⚡ | …creative-design/ui-ux-pro-max/scripts/design_system.py | 174 | # Step 4: Select best matches from each domain using priority | COMMENT |
| LOW | …creative-design/ui-ux-pro-max/scripts/design_system.py | 185 | # Step 5: Build final recommendation | COMMENT |
| LOW⚡ | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 779 | # Step 4: Reviewer analyzes failure | COMMENT |
| LOW⚡ | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 783 | # Step 5: Engineer fixes based on feedback | COMMENT |
| LOW⚡ | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 1637 | # Step 4: Reviewer analyzes issues | COMMENT |
| LOW⚡ | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 1643 | # Step 5: Engineer fixes patch | COMMENT |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 717 | # Step 1: Architect analyzes the problem | COMMENT |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 731 | # Step 2: Engineer implements solution | COMMENT |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 762 | # Step 3: QA tests the solution | COMMENT |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 1573 | # Step 1: Architect analyzes the issue | COMMENT |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 1590 | # Step 2: Engineer generates patch | COMMENT |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 1611 | # Step 3: QA validates patch format | COMMENT |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| LOW | …esearch/qa-test-planner/scripts/generate_test_cases.sh | 44 | # Step 1: Basic Info | COMMENT |
| LOW⚡ | …esearch/qa-test-planner/scripts/generate_test_cases.sh | 93 | # Step 2: Objective and Description | COMMENT |
| LOW⚡ | …esearch/qa-test-planner/scripts/generate_test_cases.sh | 101 | # Step 3: Preconditions | COMMENT |
| LOW | …esearch/qa-test-planner/scripts/generate_test_cases.sh | 116 | # Step 4: Test Steps | COMMENT |
| LOW⚡ | …esearch/qa-test-planner/scripts/generate_test_cases.sh | 142 | # Step 5: Test Data | COMMENT |
| LOW⚡ | …esearch/qa-test-planner/scripts/generate_test_cases.sh | 149 | # Step 6: Figma Design (if UI test) | COMMENT |
| LOW⚡ | …esearch/qa-test-planner/scripts/generate_test_cases.sh | 159 | # Step 7: Edge Cases | COMMENT |
| LOW | …s/skills/document-processing/pptx/scripts/rearrange.py | 176 | # Step 1: DUPLICATE repeated slides | COMMENT |
| LOW⚡ | …s/skills/document-processing/pptx/scripts/rearrange.py | 200 | # Step 2: DELETE unwanted slides (work backwards) | COMMENT |
| LOW⚡ | …s/skills/document-processing/pptx/scripts/rearrange.py | 209 | # Step 3: REORDER to final sequence | COMMENT |
| LOW | …s/scientific/document-skills/pptx/scripts/rearrange.py | 176 | # Step 1: DUPLICATE repeated slides | COMMENT |
| LOW⚡ | …s/scientific/document-skills/pptx/scripts/rearrange.py | 200 | # Step 2: DELETE unwanted slides (work backwards) | COMMENT |
| LOW⚡ | …s/scientific/document-skills/pptx/scripts/rearrange.py | 209 | # Step 3: REORDER to final sequence | COMMENT |
| LOW | …/scientific/cosmic-database/scripts/download_cosmic.py | 64 | # Step 1: Get the download URL | COMMENT |
| LOW⚡ | …/scientific/cosmic-database/scripts/download_cosmic.py | 91 | # Step 2: Download the file | COMMENT |
| LOW⚡ | …/scientific/cosmic-database/scripts/download_cosmic.py | 99 | # Step 3: Write to disk | COMMENT |
| LOW⚡ | …lls/scientific/deeptools/scripts/workflow_generator.py | 72 | # Step 2: Coverage assessment | COMMENT |
| LOW⚡ | …lls/scientific/deeptools/scripts/workflow_generator.py | 80 | # Step 3: Fragment size (for paired-end data) | COMMENT |
| LOW⚡ | …lls/scientific/deeptools/scripts/workflow_generator.py | 87 | # Step 4: ChIP signal strength | COMMENT |
| LOW⚡ | …lls/scientific/deeptools/scripts/workflow_generator.py | 307 | # Step 2: Generate coverage track | COMMENT |
| LOW⚡ | …lls/scientific/deeptools/scripts/workflow_generator.py | 317 | # Step 3: Fragment size analysis | COMMENT |
| LOW⚡ | …lls/scientific/deeptools/scripts/workflow_generator.py | 324 | # Step 4: Compute matrix at peaks (if peaks provided) | COMMENT |
| LOW | …lls/scientific/deeptools/scripts/workflow_generator.py | 51 | # Step 1: Correlation analysis | COMMENT |
| LOW | …lls/scientific/deeptools/scripts/workflow_generator.py | 128 | # Step 1: Generate normalized coverage tracks | COMMENT |
| LOW | …lls/scientific/deeptools/scripts/workflow_generator.py | 151 | # Step 2: Create log2 ratio track | COMMENT |
| LOW | …lls/scientific/deeptools/scripts/workflow_generator.py | 164 | # Step 3: Compute matrix around TSS | COMMENT |
| LOW | …lls/scientific/deeptools/scripts/workflow_generator.py | 178 | # Step 4: Generate heatmap | COMMENT |
| LOW | …lls/scientific/deeptools/scripts/workflow_generator.py | 191 | # Step 5: Generate profile plot | COMMENT |
| 201 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/obsidian-ops-team/Scripts/enhance_tag_standardizer.py | 7 | CODE | |
| LOW | …/obsidian-ops-team/Scripts/enhance_tag_standardizer.py | 8 | CODE | |
| LOW | …/obsidian-ops-team/Scripts/enhance_tag_standardizer.py | 11 | CODE | |
| LOW | …/obsidian-ops-team/Scripts/enhance_tag_standardizer.py | 11 | CODE | |
| LOW | …obsidian-ops-team/Scripts/parse_keyword_connections.py | 5 | CODE | |
| LOW | …s/agents/obsidian-ops-team/Scripts/tag_standardizer.py | 7 | CODE | |
| LOW | …nts/obsidian-ops-team/Scripts/daily_notes_connector.py | 7 | CODE | |
| LOW | …nts/obsidian-ops-team/Scripts/daily_notes_connector.py | 13 | CODE | |
| LOW | …ts/agents/obsidian-ops-team/Scripts/fix_quoted_tags.py | 6 | CODE | |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 7 | CODE | |
| LOW | …nts/agents/obsidian-ops-team/Scripts/link_suggester.py | 10 | CODE | |
| LOW | …ents/agents/obsidian-ops-team/Scripts/moc_generator.py | 7 | CODE | |
| LOW | cli-tool/components/sandbox/e2b/e2b-monitor.py | 10 | CODE | |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 9 | CODE | |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 10 | CODE | |
| LOW | cli-tool/components/sandbox/e2b/e2b-launcher.py | 11 | CODE | |
| LOW | …i-tool/components/hooks/monitoring/context-timeline.py | 236 | CODE | |
| LOW | cli-tool/components/skills/video/sora/scripts/sora.py | 7 | CODE | |
| LOW | cli-tool/components/skills/video/sora/scripts/sora.py | 17 | CODE | |
| LOW | cli-tool/components/skills/video/sora/scripts/sora.py | 192 | CODE | |
| LOW | …creative-design/ui-ux-pro-max/scripts/design_system.py | 14 | CODE | |
| LOW | …/creative-design/slack-gif-creator/core/gif_builder.py | 10 | CODE | |
| LOW | …eative-design/slack-gif-creator/core/frame_composer.py | 11 | CODE | |
| LOW | …gn/ux-researcher-designer/scripts/persona_generator.py | 8 | CODE | |
| LOW | …s/skills/creative-design/imagegen/scripts/image_gen.py | 7 | CODE | |
| LOW | …s/skills/creative-design/imagegen/scripts/image_gen.py | 319 | CODE | |
| LOW | …/results/2026-01-05-00-49-17/humaneval-solutions/11.py | 1 | CODE | |
| LOW | …s/results/2026-01-05-00-49-17/humaneval-solutions/9.py | 1 | CODE | |
| LOW | …/results/2026-01-05-00-49-17/humaneval-solutions/19.py | 1 | CODE | |
| LOW | …mode/benchmarks/results/humaneval-loki-solutions/11.py | 6 | CODE | |
| LOW | …-mode/benchmarks/results/humaneval-loki-solutions/9.py | 6 | CODE | |
| LOW | …mode/benchmarks/results/humaneval-loki-solutions/19.py | 6 | CODE | |
| LOW | …-grpo-rl-training/examples/reward_functions_library.py | 17 | CODE | |
| LOW | …ning-grpo-rl-training/templates/basic_grpo_training.py | 15 | CODE | |
| LOW | …ecurity/vulnerability-scanner/scripts/security_scan.py | 22 | CODE | |
| LOW | …ecurity-ownership-map/scripts/community_maintainers.py | 4 | CODE | |
| LOW | …ty/security-ownership-map/scripts/run_ownership_map.py | 4 | CODE | |
| LOW | …ty/security-ownership-map/scripts/run_ownership_map.py | 137 | CODE | |
| LOW | …rity/security-ownership-map/scripts/query_ownership.py | 4 | CODE | |
| LOW | …/security-ownership-map/scripts/build_ownership_map.py | 4 | CODE | |
| LOW | …velopment/senior-security/scripts/pentest_automator.py | 7 | CODE | |
| LOW | …velopment/senior-security/scripts/pentest_automator.py | 12 | CODE | |
| LOW | …velopment/senior-security/scripts/pentest_automator.py | 12 | CODE | |
| LOW | …evelopment/senior-security/scripts/security_auditor.py | 7 | CODE | |
| LOW | …evelopment/senior-security/scripts/security_auditor.py | 12 | CODE | |
| LOW | …evelopment/senior-security/scripts/security_auditor.py | 12 | CODE | |
| LOW | …/development/senior-security/scripts/threat_modeler.py | 7 | CODE | |
| LOW | …/development/senior-security/scripts/threat_modeler.py | 12 | CODE | |
| LOW | …/development/senior-security/scripts/threat_modeler.py | 12 | CODE | |
| LOW | …ills/development/plugin-forge/scripts/create_plugin.py | 8 | CODE | |
| LOW | …lopment/senior-frontend/scripts/frontend_scaffolder.py | 7 | CODE | |
| LOW | …lopment/senior-frontend/scripts/frontend_scaffolder.py | 12 | CODE | |
| LOW | …lopment/senior-frontend/scripts/frontend_scaffolder.py | 12 | CODE | |
| LOW | …lopment/senior-frontend/scripts/component_generator.py | 7 | CODE | |
| LOW | …lopment/senior-frontend/scripts/component_generator.py | 12 | CODE | |
| LOW | …lopment/senior-frontend/scripts/component_generator.py | 12 | CODE | |
| LOW | …development/senior-frontend/scripts/bundle_analyzer.py | 7 | CODE | |
| LOW | …development/senior-frontend/scripts/bundle_analyzer.py | 12 | CODE | |
| LOW | …development/senior-frontend/scripts/bundle_analyzer.py | 12 | CODE | |
| LOW | …evelopment/devops-iac-engineer/scripts/devops_utils.py | 10 | CODE | |
| 339 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | cli-tool/components/agents/data-ai/dotnet-maui.md | 111 | Microsoft.Maui.Handlers.ButtonHandler.Mapper.AppendToMapping("Custom", (handler, view) => | CODE |
| CRITICAL | …ills/ai-research/fine-tuning-axolotl/references/api.md | 658 | core.trainers.grpo.sampler.SequenceParallelRepeatRandomSampler.set_epoch(epoch) | CODE |
| CRITICAL | …ills/ai-research/fine-tuning-axolotl/references/api.md | 1795 | core.trainers.grpo.trainer.AxolotlGRPOSequenceParallelTrainer.get_train_dataloader( | CODE |
| CRITICAL | …ills/ai-research/fine-tuning-axolotl/references/api.md | 4690 | core.trainers.dpo.trainer.AxolotlDPOTrainer.push_to_hub(*args, **kwargs) | CODE |
| CRITICAL | …ills/ai-research/fine-tuning-axolotl/references/api.md | 4892 | core.trainers.mixins.scheduler.SchedulerMixin.create_scheduler( | CODE |
| 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 | CODE |
| 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 | CODE |
| CRITICAL | …s/development/cloudflare-deploy/references/ddos/api.md | 43 | const entrypointRuleset = await client.zones.rulesets.phases.entrypoint.get("ddos_l7", { | CODE |
| CRITICAL | …s/development/cloudflare-deploy/references/ddos/api.md | 48 | await client.zones.rulesets.phases.entrypoint.update("ddos_l7", { | CODE |
| CRITICAL | …s/development/cloudflare-deploy/references/ddos/api.md | 70 | const l4Ruleset = await client.accounts.rulesets.phases.entrypoint.get("ddos_l4", { | CODE |
| CRITICAL | …elopment/cloudflare-deploy/references/ddos/patterns.md | 18 | await client.accounts.rulesets.phases.entrypoint.update("ddos_l7", { | CODE |
| CRITICAL | …elopment/cloudflare-deploy/references/ddos/patterns.md | 64 | return client.zones.rulesets.phases.entrypoint.update("ddos_l7", { | CODE |
| CRITICAL⚡ | …elopment/cloudflare-deploy/references/ddos/patterns.md | 131 | await client.zones.rulesets.phases.entrypoint.update("ddos_l7", { | CODE |
| CRITICAL⚡ | …elopment/cloudflare-deploy/references/ddos/patterns.md | 137 | await client.zones.rulesets.phases.entrypoint.update("http_request_firewall_managed", { | CODE |
| CRITICAL⚡ | …elopment/cloudflare-deploy/references/ddos/patterns.md | 143 | await client.zones.rulesets.phases.entrypoint.update("http_ratelimit", { | CODE |
| CRITICAL⚡ | …elopment/cloudflare-deploy/references/ddos/patterns.md | 149 | await client.zones.rulesets.phases.entrypoint.update("http_request_sbfm", { | CODE |
| 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 | CODE |
| CRITICAL | …udflare-deploy/references/workers-for-platforms/api.md | 23 | await client.workersForPlatforms.dispatch.namespaces.scripts.update( | CODE |
| CRITICAL | …re-deploy/references/workers-for-platforms/patterns.md | 137 | await client.workersForPlatforms.dispatch.namespaces.scripts.update("production", name, { | CODE |
| CRITICAL | …/development/cloudflare-deploy/references/pages/api.md | 190 | const data = await event.locals.runtime.env.DB.prepare('SELECT * FROM users').all(); | CODE |
| CRITICAL | …lls/development/error-resolver/analysis/stack-trace.md | 141 | at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:897) | CODE |
| CRITICAL | …blic/component-content/agents/data-ai/dotnet-maui.json | 1 | {"content": "---\nname: dotnet-maui\ndescription: Support development of .NET MAUI cross-platform apps with controls, XA | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cli-tool/docs_to_claude/SUBAGENTS_GUIDE.md | 392 | expect(response.data.user.name).toBe('John Doe'); | CODE |
| LOW | cli-tool/components/agents/database/nosql-specialist.md | 490 | 'Email': 'user@example.com', | STRING |
| LOW | cli-tool/components/hooks/security/secret-scanner.py | 220 | if 'example' in line_stripped.lower() or 'placeholder' in line_stripped.lower(): | CODE |
| LOW | cli-tool/components/hooks/security/secret-scanner.py | 291 | print(' • Add comments with "example" or "placeholder" to skip detection', file=sys.stderr) | CODE |
| LOW | …ol/components/commands/svelte/svelte-storybook-mock.md | 170 | email: 'user@example.com', | CODE |
| 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 | CODE |
| 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" | CODE |
| LOW | …components/commands/nextjs-vercel/nextjs-api-tester.md | 121 | { field: 'name', invalid: '', valid: 'John Doe' } | CODE |
| LOW | …components/commands/nextjs-vercel/nextjs-api-tester.md | 340 | name: 'John Doe', | CODE |
| 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 | CODE |
| LOW | …tabase/using-neon/references/neon-auth/setup-nextjs.md | 88 | email: "user@example.com", | CODE |
| LOW⚡ | …tabase/using-neon/references/neon-auth/auth-methods.md | 11 | email: "user@example.com", | CODE |
| LOW⚡ | …tabase/using-neon/references/neon-auth/auth-methods.md | 13 | name: "John Doe", // Optional | CODE |
| LOW⚡ | …tabase/using-neon/references/neon-auth/auth-methods.md | 22 | email: "user@example.com", | CODE |
| LOW | …ls/database/supabase-postgres-best-practices/AGENTS.md | 202 | select email, name, created_at from users where email = 'user@example.com'; | CODE |
| LOW | …ls/database/supabase-postgres-best-practices/AGENTS.md | 212 | select email, name, created_at from users where email = 'user@example.com'; | CODE |
| LOW | …ls/database/supabase-postgres-best-practices/AGENTS.md | 238 | select * from users where email = 'user@example.com' and deleted_at is null; | CODE |
| LOW | …ls/database/supabase-postgres-best-practices/AGENTS.md | 249 | select * from users where email = 'user@example.com' and deleted_at is null; | CODE |
| LOW | …se/supabase-postgres-best-practices/rules/_template.md | 18 | SELECT * FROM users WHERE email = 'user@example.com' AND deleted_at IS NULL; | CODE |
| LOW | …se/supabase-postgres-best-practices/rules/_template.md | 28 | SELECT * FROM users WHERE email = 'user@example.com' AND deleted_at IS NULL; | CODE |
| LOW | …ostgres-best-practices/rules/query-covering-indexes.md | 18 | select email, name, created_at from users where email = 'user@example.com'; | CODE |
| LOW | …ostgres-best-practices/rules/query-covering-indexes.md | 28 | select email, name, created_at from users where email = 'user@example.com'; | CODE |
| LOW | …postgres-best-practices/rules/query-partial-indexes.md | 19 | select * from users where email = 'user@example.com' and deleted_at is null; | CODE |
| LOW | …postgres-best-practices/rules/query-partial-indexes.md | 30 | select * from users where email = 'user@example.com' and deleted_at is null; | CODE |
| 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 | CODE |
| LOW | …design/c4-architecture/references/advanced-patterns.md | 59 | Enterprise_Boundary(company, "Acme Corp") { | CODE |
| LOW | …ills/ai-research/agents-langchain/references/agents.md | 137 | ("placeholder", "{agent_scratchpad}"), | CODE |
| LOW | …mpt-engineering-patterns/assets/few-shot-examples.json | 75 | "name": "Jane Doe", | CODE |
| LOW | …l/components/skills/ai-research/jira/references/mcp.md | 119 | mcp__atlassian__lookupJiraAccountId(query: "user@example.com") | CODE |
| LOW | …ponents/skills/ai-research/jira/references/commands.md | 166 | jira issue assign ISSUE-KEY "user@example.com" | CODE |
| LOW | …ponents/skills/ai-research/jira/references/commands.md | 167 | jira issue assign ISSUE-KEY "John Doe" | CODE |
| LOW | …ts/skills/ai-research/prompt-engineering-dspy/SKILL.md | 354 | print(result.person.name) # "John Doe" | CODE |
| LOW | …research/prompt-engineering-dspy/references/modules.md | 236 | print(result.person.name) # "John Doe" | CODE |
| LOW | …lls/ai-research/prompt-engineering-instructor/SKILL.md | 66 | print(user.name) # "John Doe" | CODE |
| LOW | …lls/ai-research/prompt-engineering-instructor/SKILL.md | 632 | "name": "John Doe", | STRING |
| LOW | …lls/ai-research/prompt-engineering-instructor/SKILL.md | 674 | "name": "John Doe", | CODE |
| LOW | …omponents/skills/ai-research/ml-paper-writing/SKILL.md | 581 | % - Lorem ipsum or placeholder text | CODE |
| LOW | …kills/ai-research/prompt-engineering-outlines/SKILL.md | 74 | print(user.name) # "John Doe" | CODE |
| LOW | …-tool/components/skills/security/idor-testing/SKILL.md | 275 | "street": "123 Main St", | CODE |
| LOW | …rity/webapp-testing/examples/static_html_automation.py | 21 | page.fill('#name', 'John Doe') | CODE |
| LOW⚡ | …ment/backend-dev-guidelines/resources/testing-guide.md | 50 | service.create({ email: 'test@test.com' }) | CODE |
| LOW⚡ | …ment/backend-dev-guidelines/resources/testing-guide.md | 59 | email: 'test@test.com', | CODE |
| LOW⚡ | …ment/backend-dev-guidelines/resources/testing-guide.md | 67 | email: 'test@test.com' | CODE |
| LOW | …ment/backend-dev-guidelines/resources/testing-guide.md | 91 | email: 'test@test.com', | CODE |
| LOW | …ment/backend-dev-guidelines/resources/testing-guide.md | 103 | const user = await userService.findByEmail('test@test.com'); | CODE |
| LOW | …ment/backend-dev-guidelines/resources/testing-guide.md | 105 | expect(user?.email).toBe('test@test.com'); | CODE |
| 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"}' | CODE |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 214 | ("user@example.com", True), | CODE |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 283 | mock_response.json.return_value = {"id": 1, "name": "John Doe"} | CODE |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 290 | assert user["name"] == "John Doe" | CODE |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 311 | mock_post.return_value.json.return_value = {"id": 2, "name": "Jane Doe"} | CODE |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 314 | user_data = {"name": "Jane Doe", "email": "jane@example.com"} | CODE |
| LOW | …ment/api-design-principles/assets/rest-api-template.py | 153 | email="user@example.com", | CODE |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 514 | name: 'John Doe', | CODE |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 534 | name: 'John Doe', | CODE |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 549 | name: 'John Doe', | CODE |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 570 | name: 'John Doe', | CODE |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 583 | name: 'John Doe', | CODE |
| LOW | …-testing-patterns/resources/implementation-playbook.md | 607 | name: 'John Doe', | CODE |
| LOW⚡ | …-testing-patterns/resources/implementation-playbook.md | 678 | name: 'John Doe', | CODE |
| 148 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …idian-ops-team/Scripts/implement_entity_connections.py | 84 | # Create the link line | COMMENT |
| MEDIUM | …/obsidian-ops-team/Scripts/find_keyword_connections.py | 136 | # Create the link line | COMMENT |
| MEDIUM | …/creative-design/slack-gif-creator/core/gif_builder.py | 75 | # Create a global palette from all frames | COMMENT |
| MEDIUM | …/creative-design/slack-gif-creator/core/gif_builder.py | 89 | # Create a properly-shaped RGB image from the pixel data | COMMENT |
| MEDIUM | …ills/ai-research/loki-mode/tests/test-agent-timeout.sh | 167 | # Create a process that spawns children | COMMENT |
| MEDIUM | …lls/ai-research/loki-mode/tests/test-state-recovery.sh | 190 | # Create an old claimed task | COMMENT |
| MEDIUM⚡ | …omponents/skills/ai-research/loki-mode/autonomy/run.sh | 315 | # Create a human-readable status file | COMMENT |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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), | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| 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 | CODE |
| MEDIUM | …ops-iac-engineer/examples/kubernetes/complete-app.yaml | 2 | # This file contains all resources needed for a production web application | COMMENT |
| MEDIUM⚡ | …ument-processing/pptx/ooxml/scripts/validation/base.py | 767 | # Create a clean copy | COMMENT |
| MEDIUM | …ument-processing/pptx/ooxml/scripts/validation/base.py | 919 | # Create a copy of the document to avoid modifying the original | COMMENT |
| MEDIUM | …ument-processing/pptx/ooxml/scripts/validation/base.py | 298 | ): # This file is not referenced by .rels | CODE |
| MEDIUM | …s/skills/document-processing/pptx/scripts/rearrange.py | 108 | # Create a new relationship in the destination slide for this image | COMMENT |
| MEDIUM⚡ | …ument-processing/docx/ooxml/scripts/validation/base.py | 767 | # Create a clean copy | COMMENT |
| MEDIUM | …ument-processing/docx/ooxml/scripts/validation/base.py | 919 | # Create a copy of the document to avoid modifying the original | COMMENT |
| MEDIUM | …ument-processing/docx/ooxml/scripts/validation/base.py | 298 | ): # This file is not referenced by .rels | CODE |
| MEDIUM | …ts/skills/document-processing/docx/scripts/document.py | 984 | # Create the relationship entry | COMMENT |
| MEDIUM | …se-communication/slack-gif-creator/core/gif_builder.py | 75 | # Create a global palette from all frames | COMMENT |
| MEDIUM | …se-communication/slack-gif-creator/core/gif_builder.py | 89 | # Create a properly-shaped RGB image from the pixel data | COMMENT |
| MEDIUM⚡ | …/document-skills/pptx/ooxml/scripts/validation/base.py | 767 | # Create a clean copy | COMMENT |
| MEDIUM | …/document-skills/pptx/ooxml/scripts/validation/base.py | 919 | # Create a copy of the document to avoid modifying the original | COMMENT |
| MEDIUM | …/document-skills/pptx/ooxml/scripts/validation/base.py | 298 | ): # This file is not referenced by .rels | CODE |
| MEDIUM | …s/scientific/document-skills/pptx/scripts/thumbnail.py | 401 | # Create a highlight overlay | COMMENT |
| MEDIUM | …s/scientific/document-skills/pptx/scripts/rearrange.py | 108 | # Create a new relationship in the destination slide for this image | COMMENT |
| MEDIUM⚡ | …/document-skills/docx/ooxml/scripts/validation/base.py | 767 | # Create a clean copy | COMMENT |
| MEDIUM | …/document-skills/docx/ooxml/scripts/validation/base.py | 919 | # Create a copy of the document to avoid modifying the original | COMMENT |
| MEDIUM | …/document-skills/docx/ooxml/scripts/validation/base.py | 298 | ): # This file is not referenced by .rels | CODE |
| MEDIUM | …ls/scientific/document-skills/docx/scripts/document.py | 984 | # Create the relationship entry | COMMENT |
| MEDIUM | …/scientific/torch_geometric/scripts/visualize_graph.py | 155 | # Create a set of edges and reverse edges | COMMENT |
| MEDIUM | …s/scientific/hypogenic/references/config_template.yaml | 116 | # Define a custom function in your code to parse specific output formats | COMMENT |
| MEDIUM | …lls/scientific/pymoo/scripts/many_objective_example.py | 19 | # Define the problem - DTLZ2 with 5 objectives | COMMENT |
| MEDIUM | …s/scientific/pymoo/scripts/single_objective_example.py | 21 | # Define the problem - Sphere function (sum of squares) | COMMENT |
| MEDIUM | …ls/scientific/pymoo/scripts/multi_objective_example.py | 18 | # Define the problem - ZDT1 (bi-objective) | COMMENT |
| MEDIUM⚡ | …onent-content/agents/expert-advisors/agent-expert.json | 1 | {"content": "---\nname: agent-expert\ndescription: |-\n Use this agent when creating specialized Claude Code agents for | CODE |
| MEDIUM⚡ | …t-content/agents/development-tools/command-expert.json | 1 | {"content": "---\nname: command-expert\ndescription: CLI command development specialist for the claude-code-templates sy | CODE |
| MEDIUM | …onent-content/agents/development-tools/mcp-expert.json | 1 | {"content": "---\nname: mcp-expert\ndescription: Model Context Protocol (MCP) integration specialist for the cli-tool co | CODE |
| MEDIUM⚡ | …nt-content/commands/git-workflow/create-worktrees.json | 1 | {"content": "# Git Worktree Commands\n\n## Create Worktrees for All Open PRs\n\nThis command fetches all open pull reque | CODE |
| MEDIUM | …content/commands/git-workflow/create-pull-request.json | 1 | {"content": "# How to Create a Pull Request Using GitHub CLI\n\nThis guide explains how to create pull requests using Gi | CODE |
| MEDIUM⚡ | …board/public/component-content/skills/video/manim.json | 1 | {"content": "---\nname: manim\ndescription: Comprehensive guide for Manim Community - Python framework for creating math | CODE |
| MEDIUM | …t-content/skills/ai-research/voice-ai-development.json | 1 | {"content": "---\nname: voice-ai-development\ndescription: \"Expert in building voice AI applications - from real-time v | CODE |
| MEDIUM⚡ | …onent-content/skills/ai-research/agents-langchain.json | 1 | {"content": "---\nname: langchain\ndescription: Framework for building LLM-powered applications with agents, chains, and | CODE |
| MEDIUM | …lic/component-content/skills/ai-research/langfuse.json | 1 | {"content": "---\nname: langfuse\ndescription: \"Expert in Langfuse - the open-source LLM observability platform. Covers | CODE |
| MEDIUM⚡ | …nt/skills/ai-research/prompt-engineering-patterns.json | 1 | {"content": "---\nname: prompt-engineering-patterns\ndescription: \"Master advanced prompt engineering techniques to max | CODE |
| MEDIUM⚡ | …ontent/skills/ai-research/prompt-engineering-dspy.json | 1 | {"content": "---\nname: dspy\ndescription: Build complex AI systems with declarative programming, optimize prompts autom | CODE |
| MEDIUM⚡ | …lls/ai-research/distributed-training-pytorch-fsdp.json | 1 | {"content": "---\nname: pytorch-fsdp\ndescription: Expert guidance for Fully Sharded Data Parallel training with PyTorch | CODE |
| MEDIUM⚡ | …lls/ai-research/distributed-training-pytorch-fsdp.json | 1 | {"content": "---\nname: pytorch-fsdp\ndescription: Expert guidance for Fully Sharded Data Parallel training with PyTorch | CODE |
| MEDIUM | …-content/skills/development/linux-shell-scripting.json | 1 | {"content": "---\nname: Linux Production Shell Scripts\ndescription: This skill should be used when the user asks to \"c | CODE |
| 18 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| 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) | CODE |
| HIGH | …i-tool/components/hooks/monitoring/context-timeline.py | 735 | if(!edge.to_agent||nodeY[edge.from_node]===undefined)continue; | CODE |
| HIGH | …i-tool/components/hooks/monitoring/context-timeline.py | 754 | if(y===undefined)continue; | CODE |
| HIGH | …i-tool/components/hooks/monitoring/context-timeline.py | 795 | if(n.duration_ms!=null){ | CODE |
| HIGH | …/skills/security/webapp-testing/scripts/with_server.py | 12 | --server "cd backend && python server.py" --port 3000 \ | STRING |
| HIGH | …/skills/security/webapp-testing/scripts/with_server.py | 13 | --server "cd frontend && npm run dev" --port 5173 \ | STRING |
| HIGH | …ills/development/webapp-testing/scripts/with_server.py | 12 | --server "cd backend && python server.py" --port 3000 \ | STRING |
| HIGH | …ills/development/webapp-testing/scripts/with_server.py | 13 | --server "cd frontend && npm run dev" --port 5173 \ | STRING |
| HIGH | …ent-processing/docx-official/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { | CODE |
| HIGH | …ent-processing/docx-official/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | …ent-processing/docx-official/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | …ent-processing/docx-official/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { | CODE |
| HIGH | …ent-processing/xlsx-official/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { | CODE |
| HIGH | …ent-processing/xlsx-official/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | …ent-processing/xlsx-official/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | …ent-processing/xlsx-official/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { | CODE |
| HIGH | …lls/document-processing/xlsx/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { | CODE |
| HIGH | …lls/document-processing/xlsx/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | …lls/document-processing/xlsx/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | …lls/document-processing/xlsx/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { | CODE |
| HIGH | …lls/document-processing/pptx/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { | CODE |
| HIGH | …lls/document-processing/pptx/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | …lls/document-processing/pptx/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | …lls/document-processing/pptx/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { | CODE |
| HIGH | …ent-processing/pptx-official/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { | CODE |
| HIGH | …ent-processing/pptx-official/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | …ent-processing/pptx-official/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | …ent-processing/pptx-official/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { | CODE |
| HIGH | …lls/document-processing/docx/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { | CODE |
| HIGH | …lls/document-processing/docx/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | …lls/document-processing/docx/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | …lls/document-processing/docx/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { | CODE |
| HIGH | …ientific/treatment-plans/scripts/check_completeness.py | 257 | python check_completeness.py plan.tex && echo "Complete" | CODE |
| HIGH | …fic/treatment-plans/scripts/validate_treatment_plan.py | 313 | python validate_treatment_plan.py plan.tex && echo "Quality check passed" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | NEON_INTEGRATION_PLAN.md | 521 | ```bash | COMMENT |
| LOW | …i-tool/.claude/sandbox/cloudflare/SANDBOX_DEBUGGING.md | 221 | # Use monitor to see exact Claude API interaction | COMMENT |
| LOW | cli-tool/.claude/sandbox/cloudflare/wrangler.toml | 41 | COMMENT | |
| LOW | …ents/agents/api-graphql/graphql-security-specialist.md | 141 | }); | COMMENT |
| LOW | …components/agents/web-tools/aem-frontend-specialist.md | 281 | # Use: mcp__figma-dev-mode-mcp-server__get_variable_defs nodeId="figma-node-id" | COMMENT |
| LOW | …ool/components/sandbox/cloudflare/SANDBOX_DEBUGGING.md | 221 | # Use monitor to see exact Claude API interaction | COMMENT |
| LOW | cli-tool/components/sandbox/cloudflare/wrangler.toml | 41 | COMMENT | |
| LOW | …-tool/components/hooks/security/shell-wrapper-guard.sh | 1 | #!/bin/bash | COMMENT |
| LOW | cli-tool/components/hooks/quality-gates/plan-gate.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …ool/components/hooks/development-tools/debug-window.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …components/hooks/development-tools/worktree-ghostty.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …tool/components/commands/deployment/prepare-release.md | 41 | # Determine next version (semantic versioning) | COMMENT |
| LOW | …design/algorithmic-art/templates/generator_template.js | 21 | // - Reset to defaults | COMMENT |
| LOW | …design/algorithmic-art/templates/generator_template.js | 61 | // - Arrays of objects | COMMENT |
| LOW | …design/algorithmic-art/templates/generator_template.js | 81 | // Option 3: User-triggered regeneration | COMMENT |
| LOW | …design/algorithmic-art/templates/generator_template.js | 101 | // - Physics calculations | COMMENT |
| LOW | …design/algorithmic-art/templates/generator_template.js | 161 | // ============================================================================ | COMMENT |
| LOW | …design/algorithmic-art/templates/generator_template.js | 201 | // ============================================================================ | COMMENT |
| LOW | …design/algorithmic-art/templates/generator_template.js | 221 | // The art itself is entirely up to you! | COMMENT |
| LOW | …nfrastructure-lambda-labs/references/advanced-usage.md | 281 | ### Slurm job submission | COMMENT |
| 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: | COMMENT |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 1881 | # message_property_mappings={'role':'role', 'content':'content'}) If a property exists | COMMENT |
| 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. | COMMENT |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2001 | # will raise an error. This is the default. | COMMENT |
| 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 | COMMENT |
| 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 | COMMENT |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2121 | # `datasets`. The same applies to the `test_datasets` option and the | COMMENT |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2181 | COMMENT | |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2221 | # Mapping of properties from the input dataset to the chat template. (default: | COMMENT |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2241 | temperature: float | None | COMMENT |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2341 | bf16: Literal['auto'] | bool | None = auto | COMMENT |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2381 | max_prompt_len: int | None | COMMENT |
| 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 | COMMENT |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2581 | # `num_epochs: 2` and `max_steps: 100` will train for 100 steps | COMMENT |
| 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 | COMMENT |
| 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 | COMMENT |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2661 | low_cpu_mem_usage: bool | None | COMMENT |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2721 | COMMENT | |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2761 | output_dir: str = ./model-out | COMMENT |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2801 | # Configuration options for loftq initialization for LoRA | COMMENT |
| LOW | …ls/ai-research/fine-tuning-axolotl/references/other.md | 2961 | # Enable or disable Comet integration. | COMMENT |
| LOW | …ch/emerging-techniques-knowledge-distillation/SKILL.md | 221 | ```python | COMMENT |
| LOW | …h/inference-serving-vllm/references/troubleshooting.md | 441 | COMMENT | |
| LOW | …training-accelerate/references/megatron-integration.md | 421 | # checkpoint-1000/ | COMMENT |
| LOW | …ts/skills/ai-research/model-architecture-rwkv/SKILL.md | 141 | # RWKV | COMMENT |
| LOW | …/ai-research/emerging-techniques-moe-training/SKILL.md | 401 | ### 1. Expert Count Selection | COMMENT |
| LOW | …/skills/ai-research/loki-mode/demo/record-full-demo.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …omponents/skills/ai-research/loki-mode/autonomy/run.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …omponents/skills/ai-research/loki-mode/autonomy/run.sh | 21 | # LOKI_RESOURCE_CPU_THRESHOLD - CPU % threshold to warn (default: 80) | COMMENT |
| LOW | …omponents/skills/ai-research/loki-mode/autonomy/run.sh | 41 | # LOKI_PHASE_ACCESSIBILITY - WCAG compliance testing (default: true) | COMMENT |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 21 | # --timeout N Timeout per problem in seconds (default: 120) | COMMENT |
| LOW | …ai-research/loki-mode/benchmarks/prepare-submission.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …s/skills/ai-research/loki-mode/scripts/loki-wrapper.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …rch/loki-mode/.github/workflows/claude-code-review.yml | 1 | name: Claude Code Review | COMMENT |
| LOW | …lls/ai-research/loki-mode/.github/workflows/claude.yml | 41 | actions: read | COMMENT |
| LOW | …h/inference-serving-tensorrt-llm/references/serving.md | 161 | curl http://localhost:9090/metrics | COMMENT |
| LOW | …search/optimization-gptq/references/troubleshooting.md | 61 | # Requantize with better calibration | COMMENT |
| LOW | …earch/mlops-weights-and-biases/references/artifacts.md | 301 | COMMENT | |
| LOW | …ai-research/emerging-techniques-model-pruning/SKILL.md | 241 | - Minimal accuracy loss | COMMENT |
| 81 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| HIGH | …s/skills/document-processing/docx/scripts/utilities.py | 313 | Parse XML fragment and return list of imported nodes. Args: xml_content: String containing | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| HIGH | …s/scientific/document-skills/docx/scripts/utilities.py | 313 | Parse XML fragment and return list of imported nodes. Args: xml_content: String containing | STRING |
| 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 | STRING |
| 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', ' | STRING |
| 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 | STRING |
| 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 | STRING |
| 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 | STRING |
| HIGH | …s/scientific/ensembl-database/scripts/ensembl_query.py | 58 | Make an API request with error handling and retries. Args: endpoint: API endpoint path | STRING |
| HIGH | …kills/scientific/string-database/scripts/string_api.py | 29 | Map protein names, synonyms, and identifiers to STRING IDs. Args: identifiers: Single protein identifi | STRING |
| HIGH | …kills/scientific/string-database/scripts/string_api.py | 78 | Get protein-protein interaction network data. Args: identifiers: Protein identifier(s) - use STRING ID | STRING |
| 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 | STRING |
| 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.) | STRING |
| HIGH | …ific/opentargets-database/scripts/query_opentargets.py | 22 | Execute a GraphQL query against the Open Targets Platform API. Args: query: GraphQL query string | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …ls/ai-research/distributed-training-deepspeed/SKILL.md | 64 | **Pattern 7:** DeepSpeed Configuration JSON Contents Batch Size Related Parameters Optimizer Parameters Scheduler Parame | CODE |
| HIGH | …ai-research/distributed-training-pytorch-fsdp/SKILL.md | 34 | **Pattern 2:** Distributed communication package - torch.distributed# Created On: Jul 12, 2017 | Last Updated On: Sep 04 | CODE |
| HIGH | …arks/results/2026-01-05-01-24-17/swebench-results.json | 727 | "model_patch": "Since I don't have access to web tools or the seaborn repository locally, I need to analyze the is | CODE |
| HIGH | …arks/results/2026-01-05-01-24-17/swebench-results.json | 1282 | "model_patch": "Based on my knowledge of sympy's `idiff` function and the error messages, I can construct the nece | CODE |
| HIGH | …/results/2026-01-05-01-24-17/swebench-predictions.json | 719 | "model_patch": "Since I don't have access to web tools or the seaborn repository locally, I need to analyze the issu | CODE |
| HIGH | …/results/2026-01-05-01-24-17/swebench-predictions.json | 1274 | "model_patch": "Based on my knowledge of sympy's `idiff` function and the error messages, I can construct the necess | CODE |
| HIGH⚡ | dashboard/public/components/agents.json | 1 | [{"name": "accessibility-tester", "path": "accessibility/accessibility-tester.md", "category": "accessibility", "type": | CODE |
| HIGH | …board/public/component-content/agents/data-ai/prd.json | 1 | {"content": "---\nname: prd\ndescription: Generate a comprehensive Product Requirements Document (PRD) in Markdown, deta | CODE |
| HIGH⚡ | …/agents/documentation/microsoft_learn_contributor.json | 1 | {"content": "---\nname: microsoft_learn_contributor\ndescription: Microsoft Learn Contributor chatmode for editing and w | CODE |
| HIGH⚡ | …skills/ai-research/distributed-training-deepspeed.json | 1 | {"content": "---\nname: deepspeed\ndescription: Expert guidance for distributed training with DeepSpeed - ZeRO optimizat | CODE |
| HIGH⚡ | …lls/ai-research/distributed-training-pytorch-fsdp.json | 1 | {"content": "---\nname: pytorch-fsdp\ndescription: Expert guidance for Fully Sharded Data Parallel training with PyTorch | CODE |
| HIGH⚡ | …skills/development/finishing-a-development-branch.json | 1 | {"content": "---\nname: finishing-a-development-branch\ndescription: Use when implementation is complete, all tests pass | CODE |
| HIGH | …skills/development/verification-before-completion.json | 1 | {"content": "---\nname: verification-before-completion\ndescription: Use when about to claim work is complete, fixed, or | CODE |
| HIGH⚡ | …nt/skills/development/api-documentation-generator.json | 1 | {"content": "---\nname: api-documentation-generator\ndescription: \"Generate comprehensive, developer-friendly API docum | CODE |
| HIGH | …terprise-communication/professional-communication.json | 1 | {"content": "---\nname: professional-communication\ndescription: Guide technical communication for software developers. | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …sign/claude-d3js-skill/assets/interactive-template.jsx | 207 | // Example usage | COMMENT |
| LOW | …ive-design/claude-d3js-skill/assets/chart-template.jsx | 89 | // Example usage | COMMENT |
| LOW | …prompt-engineering-patterns/scripts/optimize-prompt.py | 234 | # Example usage | COMMENT |
| LOW | …/skills/ai-research/loki-mode/demo/record-full-demo.sh | 13 | # Usage: | COMMENT |
| LOW | …omponents/skills/ai-research/loki-mode/autonomy/run.sh | 6 | # Usage: | COMMENT |
| LOW⚡ | …lls/ai-research/loki-mode/benchmarks/run-benchmarks.sh | 6 | # Usage: | COMMENT |
| LOW⚡ | …ai-research/loki-mode/benchmarks/prepare-submission.sh | 6 | # Usage: | COMMENT |
| LOW | …s/skills/ai-research/loki-mode/scripts/loki-wrapper.sh | 12 | # Usage: | COMMENT |
| LOW | …ss-marketing/cto-advisor/scripts/tech_debt_analyzer.py | 414 | # Example usage | COMMENT |
| LOW | …rketing/cto-advisor/scripts/team_scaling_calculator.py | 496 | # Example usage | COMMENT |
| LOW | …ing/ceo-advisor/scripts/financial_scenario_analyzer.py | 397 | # Example usage | COMMENT |
| LOW | …ess-marketing/ceo-advisor/scripts/strategy_analyzer.py | 568 | # Example usage | COMMENT |
| LOW | …lls/productivity/notebooklm/scripts/browser_session.py | 253 | # Example usage | COMMENT |
| LOW | …ts/skills/scientific/kegg-database/scripts/kegg_api.py | 242 | # Example usage | COMMENT |
| LOW | …nts/skills/scientific/pymc/scripts/model_comparison.py | 358 | # Example usage | STRING |
| LOW | …ts/skills/scientific/pymc/scripts/model_diagnostics.py | 328 | # Example usage | COMMENT |
| LOW | …cientific/drugbank-database/scripts/drugbank_helper.py | 307 | # Example usage | COMMENT |
| LOW⚡ | …ntific/brenda-database/scripts/brenda_visualization.py | 744 | # Example usage | COMMENT |
| LOW⚡ | …s/scientific/brenda-database/scripts/brenda_queries.py | 814 | # Example usage | COMMENT |
| LOW⚡ | …ific/brenda-database/scripts/enzyme_pathway_builder.py | 1014 | # Example usage | COMMENT |
| LOW | …ific/statistical-analysis/scripts/assumption_checks.py | 521 | # Example usage | COMMENT |
| LOW | …decision-support/scripts/generate_survival_analysis.py | 413 | # Example usage: | COMMENT |
| LOW | …ical-decision-support/scripts/validate_cds_document.py | 331 | # Example usage: | COMMENT |
| LOW | …nical-decision-support/scripts/biomarker_classifier.py | 375 | # Example usage: | COMMENT |
| LOW | …inical-decision-support/scripts/build_decision_tree.py | 441 | # Example usage: | COMMENT |
| LOW | …nical-decision-support/scripts/create_cohort_tables.py | 515 | # Example usage: | COMMENT |
| LOW | …kills/scientific/string-database/scripts/string_api.py | 357 | # Example usage | COMMENT |
| LOW | …ts/skills/scientific/simpy/scripts/resource_monitor.py | 320 | # Example usage | COMMENT |
| LOW | …tific/pytorch-lightning/scripts/template_datamodule.py | 301 | # Example usage | COMMENT |
| LOW | …pytorch-lightning/scripts/template_lightning_module.py | 198 | # Example usage | COMMENT |
| LOW⚡ | …ific/scientific-visualization/scripts/figure_export.py | 318 | # Example usage | COMMENT |
| LOW | …/scientific/openalex-database/scripts/query_helpers.py | 293 | # Example usage | COMMENT |
| LOW | …cientific/openalex-database/scripts/openalex_client.py | 325 | # Example usage | COMMENT |
| LOW | …/scientific/chembl-database/scripts/example_queries.py | 254 | # Example usage | COMMENT |
| LOW | …linicaltrials-database/scripts/query_clinicaltrials.py | 196 | # Example usage | COMMENT |
| LOW | …ific/opentargets-database/scripts/query_opentargets.py | 369 | # Example usage | STRING |
| LOW | …scientific/scikit-learn/scripts/clustering_analysis.py | 338 | # Example usage | COMMENT |
| LOW | …ntific/scikit-learn/scripts/classification_pipeline.py | 230 | # Example usage | COMMENT |
| LOW | scripts/run-review-cycle.sh | 5 | # Usage: | COMMENT |
| LOW | scripts/deploy.sh | 10 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | cli-tool/tests/unit/StateCalculator.test.js | 73 | content: 'You\'re welcome! Let me know if you need anything else.' | CODE |
| LOW | …-communication/session-handoff/evals/setup_test_env.py | 249 | - Don't forget to set JWT_SECRET environment variable | CODE |
| LOW | cli-tool/src/index.js | 2610 | console.log(chalk.cyan(`Don't forget to paste your prompt: "${prompt}"`)); | CODE |
| MEDIUM⚡ | …advisors/Ultimate-Transparent-Thinking-Beast-Mode.json | 1 | {"content": "---\nname: Ultimate-Transparent-Thinking-Beast-Mode\ndescription: Ultimate Transparent Thinking Beast Mode\ | CODE |
| MEDIUM | …omponent-content/agents/expert-advisors/4.1-Beast.json | 1 | {"content": "---\nname: 4.1-Beast\ndescription: GPT 4.1 as a top-notch coding agent.\ntools: Read, Bash, Grep, Glob, Edi | CODE |
| MEDIUM⚡ | …nt-content/agents/api-graphql/Thinking-Beast-Mode.json | 1 | {"content": "---\nname: Thinking-Beast-Mode\ndescription: A transcendent coding agent with quantum cognitive architectur | CODE |
| MEDIUM | …nts/programming-languages/rust-gpt-4.1-beast-mode.json | 1 | {"content": "---\nname: rust-gpt-4.1-beast-mode\ndescription: Rust GPT-4.1 Coding Beast Mode for VS Code\ntools: Read, B | CODE |
| MEDIUM⚡ | …nt-content/commands/git-workflow/create-worktrees.json | 1 | {"content": "# Git Worktree Commands\n\n## Create Worktrees for All Open PRs\n\nThis command fetches all open pull reque | CODE |
| MEDIUM⚡ | …skills/ai-research/distributed-training-deepspeed.json | 1 | {"content": "---\nname: deepspeed\ndescription: Expert guidance for distributed training with DeepSpeed - ZeRO optimizat | CODE |
| MEDIUM | …nt/skills/ai-research/safety-alignment-llamaguard.json | 1 | {"content": "---\nname: llamaguard\ndescription: Meta's 7-8B specialized moderation model for LLM input/output filtering | CODE |
| MEDIUM⚡ | …lls/ai-research/distributed-training-pytorch-fsdp.json | 1 | {"content": "---\nname: pytorch-fsdp\ndescription: Expert guidance for Fully Sharded Data Parallel training with PyTorch | CODE |
| MEDIUM⚡ | …t-content/skills/security/security-best-practices.json | 1 | {"content": "---\nname: \"security-best-practices\"\ndescription: \"Perform language and framework specific security bes | CODE |
| LOW⚡ | …t-content/skills/security/security-best-practices.json | 1 | {"content": "---\nname: \"security-best-practices\"\ndescription: \"Perform language and framework specific security bes | CODE |
| LOW⚡ | …/public/component-content/skills/development/bleu.json | 1 | {"content": "---\nname: bleu\ndescription: \"Use this skill whenever a developer wants to turn an idea into a complete, | CODE |
| LOW⚡ | …/public/component-content/skills/development/bleu.json | 1 | {"content": "---\nname: bleu\ndescription: \"Use this skill whenever a developer wants to turn an idea into a complete, | CODE |
| MEDIUM⚡ | …nent-content/skills/development/skill-development.json | 1 | {"content": "---\nname: skill-creator\ndescription: Create new skills, modify and improve existing skills, and measure s | CODE |
| LOW⚡ | …nent-content/skills/development/skill-development.json | 1 | {"content": "---\nname: skill-creator\ndescription: Create new skills, modify and improve existing skills, and measure s | CODE |
| MEDIUM⚡ | …omponent-content/skills/development/skill-creator.json | 1 | {"content": "---\nname: skill-creator\ndescription: Create new skills, modify and improve existing skills, and measure s | CODE |
| LOW⚡ | …omponent-content/skills/development/skill-creator.json | 1 | {"content": "---\nname: skill-creator\ndescription: Create new skills, modify and improve existing skills, and measure s | CODE |
| MEDIUM⚡ | …omponent-content/skills/development/render-deploy.json | 1 | {"content": "---\nname: render-deploy\ndescription: Deploy applications to Render by analyzing codebases, generating ren | CODE |
| MEDIUM⚡ | …c/component-content/skills/development/claude-api.json | 1 | {"content": "---\nname: claude-api\ndescription: \"Build, debug, and optimize Claude API / Anthropic SDK apps. Apps buil | CODE |
| MEDIUM | …-content/skills/business-marketing/social-content.json | 1 | {"content": "---\nname: social-content\ndescription: \"When the user wants help creating, scheduling, or optimizing soci | CODE |
| MEDIUM⚡ | …mponent-content/skills/productivity/skill-creator.json | 1 | {"content": "---\nname: skill-creator\ndescription: Create new skills, modify and improve existing skills, and measure s | CODE |
| LOW⚡ | …mponent-content/skills/productivity/skill-creator.json | 1 | {"content": "---\nname: skill-creator\ndescription: Create new skills, modify and improve existing skills, and measure s | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …kills/development/plugin-forge/scripts/bump_version.py | 41 | def update_plugin_version(plugin_name: str, marketplace_root: Path, part: VersionPart) -> None: | CODE |
| LOW | …s/development/jupyter-notebook/scripts/new_notebook.py | 36 | def update_title(notebook: dict[str, Any], kind: str, title: str) -> None: | CODE |
| LOW | …ent/senior-prompt-engineer/scripts/prompt_optimizer.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | …opment/senior-prompt-engineer/scripts/rag_evaluator.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | …t/senior-prompt-engineer/scripts/agent_orchestrator.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | …or-computer-vision/scripts/dataset_pipeline_builder.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | …senior-computer-vision/scripts/vision_model_trainer.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | …/senior-computer-vision/scripts/inference_optimizer.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | …enior-ml-engineer/scripts/model_deployment_pipeline.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ment/senior-ml-engineer/scripts/ml_monitoring_suite.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | …pment/senior-ml-engineer/scripts/rag_system_builder.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ior-data-engineer/scripts/etl_performance_optimizer.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | …/senior-data-engineer/scripts/pipeline_orchestrator.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | …senior-data-engineer/scripts/data_quality_validator.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | …data-scientist/scripts/feature_engineering_pipeline.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | …t/senior-data-scientist/scripts/experiment_designer.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | …enior-data-scientist/scripts/model_evaluation_suite.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ent-processing/docx-official/scripts/accept_changes.py | 14 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ng/docx-official/scripts/office/validators/__init__.py | 10 | __all__ = [ | CODE |
| LOW | …ng/xlsx-official/scripts/office/validators/__init__.py | 10 | __all__ = [ | CODE |
| LOW | …-processing/xlsx/scripts/office/validators/__init__.py | 10 | __all__ = [ | CODE |
| LOW | …-processing/pdf-processing-pro/scripts/analyze_form.py | 36 | logger = logging.getLogger(__name__) | CODE |
| LOW | …t-processing/pptx/ooxml/scripts/validation/__init__.py | 10 | __all__ = [ | CODE |
| LOW | …nents/skills/document-processing/pptx/scripts/clean.py | 221 | def update_content_types(unpacked_dir: Path, removed_files: list[str]) -> None: | CODE |
| LOW | …-processing/pptx/scripts/office/validators/__init__.py | 10 | __all__ = [ | CODE |
| LOW | …lls/document-processing/pptx-official/scripts/clean.py | 221 | def update_content_types(unpacked_dir: Path, removed_files: list[str]) -> None: | CODE |
| LOW | …ng/pptx-official/scripts/office/validators/__init__.py | 10 | __all__ = [ | CODE |
| LOW | …t-processing/docx/ooxml/scripts/validation/__init__.py | 10 | __all__ = [ | CODE |
| LOW | …lls/document-processing/docx/scripts/accept_changes.py | 14 | logger = logging.getLogger(__name__) | CODE |
| LOW | …-processing/docx/scripts/office/validators/__init__.py | 10 | __all__ = [ | CODE |
| LOW | …ument-skills/pptx/ooxml/scripts/validation/__init__.py | 10 | __all__ = [ | CODE |
| LOW | …ument-skills/docx/ooxml/scripts/validation/__init__.py | 10 | __all__ = [ | CODE |
| LOW | …ific/scientific-visualization/scripts/style_presets.py | 195 | def set_color_palette(palette_name: str = 'okabe_ito') -> None: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …creative-design/meme-factory/scripts/meme_generator.py | 87 | CODE | |
| LOW | …nical-decision-support/scripts/create_cohort_tables.py | 419 | CODE | |
| LOW | …/scientific/torch_geometric/scripts/visualize_graph.py | 27 | CODE | |
| LOW | …c/neuropixels-analysis/scripts/preprocess_recording.py | 15 | CODE | |
| LOW | …scientific/stable-baselines3/scripts/train_rl_agent.py | 24 | CODE | |
| LOW | …linicaltrials-database/scripts/query_clinicaltrials.py | 22 | CODE | |
| LOW | …owasp-security/examples/logging-monitoring-failures.py | 39 | CODE |