OpenAI Plugins
This report presents the forensic synthetic code analysis of openai/plugins, a JavaScript project with 5,258 GitHub stars. SynthScan v2.0 examined 747,539 lines of code across 4846 source files, recording 2990 pattern matches distributed across 22 syntactic categories. The overall adjusted score of 5.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 2990 distinct pattern matches across 22 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 | plugins/hyperframes/skills/hyperframes/SKILL.md | 94 | // Step 3: Animate INTO those positions | COMMENT |
| LOW | plugins/hyperframes/skills/hyperframes/SKILL.md | 99 | // Step 4: Animate OUT from those positions | COMMENT |
| LOW⚡ | …ins/hyperframes/skills/website-to-hyperframes/SKILL.md | 21 | ## Step 1: Capture & Understand | COMMENT |
| LOW⚡ | …ins/hyperframes/skills/website-to-hyperframes/SKILL.md | 31 | ## Step 2: Write DESIGN.md | COMMENT |
| LOW⚡ | …ins/hyperframes/skills/website-to-hyperframes/SKILL.md | 41 | ## Step 3: Write SCRIPT | COMMENT |
| LOW⚡ | …ins/hyperframes/skills/website-to-hyperframes/SKILL.md | 51 | ## Step 4: Write STORYBOARD | COMMENT |
| LOW⚡ | …ins/hyperframes/skills/website-to-hyperframes/SKILL.md | 61 | ## Step 5: Generate VO + Map Timing | COMMENT |
| LOW⚡ | …ins/hyperframes/skills/website-to-hyperframes/SKILL.md | 71 | ## Step 6: Build Compositions | COMMENT |
| LOW | …ins/hyperframes/skills/website-to-hyperframes/SKILL.md | 82 | ## Step 7: Validate & Deliver | COMMENT |
| LOW | …lls/website-to-hyperframes/references/step-3-script.md | 1 | # Step 3: Write the Narration Script | COMMENT |
| LOW | …website-to-hyperframes/references/step-4-storyboard.md | 1 | # Step 4: Write the Storyboard | COMMENT |
| LOW | …s/website-to-hyperframes/references/step-7-validate.md | 1 | # Step 7: Validate & Deliver | COMMENT |
| LOW | …ills/website-to-hyperframes/references/step-6-build.md | 1 | # Step 6: Build Compositions | COMMENT |
| LOW | …ls/website-to-hyperframes/references/step-1-capture.md | 1 | # Step 1: Capture & Understand | COMMENT |
| LOW | …/skills/website-to-hyperframes/references/step-5-vo.md | 1 | # Step 5: Generate VO + Map Timing | COMMENT |
| LOW | …lls/website-to-hyperframes/references/step-2-design.md | 1 | # Step 2: Write DESIGN.md | COMMENT |
| LOW | …lls/temporal-serverless/references/aws-lambda/setup.md | 117 | ## Step 1: Write Worker code | COMMENT |
| LOW | …lls/temporal-serverless/references/aws-lambda/setup.md | 255 | ## Step 2: Deploy Lambda function | COMMENT |
| LOW | …lls/temporal-serverless/references/aws-lambda/setup.md | 464 | ## Step 3: Configure IAM for Temporal invocation | COMMENT |
| LOW | …lls/temporal-serverless/references/aws-lambda/setup.md | 468 | ## Step 4: Create Worker Deployment Version | COMMENT |
| LOW | …lls/temporal-serverless/references/aws-lambda/setup.md | 547 | ## Step 5: Set version as current | COMMENT |
| LOW | …lls/temporal-serverless/references/aws-lambda/setup.md | 569 | ## Step 6: Verify deployment | COMMENT |
| LOW | …kills/temporal-serverless/references/aws-lambda/iam.md | 101 | ## Step 3: Configure IAM for Temporal invocation | COMMENT |
| LOW | …temporal-developer/references/typescript/versioning.md | 46 | #### Step 1: Patch in New Code | COMMENT |
| LOW | …temporal-developer/references/typescript/versioning.md | 64 | #### Step 2: Deprecate the Patch | COMMENT |
| LOW | …temporal-developer/references/typescript/versioning.md | 80 | #### Step 3: Remove the Patch | COMMENT |
| LOW⚡ | plugins/temporal/skills/temporal-ops/SKILL.md | 190 | #### Step 1: Identify intent and backend | COMMENT |
| LOW⚡ | plugins/temporal/skills/temporal-ops/SKILL.md | 199 | #### Step 2: Execute and interpret | COMMENT |
| LOW⚡ | plugins/temporal/skills/temporal-ops/SKILL.md | 203 | #### Step 3: Verify | COMMENT |
| LOW⚡ | plugins/temporal/skills/temporal-ops/SKILL.md | 212 | #### Step 1: Identify the symptom | COMMENT |
| LOW⚡ | plugins/temporal/skills/temporal-ops/SKILL.md | 221 | #### Step 2: Gather context | COMMENT |
| LOW⚡ | plugins/temporal/skills/temporal-ops/SKILL.md | 230 | #### Step 3: Validate pasted SDK config (if any) | COMMENT |
| LOW⚡ | plugins/temporal/skills/temporal-ops/SKILL.md | 236 | #### Step 4: Descend the ladder | COMMENT |
| LOW⚡ | plugins/temporal/skills/temporal-ops/SKILL.md | 246 | #### Step 5: Fix and verify | COMMENT |
| LOW | …ills/temporal-ops/references/triage/schedule-missed.md | 41 | ### Step 1: List Schedules in the Namespace | COMMENT |
| LOW | …ills/temporal-ops/references/triage/schedule-missed.md | 49 | ### Step 2: Describe each Schedule | COMMENT |
| LOW⚡ | …temporal/skills/temporal-ops/references/ops/recipes.md | 265 | ### Step 1: List all users with access to the namespace | COMMENT |
| LOW⚡ | …temporal/skills/temporal-ops/references/ops/recipes.md | 273 | ### Step 2: Inspect individual user permissions | COMMENT |
| LOW⚡ | …temporal/skills/temporal-ops/references/ops/recipes.md | 281 | ### Step 3: List all user groups | COMMENT |
| LOW⚡ | …temporal/skills/temporal-ops/references/ops/recipes.md | 355 | ### Step 4: Upload the combined bundle (replaces all existing CAs) | COMMENT |
| LOW⚡ | …temporal/skills/temporal-ops/references/ops/recipes.md | 365 | ### Step 5: Roll out new end-entity certificates to Workers and Clients | COMMENT |
| LOW⚡ | …temporal/skills/temporal-ops/references/ops/recipes.md | 369 | ### Step 6: Remove the old CA certificate | COMMENT |
| LOW⚡ | …temporal/skills/temporal-ops/references/ops/recipes.md | 379 | ### Step 7: Verify the namespace only has the new CA | COMMENT |
| LOW⚡ | …temporal/skills/temporal-ops/references/ops/recipes.md | 603 | ### Step 3: Configure your IdP | COMMENT |
| LOW⚡ | …temporal/skills/temporal-ops/references/ops/recipes.md | 609 | ### Step 4: Submit a support ticket | COMMENT |
| LOW⚡ | …temporal/skills/temporal-ops/references/ops/recipes.md | 617 | ### Step 5: Verify | COMMENT |
| LOW | …temporal/skills/temporal-ops/references/ops/recipes.md | 12 | ### Step 1: Create the namespace | COMMENT |
| LOW | …temporal/skills/temporal-ops/references/ops/recipes.md | 32 | ### Step 2: Create a service account for Workers | COMMENT |
| LOW | …temporal/skills/temporal-ops/references/ops/recipes.md | 41 | ### Step 3: Create an API key for the service account | COMMENT |
| LOW | …temporal/skills/temporal-ops/references/ops/recipes.md | 53 | ### Step 4: Verify connectivity | COMMENT |
| LOW | …temporal/skills/temporal-ops/references/ops/recipes.md | 152 | ### Step 1: Count potentially stuck workflows | COMMENT |
| LOW | …temporal/skills/temporal-ops/references/ops/recipes.md | 161 | ### Step 2: List the stuck workflows | COMMENT |
| LOW | …temporal/skills/temporal-ops/references/ops/recipes.md | 176 | ### Step 3: Check worker health on the relevant Task Queue | COMMENT |
| LOW | …temporal/skills/temporal-ops/references/ops/recipes.md | 187 | ### Step 4: Inspect individual stuck workflows | COMMENT |
| LOW | …temporal/skills/temporal-ops/references/ops/recipes.md | 201 | ### Step 5: Diagnose root cause | COMMENT |
| LOW | …temporal/skills/temporal-ops/references/ops/recipes.md | 293 | ### Step 4: List all service accounts | COMMENT |
| LOW | …temporal/skills/temporal-ops/references/ops/recipes.md | 301 | ### Step 5: List all API keys | COMMENT |
| LOW | …temporal/skills/temporal-ops/references/ops/recipes.md | 316 | ### Step 1: Generate a new CA certificate | COMMENT |
| LOW | …temporal/skills/temporal-ops/references/ops/recipes.md | 328 | ### Step 2: Generate new end-entity (leaf) certificates | COMMENT |
| LOW | …temporal/skills/temporal-ops/references/ops/recipes.md | 342 | ### Step 3: Create a combined PEM bundle with old and new CA certificates | COMMENT |
| 530 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …mporal-developer/references/python/workflow-streams.md | 242 | async def subscriber_acknowledged_terminator(self) -> None: | CODE |
| LOW | …skills/temporal-developer/references/python/testing.md | 107 | async def test_activity_failure_handling(): | CODE |
| LOW | …/temporal-developer/references/python/sync-vs-async.md | 104 | async def activity_with_blocking_call() -> str: | CODE |
| LOW | …oral-developer/references/typescript/error-handling.md | 47 | export async function workflowWithErrorHandling(): Promise<string> { | CODE |
| LOW | …el/skills/microfrontends/references/troubleshooting.md | 74 | async function validateMiddlewareOnFlaggedPaths( | CODE |
| LOW⚡ | plugins/boltz-api-cli/tests/test_scan_sites.py | 45 | def test_site_clustering_merges_transitive_bridges_in_any_order(self) -> None: | CODE |
| LOW⚡ | plugins/boltz-api-cli/tests/test_scan_sites.py | 53 | def test_explicit_binder_chain_excludes_other_target_chains(self) -> None: | CODE |
| LOW⚡ | plugins/boltz-api-cli/tests/test_scan_sites.py | 57 | def test_single_non_target_chain_is_inferred(self) -> None: | CODE |
| LOW⚡ | plugins/boltz-api-cli/tests/test_scan_sites.py | 61 | def test_ambiguous_binder_chains_fail_closed(self) -> None: | CODE |
| LOW⚡ | plugins/boltz-api-cli/tests/test_scan_sites.py | 66 | def test_target_chain_cannot_be_selected_as_binder(self) -> None: | CODE |
| LOW⚡ | plugins/boltz-api-cli/tests/test_scan_sites.py | 71 | def test_missing_binder_chain_is_rejected(self) -> None: | CODE |
| LOW | plugins/data-analytics/tests/test_app_dependencies.py | 8 | def test_data_analytics_declares_no_required_apps() -> None: | CODE |
| LOW | …skills/create-data-context/tests/test_state_helpers.py | 39 | def test_preflight_is_stateless_and_has_no_setup_obligation(self) -> None: | CODE |
| LOW | …skills/create-data-context/tests/test_state_helpers.py | 70 | def test_request_modes_do_not_create_setup_or_user_context_state(self) -> None: | CODE |
| LOW | …skills/create-data-context/tests/test_state_helpers.py | 88 | def test_suppression_helper_records_and_preflight_surfaces_exact_plugin_id(self) -> None: | CODE |
| LOW | …skills/create-data-context/tests/test_state_helpers.py | 112 | def test_suppression_helper_replaces_duplicate_plugin_ids(self) -> None: | CODE |
| LOW | …skills/create-data-context/tests/test_state_helpers.py | 138 | def test_preflight_tolerates_invalid_suppression_file(self) -> None: | CODE |
| LOW | …skills/create-data-context/tests/test_state_helpers.py | 150 | def test_source_category_config_is_exposed_without_readiness_claims(self) -> None: | CODE |
| LOW⚡ | …skills/create-data-context/tests/test_state_helpers.py | 161 | def test_source_category_config_documents_preferred_plugins_as_hints(self) -> None: | CODE |
| LOW⚡ | …skills/create-data-context/tests/test_state_helpers.py | 169 | def test_deleted_stateful_helpers_are_absent(self) -> None: | CODE |
| LOW⚡ | …skills/create-data-context/tests/test_state_helpers.py | 178 | def test_contract_text_keeps_setup_optional(self) -> None: | CODE |
| LOW | …skills/create-data-context/tests/test_state_helpers.py | 196 | def test_focused_skills_do_not_restore_preflight_or_repeated_context(self) -> None: | CODE |
| LOW | …skills/create-data-context/tests/test_state_helpers.py | 223 | def test_connector_playbook_treats_authenticated_cli_as_valid_existing_access(self) -> None: | CODE |
| LOW | …reate-data-context/scripts/data_analytics_preflight.py | 42 | def read_source_category_config() -> dict[str, Any]: | CODE |
| LOW | …reate-data-context/scripts/data_analytics_preflight.py | 66 | def read_plugin_install_suppressions(args: argparse.Namespace) -> dict[str, Any]: | CODE |
| LOW | …-to-google-doc/scripts/tests/test_portable_fallback.py | 116 | def test_parser_preserves_metric_grid_and_labeled_chart_data(self) -> None: | STRING |
| LOW | …-to-google-doc/scripts/tests/test_portable_fallback.py | 157 | def test_preflight_and_docx_keep_portable_structures(self) -> None: | STRING |
| LOW | …-to-google-doc/scripts/tests/test_portable_fallback.py | 203 | def test_legacy_source_tooltip_remains_a_provenance_fallback(self) -> None: | STRING |
| LOW | …google-doc/scripts/report_to_google_doc/html_parser.py | 56 | def direct_children_with_class(node: Tag, class_name: str) -> list[Tag]: | CODE |
| LOW | …google-doc/scripts/report_to_google_doc/html_parser.py | 77 | def table_first_column_is_bold(raw_html: str) -> bool: | CODE |
| LOW | …google-doc/scripts/report_to_google_doc/html_parser.py | 143 | def text_without_portable_tooltip_descendants(node: Tag) -> str: | CODE |
| LOW | …google-doc/scripts/report_to_google_doc/html_parser.py | 201 | def cell_text_styles_and_links( | CODE |
| LOW | …google-doc/scripts/report_to_google_doc/html_parser.py | 271 | def panel_has_only_heading_and_table(panel: Tag) -> bool: | CODE |
| LOW | …google-doc/scripts/report_to_google_doc/html_parser.py | 293 | def two_col_can_render_as_table_grid(node: Tag) -> bool: | CODE |
| LOW | …google-doc/scripts/report_to_google_doc/html_parser.py | 478 | def portable_chart_source_note(node: Tag) -> str: | CODE |
| LOW | …o-google-doc/scripts/report_to_google_doc/rendering.py | 90 | def render_simple_svg_with_pillow( | CODE |
| LOW | …o-google-doc/scripts/report_to_google_doc/rendering.py | 112 | def scaled_points_from_attribute(points_value: str) -> list[tuple[float, float]]: | CODE |
| LOW | …o-google-doc/scripts/report_to_google_doc/rendering.py | 243 | def render_two_col_table_grid(chart: dict[str, Any], path: Path) -> None: | CODE |
| LOW | …o-google-doc/scripts/report_to_google_doc/rendering.py | 351 | def png_is_blank_or_near_empty(candidate: Path) -> bool: | CODE |
| LOW | …o-google-doc/scripts/report_to_google_doc/rendering.py | 522 | def render_single_chart_image(chart: dict[str, Any], out_dir: Path) -> None: | CODE |
| LOW | …google-doc/scripts/report_to_google_doc/docx_writer.py | 76 | def use_portable_bullet_glyphs(document: Any) -> None: | CODE |
| LOW | …-to-google-doc/scripts/report_to_google_doc/quality.py | 36 | def is_expected_svg_mark_color(color: str) -> bool: | CODE |
| LOW | …-to-google-doc/scripts/report_to_google_doc/quality.py | 91 | def count_expected_color_hits( | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 247 | def section_items_by_candidates(report: Report, candidates: list[str]) -> list[str]: | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 254 | def section_title_by_candidates(report: Report, candidates: list[str], fallback: str) -> str: | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 374 | def portable_source_provenance(node: Tag) -> tuple[str, str]: | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 494 | def portable_visual_header_parts(container: Tag) -> tuple[str, str]: | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 586 | def looks_like_chart_title_candidate(text: str) -> bool: | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 911 | def add_embedded_png_chart_item( | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 949 | def add_portable_chart_summary( | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 990 | def parse_sections_and_charts( | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 1590 | def render_embedded_png_chart(chart: ChartItem, out_dir: Path) -> tuple[Path | None, dict[str, Any]]: | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 1621 | def render_portable_chart_summary( | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 2586 | def source_bullets_with_links(report: Report) -> tuple[list[str], list[str | None]]: | CODE |
| LOW⚡ | plugins/data-analytics/src/mcp-host.js | 26 | function hasDismissedInitialDisplayMode(name, mode) { | CODE |
| LOW⚡ | plugins/data-analytics/src/mcp-host.js | 34 | function rememberDismissedInitialDisplayMode(name, mode) { | CODE |
| LOW⚡ | plugins/data-analytics/src/mcp-host.js | 42 | function clearDismissedInitialDisplayMode(name, mode) { | CODE |
| LOW | plugins/data-analytics/src/mcp-host.js | 63 | function normalizeDisplayModeRequest(request) { | CODE |
| LOW | plugins/data-analytics/src/mcp-host.js | 73 | async function requestInitialDisplayMode(app, name, mode) { | CODE |
| LOW | plugins/data-analytics/src/mcp-host.js | 88 | function installHostCompatibilityShim(app, name) { | CODE |
| 931 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ggsfield/skills/subtitles/scripts/audio_to_captions.py | 9 | CODE | |
| LOW | plugins/boltz-api-cli/tests/test_scan_sites.py | 1 | CODE | |
| LOW | …skills/create-data-context/tests/test_state_helpers.py | 4 | CODE | |
| LOW | …a-context/scripts/record_plugin_install_suppression.py | 4 | CODE | |
| LOW | …reate-data-context/scripts/data_analytics_preflight.py | 11 | CODE | |
| LOW | …data-context/scripts/validate_data_context_contract.py | 4 | CODE | |
| LOW | …ort-to-google-doc/scripts/report_to_google_doc_plan.py | 4 | CODE | |
| LOW | …-to-google-doc/scripts/tests/test_portable_fallback.py | 1 | CODE | |
| LOW | …ort-to-google-doc/scripts/report_to_google_doc/plan.py | 1 | CODE | |
| LOW | …google-doc/scripts/report_to_google_doc/table_utils.py | 1 | CODE | |
| LOW | …google-doc/scripts/report_to_google_doc/html_parser.py | 1 | CODE | |
| LOW | …o-google-doc/scripts/report_to_google_doc/rendering.py | 1 | CODE | |
| LOW | …o-google-doc/scripts/report_to_google_doc/constants.py | 1 | CODE | |
| LOW | …google-doc/scripts/report_to_google_doc/docx_writer.py | 1 | CODE | |
| LOW | …rt-to-google-doc/scripts/report_to_google_doc/model.py | 1 | CODE | |
| LOW | …port-to-google-doc/scripts/report_to_google_doc/cli.py | 14 | CODE | |
| LOW | …rt-to-google-doc/scripts/report_to_google_doc/utils.py | 1 | CODE | |
| LOW | …-to-google-doc/scripts/report_to_google_doc/quality.py | 1 | CODE | |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 9 | CODE | |
| LOW | …analytics/src/analytics-app/scripts/design_contract.py | 4 | CODE | |
| LOW | …ytics-app/scripts/check_analytics_app_runtime_links.py | 4 | CODE | |
| LOW | …-analytics/src/analytics-app/scripts/chart_contract.py | 4 | CODE | |
| LOW | …a-analytics/src/analytics-app/scripts/package_utils.py | 4 | CODE | |
| LOW | …/skills/gnomad-graphql-skill/scripts/gnomad_graphql.py | 4 | CODE | |
| LOW | …h/skills/proteomexchange-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …arch/skills/gwas-catalog-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …ch/skills/eqtl-catalogue-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …nce-research/skills/rhea-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …rch/skills/ncbi-blast-skill/scripts/test_ncbi_blast.py | 4 | CODE | |
| LOW | …research/skills/ncbi-blast-skill/scripts/ncbi_blast.py | 9 | CODE | |
| LOW | …ence-research/skills/ipd-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …-research/skills/uniprot-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …e-research/skills/chembl-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …arch/skills/efo-ontology-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …-research/skills/ensembl-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …-research/skills/quickgo-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …iobankjapan-phewas-skill/scripts/variant_resolution.py | 1 | CODE | |
| LOW | …obankjapan-phewas-skill/scripts/biobankjapan_phewas.py | 13 | CODE | |
| LOW | …esearch/skills/alphafold-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …e-research/skills/bgee-skill/scripts/sparql_request.py | 4 | CODE | |
| LOW | …research/skills/pharmgkb-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …ce-research/skills/chebi-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …search/skills/cbioportal-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …e-research/skills/mgnify-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …-research/skills/biorxiv-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …e-research/skills/encode-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …arch/skills/metabolights-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …ch/skills/ncbi-datasets-skill/scripts/ncbi_datasets.py | 4 | CODE | |
| LOW | …bass-gene-burden-skill/scripts/genebass_gene_burden.py | 12 | CODE | |
| LOW | …ocus-to-gene-mapper-skill/scripts/map_locus_to_gene.py | 2 | CODE | |
| LOW | …esearch/skills/cellxgene-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …search/skills/rnacentral-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …entargets-skill/scripts/opentargets_disease_heatmap.py | 4 | CODE | |
| LOW | …kills/opentargets-skill/scripts/opentargets_graphql.py | 4 | CODE | |
| LOW | …search/skills/tpmi-phewas-skill/scripts/tpmi_phewas.py | 13 | CODE | |
| LOW | …skills/tpmi-phewas-skill/scripts/variant_resolution.py | 1 | CODE | |
| LOW | …/biostudies-arrayexpress-skill/scripts/rest_request.py | 4 | CODE | |
| LOW | …s/clinvar-variation-skill/scripts/clinvar_variation.py | 4 | CODE | |
| LOW | …inicaltables-skill/scripts/ncbi_gene_clinicaltables.py | 4 | CODE | |
| LOW | …esearch/skills/bindingdb-skill/scripts/rest_request.py | 4 | CODE | |
| 326 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ggsfield/skills/subtitles/scripts/audio_to_captions.py | 282 | except Exception as error: # noqa: BLE001 | CODE |
| LOW | …sfield/skills/subtitles/scripts/subtitle_paper_burn.py | 282 | except Exception: return False | CODE |
| LOW⚡ | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 364 | except Exception: | CODE |
| LOW | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 652 | except Exception: | CODE |
| LOW | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 721 | except Exception: | CODE |
| LOW | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 1156 | except Exception: | CODE |
| LOW | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 1180 | except Exception: | CODE |
| LOW | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 1186 | except Exception: | CODE |
| LOW | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 1212 | except Exception: | CODE |
| LOW | …kills/temporal-developer/references/python/patterns.md | 246 | except Exception as e: | CODE |
| LOW | …kills/temporal-developer/references/python/patterns.md | 253 | except Exception as comp_err: | CODE |
| LOW | …developer/references/python/integrations/braintrust.md | 180 | except Exception as e: | CODE |
| LOW | …o-google-doc/scripts/report_to_google_doc/rendering.py | 363 | except Exception: | CODE |
| LOW | …o-google-doc/scripts/report_to_google_doc/rendering.py | 382 | except Exception: | CODE |
| LOW | …o-google-doc/scripts/report_to_google_doc/rendering.py | 395 | except Exception: | CODE |
| LOW | …o-google-doc/scripts/report_to_google_doc/rendering.py | 599 | except Exception as exc: | CODE |
| MEDIUM | …o-google-doc/scripts/report_to_google_doc/rendering.py | 335 | def load_bar_chart_font() -> Any: | CODE |
| LOW | …-to-google-doc/scripts/report_to_google_doc/quality.py | 334 | except Exception as exc: | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 678 | except Exception: | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 689 | except Exception: | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 1535 | except Exception as cairosvg_error: | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 1551 | except Exception as pillow_error: | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 1573 | except Exception as exc: | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 1604 | except Exception as exc: | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 1732 | except Exception as exc: | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 2290 | except Exception as exc: | CODE |
| LOW | …/skills/gnomad-graphql-skill/scripts/gnomad_graphql.py | 139 | except Exception as exc: # noqa: BLE001 | CODE |
| MEDIUM | …/skills/gnomad-graphql-skill/scripts/gnomad_graphql.py | 136 | def main() -> int: | CODE |
| LOW | …h/skills/proteomexchange-skill/scripts/rest_request.py | 276 | except Exception as exc: # noqa: BLE001 | CODE |
| MEDIUM | …h/skills/proteomexchange-skill/scripts/rest_request.py | 273 | def main() -> int: | CODE |
| LOW | …arch/skills/gwas-catalog-skill/scripts/rest_request.py | 276 | except Exception as exc: # noqa: BLE001 | CODE |
| MEDIUM | …arch/skills/gwas-catalog-skill/scripts/rest_request.py | 273 | def main() -> int: | CODE |
| LOW | …ch/skills/eqtl-catalogue-skill/scripts/rest_request.py | 358 | except Exception as exc: # noqa: BLE001 | CODE |
| MEDIUM | …ch/skills/eqtl-catalogue-skill/scripts/rest_request.py | 355 | def main() -> int: | CODE |
| LOW | …nce-research/skills/rhea-skill/scripts/rest_request.py | 276 | except Exception as exc: # noqa: BLE001 | CODE |
| MEDIUM | …nce-research/skills/rhea-skill/scripts/rest_request.py | 273 | def main() -> int: | CODE |
| LOW | …research/skills/ncbi-blast-skill/scripts/ncbi_blast.py | 743 | except Exception as exc: # noqa: BLE001 | CODE |
| MEDIUM | …research/skills/ncbi-blast-skill/scripts/ncbi_blast.py | 740 | def main() -> int: | CODE |
| LOW | …ence-research/skills/ipd-skill/scripts/rest_request.py | 276 | except Exception as exc: # noqa: BLE001 | CODE |
| MEDIUM | …ence-research/skills/ipd-skill/scripts/rest_request.py | 273 | def main() -> int: | CODE |
| LOW | …-research/skills/uniprot-skill/scripts/rest_request.py | 276 | except Exception as exc: # noqa: BLE001 | CODE |
| MEDIUM | …-research/skills/uniprot-skill/scripts/rest_request.py | 273 | def main() -> int: | CODE |
| LOW | …e-research/skills/chembl-skill/scripts/rest_request.py | 276 | except Exception as exc: # noqa: BLE001 | CODE |
| MEDIUM | …e-research/skills/chembl-skill/scripts/rest_request.py | 273 | def main() -> int: | CODE |
| LOW | …arch/skills/efo-ontology-skill/scripts/rest_request.py | 276 | except Exception as exc: # noqa: BLE001 | CODE |
| MEDIUM | …arch/skills/efo-ontology-skill/scripts/rest_request.py | 273 | def main() -> int: | CODE |
| LOW | …-research/skills/ensembl-skill/scripts/rest_request.py | 276 | except Exception as exc: # noqa: BLE001 | CODE |
| MEDIUM | …-research/skills/ensembl-skill/scripts/rest_request.py | 273 | def main() -> int: | CODE |
| LOW | …-research/skills/quickgo-skill/scripts/rest_request.py | 276 | except Exception as exc: # noqa: BLE001 | CODE |
| MEDIUM | …-research/skills/quickgo-skill/scripts/rest_request.py | 273 | def main() -> int: | CODE |
| LOW | …iobankjapan-phewas-skill/scripts/variant_resolution.py | 210 | except Exception as exc: # noqa: BLE001 | CODE |
| LOW | …iobankjapan-phewas-skill/scripts/variant_resolution.py | 215 | except Exception as exc: # noqa: BLE001 | CODE |
| LOW | …iobankjapan-phewas-skill/scripts/variant_resolution.py | 245 | except Exception as exc: # noqa: BLE001 | CODE |
| LOW | …obankjapan-phewas-skill/scripts/biobankjapan_phewas.py | 120 | except Exception as exc: # noqa: BLE001 | CODE |
| LOW | …esearch/skills/alphafold-skill/scripts/rest_request.py | 276 | except Exception as exc: # noqa: BLE001 | CODE |
| MEDIUM | …esearch/skills/alphafold-skill/scripts/rest_request.py | 273 | def main() -> int: | CODE |
| LOW | …e-research/skills/bgee-skill/scripts/sparql_request.py | 185 | except Exception as exc: # noqa: BLE001 | CODE |
| MEDIUM | …e-research/skills/bgee-skill/scripts/sparql_request.py | 182 | def main() -> int: | CODE |
| LOW | …research/skills/pharmgkb-skill/scripts/rest_request.py | 276 | except Exception as exc: # noqa: BLE001 | CODE |
| MEDIUM | …research/skills/pharmgkb-skill/scripts/rest_request.py | 273 | def main() -> int: | CODE |
| 274 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …/hyperframes/skills/gsap/scripts/extract-audio-data.py | 25 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …/hyperframes/skills/gsap/scripts/extract-audio-data.py | 35 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 371 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 373 | # ============================================================================= | COMMENT |
| MEDIUM | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 5 | # =========================================================================== | COMMENT |
| MEDIUM | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 11 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | …g/components/inference-nim-operator/scripts/install.sh | 18 | # ── Preflight ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …g/components/inference-nim-operator/scripts/install.sh | 21 | # ── 1. Verify GPUs ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …g/components/inference-nim-operator/scripts/install.sh | 25 | # ── 2. Add Helm repo ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …g/components/inference-nim-operator/scripts/install.sh | 30 | # ── 3. Create namespace ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …g/components/inference-nim-operator/scripts/install.sh | 34 | # ── 4. Create NGC pull secret (if NGC_API_KEY is set) ──────────────────────── | COMMENT |
| MEDIUM | …g/components/inference-nim-operator/scripts/install.sh | 47 | # ── 5. Install NIM Operator ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …g/components/inference-nim-operator/scripts/install.sh | 54 | # ── 6. Deploy NIMService instances ─────────────────────────────────────────── | COMMENT |
| MEDIUM | …g/components/inference-nim-operator/scripts/install.sh | 238 | # ── 7. Verify ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …s/inference-nim-operator/nims/qwen3-vl/nimservice.yaml | 81 | # ----------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …caling/components/cluster-azure/terraform/variables.tf | 41 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …caling/components/cluster-azure/terraform/variables.tf | 43 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …caling/components/cluster-azure/terraform/variables.tf | 50 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …caling/components/cluster-azure/terraform/variables.tf | 52 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 4 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 6 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 69 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 71 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 118 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 120 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 192 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 194 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 251 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 253 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 275 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 277 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 299 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 301 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 335 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 337 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 379 | # ============================================================================= | COMMENT |
| MEDIUM | …caling/components/cluster-azure/terraform/variables.tf | 381 | # ============================================================================= | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 35 | # ── Resource Group ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 43 | # ── Virtual Network ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 92 | # ── NAT Gateway ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 126 | # ── Network Security Groups ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 177 | # ── Log Analytics + Container Insights ────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 203 | # ── AKS Cluster ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 253 | # ── GPU Node Pool ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 282 | # ── PostgreSQL (private, delegated subnet) ────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 344 | # ── Redis Cache ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 395 | # ── Storage Account ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 476 | # ── Key Vault ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …lient-scaling/components/cluster-azure/scripts/main.tf | 607 | # ── AI Foundry ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …kills/video-sdk/windows/references/delegate-methods.md | 181 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …kills/video-sdk/windows/references/delegate-methods.md | 183 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …kills/video-sdk/windows/references/delegate-methods.md | 193 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …kills/video-sdk/windows/references/delegate-methods.md | 195 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …kills/video-sdk/windows/references/delegate-methods.md | 206 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …kills/video-sdk/windows/references/delegate-methods.md | 208 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …kills/video-sdk/windows/references/delegate-methods.md | 215 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …kills/video-sdk/windows/references/delegate-methods.md | 217 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …kills/video-sdk/windows/references/delegate-methods.md | 236 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …kills/video-sdk/windows/references/delegate-methods.md | 238 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …kills/video-sdk/windows/references/delegate-methods.md | 248 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| 61 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …reate-data-context/scripts/data_analytics_preflight.py | 66 | CODE | |
| LOW | …google-doc/scripts/report_to_google_doc/html_parser.py | 589 | CODE | |
| LOW | …google-doc/scripts/report_to_google_doc/html_parser.py | 620 | CODE | |
| LOW | …google-doc/scripts/report_to_google_doc/html_parser.py | 806 | CODE | |
| LOW | …google-doc/scripts/report_to_google_doc/html_parser.py | 857 | CODE | |
| LOW | …o-google-doc/scripts/report_to_google_doc/rendering.py | 90 | CODE | |
| LOW | …o-google-doc/scripts/report_to_google_doc/rendering.py | 243 | CODE | |
| LOW | …o-google-doc/scripts/report_to_google_doc/rendering.py | 522 | CODE | |
| LOW | …google-doc/scripts/report_to_google_doc/docx_writer.py | 135 | CODE | |
| LOW | …google-doc/scripts/report_to_google_doc/docx_writer.py | 177 | CODE | |
| LOW | …google-doc/scripts/report_to_google_doc/docx_writer.py | 228 | CODE | |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 990 | CODE | |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 1472 | CODE | |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 2360 | CODE | |
| LOW | …h/skills/proteomexchange-skill/scripts/rest_request.py | 69 | CODE | |
| LOW | …h/skills/proteomexchange-skill/scripts/rest_request.py | 88 | CODE | |
| LOW | …h/skills/proteomexchange-skill/scripts/rest_request.py | 180 | CODE | |
| LOW | …arch/skills/gwas-catalog-skill/scripts/rest_request.py | 69 | CODE | |
| LOW | …arch/skills/gwas-catalog-skill/scripts/rest_request.py | 88 | CODE | |
| LOW | …arch/skills/gwas-catalog-skill/scripts/rest_request.py | 180 | CODE | |
| LOW | …ch/skills/eqtl-catalogue-skill/scripts/rest_request.py | 88 | CODE | |
| LOW | …ch/skills/eqtl-catalogue-skill/scripts/rest_request.py | 107 | CODE | |
| LOW | …ch/skills/eqtl-catalogue-skill/scripts/rest_request.py | 194 | CODE | |
| LOW | …ch/skills/eqtl-catalogue-skill/scripts/rest_request.py | 253 | CODE | |
| LOW | …nce-research/skills/rhea-skill/scripts/rest_request.py | 69 | CODE | |
| LOW | …nce-research/skills/rhea-skill/scripts/rest_request.py | 88 | CODE | |
| LOW | …nce-research/skills/rhea-skill/scripts/rest_request.py | 180 | CODE | |
| LOW | …research/skills/ncbi-blast-skill/scripts/ncbi_blast.py | 382 | CODE | |
| LOW | …ence-research/skills/ipd-skill/scripts/rest_request.py | 69 | CODE | |
| LOW | …ence-research/skills/ipd-skill/scripts/rest_request.py | 88 | CODE | |
| LOW | …ence-research/skills/ipd-skill/scripts/rest_request.py | 180 | CODE | |
| LOW | …-research/skills/uniprot-skill/scripts/rest_request.py | 69 | CODE | |
| LOW | …-research/skills/uniprot-skill/scripts/rest_request.py | 88 | CODE | |
| LOW | …-research/skills/uniprot-skill/scripts/rest_request.py | 180 | CODE | |
| LOW | …e-research/skills/chembl-skill/scripts/rest_request.py | 69 | CODE | |
| LOW | …e-research/skills/chembl-skill/scripts/rest_request.py | 88 | CODE | |
| LOW | …e-research/skills/chembl-skill/scripts/rest_request.py | 180 | CODE | |
| LOW | …arch/skills/efo-ontology-skill/scripts/rest_request.py | 69 | CODE | |
| LOW | …arch/skills/efo-ontology-skill/scripts/rest_request.py | 88 | CODE | |
| LOW | …arch/skills/efo-ontology-skill/scripts/rest_request.py | 180 | CODE | |
| LOW | …-research/skills/ensembl-skill/scripts/rest_request.py | 69 | CODE | |
| LOW | …-research/skills/ensembl-skill/scripts/rest_request.py | 88 | CODE | |
| LOW | …-research/skills/ensembl-skill/scripts/rest_request.py | 180 | CODE | |
| LOW | …-research/skills/quickgo-skill/scripts/rest_request.py | 69 | CODE | |
| LOW | …-research/skills/quickgo-skill/scripts/rest_request.py | 88 | CODE | |
| LOW | …-research/skills/quickgo-skill/scripts/rest_request.py | 180 | CODE | |
| LOW | …esearch/skills/alphafold-skill/scripts/rest_request.py | 69 | CODE | |
| LOW | …esearch/skills/alphafold-skill/scripts/rest_request.py | 88 | CODE | |
| LOW | …esearch/skills/alphafold-skill/scripts/rest_request.py | 180 | CODE | |
| LOW | …research/skills/pharmgkb-skill/scripts/rest_request.py | 69 | CODE | |
| LOW | …research/skills/pharmgkb-skill/scripts/rest_request.py | 88 | CODE | |
| LOW | …research/skills/pharmgkb-skill/scripts/rest_request.py | 180 | CODE | |
| LOW | …ce-research/skills/chebi-skill/scripts/rest_request.py | 69 | CODE | |
| LOW | …ce-research/skills/chebi-skill/scripts/rest_request.py | 88 | CODE | |
| LOW | …ce-research/skills/chebi-skill/scripts/rest_request.py | 180 | CODE | |
| LOW | …search/skills/cbioportal-skill/scripts/rest_request.py | 69 | CODE | |
| LOW | …search/skills/cbioportal-skill/scripts/rest_request.py | 88 | CODE | |
| LOW | …search/skills/cbioportal-skill/scripts/rest_request.py | 180 | CODE | |
| LOW | …e-research/skills/mgnify-skill/scripts/rest_request.py | 69 | CODE | |
| LOW | …e-research/skills/mgnify-skill/scripts/rest_request.py | 88 | CODE | |
| 219 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …ns/cloudflare/skills/cloudflare/references/ddos/api.md | 43 | const entrypointRuleset = await client.zones.rulesets.phases.entrypoint.get("ddos_l7", { | CODE |
| CRITICAL | …ns/cloudflare/skills/cloudflare/references/ddos/api.md | 48 | await client.zones.rulesets.phases.entrypoint.update("ddos_l7", { | CODE |
| CRITICAL | …ns/cloudflare/skills/cloudflare/references/ddos/api.md | 70 | const l4Ruleset = await client.accounts.rulesets.phases.entrypoint.get("ddos_l4", { | CODE |
| CRITICAL | …oudflare/skills/cloudflare/references/ddos/patterns.md | 18 | await client.accounts.rulesets.phases.entrypoint.update("ddos_l7", { | CODE |
| CRITICAL | …oudflare/skills/cloudflare/references/ddos/patterns.md | 64 | return client.zones.rulesets.phases.entrypoint.update("ddos_l7", { | CODE |
| CRITICAL⚡ | …oudflare/skills/cloudflare/references/ddos/patterns.md | 131 | await client.zones.rulesets.phases.entrypoint.update("ddos_l7", { | CODE |
| CRITICAL⚡ | …oudflare/skills/cloudflare/references/ddos/patterns.md | 137 | await client.zones.rulesets.phases.entrypoint.update("http_request_firewall_managed", { | CODE |
| CRITICAL⚡ | …oudflare/skills/cloudflare/references/ddos/patterns.md | 143 | await client.zones.rulesets.phases.entrypoint.update("http_ratelimit", { | CODE |
| CRITICAL⚡ | …oudflare/skills/cloudflare/references/ddos/patterns.md | 149 | await client.zones.rulesets.phases.entrypoint.update("http_request_sbfm", { | CODE |
| CRITICAL | …oudflare/skills/cloudflare/references/ddos/patterns.md | 169 | await client.zones.rulesets.phases.entrypoint.update("http_request_cache_settings", { zone_id: zoneId, rules: [cacheRule | CODE |
| CRITICAL | …lls/cloudflare/references/workers-for-platforms/api.md | 23 | await client.workersForPlatforms.dispatch.namespaces.scripts.update( | CODE |
| CRITICAL | …loudflare/references/workers-for-platforms/patterns.md | 137 | await client.workersForPlatforms.dispatch.namespaces.scripts.update("production", name, { | CODE |
| CRITICAL | …s/cloudflare/skills/cloudflare/references/pages/api.md | 190 | const data = await event.locals.runtime.env.DB.prepare('SELECT * FROM users').all(); | CODE |
| CRITICAL⚡ | …per-kit/skills/twilio-whatsapp-manage-senders/SKILL.md | 40 | sender = client.messaging.v2.channels.senders.create( | CODE |
| CRITICAL⚡ | …per-kit/skills/twilio-whatsapp-manage-senders/SKILL.md | 60 | const sender = await client.messaging.v2.channels.senders.create({ | CODE |
| CRITICAL | …per-kit/skills/twilio-whatsapp-manage-senders/SKILL.md | 144 | for s in client.messaging.v2.channels.senders.list(): | CODE |
| CRITICAL | …per-kit/skills/twilio-whatsapp-manage-senders/SKILL.md | 151 | const senders = await client.messaging.v2.channels.senders.list(); | CODE |
| CRITICAL | …per-kit/skills/twilio-whatsapp-manage-senders/SKILL.md | 170 | sender = client.messaging.v2.channels.senders.create( | CODE |
| CRITICAL | …per-kit/skills/twilio-whatsapp-manage-senders/SKILL.md | 178 | const sender = await client.messaging.v2.channels.senders.create({ | CODE |
| CRITICAL | …tup-usd-performance-tuning/references/runtime-probe.md | 74 | 2. `omni.scene.optimizer.impl.core.SOPluginVersion()` → | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …h/skills/proteomexchange-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …arch/skills/gwas-catalog-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …ch/skills/eqtl-catalogue-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …nce-research/skills/rhea-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …ence-research/skills/ipd-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …-research/skills/uniprot-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …e-research/skills/chembl-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …arch/skills/efo-ontology-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …-research/skills/ensembl-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …-research/skills/quickgo-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …esearch/skills/alphafold-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …research/skills/pharmgkb-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …ce-research/skills/chebi-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …search/skills/cbioportal-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …e-research/skills/mgnify-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …-research/skills/biorxiv-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …e-research/skills/encode-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …arch/skills/metabolights-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …esearch/skills/cellxgene-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …search/skills/rnacentral-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …/biostudies-arrayexpress-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …esearch/skills/bindingdb-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …ills/human-protein-atlas-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …e-research/skills/string-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …research/skills/reactome-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …earch/skills/pubchem-pug-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …nce-research/skills/hmdb-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …ce-research/skills/pride-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …research/skills/rcsb-pdb-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …search/skills/epigraphdb-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | …ence-research/skills/eva-skill/scripts/rest_request.py | 0 | generic compact rest client for chatgpt-imported skills. | STRING |
| HIGH | plugins/ngs-analysis/scripts/run_amplicon_microbiome.py | 0 | <svg xmlns="http://www.w3.org/2000/svg" width="900" height="180" role="img" aria-label="{html.escape(title)}"> <rect wid | STRING |
| HIGH | …ugins/ngs-analysis/scripts/run_shotgun_metagenomics.py | 0 | <svg xmlns="http://www.w3.org/2000/svg" width="900" height="180" role="img" aria-label="{html.escape(title)}"> <rect wid | STRING |
| HIGH | plugins/ngs-analysis/scripts/ngs_epigenomics_utils.py | 0 | <svg xmlns="http://www.w3.org/2000/svg" width="900" height="180" role="img" aria-label="{html.escape(title)}"> <rect wid | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | plugins/temporal/skills/temporal-cloud-setup/SKILL.md | 39 | **A state-changing command that isn't a `provision.sh` subcommand** (so it has no template in §Gate templates — e.g. a o | CODE |
| MEDIUM | plugins/temporal/skills/temporal-cloud-setup/SKILL.md | 475 | ### Worked example — the `scaffold` gate for Java, fully filled | COMMENT |
| MEDIUM | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 249 | # provision-and-scaffold path, and `preview`. Empty = unsupported (sdk,manager) pair. | COMMENT |
| MEDIUM | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 1234 | # like provision-and-scaffold, this owns the whole dance inside ONE synchronous call: | COMMENT |
| MEDIUM | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 1556 | # cloning, same as provision-and-scaffold. | COMMENT |
| MEDIUM | …oral/skills/temporal-developer/references/rust/rust.md | 166 | | |-- workflows.rs # Workflow definitions and orchestration | CODE |
| MEDIUM | plugins/vercel/agents/ai-architect.md | 210 | ### Pattern 5: RAG Pipeline | COMMENT |
| MEDIUM | plugins/vercel/skills/marketplace/SKILL.md | 36 | ## The sequence — do this BEFORE scaffolding or writing any app code | COMMENT |
| MEDIUM | plugins/vercel/skills/workflow/SKILL.md | 126 | # Sequential / chain / trigger orchestration language | COMMENT |
| MEDIUM | plugins/vercel/skills/workflow/SKILL.md | 243 | # Chain / trigger / sequential orchestration | COMMENT |
| MEDIUM | …ng-ai-agent-on-cloudflare/references/agent-patterns.md | 118 | ## RAG (Retrieval Augmented Generation) | COMMENT |
| MEDIUM | …lare/skills/cloudflare/references/workers-ai/README.md | 55 | ### Embeddings (Semantic Search/RAG) | COMMENT |
| MEDIUM | …lare/skills/cloudflare/references/workers-ai/README.md | 112 | ## RAG vs Direct Generation | COMMENT |
| MEDIUM | …lare/skills/cloudflare/references/workers-ai/README.md | 114 | ### Use RAG (Vectorize + Workers AI) When: | COMMENT |
| MEDIUM | …re/skills/cloudflare/references/workers-ai/patterns.md | 3 | ## RAG (Retrieval-Augmented Generation) | COMMENT |
| MEDIUM | …ills/cloudflare/references/workers-ai/configuration.md | 79 | ## RAG Setup (with Vectorize) | COMMENT |
| MEDIUM | …flare/skills/cloudflare/references/vectorize/README.md | 98 | ### RAG Pattern | COMMENT |
| MEDIUM | …are/skills/cloudflare/references/vectorize/patterns.md | 24 | ## RAG Pattern | COMMENT |
| MEDIUM | …ins/build-ios-apps/skills/swiftui-ui-patterns/SKILL.md | 21 | ### New project scaffolding | COMMENT |
| MEDIUM | …s/skills/swiftui-ui-patterns/references/performance.md | 1 | # Performance guardrails | COMMENT |
| MEDIUM | …skills/swiftui-view-refactor/references/mv-patterns.md | 84 | ## Preferred pattern: use modifiers as lightweight orchestration | COMMENT |
| MEDIUM | …ld-chatgpt-app/references/upstream-example-workflow.md | 48 | ### 3. Local fallback scaffold | COMMENT |
| MEDIUM | …ins/notion/skills/notion-meeting-intelligence/SKILL.md | 19 | ## Tool-call guardrails | COMMENT |
| MEDIUM | …s/notion/skills/notion-research-documentation/SKILL.md | 19 | ## Tool-call guardrails | COMMENT |
| MEDIUM | plugins/notion/skills/notion-knowledge-capture/SKILL.md | 19 | ## Tool-call guardrails | COMMENT |
| MEDIUM | …s/notion/skills/notion-spec-to-implementation/SKILL.md | 19 | ## Tool-call guardrails | COMMENT |
| MEDIUM | …ing/skills/memo-builder/references/output-contracts.md | 43 | ## `event-driven-committee-note` | COMMENT |
| MEDIUM | …kills/model-audit-tieout/references/p0-integrations.md | 110 | ### event-driven-analyzer and economic-impact-report | COMMENT |
| MEDIUM | …uity-investing/skills/public-equity-investing/SKILL.md | 76 | ## event-driven-analyzer | COMMENT |
| MEDIUM | …kills/idea-generation/references/downstream-routing.md | 80 | ### `event-driven-analyzer` | COMMENT |
| MEDIUM | …ng/skills/deck-report-qc/references/p0-integrations.md | 57 | ## event-driven-analyzer | COMMENT |
| MEDIUM | …mniverse-usd-performance-tuning/references/workflow.md | 326 | ### Phase 7 - Iterate (optional, post-report, agent-orchestration only) | COMMENT |
| MEDIUM | …and-resilient-scaling/components/osmo-cli/reference.md | 10 | - [Use Case: Orchestrate a Workflow End-to-End](#use-case-orchestrate-a-workflow-end-to-end) | CODE |
| MEDIUM | plugins/nvidia/skills/aiq-deploy/references/frag.md | 1 | # FRAG / Foundational RAG | COMMENT |
| MEDIUM | plugins/nvidia/skills/aiq-deploy/references/frag.md | 7 | ## RAG Blueprint Ownership | COMMENT |
| MEDIUM | …igma/skills/figma-swiftui/references/code-to-design.md | 153 | - **Preview providers** — `#Preview { … }` (iOS 17+ macro form) and the older `struct ContentView_Previews: PreviewProvi | CODE |
| MEDIUM | …igma/skills/figma-swiftui/references/design-to-code.md | 18 | ## 2. Multi-screen files: scaffold navigation first | COMMENT |
| MEDIUM | …ers/skills/using-superpowers/references/codex-tools.md | 1 | ## Subagent dispatch requires multi-agent support | COMMENT |
| MEDIUM | …gins/build-macos-apps/skills/swiftui-patterns/SKILL.md | 19 | ### New app scaffolding | COMMENT |
| MEDIUM | …emotion-best-practices/remotion-markup/compositions.md | 10 | ## Default Props and scaffold metadata | COMMENT |
| MEDIUM | plugins/remotion/skills/remotion-markup/compositions.md | 10 | ## Default Props and scaffold metadata | COMMENT |
| MEDIUM | …onnect-recommend/references/recommendation-template.md | 131 | #### Webhook section guardrails | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …website-to-hyperframes/references/step-4-storyboard.md | 244 | **Assets:** Real framework code on the left (actual content, not lorem ipsum). Real HyperFrames HTML on the right. | CODE |
| LOW | …/skills/temporal-ops/references/ops/cloud-terraform.md | 176 | email = "admin@example.com" | CODE |
| LOW | plugins/vercel/skills/agent-browser/SKILL.md | 123 | agent-browser fill @e1 "Jane Doe" | CODE |
| LOW | plugins/vercel/skills/email/SKILL.md | 311 | to: "user@example.com", | CODE |
| LOW | plugins/vercel/skills/next-forge/references/packages.md | 65 | to: 'user@example.com', | CODE |
| LOW | …google-doc/scripts/report_to_google_doc/html_parser.py | 326 | "placeholder": placeholder, | CODE |
| LOW | …google-doc/scripts/report_to_google_doc/html_parser.py | 366 | "placeholder": placeholder, | CODE |
| LOW | …google-doc/scripts/report_to_google_doc/html_parser.py | 570 | "placeholder": placeholder, | CODE |
| LOW | …google-doc/scripts/report_to_google_doc/html_parser.py | 708 | "placeholder": placeholder, | CODE |
| LOW | …google-doc/scripts/report_to_google_doc/html_parser.py | 787 | "placeholder": placeholder, | CODE |
| LOW | …google-doc/scripts/report_to_google_doc/docx_writer.py | 367 | table_by_placeholder = {table["placeholder"]: table for table in manifest["tables"]} | CODE |
| LOW | …google-doc/scripts/report_to_google_doc/docx_writer.py | 368 | chart_by_placeholder = {chart["placeholder"]: chart for chart in manifest["chart_images"]} | CODE |
| LOW | …skills/supabase-best-practices/references/_template.md | 18 | SELECT * FROM users WHERE email = 'user@example.com' AND deleted_at IS NULL; | CODE |
| LOW | …skills/supabase-best-practices/references/_template.md | 28 | SELECT * FROM users WHERE email = 'user@example.com' AND deleted_at IS NULL; | CODE |
| LOW | …se-best-practices/references/query-covering-indexes.md | 18 | select email, name, created_at from users where email = 'user@example.com'; | CODE |
| LOW | …se-best-practices/references/query-covering-indexes.md | 28 | select email, name, created_at from users where email = 'user@example.com'; | CODE |
| LOW | …ase-best-practices/references/query-partial-indexes.md | 19 | select * from users where email = 'user@example.com' and deleted_at is null; | CODE |
| LOW | …ase-best-practices/references/query-partial-indexes.md | 30 | select * from users where email = 'user@example.com' and deleted_at is null; | CODE |
| LOW | …rch/skills/ncbi-blast-skill/scripts/test_ncbi_blast.py | 101 | "email": "user@example.com", | CODE |
| LOW | …rch/skills/ncbi-blast-skill/scripts/test_ncbi_blast.py | 186 | "email": "user@example.com", | CODE |
| LOW | …rch/skills/ncbi-blast-skill/scripts/test_ncbi_blast.py | 217 | "email": "user@example.com", | CODE |
| LOW | …rch/skills/ncbi-blast-skill/scripts/test_ncbi_blast.py | 431 | "email": "user@example.com", | CODE |
| LOW | …on/references/gantt-data-contracts-and-integrations.md | 23 | type: "task" | "milestone" | "summary" | "external" | "placeholder"; | CODE |
| LOW | …ns/cloudflare/skills/agents-sdk/references/codemode.md | 155 | to: "user@example.com", | CODE |
| LOW | …kills/cloudflare/references/terraform/configuration.md | 184 | include { email = ["admin@example.com"] } | CODE |
| LOW | …oudflare/skills/cloudflare/references/workflows/api.md | 142 | params: { userId: 'user123', email: 'user@example.com' } | CODE |
| LOW | …ls/cloudflare/references/browser-rendering/patterns.md | 60 | await page.getByLabel("Email").fill("user@example.com"); | CODE |
| LOW | …lare/skills/cloudflare/references/email-routing/api.md | 135 | from: { name: "Acme Corp", email: "noreply@yourdomain.com" }, | CODE |
| LOW | …skills/cloudflare/references/email-routing/patterns.md | 7 | const allowed = ["user@example.com", "trusted@corp.com"]; | CODE |
| LOW | …lare/skills/cloudflare/references/email-workers/api.md | 178 | msg.setSender({ name: 'John Doe', addr: 'john@example.com' }); | CODE |
| LOW | …r-kit/skills/twilio-conversations-classic-api/SKILL.md | 543 | attributes='{"name": "John Doe", "role": "customer", "account_id": "A123"}' | CODE |
| LOW | …r-kit/skills/twilio-conversations-classic-api/SKILL.md | 561 | attributes: JSON.stringify({ name: "John Doe", role: "customer", accountId: "A123" }) | CODE |
| LOW | …twilio-developer-kit/skills/twilio-email-send/SKILL.md | 67 | "name": "John Doe" | CODE |
| LOW | …twilio-developer-kit/skills/twilio-email-send/SKILL.md | 104 | "name": "John Doe" | CODE |
| LOW | …lio-developer-kit/skills/twilio-cli-reference/SKILL.md | 98 | --to "user@example.com" \ | CODE |
| LOW | …opify/skills/shopify-polaris-admin-extensions/SKILL.md | 98 | <s-avatar initials="JD" src="https://example.com/avatar.jpg" size="base" alt="Jane Doe"></s-avatar> | CODE |
| LOW | …ugins/shopify/skills/shopify-polaris-app-home/SKILL.md | 55 | alt="Jane Doe" | CODE |
| LOW | plugins/shopify/skills/shopify-hydrogen/SKILL.md | 1319 | - address1: '123 Main St', | CODE |
| LOW | plugins/shopify/skills/shopify-hydrogen/SKILL.md | 1408 | - address1: '123 Main St', | CODE |
| LOW | plugins/shopify/skills/shopify-hydrogen/SKILL.md | 1462 | _ address1: '123 Main St', | CODE |
| LOW | plugins/shopify/skills/shopify-hydrogen/SKILL.md | 1530 | - address1: '123 Main St', | CODE |
| LOW | …s/shopify-polaris-customer-account-extensions/SKILL.md | 111 | alt="Jane Doe" | CODE |
| LOW | …xpo/skills/expo-deployment/references/ios-app-store.md | 167 | | Placeholder content | Remove "lorem ipsum" and test data | | CODE |
| LOW | …tion-meeting-intelligence/examples/customer-meeting.md | 10 | query: "Acme Corp" | CODE |
| LOW | …pabase-postgres-best-practices/references/_template.md | 18 | SELECT * FROM users WHERE email = 'user@example.com' AND deleted_at IS NULL; | CODE |
| LOW | …pabase-postgres-best-practices/references/_template.md | 28 | SELECT * FROM users WHERE email = 'user@example.com' AND deleted_at IS NULL; | CODE |
| LOW | …es-best-practices/references/query-covering-indexes.md | 18 | select email, name, created_at from users where email = 'user@example.com'; | CODE |
| LOW | …es-best-practices/references/query-covering-indexes.md | 28 | select email, name, created_at from users where email = 'user@example.com'; | CODE |
| LOW | …res-best-practices/references/query-partial-indexes.md | 19 | select * from users where email = 'user@example.com' and deleted_at is null; | CODE |
| LOW | …res-best-practices/references/query-partial-indexes.md | 30 | select * from users where email = 'user@example.com' and deleted_at is null; | CODE |
| LOW | …uity-investing/tests/test_artifact_packaging_and_qc.py | 145 | workbook.write_bytes(b"placeholder") | CODE |
| LOW | …ng/skills/dcf-model-builder/scripts/plan_validation.py | 22 | "placeholder", | CODE |
| LOW | …vesting/skills/dcf-model-builder/scripts/skill_core.py | 33 | "placeholder", | CODE |
| LOW | …vesting/skills/dcf-model-builder/scripts/skill_core.py | 873 | if "placeholder" in labels: | CODE |
| LOW | …vesting/skills/dcf-model-builder/scripts/skill_core.py | 881 | and src.get("label") in {"analyst_estimate", "placeholder"} | CODE |
| LOW | …vesting/skills/dcf-model-builder/scripts/skill_core.py | 1034 | if "placeholder" in labels: | CODE |
| LOW | …three-statement-model-builder/scripts/validate_plan.py | 31 | "placeholder", | CODE |
| LOW | …ls/three-statement-model-builder/scripts/skill_core.py | 1279 | if any(src.get("evidence_label") == "placeholder" for src in source_basis): | CODE |
| LOW | …hree-statement-model-builder/assets/plan_template.json | 38 | "evidence_label": "placeholder", | CODE |
| LOW | …hree-statement-model-builder/assets/plan_template.json | 340 | "evidence_label": "placeholder", | CODE |
| 21 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | …lls/temporal-serverless/references/aws-lambda/setup.md | 36 | export TEMPORAL_API_KEY="<your-api-key>" | CODE |
| HIGH⚡ | …lls/temporal-serverless/references/aws-lambda/setup.md | 44 | temporal --profile prod config set --prop api_key --value "<your-api-key>" | CODE |
| HIGH⚡ | …lls/temporal-serverless/references/aws-lambda/setup.md | 53 | temporal env set --env prod --key api-key --value "<your-api-key>" | CODE |
| HIGH | …lls/temporal-serverless/references/aws-lambda/setup.md | 371 | --environment '{"Variables":{"HOME":"/tmp","TEMPORAL_ADDRESS":"<your-temporal-address>:7233","TEMPORAL_NAMESPACE":"<yo | CODE |
| HIGH | …lls/temporal-serverless/references/aws-lambda/setup.md | 389 | --environment '{"Variables":{"TEMPORAL_ADDRESS":"<your-temporal-address>:7233","TEMPORAL_NAMESPACE":"<your-namespace>" | CODE |
| HIGH | …lls/temporal-serverless/references/aws-lambda/setup.md | 407 | --environment '{"Variables":{"HOME":"/tmp","TEMPORAL_ADDRESS":"<your-temporal-address>:7233","TEMPORAL_NAMESPACE":"<yo | CODE |
| HIGH | …developer/references/python/integrations/braintrust.md | 71 | export BRAINTRUST_API_KEY="your-api-key" | CODE |
| HIGH | plugins/vercel/skills/nextjs/references/scripts.md | 127 | apiKey="YOUR_API_KEY" | CODE |
| HIGH | …m/skills/meeting-sdk/web/concepts/sharedarraybuffer.md | 94 | <meta http-equiv="origin-trial" content="YOUR_TOKEN_HERE" /> | CODE |
| HIGH | …om/skills/general/use-cases/transcription-bot-linux.md | 328 | ASSEMBLYAI_API_KEY=your_api_key | CODE |
| HIGH | …tual-agent/web/examples/campaign-and-entry-patterns.md | 6 | <script data-apikey="YOUR_API_KEY" src="https://us01ccistatic.zoom.us/us01cci/web-sdk/zcc-sdk.js"></script> | CODE |
| HIGH | …tual-agent/web/examples/campaign-and-entry-patterns.md | 22 | apikey: 'YOUR_API_KEY', | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …hyperframes/skills/hyperframes/palettes/pastel-soft.md | 1 | # Pastel / Soft | COMMENT |
| LOW | …yperframes/skills/hyperframes/palettes/nature-earth.md | 1 | # Nature / Earth | COMMENT |
| LOW | …erframes/skills/hyperframes/palettes/warm-editorial.md | 1 | # Warm / Editorial | COMMENT |
| LOW | …erframes/skills/hyperframes/palettes/bold-energetic.md | 1 | # Bold / Energetic | COMMENT |
| LOW | …yperframes/skills/hyperframes/palettes/dark-premium.md | 1 | # Dark / Premium | COMMENT |
| LOW | …/hyperframes/skills/hyperframes/palettes/jewel-rich.md | 1 | # Jewel / Rich | COMMENT |
| LOW | …perframes/skills/hyperframes/palettes/neon-electric.md | 1 | # Neon / Electric | COMMENT |
| LOW | …rframes/skills/hyperframes/palettes/clean-corporate.md | 1 | # Clean / Corporate | COMMENT |
| LOW | …/hyperframes/skills/hyperframes/palettes/monochrome.md | 1 | # Monochrome | COMMENT |
| LOW | …/hyperframes/skills/gsap/scripts/extract-audio-data.py | 21 | import sys | COMMENT |
| LOW | …s/higgsfield/skills/narrator/scripts/speech_metrics.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …higgsfield/skills/subtitles/scripts/burn_caps_clean.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 21 | # | COMMENT |
| LOW | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 401 | [ -n "${TEMPORAL_NAMESPACE:-}" ] && stray+=("TEMPORAL_NAMESPACE") | COMMENT |
| LOW | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 501 | # binary. Shared by preflight (cli_installed) and install-cli so the two presence | COMMENT |
| LOW | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 601 | if ! temporal cloud whoami >/dev/null 2>&1; then | COMMENT |
| LOW | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 681 | COMMENT | |
| LOW | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 1061 | # await_auth_permanent <file> -> 0 (true) if the poll's stderr is a HIGH-CONFIDENCE | COMMENT |
| LOW | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 1281 | esac | COMMENT |
| LOW | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 1721 | COMMENT | |
| LOW | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 1981 | "remove any existing [profile.cloud-setup] block(s); keeps [profile.default]" "scripts/provision.sh repair-confi | COMMENT |
| LOW | …kills/temporal-ops/references/triage/authentication.md | 101 | # --expiry: | COMMENT |
| LOW | plugins/shopify/skills/shopify-hydrogen/SKILL.md | 621 | COMMENT | |
| LOW | plugins/expo/skills/expo-tailwind-setup/SKILL.md | 101 | --font-rounded: ui-rounded; | COMMENT |
| LOW | …s/inference-nim-operator/nims/qwen3-vl/nimservice.yaml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …mponents/inference-nim-operator/nims/qwen3-vl/pvc.yaml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …erence-nim-operator/nims/qwen3-vl/hf-download-job.yaml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …onents/inference-nim-operator/nims/qwen25-14b/pvc.yaml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …ence-nim-operator/nims/qwen25-14b/hf-download-job.yaml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …rence-nim-operator/nims/cosmos-predict/nimservice.yaml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …re/terraform/prerequisites/register-azure-providers.sh | 61 | echo -n " " | COMMENT |
| LOW | …re/terraform/prerequisites/register-azure-providers.sh | 81 | # \033[m - reset to normal | COMMENT |
| LOW | …lient-scaling/components/cluster-azure/scripts/main.tf | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …lient-scaling/components/cluster-azure/scripts/main.tf | 521 | } | COMMENT |
| LOW | …omponents/cluster-azure/scripts/storage-class-nfs.yaml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | plugins/figma/skills/figma-use/references/gotchas.md | 841 | // Figma limits modes per collection based on the team/org plan: | COMMENT |
| LOW | …opose-security-hardening/references/proposal-format.md | 301 | The `Evidence` cell must be meaningful without opening `context.md`. Use short finding or document titles, optionally fo | COMMENT |
| LOW | …opose-security-hardening/references/proposal-format.md | 401 | For unmeasured effects, name the likely mechanism and a measurement plan. A useful plan identifies the workload, metric, | COMMENT |
| LOW | …ugins/zoom/skills/meeting-sdk/web/client-view/SKILL.md | 221 | // { userId, userName, ... } | COMMENT |
| LOW | …ls/meeting-sdk/windows/troubleshooting/build-errors.md | 41 | - All `.h` files that include SDK headers | COMMENT |
| LOW | …ls/meeting-sdk/windows/troubleshooting/build-errors.md | 241 | COMMENT | |
| LOW | …ting-sdk/windows/examples/custom-ui-video-rendering.md | 201 | ## Complete Event Listener Implementations | COMMENT |
| LOW | …om/skills/general/references/authorization-patterns.md | 121 | } | COMMENT |
| LOW | …m/skills/video-sdk/linux/references/linux-reference.md | 781 | #include "helpers/zoom_video_sdk_video_helper_interface.h" | COMMENT |
| LOW | …ills/video-sdk/windows/references/windows-reference.md | 1181 | // Core headers | COMMENT |
| LOW | …lls/video-sdk/windows/examples/session-join-pattern.md | 21 | #include <windows.h> | COMMENT |
| LOW | …ers/moodboards/assets/mood-board-app/platform-icons.js | 1 | // Platform UI Kit icon markup sourced from: | COMMENT |
| LOW | …ystematic-debugging/condition-based-waiting-example.ts | 141 | // --------------- | COMMENT |
| LOW | …perpowers/skills/brainstorming/scripts/start-server.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …ps/techniques/maptiler/assets/MapTilerVectorElement.ts | 61 | // Example: | COMMENT |
| LOW | …ps/techniques/maptiler/assets/MapTilerVectorElement.ts | 61 | // Example: | COMMENT |
| LOW | …ps/techniques/maptiler/assets/MapTilerVectorElement.ts | 61 | // Example: | COMMENT |
| LOW | …ps/techniques/maptiler/assets/MapTilerVectorElement.ts | 61 | // Example: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …ynamo-interconnect-check/scripts/check_interconnect.py | 285 | "command -v nixlbench nixl_test 2>/dev/null; ls /usr/local/nixl 2>/dev/null", | CODE |
| HIGH | …nvert-to-usd/references/usd-convert-cad/scripts/run.py | 36 | "&& OMNI_KIT_ACCEPT_EULA=yes python install.py && python validate.py" | CODE |
| HIGH | …ferences/usd-convert-cad/scripts/check_dependencies.py | 31 | "&& OMNI_KIT_ACCEPT_EULA=yes python install.py && python validate.py" | CODE |
| HIGH | plugins/codex-security/scripts/workbench_scan_usage.py | 305 | descendants.ancestry || edges.child_thread_id || '|', | STRING |
| HIGH | plugins/creative-production/scripts/review_renderer.py | 323 | if (viewer && viewerImage) { | STRING |
| HIGH | plugins/ngs-analysis/scripts/run_fastq_qc.py | 371 | "mkdir -p fastqc/raw && fastqc -t {{threads}} -o fastqc/raw {{input}}" | CODE |
| HIGH | plugins/ngs-analysis/scripts/run_fastq_qc.py | 466 | "mkdir -p fastqc/trimmed && fastqc -t {{threads}} -o fastqc/trimmed {{input.r1}} {{input.r2}}" | STRING |
| HIGH | plugins/ngs-analysis/scripts/run_fastq_qc.py | 476 | "mkdir -p fastqc/trimmed && fastqc -t {{threads}} -o fastqc/trimmed {{input.r1}}" | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | plugins/vercel/skills/ai-elements/SKILL.md | 132 | // Any AI-generated string | COMMENT |
| HIGH | …oudflare/skills/cloudflare/references/ai-search/api.md | 33 | response: string; // AI-generated answer | CODE |
| HIGH | …igma-generate-library/references/code-connect-setup.md | 248 | 4. In the Inspect panel, the code snippet should show the Code Connect output instead of auto-generated code. | CODE |
| HIGH | …m/skills/general/use-cases/ai-companion-integration.md | 343 | // Archive all AI-generated content | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …poral/skills/temporal-cloud-setup/scripts/provision.sh | 1995 | # Opt out with TCLOUD_DISCLOSE=0 (the test harness sets this to keep stderr clean). | COMMENT |
| MEDIUM⚡ | …perpowers/skills/brainstorming/scripts/start-server.sh | 153 | # Resolve the harness PID (grandparent of this script). | COMMENT |
| MEDIUM⚡ | …perpowers/skills/brainstorming/scripts/start-server.sh | 154 | # $PPID is the ephemeral shell the harness spawned to run us — it dies | COMMENT |
| MEDIUM⚡ | …perpowers/skills/brainstorming/scripts/start-server.sh | 155 | # when this script exits. The harness itself is $PPID's parent. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/public-equity-investing/shared/artifacts.py | 99 | CODE | |
| LOW | …ns/public-equity-investing/shared/artifact_packager.py | 142 | CODE | |
| LOW | …ns/public-equity-investing/shared/artifact_packager.py | 407 | CODE | |
| LOW | …/skills/equity-model-update/scripts/model_update_io.py | 27 | CODE | |
| LOW | …nvert-to-usd/references/usd-convert-cad/scripts/run.py | 290 | CODE | |
| LOW | …rences/usd-convert-cad/scripts/kit_app_template_cad.py | 575 | CODE | |
| LOW | …rt-to-usd/references/usd-convert-gsplat/scripts/run.py | 209 | CODE | |
| LOW | …ugins/codex-security/scripts/finalize_scan_contract.py | 2112 | CODE | |
| LOW | plugins/sentry/skills/sentry/scripts/sentry_api.py | 24 | CODE | |
| LOW | plugins/ngs-analysis/scripts/ngs_run_utils.py | 518 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …google-doc/scripts/report_to_google_doc/docx_writer.py | 66 | def set_cell_width(cell: Any, width_twips: int) -> None: | CODE |
| LOW | …rt-to-google-slides/scripts/report_to_google_slides.py | 1251 | def set_shape_fill(shape: Any, color: str, transparency: float = 0.0) -> None: | CODE |
| LOW | …s/public-equity-investing/shared/dashboard/__init__.py | 6 | __all__ = ["render_dashboard", "validate_payload"] | CODE |
| LOW | …model-builder/scripts/build_banker_formula_workbook.py | 17 | __all__ = [name for name in dir(_runtime) if not name.startswith("_")] | CODE |
| LOW | …model-builder/scripts/build_banker_formula_workbook.py | 17 | __all__ = [name for name in dir(_runtime) if not name.startswith("_")] | CODE |
| LOW | …ty-model-update/scripts/materialize_workbook_update.py | 332 | def set_cell_value(cell: ET.Element, value: str) -> None: | CODE |
| LOW | …ugins/codex-security/scripts/finalize_scan_contract.py | 1834 | def update_hash(current: int) -> None: | CODE |
| LOW | plugins/codex-security/scripts/workbench_target.py | 84 | def update_digest_field(digest: Any, label: bytes, value: bytes) -> None: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …esting/skills/user-context/tests/test_state_helpers.py | 716 | "## Step 1: Intro And Defaults", | CODE |
| LOW⚡ | …esting/skills/user-context/tests/test_state_helpers.py | 717 | "## Step 2: Connectors And Plugins", | CODE |
| LOW⚡ | …esting/skills/user-context/tests/test_state_helpers.py | 718 | "## Step 3: Automation", | CODE |
| LOW⚡ | …esting/skills/user-context/tests/test_state_helpers.py | 719 | "## Step 4: Hero Workflows", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | plugins/plugin-eval/tests/plugin-eval.test.js | 132 | elif [ "$1" = "--cd" ]; then | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …s/mixpanel-headless/skills/mixpanelyst/scripts/help.py | 453 | Extract the description portion of a docstring. Returns everything before the first keyword section (Args:, Ret | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …s/higgsfield/skills/narrator/scripts/speech_metrics.sh | 18 | # Usage: | COMMENT |
| LOW | …higgsfield/skills/subtitles/scripts/burn_caps_clean.sh | 12 | # Usage: | COMMENT |
| LOW | …skills/figma-use/references/plugin-api-standalone.d.ts | 2418 | * ## Example usage | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …-scaling/components/inference-azure/scripts/install.sh | 109 | # Check if endpoint already exists with matching model | COMMENT |
| LOW | …re/terraform/prerequisites/register-azure-providers.sh | 115 | # Check if Azure CLI is installed | COMMENT |
| LOW | …perpowers/skills/systematic-debugging/find-polluter.sh | 53 | # Check if pollution appeared | COMMENT |