Public repository for Agent Skills
This report presents the forensic synthetic code analysis of anthropics/skills, a Python project with 160,930 GitHub stars. SynthScan v2.0 examined 46,936 lines of code across 241 source files, recording 448 pattern matches distributed across 16 syntactic categories. The overall adjusted score of 17.4 places this repository in the Moderate 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 448 distinct pattern matches across 16 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 |
|---|---|---|---|---|
| HIGH | skills/xlsx/scripts/office/pack.py | 0 | pack a directory into a docx, pptx, or xlsx file. validates with auto-repair, condenses xml formatting, and creates the | STRING |
| HIGH | skills/pptx/scripts/office/pack.py | 0 | pack a directory into a docx, pptx, or xlsx file. validates with auto-repair, condenses xml formatting, and creates the | STRING |
| HIGH | skills/docx/scripts/office/pack.py | 0 | pack a directory into a docx, pptx, or xlsx file. validates with auto-repair, condenses xml formatting, and creates the | STRING |
| HIGH | skills/xlsx/scripts/office/validate.py | 0 | command line tool to validate office document xml files against xsd schemas and tracked changes. usage: python validate. | STRING |
| HIGH | skills/pptx/scripts/office/validate.py | 0 | command line tool to validate office document xml files against xsd schemas and tracked changes. usage: python validate. | STRING |
| HIGH | skills/docx/scripts/office/validate.py | 0 | command line tool to validate office document xml files against xsd schemas and tracked changes. usage: python validate. | STRING |
| HIGH | skills/xlsx/scripts/office/unpack.py | 0 | unpack office files (docx, pptx, xlsx) for editing. extracts the zip archive, pretty-prints xml files, and optionally: - | STRING |
| HIGH | skills/pptx/scripts/office/unpack.py | 0 | unpack office files (docx, pptx, xlsx) for editing. extracts the zip archive, pretty-prints xml files, and optionally: - | STRING |
| HIGH | skills/docx/scripts/office/unpack.py | 0 | unpack office files (docx, pptx, xlsx) for editing. extracts the zip archive, pretty-prints xml files, and optionally: - | STRING |
| HIGH | skills/xlsx/scripts/office/soffice.py | 0 | helper for running libreoffice (soffice) in environments where af_unix sockets may be blocked (e.g., sandboxed vms). det | STRING |
| HIGH | skills/pptx/scripts/office/soffice.py | 0 | helper for running libreoffice (soffice) in environments where af_unix sockets may be blocked (e.g., sandboxed vms). det | STRING |
| HIGH | skills/docx/scripts/office/soffice.py | 0 | helper for running libreoffice (soffice) in environments where af_unix sockets may be blocked (e.g., sandboxed vms). det | STRING |
| HIGH | skills/xlsx/scripts/office/soffice.py | 0 | #define _gnu_source #include <dlfcn.h> #include <errno.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #in | STRING |
| HIGH | skills/pptx/scripts/office/soffice.py | 0 | #define _gnu_source #include <dlfcn.h> #include <errno.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #in | STRING |
| HIGH | skills/docx/scripts/office/soffice.py | 0 | #define _gnu_source #include <dlfcn.h> #include <errno.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #in | STRING |
| HIGH | skills/xlsx/scripts/office/validators/docx.py | 0 | validator for word document xml files against xsd schemas. | STRING |
| HIGH | skills/pptx/scripts/office/validators/docx.py | 0 | validator for word document xml files against xsd schemas. | STRING |
| HIGH | skills/docx/scripts/office/validators/docx.py | 0 | validator for word document xml files against xsd schemas. | STRING |
| HIGH | skills/xlsx/scripts/office/validators/pptx.py | 0 | validator for powerpoint presentation xml files against xsd schemas. | STRING |
| HIGH | skills/pptx/scripts/office/validators/pptx.py | 0 | validator for powerpoint presentation xml files against xsd schemas. | STRING |
| HIGH | skills/docx/scripts/office/validators/pptx.py | 0 | validator for powerpoint presentation xml files against xsd schemas. | STRING |
| HIGH | skills/xlsx/scripts/office/validators/base.py | 0 | base validator with common validation logic for document files. | STRING |
| HIGH | skills/pptx/scripts/office/validators/base.py | 0 | base validator with common validation logic for document files. | STRING |
| HIGH | skills/docx/scripts/office/validators/base.py | 0 | base validator with common validation logic for document files. | STRING |
| HIGH | skills/xlsx/scripts/office/helpers/simplify_redlines.py | 0 | simplify tracked changes by merging adjacent w:ins or w:del elements. merges adjacent <w:ins> elements from the same aut | STRING |
| HIGH | skills/pptx/scripts/office/helpers/simplify_redlines.py | 0 | simplify tracked changes by merging adjacent w:ins or w:del elements. merges adjacent <w:ins> elements from the same aut | STRING |
| HIGH | skills/docx/scripts/office/helpers/simplify_redlines.py | 0 | simplify tracked changes by merging adjacent w:ins or w:del elements. merges adjacent <w:ins> elements from the same aut | STRING |
| HIGH | skills/xlsx/scripts/office/helpers/merge_runs.py | 0 | merge adjacent runs with identical formatting in docx. merges adjacent <w:r> elements that have identical <w:rpr> proper | STRING |
| HIGH | skills/pptx/scripts/office/helpers/merge_runs.py | 0 | merge adjacent runs with identical formatting in docx. merges adjacent <w:r> elements that have identical <w:rpr> proper | STRING |
| HIGH | skills/docx/scripts/office/helpers/merge_runs.py | 0 | merge adjacent runs with identical formatting in docx. merges adjacent <w:r> elements that have identical <w:rpr> proper | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | skills/claude-api/python/claude-api/tool-use.md | 400 | print(f"Error: {result.stderr}") | CODE |
| LOW | skills/claude-api/shared/managed-agents-webhooks.md | 40 | except Exception: | CODE |
| MEDIUM | skills/claude-api/shared/managed-agents-webhooks.md | 34 | def webhook(): | CODE |
| LOW | skills/xlsx/scripts/recalc.py | 66 | except Exception: | CODE |
| LOW | skills/xlsx/scripts/recalc.py | 160 | except Exception as e: | CODE |
| MEDIUM | skills/xlsx/scripts/recalc.py | 32 | def has_gtimeout(): | CODE |
| LOW | skills/xlsx/scripts/office/pack.py | 126 | except Exception as e: | CODE |
| MEDIUM | skills/xlsx/scripts/office/validate.py | 94 | print(f"Error: Validation not supported for file type {file_extension}") | CODE |
| LOW⚡ | skills/xlsx/scripts/office/unpack.py | 78 | except Exception as e: | CODE |
| LOW⚡ | skills/xlsx/scripts/office/unpack.py | 87 | except Exception: | CODE |
| LOW⚡ | skills/xlsx/scripts/office/unpack.py | 97 | except Exception: | CODE |
| LOW⚡ | skills/xlsx/scripts/office/validators/docx.py | 174 | except Exception as e: | CODE |
| MEDIUM⚡ | skills/xlsx/scripts/office/validators/docx.py | 175 | print(f"Error counting paragraphs in unpacked document: {e}") | CODE |
| LOW | skills/xlsx/scripts/office/validators/docx.py | 197 | except Exception as e: | CODE |
| MEDIUM | skills/xlsx/scripts/office/validators/docx.py | 198 | print(f"Error counting paragraphs in original document: {e}") | CODE |
| LOW | skills/xlsx/scripts/office/validators/docx.py | 287 | except Exception: | CODE |
| LOW | skills/xlsx/scripts/office/validators/docx.py | 439 | except Exception: | CODE |
| LOW | skills/xlsx/scripts/office/validators/redlining.py | 56 | except Exception: | CODE |
| LOW | skills/xlsx/scripts/office/validators/redlining.py | 65 | except Exception as e: | CODE |
| LOW | skills/xlsx/scripts/office/validators/pptx.py | 195 | except Exception as e: | CODE |
| LOW | skills/xlsx/scripts/office/validators/base.py | 138 | except Exception: | CODE |
| LOW | skills/xlsx/scripts/office/validators/base.py | 154 | except Exception as e: | CODE |
| LOW | skills/xlsx/scripts/office/validators/base.py | 357 | except Exception as e: | CODE |
| LOW | skills/xlsx/scripts/office/validators/base.py | 454 | except Exception as e: | CODE |
| LOW | skills/xlsx/scripts/office/validators/base.py | 564 | except Exception: | CODE |
| LOW | skills/xlsx/scripts/office/validators/base.py | 583 | except Exception as e: | CODE |
| LOW | skills/xlsx/scripts/office/validators/base.py | 784 | except Exception as e: | CODE |
| LOW | skills/xlsx/scripts/office/helpers/simplify_redlines.py | 43 | except Exception as e: | CODE |
| LOW | skills/xlsx/scripts/office/helpers/merge_runs.py | 38 | except Exception as e: | CODE |
| LOW | skills/pdf/reference.md | 484 | except Exception as e: | CODE |
| LOW | skills/pdf/reference.md | 504 | except Exception as e: | CODE |
| LOW | skills/pdf/reference.md | 578 | except Exception as e: | CODE |
| MEDIUM | skills/skill-creator/eval-viewer/generate_review.py | 408 | print(f"Error: {workspace} is not a directory", file=sys.stderr) | CODE |
| LOW | skills/skill-creator/scripts/run_eval.py | 223 | except Exception as e: | CODE |
| MEDIUM | skills/skill-creator/scripts/run_eval.py | 276 | print(f"Error: No SKILL.md found at {skill_path}", file=sys.stderr) | CODE |
| LOW | skills/skill-creator/scripts/package_skill.py | 106 | except Exception as e: | CODE |
| MEDIUM | skills/skill-creator/scripts/improve_description.py | 205 | print(f"Error: No SKILL.md found at {skill_path}", file=sys.stderr) | CODE |
| MEDIUM | skills/skill-creator/scripts/run_loop.py | 265 | print(f"Error: No SKILL.md found at {skill_path}", file=sys.stderr) | CODE |
| MEDIUM | skills/pptx/scripts/clean.py | 276 | print(f"Error: {unpacked_dir} not found", file=sys.stderr) | CODE |
| MEDIUM | skills/pptx/scripts/add_slide.py | 40 | print(f"Error: {layout_path} not found", file=sys.stderr) | CODE |
| MEDIUM | skills/pptx/scripts/add_slide.py | 97 | print(f"Error: {source_slide} not found", file=sys.stderr) | CODE |
| MEDIUM | skills/pptx/scripts/add_slide.py | 187 | print(f"Error: {unpacked_dir} not found", file=sys.stderr) | CODE |
| MEDIUM | skills/pptx/scripts/thumbnail.py | 66 | print(f"Error: Invalid PowerPoint file: {args.input}", file=sys.stderr) | CODE |
| MEDIUM | skills/pptx/scripts/thumbnail.py | 79 | print("Error: No slides found", file=sys.stderr) | CODE |
| LOW | skills/pptx/scripts/thumbnail.py | 90 | except Exception as e: | CODE |
| MEDIUM | skills/pptx/scripts/thumbnail.py | 91 | print(f"Error: {e}", file=sys.stderr) | CODE |
| LOW | skills/pptx/scripts/thumbnail.py | 246 | except Exception: | CODE |
| LOW | skills/pptx/scripts/office/pack.py | 126 | except Exception as e: | CODE |
| MEDIUM | skills/pptx/scripts/office/validate.py | 94 | print(f"Error: Validation not supported for file type {file_extension}") | CODE |
| LOW⚡ | skills/pptx/scripts/office/unpack.py | 78 | except Exception as e: | CODE |
| LOW⚡ | skills/pptx/scripts/office/unpack.py | 87 | except Exception: | CODE |
| LOW⚡ | skills/pptx/scripts/office/unpack.py | 97 | except Exception: | CODE |
| LOW⚡ | skills/pptx/scripts/office/validators/docx.py | 174 | except Exception as e: | CODE |
| MEDIUM⚡ | skills/pptx/scripts/office/validators/docx.py | 175 | print(f"Error counting paragraphs in unpacked document: {e}") | CODE |
| LOW | skills/pptx/scripts/office/validators/docx.py | 197 | except Exception as e: | CODE |
| MEDIUM | skills/pptx/scripts/office/validators/docx.py | 198 | print(f"Error counting paragraphs in original document: {e}") | CODE |
| LOW | skills/pptx/scripts/office/validators/docx.py | 287 | except Exception: | CODE |
| LOW | skills/pptx/scripts/office/validators/docx.py | 439 | except Exception: | CODE |
| LOW | skills/pptx/scripts/office/validators/redlining.py | 56 | except Exception: | CODE |
| LOW | skills/pptx/scripts/office/validators/redlining.py | 65 | except Exception as e: | CODE |
| 44 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | skills/doc-coauthoring/SKILL.md | 154 | ### Step 1: Clarifying Questions | COMMENT |
| LOW⚡ | skills/doc-coauthoring/SKILL.md | 162 | ### Step 2: Brainstorming | COMMENT |
| LOW⚡ | skills/doc-coauthoring/SKILL.md | 170 | ### Step 3: Curation | COMMENT |
| LOW | skills/doc-coauthoring/SKILL.md | 182 | ### Step 4: Gap Check | COMMENT |
| LOW | skills/doc-coauthoring/SKILL.md | 186 | ### Step 5: Drafting | COMMENT |
| LOW | skills/doc-coauthoring/SKILL.md | 205 | ### Step 6: Iterative Refinement | COMMENT |
| LOW⚡ | skills/doc-coauthoring/SKILL.md | 255 | ### Step 1: Predict Reader Questions | COMMENT |
| LOW⚡ | skills/doc-coauthoring/SKILL.md | 261 | ### Step 2: Test with Sub-Agent | COMMENT |
| LOW⚡ | skills/doc-coauthoring/SKILL.md | 269 | ### Step 3: Run Additional Checks | COMMENT |
| LOW⚡ | skills/doc-coauthoring/SKILL.md | 277 | ### Step 4: Report and Fix | COMMENT |
| LOW | skills/doc-coauthoring/SKILL.md | 294 | ### Step 1: Predict Reader Questions | COMMENT |
| LOW | skills/doc-coauthoring/SKILL.md | 300 | ### Step 2: Setup Testing | COMMENT |
| LOW | skills/doc-coauthoring/SKILL.md | 314 | ### Step 3: Additional Checks | COMMENT |
| LOW | skills/doc-coauthoring/SKILL.md | 321 | ### Step 4: Iterate Based on Results | COMMENT |
| LOW | skills/claude-api/shared/model-migration.md | 32 | ## Step 0: Confirm the migration scope | COMMENT |
| LOW | skills/claude-api/shared/model-migration.md | 65 | ## Step 1: Classify each file | COMMENT |
| LOW | skills/pdf/forms.md | 81 | ## Step 1: Try Structure Extraction First | COMMENT |
| LOW | skills/pdf/forms.md | 270 | ## Step 2: Validate Before Filling | COMMENT |
| LOW | skills/pdf/forms.md | 281 | ## Step 3: Fill the Form | COMMENT |
| LOW | skills/pdf/forms.md | 286 | ## Step 4: Verify Output | COMMENT |
| LOW | skills/skill-creator/SKILL.md | 169 | ### Step 1: Spawn all runs (with-skill AND baseline) in the same turn | COMMENT |
| LOW | skills/skill-creator/SKILL.md | 199 | ### Step 2: While runs are in progress, draft assertions | COMMENT |
| LOW | skills/skill-creator/SKILL.md | 207 | ### Step 3: As runs complete, capture timing data | COMMENT |
| LOW | skills/skill-creator/SKILL.md | 221 | ### Step 4: Grade, aggregate, and launch the viewer | COMMENT |
| LOW | skills/skill-creator/SKILL.md | 267 | ### Step 5: Read the feedback | COMMENT |
| LOW | skills/skill-creator/SKILL.md | 337 | ### Step 1: Generate trigger eval queries | COMMENT |
| LOW | skills/skill-creator/SKILL.md | 360 | ### Step 2: Review with user | COMMENT |
| LOW | skills/skill-creator/SKILL.md | 375 | ### Step 3: Run the optimization loop | COMMENT |
| LOW | skills/skill-creator/SKILL.md | 402 | ### Step 4: Apply the result | COMMENT |
| LOW⚡ | skills/skill-creator/agents/grader.md | 21 | ### Step 1: Read the Transcript | COMMENT |
| LOW⚡ | skills/skill-creator/agents/grader.md | 27 | ### Step 2: Examine Output Files | COMMENT |
| LOW⚡ | skills/skill-creator/agents/grader.md | 33 | ### Step 3: Evaluate Each Assertion | COMMENT |
| LOW⚡ | skills/skill-creator/agents/grader.md | 43 | ### Step 4: Extract and Verify Claims | COMMENT |
| LOW | skills/skill-creator/agents/grader.md | 61 | ### Step 5: Read User Notes | COMMENT |
| LOW | skills/skill-creator/agents/grader.md | 68 | ### Step 6: Critique the Evals | COMMENT |
| LOW | skills/skill-creator/agents/grader.md | 81 | ### Step 7: Write Grading Results | COMMENT |
| LOW | skills/skill-creator/agents/grader.md | 101 | ### Step 8: Read Executor Metrics and Timing | COMMENT |
| LOW⚡ | skills/skill-creator/agents/comparator.md | 22 | ### Step 1: Read Both Outputs | COMMENT |
| LOW⚡ | skills/skill-creator/agents/comparator.md | 29 | ### Step 2: Understand the Task | COMMENT |
| LOW⚡ | skills/skill-creator/agents/comparator.md | 37 | ### Step 3: Generate Evaluation Rubric | COMMENT |
| LOW⚡ | skills/skill-creator/agents/comparator.md | 60 | ### Step 4: Evaluate Each Output Against the Rubric | COMMENT |
| LOW⚡ | skills/skill-creator/agents/comparator.md | 68 | ### Step 5: Check Assertions (if provided) | COMMENT |
| LOW⚡ | skills/skill-creator/agents/comparator.md | 77 | ### Step 6: Determine the Winner | COMMENT |
| LOW⚡ | skills/skill-creator/agents/comparator.md | 87 | ### Step 7: Write Comparison Results | COMMENT |
| LOW⚡ | skills/skill-creator/agents/analyzer.md | 23 | ### Step 1: Read Comparison Result | COMMENT |
| LOW⚡ | skills/skill-creator/agents/analyzer.md | 29 | ### Step 2: Read Both Skills | COMMENT |
| LOW⚡ | skills/skill-creator/agents/analyzer.md | 39 | ### Step 3: Read Both Transcripts | COMMENT |
| LOW⚡ | skills/skill-creator/agents/analyzer.md | 49 | ### Step 4: Analyze Instruction Following | COMMENT |
| LOW⚡ | skills/skill-creator/agents/analyzer.md | 59 | ### Step 5: Identify Winner Strengths | COMMENT |
| LOW⚡ | skills/skill-creator/agents/analyzer.md | 69 | ### Step 6: Identify Loser Weaknesses | COMMENT |
| LOW⚡ | skills/skill-creator/agents/analyzer.md | 77 | ### Step 7: Generate Improvement Suggestions | COMMENT |
| LOW⚡ | skills/skill-creator/agents/analyzer.md | 87 | ### Step 8: Write Analysis Results | COMMENT |
| LOW⚡ | skills/skill-creator/agents/analyzer.md | 205 | ### Step 1: Read Benchmark Data | COMMENT |
| LOW⚡ | skills/skill-creator/agents/analyzer.md | 211 | ### Step 2: Analyze Per-Assertion Patterns | COMMENT |
| LOW⚡ | skills/skill-creator/agents/analyzer.md | 220 | ### Step 3: Analyze Cross-Eval Patterns | COMMENT |
| LOW⚡ | skills/skill-creator/agents/analyzer.md | 227 | ### Step 4: Analyze Metrics Patterns | COMMENT |
| LOW⚡ | skills/skill-creator/agents/analyzer.md | 234 | ### Step 5: Generate Notes | COMMENT |
| LOW | skills/skill-creator/agents/analyzer.md | 249 | ### Step 6: Write Notes | COMMENT |
| LOW⚡ | skills/mcp-builder/reference/evaluation.md | 176 | ### Step 1: Documentation Inspection | COMMENT |
| LOW⚡ | skills/mcp-builder/reference/evaluation.md | 184 | ### Step 2: Tool Inspection | COMMENT |
| 11 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | skills/xlsx/scripts/recalc.py | 70 | CODE | |
| LOW | skills/xlsx/scripts/office/pack.py | 24 | CODE | |
| LOW | skills/xlsx/scripts/office/pack.py | 108 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/docx.py | 66 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/docx.py | 112 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/docx.py | 254 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/docx.py | 298 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/docx.py | 391 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/redlining.py | 127 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/redlining.py | 198 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/pptx.py | 62 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/pptx.py | 104 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/pptx.py | 210 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/base.py | 115 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/base.py | 199 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/base.py | 289 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/base.py | 385 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/base.py | 469 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/base.py | 492 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/base.py | 636 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/base.py | 703 | CODE | |
| LOW | skills/xlsx/scripts/office/helpers/simplify_redlines.py | 149 | CODE | |
| LOW | skills/xlsx/scripts/office/helpers/merge_runs.py | 178 | CODE | |
| LOW | skills/pdf/scripts/fill_fillable_fields.py | 11 | CODE | |
| LOW | skills/pdf/scripts/fill_fillable_fields.py | 55 | CODE | |
| LOW | skills/pdf/scripts/extract_form_field_info.py | 19 | CODE | |
| LOW | skills/pdf/scripts/extract_form_field_info.py | 47 | CODE | |
| LOW | skills/pdf/scripts/extract_form_structure.py | 20 | CODE | |
| LOW | skills/pdf/scripts/check_bounding_boxes.py | 15 | CODE | |
| LOW | skills/skill-creator/eval-viewer/generate_review.py | 85 | CODE | |
| LOW | skills/skill-creator/eval-viewer/generate_review.py | 149 | CODE | |
| LOW | skills/skill-creator/eval-viewer/generate_review.py | 288 | CODE | |
| LOW | skills/skill-creator/scripts/run_eval.py | 35 | CODE | |
| LOW | skills/skill-creator/scripts/package_skill.py | 42 | CODE | |
| LOW | skills/skill-creator/scripts/improve_description.py | 50 | CODE | |
| LOW | skills/skill-creator/scripts/aggregate_benchmark.py | 67 | CODE | |
| LOW | skills/skill-creator/scripts/generate_report.py | 16 | CODE | |
| LOW | skills/skill-creator/scripts/utils.py | 7 | CODE | |
| LOW | skills/pptx/scripts/clean.py | 49 | CODE | |
| LOW | skills/pptx/scripts/clean.py | 171 | CODE | |
| LOW | skills/pptx/scripts/office/pack.py | 24 | CODE | |
| LOW | skills/pptx/scripts/office/pack.py | 108 | CODE | |
| LOW | skills/pptx/scripts/office/validators/docx.py | 66 | CODE | |
| LOW | skills/pptx/scripts/office/validators/docx.py | 112 | CODE | |
| LOW | skills/pptx/scripts/office/validators/docx.py | 254 | CODE | |
| LOW | skills/pptx/scripts/office/validators/docx.py | 298 | CODE | |
| LOW | skills/pptx/scripts/office/validators/docx.py | 391 | CODE | |
| LOW | skills/pptx/scripts/office/validators/redlining.py | 127 | CODE | |
| LOW | skills/pptx/scripts/office/validators/redlining.py | 198 | CODE | |
| LOW | skills/pptx/scripts/office/validators/pptx.py | 62 | CODE | |
| LOW | skills/pptx/scripts/office/validators/pptx.py | 104 | CODE | |
| LOW | skills/pptx/scripts/office/validators/pptx.py | 210 | CODE | |
| LOW | skills/pptx/scripts/office/validators/base.py | 115 | CODE | |
| LOW | skills/pptx/scripts/office/validators/base.py | 199 | CODE | |
| LOW | skills/pptx/scripts/office/validators/base.py | 289 | CODE | |
| LOW | skills/pptx/scripts/office/validators/base.py | 385 | CODE | |
| LOW | skills/pptx/scripts/office/validators/base.py | 469 | CODE | |
| LOW | skills/pptx/scripts/office/validators/base.py | 492 | CODE | |
| LOW | skills/pptx/scripts/office/validators/base.py | 636 | CODE | |
| LOW | skills/pptx/scripts/office/validators/base.py | 703 | CODE | |
| 27 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | skills/claude-api/shared/managed-agents-events.md | 149 | def connect_with_consolidation(client, session_id): | CODE |
| LOW | skills/xlsx/scripts/office/validators/docx.py | 66 | def validate_whitespace_preservation(self): | CODE |
| LOW | skills/xlsx/scripts/office/validators/docx.py | 163 | def count_paragraphs_in_unpacked(self): | CODE |
| LOW⚡ | skills/xlsx/scripts/office/validators/docx.py | 179 | def count_paragraphs_in_original(self): | CODE |
| LOW | skills/xlsx/scripts/office/validators/redlining.py | 198 | def _remove_author_tracked_changes(self, root): | CODE |
| LOW | skills/xlsx/scripts/office/validators/pptx.py | 104 | def validate_slide_layout_ids(self): | CODE |
| LOW | skills/xlsx/scripts/office/validators/pptx.py | 172 | def validate_no_duplicate_slide_layouts(self): | CODE |
| LOW | skills/xlsx/scripts/office/validators/pptx.py | 210 | def validate_notes_slide_references(self): | CODE |
| LOW | skills/xlsx/scripts/office/validators/base.py | 115 | def repair_whitespace_preservation(self) -> int: | CODE |
| LOW | skills/xlsx/scripts/office/validators/base.py | 385 | def validate_all_relationship_ids(self): | CODE |
| LOW | skills/xlsx/scripts/office/validators/base.py | 469 | def _get_expected_relationship_type(self, element_name): | CODE |
| LOW | skills/xlsx/scripts/office/validators/base.py | 598 | def validate_file_against_xsd(self, xml_file, verbose=False): | CODE |
| LOW | skills/xlsx/scripts/office/validators/base.py | 703 | def _clean_ignorable_namespaces(self, xml_doc): | CODE |
| LOW | skills/xlsx/scripts/office/validators/base.py | 723 | def _remove_ignorable_elements(self, root): | CODE |
| LOW | skills/xlsx/scripts/office/validators/base.py | 742 | def _preprocess_for_mc_ignorable(self, xml_doc): | CODE |
| LOW | skills/xlsx/scripts/office/validators/base.py | 750 | def _validate_single_file_xsd(self, xml_file, base_path): | CODE |
| LOW | skills/xlsx/scripts/office/validators/base.py | 787 | def _get_original_file_errors(self, xml_file): | CODE |
| LOW | skills/xlsx/scripts/office/validators/base.py | 814 | def _remove_template_tags_from_text_nodes(self, xml_doc): | CODE |
| LOW | skills/xlsx/scripts/office/helpers/simplify_redlines.py | 47 | def _merge_tracked_changes_in(container, tag: str) -> int: | CODE |
| LOW | skills/xlsx/scripts/office/helpers/simplify_redlines.py | 126 | def get_tracked_change_authors(doc_xml_path: Path) -> dict[str, int]: | CODE |
| LOW | skills/pdf/scripts/fill_fillable_fields.py | 55 | def validation_error_for_field_value(field_info, field_value): | CODE |
| LOW | skills/pdf/scripts/extract_form_field_info.py | 9 | def get_full_annotation_field_id(annotation): | CODE |
| LOW | skills/pdf/scripts/check_bounding_boxes.py | 15 | def get_bounding_box_messages(fields_json_stream) -> list[str]: | CODE |
| LOW | skills/pdf/scripts/fill_pdf_form_with_annotations.py | 10 | def transform_from_image_coords(bbox, image_width, image_height, pdf_width, pdf_height): | CODE |
| LOW | skills/pdf/scripts/fill_pdf_form_with_annotations.py | 23 | def transform_from_pdf_coords(bbox, pdf_height): | CODE |
| LOW | skills/pptx/scripts/clean.py | 106 | def get_slide_referenced_files(unpacked_dir: Path) -> set: | CODE |
| LOW | skills/pptx/scripts/clean.py | 128 | def remove_orphaned_rels_files(unpacked_dir: Path) -> list[str]: | CODE |
| LOW | skills/pptx/scripts/add_slide.py | 141 | def _add_to_presentation_rels(unpacked_dir: Path, dest: str) -> str: | CODE |
| LOW | skills/pptx/scripts/thumbnail.py | 149 | def create_hidden_placeholder(size: tuple[int, int]) -> Image.Image: | CODE |
| LOW | skills/pptx/scripts/office/validators/docx.py | 66 | def validate_whitespace_preservation(self): | CODE |
| LOW | skills/pptx/scripts/office/validators/docx.py | 163 | def count_paragraphs_in_unpacked(self): | CODE |
| LOW⚡ | skills/pptx/scripts/office/validators/docx.py | 179 | def count_paragraphs_in_original(self): | CODE |
| LOW | skills/pptx/scripts/office/validators/redlining.py | 198 | def _remove_author_tracked_changes(self, root): | CODE |
| LOW | skills/pptx/scripts/office/validators/pptx.py | 104 | def validate_slide_layout_ids(self): | CODE |
| LOW | skills/pptx/scripts/office/validators/pptx.py | 172 | def validate_no_duplicate_slide_layouts(self): | CODE |
| LOW | skills/pptx/scripts/office/validators/pptx.py | 210 | def validate_notes_slide_references(self): | CODE |
| LOW | skills/pptx/scripts/office/validators/base.py | 115 | def repair_whitespace_preservation(self) -> int: | CODE |
| LOW | skills/pptx/scripts/office/validators/base.py | 385 | def validate_all_relationship_ids(self): | CODE |
| LOW | skills/pptx/scripts/office/validators/base.py | 469 | def _get_expected_relationship_type(self, element_name): | CODE |
| LOW | skills/pptx/scripts/office/validators/base.py | 598 | def validate_file_against_xsd(self, xml_file, verbose=False): | CODE |
| LOW | skills/pptx/scripts/office/validators/base.py | 703 | def _clean_ignorable_namespaces(self, xml_doc): | CODE |
| LOW | skills/pptx/scripts/office/validators/base.py | 723 | def _remove_ignorable_elements(self, root): | CODE |
| LOW | skills/pptx/scripts/office/validators/base.py | 742 | def _preprocess_for_mc_ignorable(self, xml_doc): | CODE |
| LOW | skills/pptx/scripts/office/validators/base.py | 750 | def _validate_single_file_xsd(self, xml_file, base_path): | CODE |
| LOW | skills/pptx/scripts/office/validators/base.py | 787 | def _get_original_file_errors(self, xml_file): | CODE |
| LOW | skills/pptx/scripts/office/validators/base.py | 814 | def _remove_template_tags_from_text_nodes(self, xml_doc): | CODE |
| LOW | skills/pptx/scripts/office/helpers/simplify_redlines.py | 47 | def _merge_tracked_changes_in(container, tag: str) -> int: | CODE |
| LOW | skills/pptx/scripts/office/helpers/simplify_redlines.py | 126 | def get_tracked_change_authors(doc_xml_path: Path) -> dict[str, int]: | CODE |
| LOW | skills/slack-gif-creator/core/frame_composer.py | 99 | def create_gradient_background( | CODE |
| LOW | skills/docx/scripts/comment.py | 137 | def _ensure_comment_relationships(unpacked_dir: Path) -> None: | CODE |
| LOW | skills/docx/scripts/comment.py | 179 | def _ensure_comment_content_types(unpacked_dir: Path) -> None: | CODE |
| LOW | skills/docx/scripts/office/validators/docx.py | 66 | def validate_whitespace_preservation(self): | CODE |
| LOW | skills/docx/scripts/office/validators/docx.py | 163 | def count_paragraphs_in_unpacked(self): | CODE |
| LOW⚡ | skills/docx/scripts/office/validators/docx.py | 179 | def count_paragraphs_in_original(self): | CODE |
| LOW | skills/docx/scripts/office/validators/redlining.py | 198 | def _remove_author_tracked_changes(self, root): | CODE |
| LOW | skills/docx/scripts/office/validators/pptx.py | 104 | def validate_slide_layout_ids(self): | CODE |
| LOW | skills/docx/scripts/office/validators/pptx.py | 172 | def validate_no_duplicate_slide_layouts(self): | CODE |
| LOW | skills/docx/scripts/office/validators/pptx.py | 210 | def validate_notes_slide_references(self): | CODE |
| LOW | skills/docx/scripts/office/validators/base.py | 115 | def repair_whitespace_preservation(self) -> int: | CODE |
| LOW | skills/docx/scripts/office/validators/base.py | 385 | def validate_all_relationship_ids(self): | CODE |
| 10 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | skills/claude-api/go/claude-api/README.md | 24 | option.WithAPIKey("your-api-key"), | CODE |
| HIGH | skills/claude-api/go/managed-agents/README.md | 28 | option.WithAPIKey("your-api-key"), | CODE |
| HIGH | skills/claude-api/python/claude-api/README.md | 20 | client = anthropic.Anthropic(api_key="your-api-key") | CODE |
| HIGH | skills/claude-api/python/managed-agents/README.md | 24 | client = anthropic.Anthropic(api_key="your-api-key") | CODE |
| HIGH | skills/claude-api/typescript/claude-api/README.md | 26 | const client = new Anthropic({ apiKey: "your-api-key" }); | CODE |
| HIGH | skills/claude-api/typescript/managed-agents/README.md | 24 | const client = new Anthropic({ apiKey: "your-api-key" }); | CODE |
| HIGH | skills/claude-api/java/claude-api/README.md | 71 | .apiKey("your-api-key") | CODE |
| HIGH | skills/claude-api/php/managed-agents/README.md | 22 | $client = new Client(apiKey: 'your-api-key'); | CODE |
| HIGH | skills/claude-api/curl/examples.md | 8 | export ANTHROPIC_API_KEY="your-api-key" | CODE |
| HIGH | skills/claude-api/curl/managed-agents.md | 8 | export ANTHROPIC_API_KEY="your-api-key" | CODE |
| HIGH | skills/claude-api/ruby/claude-api/README.md | 20 | client = Anthropic::Client.new(api_key: "your-api-key") | CODE |
| HIGH | skills/claude-api/ruby/managed-agents/README.md | 22 | client = Anthropic::Client.new(api_key: "your-api-key") | CODE |
| HIGH | skills/mcp-builder/reference/evaluation.md | 557 | export ANTHROPIC_API_KEY=your_api_key | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | skills/xlsx/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { | CODE |
| HIGH | skills/xlsx/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | skills/xlsx/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | skills/xlsx/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { | CODE |
| HIGH | skills/pptx/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { | CODE |
| HIGH | skills/pptx/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | skills/pptx/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | skills/pptx/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { | CODE |
| HIGH | skills/webapp-testing/scripts/with_server.py | 12 | --server "cd backend && python server.py" --port 3000 \ | STRING |
| HIGH | skills/webapp-testing/scripts/with_server.py | 13 | --server "cd frontend && npm run dev" --port 5173 \ | STRING |
| HIGH | skills/docx/scripts/office/soffice.py | 116 | if (sv[0] >= 0 && sv[0] < 1024) { | CODE |
| HIGH | skills/docx/scripts/office/soffice.py | 135 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | skills/docx/scripts/office/soffice.py | 144 | if (sockfd >= 0 && sockfd < 1024 && is_shimmed[sockfd]) { | CODE |
| HIGH | skills/docx/scripts/office/soffice.py | 158 | if (fd >= 0 && fd < 1024 && is_shimmed[fd]) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | skills/algorithmic-art/templates/viewer.html | 441 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | skills/algorithmic-art/templates/viewer.html | 443 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | skills/algorithmic-art/templates/viewer.html | 456 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | skills/algorithmic-art/templates/viewer.html | 458 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | skills/algorithmic-art/templates/viewer.html | 507 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | skills/algorithmic-art/templates/viewer.html | 509 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | skills/algorithmic-art/templates/viewer.html | 518 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | skills/algorithmic-art/templates/viewer.html | 520 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | skills/algorithmic-art/templates/viewer.html | 530 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | skills/algorithmic-art/templates/viewer.html | 532 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | skills/skill-creator/eval-viewer/generate_review.py | 284 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | skills/skill-creator/eval-viewer/generate_review.py | 286 | # --------------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | skills/claude-api/python/claude-api/tool-use.md | 28 | # The tool runner handles the agentic loop automatically | COMMENT |
| MEDIUM | skills/claude-api/typescript/claude-api/tool-use.md | 31 | // The tool runner handles the agentic loop and returns the final message | COMMENT |
| MEDIUM | skills/claude-api/shared/model-migration.md | 918 | output_config={"effort": "high"}, # or "xhigh" for the hardest coding/agentic tasks | CODE |
| MEDIUM | …ude-api/shared/managed-agents-self-hosted-sandboxes.md | 129 | ## Container orchestration (mid-level) | COMMENT |
| MEDIUM | skills/claude-api/shared/tool-use-concepts.md | 69 | # Handle pause_turn in your agentic loop | COMMENT |
| MEDIUM | skills/claude-api/shared/models.md | 13 | m.max_input_tokens # context window (int) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | skills/xlsx/scripts/office/validators/__init__.py | 5 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/__init__.py | 6 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/__init__.py | 7 | CODE | |
| LOW | skills/xlsx/scripts/office/validators/__init__.py | 8 | CODE | |
| LOW | skills/skill-creator/scripts/quick_validate.py | 7 | CODE | |
| LOW | skills/pptx/scripts/office/validators/__init__.py | 5 | CODE | |
| LOW | skills/pptx/scripts/office/validators/__init__.py | 6 | CODE | |
| LOW | skills/pptx/scripts/office/validators/__init__.py | 7 | CODE | |
| LOW | skills/pptx/scripts/office/validators/__init__.py | 8 | CODE | |
| LOW | skills/slack-gif-creator/core/gif_builder.py | 10 | CODE | |
| LOW | skills/slack-gif-creator/core/frame_composer.py | 11 | CODE | |
| LOW | skills/docx/scripts/office/validators/__init__.py | 5 | CODE | |
| LOW | skills/docx/scripts/office/validators/__init__.py | 6 | CODE | |
| LOW | skills/docx/scripts/office/validators/__init__.py | 7 | CODE | |
| LOW | skills/docx/scripts/office/validators/__init__.py | 8 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | skills/web-artifacts-builder/scripts/init-artifact.sh | 33 | # Check if pnpm is installed | COMMENT |
| LOW⚡ | skills/web-artifacts-builder/scripts/init-artifact.sh | 39 | # Check if project name is provided | COMMENT |
| LOW⚡ | skills/web-artifacts-builder/scripts/init-artifact.sh | 49 | # Check if components tarball exists | COMMENT |
| LOW | skills/web-artifacts-builder/scripts/bundle-artifact.sh | 6 | # Check if we're in a project directory | COMMENT |
| LOW | skills/web-artifacts-builder/scripts/bundle-artifact.sh | 12 | # Check if index.html exists | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | skills/algorithmic-art/templates/generator_template.js | 21 | // - Reset to defaults | COMMENT |
| LOW | skills/algorithmic-art/templates/generator_template.js | 61 | // - Arrays of objects | COMMENT |
| LOW | skills/algorithmic-art/templates/generator_template.js | 81 | // Option 3: User-triggered regeneration | COMMENT |
| LOW | skills/algorithmic-art/templates/generator_template.js | 101 | // - Physics calculations | COMMENT |
| LOW | skills/algorithmic-art/templates/generator_template.js | 161 | // ============================================================================ | COMMENT |
| LOW | skills/algorithmic-art/templates/generator_template.js | 201 | // ============================================================================ | COMMENT |
| LOW | skills/algorithmic-art/templates/generator_template.js | 221 | // The art itself is entirely up to you! | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | skills/slack-gif-creator/core/gif_builder.py | 75 | # Create a global palette from all frames | COMMENT |
| MEDIUM | skills/slack-gif-creator/core/gif_builder.py | 89 | # Create a properly-shaped RGB image from the pixel data | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | skills/claude-api/python/claude-api/tool-use.md | 491 | print(contact.name) # "Jane Doe" | CODE |
| LOW | skills/claude-api/typescript/claude-api/tool-use.md | 491 | console.log(response.parsed_output!.name); // "Jane Doe" | CODE |
| LOW | …ills/webapp-testing/examples/static_html_automation.py | 21 | page.fill('#name', 'John Doe') | CODE |
| LOW | skills/mcp-builder/reference/python_mcp_server.md | 306 | "name": str, # Full name (e.g., "John Doe") | STRING |
| LOW | skills/mcp-builder/reference/python_mcp_server.md | 572 | return {"id": user_id, "name": "John Doe", "email": "john@example.com"} | CODE |
| LOW | skills/mcp-builder/reference/node_mcp_server.md | 173 | "name": string, // Full name (e.g., "John Doe") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | skills/xlsx/scripts/office/validators/__init__.py | 10 | __all__ = [ | CODE |
| LOW | skills/pptx/scripts/clean.py | 221 | def update_content_types(unpacked_dir: Path, removed_files: list[str]) -> None: | CODE |
| LOW | skills/pptx/scripts/office/validators/__init__.py | 10 | __all__ = [ | CODE |
| LOW | skills/docx/scripts/accept_changes.py | 14 | logger = logging.getLogger(__name__) | CODE |
| LOW | skills/docx/scripts/office/validators/__init__.py | 10 | __all__ = [ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | skills/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 |