A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
This report presents the forensic synthetic code analysis of ComposioHQ/awesome-claude-skills, a Python project with 67,680 GitHub stars. SynthScan v2.0 examined 118,901 lines of code across 1008 source files, recording 2576 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 46.1 places this repository in the Strong 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 2576 distinct pattern matches across 17 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 | document-skills/pdf/forms.md | 85 | ## Step 1: Visual Analysis (REQUIRED) | COMMENT |
| LOW | document-skills/pdf/forms.md | 130 | ### Step 2: Create fields.json and validation images (REQUIRED) | COMMENT |
| LOW | document-skills/pdf/forms.md | 184 | ### Step 3: Validate Bounding Boxes (REQUIRED) | COMMENT |
| LOW | document-skills/pdf/forms.md | 203 | ### Step 4: Add annotations to the PDF | COMMENT |
| LOW | document-skills/pptx/scripts/rearrange.py | 176 | # Step 1: DUPLICATE repeated slides | COMMENT |
| LOW⚡ | document-skills/pptx/scripts/rearrange.py | 200 | # Step 2: DELETE unwanted slides (work backwards) | COMMENT |
| LOW⚡ | document-skills/pptx/scripts/rearrange.py | 209 | # Step 3: REORDER to final sequence | COMMENT |
| LOW | connect-apps/SKILL.md | 12 | ### Step 1: Install the Plugin | COMMENT |
| LOW | connect-apps/SKILL.md | 18 | ### Step 2: Run Setup | COMMENT |
| LOW | connect-apps/SKILL.md | 29 | ### Step 3: Try It! | COMMENT |
| LOW | skill-creator/SKILL.md | 91 | ### Step 1: Understanding the Skill with Concrete Examples | COMMENT |
| LOW | skill-creator/SKILL.md | 108 | ### Step 2: Planning the Reusable Skill Contents | COMMENT |
| LOW | skill-creator/SKILL.md | 132 | ### Step 3: Initializing the Skill | COMMENT |
| LOW | skill-creator/SKILL.md | 155 | ### Step 4: Edit the Skill | COMMENT |
| LOW | skill-creator/SKILL.md | 175 | ### Step 5: Packaging a Skill | COMMENT |
| LOW | skill-creator/SKILL.md | 201 | ### Step 6: Iterate | COMMENT |
| LOW | connect-apps-plugin/commands/setup.md | 11 | ### Step 1: Ask for API Key | COMMENT |
| LOW | connect-apps-plugin/commands/setup.md | 15 | ### Step 2: Write Config | COMMENT |
| LOW | connect-apps-plugin/commands/setup.md | 30 | ### Step 3: Confirm | COMMENT |
| LOW⚡ | twitter-algorithm-optimizer/SKILL.md | 194 | ### Step 1: Identify the Core Message | COMMENT |
| LOW⚡ | twitter-algorithm-optimizer/SKILL.md | 199 | ### Step 2: Map to Algorithm Strategy | COMMENT |
| LOW⚡ | twitter-algorithm-optimizer/SKILL.md | 205 | ### Step 3: Optimize for Signals | COMMENT |
| LOW⚡ | twitter-algorithm-optimizer/SKILL.md | 211 | ### Step 4: Check Against Negatives | COMMENT |
| LOW | artifacts-builder/SKILL.md | 24 | ### Step 1: Initialize Project | COMMENT |
| LOW | artifacts-builder/SKILL.md | 41 | ### Step 2: Develop Your Artifact | COMMENT |
| LOW | artifacts-builder/SKILL.md | 45 | ### Step 3: Bundle to Single HTML File | COMMENT |
| LOW | artifacts-builder/SKILL.md | 62 | ### Step 4: Share Artifact with User | COMMENT |
| LOW | artifacts-builder/SKILL.md | 66 | ### Step 5: Testing/Visualizing the Artifact (Optional) | COMMENT |
| LOW⚡ | composio-skills/seismic-automation/SKILL.md | 43 | ### Step 1: Discover Available Tools | COMMENT |
| LOW⚡ | composio-skills/seismic-automation/SKILL.md | 51 | ### Step 2: Check Connection | COMMENT |
| LOW⚡ | composio-skills/seismic-automation/SKILL.md | 59 | ### Step 3: Execute Tools | COMMENT |
| LOW⚡ | composio-skills/big-data-cloud-automation/SKILL.md | 43 | ### Step 1: Discover Available Tools | COMMENT |
| LOW⚡ | composio-skills/big-data-cloud-automation/SKILL.md | 51 | ### Step 2: Check Connection | COMMENT |
| LOW⚡ | composio-skills/big-data-cloud-automation/SKILL.md | 59 | ### Step 3: Execute Tools | COMMENT |
| LOW⚡ | composio-skills/campaign-cleaner-automation/SKILL.md | 43 | ### Step 1: Discover Available Tools | COMMENT |
| LOW⚡ | composio-skills/campaign-cleaner-automation/SKILL.md | 51 | ### Step 2: Check Connection | COMMENT |
| LOW⚡ | composio-skills/campaign-cleaner-automation/SKILL.md | 59 | ### Step 3: Execute Tools | COMMENT |
| LOW⚡ | composio-skills/corrently-automation/SKILL.md | 43 | ### Step 1: Discover Available Tools | COMMENT |
| LOW⚡ | composio-skills/corrently-automation/SKILL.md | 51 | ### Step 2: Check Connection | COMMENT |
| LOW⚡ | composio-skills/corrently-automation/SKILL.md | 59 | ### Step 3: Execute Tools | COMMENT |
| LOW⚡ | composio-skills/mails-so-automation/SKILL.md | 43 | ### Step 1: Discover Available Tools | COMMENT |
| LOW⚡ | composio-skills/mails-so-automation/SKILL.md | 51 | ### Step 2: Check Connection | COMMENT |
| LOW⚡ | composio-skills/mails-so-automation/SKILL.md | 59 | ### Step 3: Execute Tools | COMMENT |
| LOW⚡ | composio-skills/better-stack-automation/SKILL.md | 43 | ### Step 1: Discover Available Tools | COMMENT |
| LOW⚡ | composio-skills/better-stack-automation/SKILL.md | 51 | ### Step 2: Check Connection | COMMENT |
| LOW⚡ | composio-skills/better-stack-automation/SKILL.md | 59 | ### Step 3: Execute Tools | COMMENT |
| LOW⚡ | composio-skills/builtwith-automation/SKILL.md | 43 | ### Step 1: Discover Available Tools | COMMENT |
| LOW⚡ | composio-skills/builtwith-automation/SKILL.md | 51 | ### Step 2: Check Connection | COMMENT |
| LOW⚡ | composio-skills/builtwith-automation/SKILL.md | 59 | ### Step 3: Execute Tools | COMMENT |
| LOW⚡ | composio-skills/pilvio-automation/SKILL.md | 43 | ### Step 1: Discover Available Tools | COMMENT |
| LOW⚡ | composio-skills/pilvio-automation/SKILL.md | 51 | ### Step 2: Check Connection | COMMENT |
| LOW⚡ | composio-skills/pilvio-automation/SKILL.md | 59 | ### Step 3: Execute Tools | COMMENT |
| LOW⚡ | composio-skills/epic-games-automation/SKILL.md | 43 | ### Step 1: Discover Available Tools | COMMENT |
| LOW⚡ | composio-skills/epic-games-automation/SKILL.md | 51 | ### Step 2: Check Connection | COMMENT |
| LOW⚡ | composio-skills/epic-games-automation/SKILL.md | 59 | ### Step 3: Execute Tools | COMMENT |
| LOW⚡ | composio-skills/verifiedemail-automation/SKILL.md | 43 | ### Step 1: Discover Available Tools | COMMENT |
| LOW⚡ | composio-skills/verifiedemail-automation/SKILL.md | 51 | ### Step 2: Check Connection | COMMENT |
| LOW⚡ | composio-skills/verifiedemail-automation/SKILL.md | 59 | ### Step 3: Execute Tools | COMMENT |
| LOW⚡ | composio-skills/convertapi-automation/SKILL.md | 43 | ### Step 1: Discover Available Tools | COMMENT |
| LOW⚡ | composio-skills/convertapi-automation/SKILL.md | 51 | ### Step 2: Check Connection | COMMENT |
| 2169 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | document-skills/xlsx/recalc.py | 49 | except Exception: | CODE |
| LOW | document-skills/xlsx/recalc.py | 154 | except Exception as e: | CODE |
| LOW | document-skills/pdf/reference.md | 484 | except Exception as e: | CODE |
| LOW | document-skills/pdf/reference.md | 504 | except Exception as e: | CODE |
| LOW | document-skills/pdf/reference.md | 578 | except Exception as e: | CODE |
| LOW | document-skills/pptx/ooxml/scripts/pack.py | 128 | except Exception as e: | CODE |
| MEDIUM | document-skills/pptx/ooxml/scripts/validate.py | 52 | print(f"Error: Validation not supported for file type {file_extension}") | CODE |
| LOW⚡ | document-skills/pptx/ooxml/scripts/validation/docx.py | 187 | except Exception as e: | CODE |
| MEDIUM⚡ | document-skills/pptx/ooxml/scripts/validation/docx.py | 188 | print(f"Error counting paragraphs in unpacked document: {e}") | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/docx.py | 211 | except Exception as e: | CODE |
| MEDIUM | document-skills/pptx/ooxml/scripts/validation/docx.py | 212 | print(f"Error counting paragraphs in original document: {e}") | CODE |
| LOW | …ment-skills/pptx/ooxml/scripts/validation/redlining.py | 59 | except Exception: | CODE |
| LOW | …ment-skills/pptx/ooxml/scripts/validation/redlining.py | 71 | except Exception as e: | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/pptx.py | 228 | except Exception as e: | CODE |
| LOW⚡ | document-skills/pptx/ooxml/scripts/validation/base.py | 471 | except Exception as e: | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 140 | except Exception as e: | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 359 | except Exception as e: | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 604 | except Exception: | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 626 | except Exception as e: | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 866 | except Exception as e: | CODE |
| MEDIUM | document-skills/pptx/scripts/thumbnail.py | 100 | print(f"Error: Invalid PowerPoint file: {args.input}") | CODE |
| MEDIUM | document-skills/pptx/scripts/thumbnail.py | 124 | print("Error: No slides found") | CODE |
| LOW⚡ | document-skills/pptx/scripts/thumbnail.py | 144 | except Exception as e: | CODE |
| MEDIUM⚡ | document-skills/pptx/scripts/thumbnail.py | 145 | print(f"Error: {e}") | CODE |
| LOW | document-skills/pptx/scripts/thumbnail.py | 351 | except Exception: | CODE |
| MEDIUM⚡ | document-skills/pptx/scripts/rearrange.py | 58 | print(f"Error: Template file not found: {args.template}") | STRING |
| MEDIUM⚡ | document-skills/pptx/scripts/rearrange.py | 68 | print(f"Error: {e}") | STRING |
| LOW⚡ | document-skills/pptx/scripts/rearrange.py | 70 | except Exception as e: | STRING |
| MEDIUM⚡ | document-skills/pptx/scripts/rearrange.py | 71 | print(f"Error processing presentation: {e}") | STRING |
| LOW | document-skills/pptx/scripts/rearrange.py | 124 | except Exception: | CODE |
| MEDIUM | document-skills/pptx/scripts/inventory.py | 84 | print(f"Error: Input file not found: {args.input}") | STRING |
| MEDIUM | document-skills/pptx/scripts/inventory.py | 88 | print("Error: Input must be a PowerPoint file (.pptx)") | STRING |
| LOW | document-skills/pptx/scripts/inventory.py | 120 | except Exception as e: | STRING |
| MEDIUM | document-skills/pptx/scripts/inventory.py | 121 | print(f"Error processing presentation: {e}") | STRING |
| LOW | document-skills/pptx/scripts/inventory.py | 384 | except Exception: | CODE |
| LOW | document-skills/pptx/scripts/inventory.py | 504 | except Exception: | CODE |
| LOW | document-skills/pptx/scripts/inventory.py | 601 | except Exception: | CODE |
| MEDIUM⚡ | document-skills/pptx/scripts/replace.py | 367 | print(f"Error: Input file '{input_pptx}' not found") | CODE |
| MEDIUM⚡ | document-skills/pptx/scripts/replace.py | 371 | print(f"Error: Replacements JSON file '{replacements_json}' not found") | CODE |
| LOW⚡ | document-skills/pptx/scripts/replace.py | 376 | except Exception as e: | CODE |
| MEDIUM⚡ | document-skills/pptx/scripts/replace.py | 377 | print(f"Error applying replacements: {e}") | CODE |
| LOW | document-skills/docx/ooxml/scripts/pack.py | 128 | except Exception as e: | CODE |
| MEDIUM | document-skills/docx/ooxml/scripts/validate.py | 52 | print(f"Error: Validation not supported for file type {file_extension}") | CODE |
| LOW⚡ | document-skills/docx/ooxml/scripts/validation/docx.py | 187 | except Exception as e: | CODE |
| MEDIUM⚡ | document-skills/docx/ooxml/scripts/validation/docx.py | 188 | print(f"Error counting paragraphs in unpacked document: {e}") | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/docx.py | 211 | except Exception as e: | CODE |
| MEDIUM | document-skills/docx/ooxml/scripts/validation/docx.py | 212 | print(f"Error counting paragraphs in original document: {e}") | CODE |
| LOW | …ment-skills/docx/ooxml/scripts/validation/redlining.py | 59 | except Exception: | CODE |
| LOW | …ment-skills/docx/ooxml/scripts/validation/redlining.py | 71 | except Exception as e: | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/pptx.py | 228 | except Exception as e: | CODE |
| LOW⚡ | document-skills/docx/ooxml/scripts/validation/base.py | 471 | except Exception as e: | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 140 | except Exception as e: | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 359 | except Exception as e: | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 604 | except Exception: | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 626 | except Exception as e: | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 866 | except Exception as e: | CODE |
| LOW | video-downloader/scripts/download_video.py | 98 | except Exception as e: | CODE |
| LOW | skill-creator/scripts/init_skill.py | 217 | except Exception as e: | CODE |
| LOW | skill-creator/scripts/init_skill.py | 232 | except Exception as e: | CODE |
| LOW | skill-creator/scripts/init_skill.py | 259 | except Exception as e: | CODE |
| 11 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | document-skills/xlsx/recalc.py | 82 | # Check if gtimeout is available on macOS | COMMENT |
| LOW | document-skills/pptx/ooxml/scripts/validation/docx.py | 90 | # Check if text starts or ends with whitespace | COMMENT |
| LOW | document-skills/pptx/ooxml/scripts/validation/docx.py | 92 | # Check if xml:space="preserve" attribute exists | COMMENT |
| LOW | document-skills/pptx/ooxml/scripts/validation/pptx.py | 94 | # Check if this is an ID attribute | COMMENT |
| LOW | document-skills/pptx/ooxml/scripts/validation/pptx.py | 97 | # Check if value looks like a UUID (has the right length and pattern structure) | COMMENT |
| LOW | document-skills/pptx/ooxml/scripts/validation/pptx.py | 125 | # Check if it's 32 hex-like characters (could include invalid hex chars) | COMMENT |
| LOW⚡ | document-skills/pptx/ooxml/scripts/validation/base.py | 449 | # Check if the ID exists | COMMENT |
| LOW⚡ | document-skills/pptx/ooxml/scripts/validation/base.py | 456 | # Check if we have type expectations for this element | COMMENT |
| LOW⚡ | document-skills/pptx/ooxml/scripts/validation/base.py | 463 | # Check if the actual type matches or contains the expected type | COMMENT |
| LOW⚡ | document-skills/pptx/ooxml/scripts/validation/base.py | 759 | # Check if file is in a main content folder and use appropriate schema | COMMENT |
| LOW⚡ | document-skills/pptx/ooxml/scripts/validation/base.py | 776 | # Check if attribute is from a namespace other than allowed ones | COMMENT |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 212 | # Check if this element type has ID uniqueness requirements | COMMENT |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 503 | # Check if this might be a compound like "sldMasterId" | COMMENT |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 619 | # Check if it's a known media extension that should be declared | COMMENT |
| LOW | document-skills/pptx/scripts/inventory.py | 873 | # Check if there's meaningful overlap (more than tolerance) | COMMENT |
| LOW | document-skills/pptx/scripts/replace.py | 173 | # Check if slide exists | COMMENT |
| LOW | document-skills/pptx/scripts/replace.py | 306 | # Check if any text overflow got worse | COMMENT |
| LOW | document-skills/docx/ooxml/scripts/validation/docx.py | 90 | # Check if text starts or ends with whitespace | COMMENT |
| LOW | document-skills/docx/ooxml/scripts/validation/docx.py | 92 | # Check if xml:space="preserve" attribute exists | COMMENT |
| LOW | document-skills/docx/ooxml/scripts/validation/pptx.py | 94 | # Check if this is an ID attribute | COMMENT |
| LOW | document-skills/docx/ooxml/scripts/validation/pptx.py | 97 | # Check if value looks like a UUID (has the right length and pattern structure) | COMMENT |
| LOW | document-skills/docx/ooxml/scripts/validation/pptx.py | 125 | # Check if it's 32 hex-like characters (could include invalid hex chars) | COMMENT |
| LOW⚡ | document-skills/docx/ooxml/scripts/validation/base.py | 449 | # Check if the ID exists | COMMENT |
| LOW⚡ | document-skills/docx/ooxml/scripts/validation/base.py | 456 | # Check if we have type expectations for this element | COMMENT |
| LOW⚡ | document-skills/docx/ooxml/scripts/validation/base.py | 463 | # Check if the actual type matches or contains the expected type | COMMENT |
| LOW⚡ | document-skills/docx/ooxml/scripts/validation/base.py | 759 | # Check if file is in a main content folder and use appropriate schema | COMMENT |
| LOW⚡ | document-skills/docx/ooxml/scripts/validation/base.py | 776 | # Check if attribute is from a namespace other than allowed ones | COMMENT |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 212 | # Check if this element type has ID uniqueness requirements | COMMENT |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 503 | # Check if this might be a compound like "sldMasterId" | COMMENT |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 619 | # Check if it's a known media extension that should be declared | COMMENT |
| LOW | document-skills/docx/scripts/document.py | 539 | # Check if it's a numbered list item | COMMENT |
| LOW | document-skills/docx/scripts/document.py | 1055 | # Check if this rsid already exists | COMMENT |
| LOW | document-skills/docx/scripts/document.py | 1192 | # Check if author already exists | COMMENT |
| LOW | skill-creator/scripts/init_skill.py | 208 | # Check if directory already exists | COMMENT |
| LOW | slack-gif-creator/core/validators.py | 103 | # Check if roughly square (within 2:1 ratio) | COMMENT |
| LOW⚡ | artifacts-builder/scripts/init-artifact.sh | 33 | # Check if pnpm is installed | COMMENT |
| LOW⚡ | artifacts-builder/scripts/init-artifact.sh | 39 | # Check if project name is provided | COMMENT |
| LOW⚡ | artifacts-builder/scripts/init-artifact.sh | 49 | # Check if components tarball exists | COMMENT |
| LOW | artifacts-builder/scripts/bundle-artifact.sh | 6 | # Check if we're in a project directory | COMMENT |
| LOW | artifacts-builder/scripts/bundle-artifact.sh | 12 | # Check if index.html exists | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | document-skills/xlsx/recalc.py | 53 | CODE | |
| LOW | document-skills/pdf/scripts/fill_fillable_fields.py | 12 | CODE | |
| LOW | document-skills/pdf/scripts/fill_fillable_fields.py | 59 | CODE | |
| LOW | document-skills/pdf/scripts/extract_form_field_info.py | 22 | CODE | |
| LOW | document-skills/pdf/scripts/extract_form_field_info.py | 62 | CODE | |
| LOW | document-skills/pdf/scripts/check_bounding_boxes.py | 18 | CODE | |
| LOW | document-skills/pptx/ooxml/scripts/pack.py | 45 | CODE | |
| LOW | document-skills/pptx/ooxml/scripts/validation/docx.py | 72 | CODE | |
| LOW | document-skills/pptx/ooxml/scripts/validation/docx.py | 124 | CODE | |
| LOW | …ment-skills/pptx/ooxml/scripts/validation/redlining.py | 139 | CODE | |
| LOW | …ment-skills/pptx/ooxml/scripts/validation/redlining.py | 217 | CODE | |
| LOW | document-skills/pptx/ooxml/scripts/validation/pptx.py | 77 | CODE | |
| LOW | document-skills/pptx/ooxml/scripts/validation/pptx.py | 128 | CODE | |
| LOW | document-skills/pptx/ooxml/scripts/validation/pptx.py | 243 | CODE | |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 186 | CODE | |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 277 | CODE | |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 388 | CODE | |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 486 | CODE | |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 522 | CODE | |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 688 | CODE | |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 765 | CODE | |
| LOW | document-skills/pptx/scripts/thumbnail.py | 67 | CODE | |
| LOW | document-skills/pptx/scripts/thumbnail.py | 321 | CODE | |
| LOW | document-skills/pptx/scripts/rearrange.py | 149 | CODE | |
| LOW | document-skills/pptx/scripts/inventory.py | 140 | CODE | |
| LOW | document-skills/pptx/scripts/inventory.py | 280 | CODE | |
| LOW | document-skills/pptx/scripts/inventory.py | 362 | CODE | |
| LOW | document-skills/pptx/scripts/inventory.py | 480 | CODE | |
| LOW | document-skills/pptx/scripts/replace.py | 143 | CODE | |
| LOW | document-skills/pptx/scripts/replace.py | 162 | CODE | |
| LOW | document-skills/pptx/scripts/replace.py | 214 | CODE | |
| LOW | document-skills/docx/ooxml/scripts/pack.py | 45 | CODE | |
| LOW | document-skills/docx/ooxml/scripts/validation/docx.py | 72 | CODE | |
| LOW | document-skills/docx/ooxml/scripts/validation/docx.py | 124 | CODE | |
| LOW | …ment-skills/docx/ooxml/scripts/validation/redlining.py | 139 | CODE | |
| LOW | …ment-skills/docx/ooxml/scripts/validation/redlining.py | 217 | CODE | |
| LOW | document-skills/docx/ooxml/scripts/validation/pptx.py | 77 | CODE | |
| LOW | document-skills/docx/ooxml/scripts/validation/pptx.py | 128 | CODE | |
| LOW | document-skills/docx/ooxml/scripts/validation/pptx.py | 243 | CODE | |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 186 | CODE | |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 277 | CODE | |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 388 | CODE | |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 486 | CODE | |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 522 | CODE | |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 688 | CODE | |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 765 | CODE | |
| LOW | document-skills/docx/scripts/document.py | 75 | CODE | |
| LOW | document-skills/docx/scripts/document.py | 116 | CODE | |
| LOW | document-skills/docx/scripts/document.py | 264 | CODE | |
| LOW | document-skills/docx/scripts/document.py | 342 | CODE | |
| LOW | document-skills/docx/scripts/document.py | 482 | CODE | |
| LOW | document-skills/docx/scripts/document.py | 988 | CODE | |
| LOW | document-skills/docx/scripts/utilities.py | 76 | CODE | |
| LOW | skill-creator/scripts/package_skill.py | 19 | CODE | |
| LOW | slack-gif-creator/core/typography.py | 164 | CODE | |
| LOW | slack-gif-creator/core/validators.py | 59 | CODE | |
| LOW | slack-gif-creator/core/validators.py | 122 | CODE | |
| LOW | slack-gif-creator/core/validators.py | 241 | CODE | |
| LOW | slack-gif-creator/templates/pulse.py | 20 | CODE | |
| LOW | slack-gif-creator/templates/wiggle.py | 20 | CODE | |
| 12 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | document-skills/pdf/scripts/fill_fillable_fields.py | 59 | def validation_error_for_field_value(field_info, field_value): | CODE |
| LOW | document-skills/pdf/scripts/extract_form_field_info.py | 12 | def get_full_annotation_field_id(annotation): | CODE |
| LOW | document-skills/pdf/scripts/check_bounding_boxes.py | 18 | def get_bounding_box_messages(fields_json_stream) -> list[str]: | CODE |
| LOW | …cument-skills/pdf/scripts/check_bounding_boxes_test.py | 38 | def test_label_entry_intersection_same_field(self): | CODE |
| LOW | …cument-skills/pdf/scripts/check_bounding_boxes_test.py | 56 | def test_intersection_between_different_fields(self): | CODE |
| LOW | …cument-skills/pdf/scripts/check_bounding_boxes_test.py | 80 | def test_different_pages_no_intersection(self): | CODE |
| LOW | …cument-skills/pdf/scripts/check_bounding_boxes_test.py | 104 | def test_entry_height_too_small(self): | CODE |
| LOW | …cument-skills/pdf/scripts/check_bounding_boxes_test.py | 125 | def test_entry_height_adequate(self): | CODE |
| LOW | …cument-skills/pdf/scripts/check_bounding_boxes_test.py | 183 | def test_multiple_errors_limit(self): | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/docx.py | 72 | def validate_whitespace_preservation(self): | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/docx.py | 173 | def count_paragraphs_in_unpacked(self): | CODE |
| LOW⚡ | document-skills/pptx/ooxml/scripts/validation/docx.py | 192 | def count_paragraphs_in_original(self): | CODE |
| LOW | …ment-skills/pptx/ooxml/scripts/validation/redlining.py | 217 | def _remove_claude_tracked_changes(self, root): | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/pptx.py | 128 | def validate_slide_layout_ids(self): | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/pptx.py | 203 | def validate_no_duplicate_slide_layouts(self): | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/pptx.py | 243 | def validate_notes_slide_references(self): | CODE |
| LOW⚡ | document-skills/pptx/ooxml/scripts/validation/base.py | 765 | def _clean_ignorable_namespaces(self, xml_doc): | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 388 | def validate_all_relationship_ids(self): | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 486 | def _get_expected_relationship_type(self, element_name): | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 641 | def validate_file_against_xsd(self, xml_file, verbose=False): | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 791 | def _remove_ignorable_elements(self, root): | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 815 | def _preprocess_for_mc_ignorable(self, xml_doc): | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 826 | def _validate_single_file_xsd(self, xml_file, base_path): | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 869 | def _get_original_file_errors(self, xml_file): | CODE |
| LOW | document-skills/pptx/ooxml/scripts/validation/base.py | 906 | def _remove_template_tags_from_text_nodes(self, xml_doc): | CODE |
| LOW⚡ | document-skills/pptx/scripts/thumbnail.py | 149 | def create_hidden_slide_placeholder(size): | CODE |
| LOW | document-skills/pptx/scripts/inventory.py | 639 | def _calculate_slide_overflow(self) -> None: | CODE |
| LOW | document-skills/pptx/scripts/inventory.py | 766 | def collect_shapes_with_absolute_positions( | CODE |
| LOW | document-skills/pptx/scripts/replace.py | 43 | def apply_paragraph_properties(paragraph, para_data: Dict[str, Any]): | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/docx.py | 72 | def validate_whitespace_preservation(self): | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/docx.py | 173 | def count_paragraphs_in_unpacked(self): | CODE |
| LOW⚡ | document-skills/docx/ooxml/scripts/validation/docx.py | 192 | def count_paragraphs_in_original(self): | CODE |
| LOW | …ment-skills/docx/ooxml/scripts/validation/redlining.py | 217 | def _remove_claude_tracked_changes(self, root): | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/pptx.py | 128 | def validate_slide_layout_ids(self): | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/pptx.py | 203 | def validate_no_duplicate_slide_layouts(self): | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/pptx.py | 243 | def validate_notes_slide_references(self): | CODE |
| LOW⚡ | document-skills/docx/ooxml/scripts/validation/base.py | 765 | def _clean_ignorable_namespaces(self, xml_doc): | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 388 | def validate_all_relationship_ids(self): | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 486 | def _get_expected_relationship_type(self, element_name): | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 641 | def validate_file_against_xsd(self, xml_file, verbose=False): | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 791 | def _remove_ignorable_elements(self, root): | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 815 | def _preprocess_for_mc_ignorable(self, xml_doc): | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 826 | def _validate_single_file_xsd(self, xml_file, base_path): | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 869 | def _get_original_file_errors(self, xml_file): | CODE |
| LOW | document-skills/docx/ooxml/scripts/validation/base.py | 906 | def _remove_template_tags_from_text_nodes(self, xml_doc): | CODE |
| LOW | document-skills/docx/scripts/document.py | 116 | def _inject_attributes_to_nodes(self, nodes): | CODE |
| LOW | document-skills/docx/scripts/document.py | 190 | def add_comment_extensible_date(elem): | CODE |
| LOW | document-skills/docx/scripts/document.py | 960 | def _add_content_type_for_people(self, path): | CODE |
| LOW | document-skills/docx/scripts/document.py | 972 | def _add_relationship_for_people(self, path): | CODE |
| LOW | document-skills/docx/scripts/document.py | 1091 | def _add_to_comments_extended_xml(self, para_id, parent_para_id): | CODE |
| LOW | document-skills/docx/scripts/document.py | 1118 | def _add_to_comments_extensible_xml(self, durable_id): | CODE |
| LOW | document-skills/docx/scripts/document.py | 1203 | def _ensure_comment_relationships(self): | CODE |
| LOW | document-skills/docx/scripts/document.py | 1243 | def _ensure_comment_content_types(self): | CODE |
| LOW | document-skills/docx/scripts/utilities.py | 346 | def _create_line_tracking_parser(): | CODE |
| LOW | slack-gif-creator/core/validators.py | 200 | def get_optimization_suggestions(results: dict) -> list[str]: | CODE |
| LOW | slack-gif-creator/core/visual_effects.py | 455 | def create_screen_shake_offset(intensity: int, frame_index: int) -> tuple[int, int]: | CODE |
| LOW | slack-gif-creator/core/frame_composer.py | 235 | def create_gradient_background(width: int, height: int, | CODE |
| LOW | slack-gif-creator/core/color_palettes.py | 121 | def get_text_color_for_background(bg_color: tuple[int, int, int]) -> tuple[int, int, int]: | CODE |
| LOW | slack-gif-creator/templates/pulse.py | 188 | def create_breathing_animation( | CODE |
| LOW | slack-gif-creator/templates/kaleidoscope.py | 140 | def create_kaleidoscope_animation( | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| 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 | document-skills/pptx/scripts/thumbnail.py | 401 | # Create a highlight overlay | COMMENT |
| MEDIUM | 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 | document-skills/docx/scripts/document.py | 984 | # Create the relationship entry | COMMENT |
| MEDIUM | skill-creator/scripts/package_skill.py | 66 | # Create the zip file | COMMENT |
| MEDIUM | slack-gif-creator/core/typography.py | 248 | # Create a separate layer for the box with alpha | COMMENT |
| MEDIUM | slack-gif-creator/core/gif_builder.py | 70 | # Create a global palette from all frames | COMMENT |
| MEDIUM | slack-gif-creator/core/gif_builder.py | 80 | # Create a properly-shaped RGB image from the pixel data | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | 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 | 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 | 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 | 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 | 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 | document-skills/docx/scripts/utilities.py | 313 | Parse XML fragment and return list of imported nodes. Args: xml_content: String containing | STRING |
| HIGH | mcp-builder/reference/python_mcp_server.md | 308 | Search for users in the Example system by name, email, or team. This tool searches across all user profiles in | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | document-skills/pptx/ooxml/scripts/validation/docx.py | 0 | run all validation checks and return true if all pass. | STRING |
| HIGH | document-skills/pptx/ooxml/scripts/validation/pptx.py | 0 | run all validation checks and return true if all pass. | STRING |
| HIGH | document-skills/pptx/ooxml/scripts/validation/base.py | 0 | run all validation checks and return true if all pass. | STRING |
| HIGH | document-skills/docx/ooxml/scripts/validation/docx.py | 0 | run all validation checks and return true if all pass. | STRING |
| HIGH | document-skills/docx/ooxml/scripts/validation/pptx.py | 0 | run all validation checks and return true if all pass. | STRING |
| HIGH | document-skills/docx/ooxml/scripts/validation/base.py | 0 | run all validation checks and return true if all pass. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | document-skills/pptx/SKILL.md | 154 | - Use `class="placeholder"` for areas where charts/tables will be added (render with gray background for visibility) | CODE |
| LOW | document-skills/pptx/html2pptx.md | 34 | - `class="placeholder"` - Reserved space for charts (returns `{ id, x, y, w, h }`) | CODE |
| LOW | document-skills/pptx/html2pptx.md | 172 | <div id="chart" class="placeholder" style="width: 350pt; height: 200pt;"></div> | CODE |
| LOW | document-skills/pptx/scripts/html2pptx.js | 16 | * - Extracts placeholder elements (class="placeholder") with positions | COMMENT |
| LOW | document-skills/pptx/scripts/html2pptx.js | 558 | if (el.className && el.className.includes('placeholder')) { | CODE |
| LOW | document-skills/docx/ooxml.md | 298 | doc = Document('unpacked', author="John Doe", initials="JD") | CODE |
| LOW | document-skills/docx/scripts/document.py | 10 | doc = Document('workspace/unpacked', author="John Doe", initials="JD") | STRING |
| LOW | webapp-testing/examples/static_html_automation.py | 21 | page.fill('#name', 'John Doe') | CODE |
| LOW | composio-skills/dynamics365-automation/SKILL.md | 57 | companyname: "Acme Corp" | CODE |
| LOW | composio-skills/gorgias-automation/SKILL.md | 79 | Create a new customer named "Jane Doe" with email jane@example.com and phone channel | CODE |
| LOW | composio-skills/googlemeet-automation/SKILL.md | 61 | - items: List of calendar IDs to check (e.g., ["primary", "user@example.com"]) | CODE |
| LOW | composio-skills/excel-automation/SKILL.md | 86 | rows: [["john@example.com","555-0101","Active"],["jane@example.com","555-0102","Pending"]] | CODE |
| LOW | composio-skills/braintree-automation/SKILL.md | 46 | - `email:'user@example.com'` -- Exact match (case insensitive) | CODE |
| LOW | composio-skills/braintree-automation/SKILL.md | 58 | name: "Jane Doe" | CODE |
| LOW | composio-skills/braintree-automation/SKILL.md | 61 | "line1": "123 Main St", | CODE |
| LOW | composio-skills/netsuite-automation/SKILL.md | 114 | "companyName": "Acme Corp", | CODE |
| LOW | composio-skills/netsuite-automation/SKILL.md | 117 | "phone": "555-0100" | CODE |
| LOW | composio-skills/netsuite-automation/SKILL.md | 141 | "companyName": "Acme Corp", | CODE |
| LOW | composio-skills/toggl-automation/SKILL.md | 80 | List all active clients in workspace 123456, then create a new client called "Acme Corp" | CODE |
| LOW | composio-skills/zoho-books-automation/SKILL.md | 162 | > "Find the customer ID for 'Acme Corp', create an invoice for them with consulting services, and then get the PDF" | CODE |
| LOW | mcp-builder/reference/python_mcp_server.md | 332 | "name": str, # Full name (e.g., "John Doe") | STRING |
| LOW | mcp-builder/reference/python_mcp_server.md | 599 | return {"id": user_id, "name": "John Doe", "email": "john@example.com"} | CODE |
| LOW | mcp-builder/reference/node_mcp_server.md | 154 | "name": string, // Full name (e.g., "John Doe") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | slack-gif-creator/templates/pulse.py | 231 | # Example usage | COMMENT |
| LOW | slack-gif-creator/templates/wiggle.py | 263 | # Example usage | COMMENT |
| LOW | slack-gif-creator/templates/kaleidoscope.py | 195 | # Example usage | COMMENT |
| LOW | slack-gif-creator/templates/slide.py | 234 | # Example usage | COMMENT |
| LOW | slack-gif-creator/templates/spin.py | 234 | # Example usage | COMMENT |
| LOW | slack-gif-creator/templates/zoom.py | 282 | # Example usage | COMMENT |
| LOW | slack-gif-creator/templates/shake.py | 112 | # Example usage | COMMENT |
| LOW | slack-gif-creator/templates/morph.py | 285 | # Example usage | COMMENT |
| LOW | slack-gif-creator/templates/bounce.py | 87 | # Example usage | COMMENT |
| LOW | slack-gif-creator/templates/explode.py | 296 | # Example usage | COMMENT |
| LOW | slack-gif-creator/templates/move.py | 240 | # Example usage | COMMENT |
| LOW | slack-gif-creator/templates/flip.py | 256 | # Example usage | COMMENT |
| LOW | slack-gif-creator/templates/fade.py | 290 | # Example usage | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ument-skills/pptx/ooxml/scripts/validation/__init__.py | 5 | CODE | |
| LOW | …ument-skills/pptx/ooxml/scripts/validation/__init__.py | 6 | CODE | |
| LOW | …ument-skills/pptx/ooxml/scripts/validation/__init__.py | 7 | CODE | |
| LOW | …ument-skills/pptx/ooxml/scripts/validation/__init__.py | 8 | CODE | |
| LOW | …ument-skills/docx/ooxml/scripts/validation/__init__.py | 5 | CODE | |
| LOW | …ument-skills/docx/ooxml/scripts/validation/__init__.py | 6 | CODE | |
| LOW | …ument-skills/docx/ooxml/scripts/validation/__init__.py | 7 | CODE | |
| LOW | …ument-skills/docx/ooxml/scripts/validation/__init__.py | 8 | CODE | |
| LOW | skill-creator/scripts/quick_validate.py | 7 | CODE | |
| LOW | slack-gif-creator/core/typography.py | 10 | CODE | |
| LOW | slack-gif-creator/core/gif_builder.py | 10 | CODE | |
| LOW | slack-gif-creator/core/color_palettes.py | 9 | CODE | |
| LOW | slack-gif-creator/templates/wiggle.py | 17 | CODE | |
| LOW | slack-gif-creator/templates/spin.py | 16 | CODE | |
| LOW | slack-gif-creator/templates/morph.py | 14 | CODE | |
| LOW | slack-gif-creator/templates/bounce.py | 16 | CODE | |
| LOW | slack-gif-creator/templates/explode.py | 16 | CODE | |
| LOW | slack-gif-creator/templates/move.py | 212 | CODE | |
| LOW | slack-gif-creator/templates/fade.py | 13 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | slack-gif-creator/templates/pulse.py | 20 | CODE | |
| LOW | slack-gif-creator/templates/pulse.py | 188 | CODE | |
| LOW | slack-gif-creator/templates/wiggle.py | 20 | CODE | |
| LOW | slack-gif-creator/templates/slide.py | 19 | CODE | |
| LOW | slack-gif-creator/templates/spin.py | 20 | CODE | |
| LOW | slack-gif-creator/templates/zoom.py | 20 | CODE | |
| LOW | slack-gif-creator/templates/shake.py | 19 | CODE | |
| LOW | slack-gif-creator/templates/morph.py | 20 | CODE | |
| LOW | slack-gif-creator/templates/bounce.py | 19 | CODE | |
| LOW | slack-gif-creator/templates/explode.py | 23 | CODE | |
| LOW | slack-gif-creator/templates/move.py | 19 | CODE | |
| LOW | slack-gif-creator/templates/flip.py | 20 | CODE | |
| LOW | slack-gif-creator/templates/fade.py | 20 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | README.md | 373 | client = anthropic.Anthropic(api_key="your-api-key") | CODE |
| HIGH | mcp-builder/reference/evaluation.md | 557 | export ANTHROPIC_API_KEY=your_api_key | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | document-skills/pptx/scripts/rearrange.py | 176 | # Step 1: DUPLICATE repeated slides | COMMENT |
| LOW⚡ | document-skills/pptx/scripts/rearrange.py | 200 | # Step 2: DELETE unwanted slides (work backwards) | COMMENT |
| LOW⚡ | document-skills/pptx/scripts/rearrange.py | 209 | # Step 3: REORDER to final sequence | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | webapp-testing/scripts/with_server.py | 12 | --server "cd backend && python server.py" --port 3000 \ | STRING |
| HIGH | webapp-testing/scripts/with_server.py | 13 | --server "cd frontend && npm run dev" --port 5173 \ | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ument-skills/pptx/ooxml/scripts/validation/__init__.py | 10 | __all__ = [ | CODE |
| LOW | …ument-skills/docx/ooxml/scripts/validation/__init__.py | 10 | __all__ = [ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | document-skills/pptx/scripts/thumbnail.py | 21 | Usage: | COMMENT |