159 matches across 12 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | …ills/.curated/cloudflare-deploy/references/ddos/api.md | 43 | const entrypointRuleset = await client.zones.rulesets.phases.entrypoint.get("ddos_l7", { |
| CRITICAL | …ills/.curated/cloudflare-deploy/references/ddos/api.md | 48 | await client.zones.rulesets.phases.entrypoint.update("ddos_l7", { |
| CRITICAL | …ills/.curated/cloudflare-deploy/references/ddos/api.md | 70 | const l4Ruleset = await client.accounts.rulesets.phases.entrypoint.get("ddos_l4", { |
| CRITICAL | ….curated/cloudflare-deploy/references/ddos/patterns.md | 18 | await client.accounts.rulesets.phases.entrypoint.update("ddos_l7", { |
| CRITICAL | ….curated/cloudflare-deploy/references/ddos/patterns.md | 64 | return client.zones.rulesets.phases.entrypoint.update("ddos_l7", { |
| CRITICAL | ….curated/cloudflare-deploy/references/ddos/patterns.md | 131 | await client.zones.rulesets.phases.entrypoint.update("ddos_l7", { |
| CRITICAL | ….curated/cloudflare-deploy/references/ddos/patterns.md | 137 | await client.zones.rulesets.phases.entrypoint.update("http_request_firewall_managed", { |
| CRITICAL | ….curated/cloudflare-deploy/references/ddos/patterns.md | 143 | await client.zones.rulesets.phases.entrypoint.update("http_ratelimit", { |
| CRITICAL | ….curated/cloudflare-deploy/references/ddos/patterns.md | 149 | await client.zones.rulesets.phases.entrypoint.update("http_request_sbfm", { |
| CRITICAL | ….curated/cloudflare-deploy/references/ddos/patterns.md | 169 | await client.zones.rulesets.phases.entrypoint.update("http_request_cache_settings", { zone_id: zoneId, rules: [cacheRule |
| CRITICAL | …udflare-deploy/references/workers-for-platforms/api.md | 23 | await client.workersForPlatforms.dispatch.namespaces.scripts.update( |
| CRITICAL | …re-deploy/references/workers-for-platforms/patterns.md | 137 | await client.workersForPlatforms.dispatch.namespaces.scripts.update("production", name, { |
| CRITICAL | …lls/.curated/cloudflare-deploy/references/pages/api.md | 190 | const data = await event.locals.runtime.env.DB.prepare('SELECT * FROM users').all(); |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | skills/.curated/render-deploy/SKILL.md | 126 | 2) Add this to `~/.cursor/mcp.json` (replace `<YOUR_API_KEY>`): |
| HIGH | skills/.curated/render-deploy/SKILL.md | 126 | 2) Add this to `~/.cursor/mcp.json` (replace `<YOUR_API_KEY>`): |
| HIGH | skills/.curated/render-deploy/SKILL.md | 133 | "Authorization": "Bearer <YOUR_API_KEY>" |
| HIGH | skills/.curated/render-deploy/SKILL.md | 133 | "Authorization": "Bearer <YOUR_API_KEY>" |
| HIGH | skills/.curated/render-deploy/SKILL.md | 151 | 2) Add the MCP server with Claude Code (replace `<YOUR_API_KEY>`): |
| HIGH | skills/.curated/render-deploy/SKILL.md | 151 | 2) Add the MCP server with Claude Code (replace `<YOUR_API_KEY>`): |
| HIGH | skills/.curated/render-deploy/SKILL.md | 153 | claude mcp add --transport http render https://mcp.render.com/mcp --header "Authorization: Bearer <YOUR_API_KEY>" |
| HIGH | skills/.curated/render-deploy/SKILL.md | 153 | claude mcp add --transport http render https://mcp.render.com/mcp --header "Authorization: Bearer <YOUR_API_KEY>" |
| HIGH | skills/.curated/render-deploy/SKILL.md | 169 | export RENDER_API_KEY="<YOUR_API_KEY>" |
| HIGH | skills/.curated/render-deploy/SKILL.md | 169 | export RENDER_API_KEY="<YOUR_API_KEY>" |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | skills/.system/skill-creator/scripts/init_skill.py | 283 | except Exception as e: |
| LOW | skills/.system/skill-creator/scripts/init_skill.py | 295 | except Exception as e: |
| LOW | skills/.system/skill-creator/scripts/init_skill.py | 304 | except Exception as e: |
| LOW | skills/.system/skill-creator/scripts/init_skill.py | 312 | except Exception as e: |
| MEDIUM | skills/.system/skill-installer/scripts/list-skills.py | 102 | print(f"Error: {exc}", file=sys.stderr) |
| MEDIUM | …m/skill-installer/scripts/install-skill-from-github.py | 303 | print(f"Error: {exc}", file=sys.stderr) |
| MEDIUM | skills/.system/imagegen/scripts/image_gen.py | 43 | print(f"Error: {message}", file=sys.stderr) |
| LOW | skills/.system/imagegen/scripts/image_gen.py | 269 | except Exception: |
| LOW | skills/.system/imagegen/scripts/image_gen.py | 456 | except Exception: |
| LOW | skills/.system/imagegen/scripts/image_gen.py | 490 | except Exception as exc: |
| LOW | skills/.system/imagegen/scripts/image_gen.py | 620 | except Exception as exc: |
| LOW | skills/.system/imagegen/scripts/image_gen.py | 631 | except Exception: |
| LOW | skills/.system/imagegen/scripts/image_gen.py | 813 | except Exception: |
| LOW | skills/.system/imagegen/scripts/image_gen.py | 831 | except Exception: |
| MEDIUM | skills/.system/imagegen/scripts/image_gen.py | 333 | def _create_client(): |
| LOW | skills/.curated/hatch-pet/scripts/validate_atlas.py | 69 | except Exception as exc: # noqa: BLE001 |
| MEDIUM | skills/.curated/speech/scripts/text_to_speech.py | 47 | print(f"Error: {message}", file=sys.stderr) |
| LOW | skills/.curated/speech/scripts/text_to_speech.py | 153 | except Exception: |
| LOW | skills/.curated/speech/scripts/text_to_speech.py | 215 | except Exception as exc: |
| LOW | …cloudflare-deploy/references/argo-smart-routing/api.md | 206 | except Exception as e: |
| MEDIUM | skills/.curated/gh-fix-ci/scripts/inspect_pr_checks.py | 100 | print("Error: not inside a Git repository.", file=sys.stderr) |
| MEDIUM | skills/.curated/gh-fix-ci/scripts/inspect_pr_checks.py | 152 | print("Error: gh is not installed or not on PATH.", file=sys.stderr) |
| MEDIUM | skills/.curated/gh-fix-ci/scripts/inspect_pr_checks.py | 173 | print("Error: unable to parse PR JSON.", file=sys.stderr) |
| MEDIUM | skills/.curated/gh-fix-ci/scripts/inspect_pr_checks.py | 177 | print("Error: no PR number found.", file=sys.stderr) |
| MEDIUM | skills/.curated/gh-fix-ci/scripts/inspect_pr_checks.py | 203 | print("Error: no usable fields available for gh pr checks.", file=sys.stderr) |
| MEDIUM | skills/.curated/gh-fix-ci/scripts/inspect_pr_checks.py | 219 | print("Error: unable to parse checks JSON.", file=sys.stderr) |
| MEDIUM | skills/.curated/gh-fix-ci/scripts/inspect_pr_checks.py | 222 | print("Error: unexpected checks JSON shape.", file=sys.stderr) |
| MEDIUM | skills/.curated/gh-fix-ci/scripts/inspect_pr_checks.py | 492 | print(f"Error fetching logs: {result['error']}") |
| MEDIUM | …ills/.curated/transcribe/scripts/transcribe_diarize.py | 25 | print(f"Error: {message}", file=sys.stderr) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …/.system/skill-creator/scripts/generate_openai_yaml.py | 76 | def generate_short_description(display_name): |
| LOW | …/.system/skill-creator/scripts/generate_openai_yaml.py | 132 | def parse_interface_overrides(raw_overrides): |
| LOW | …/.system/plugin-creator/scripts/create_basic_plugin.py | 113 | def build_default_marketplace() -> dict[str, Any]: |
| LOW | …/.system/plugin-creator/scripts/create_basic_plugin.py | 123 | def validate_marketplace_interface(payload: dict[str, Any]) -> None: |
| LOW | skills/.system/imagegen/scripts/image_gen.py | 141 | def _validate_generate_payload(payload: Dict[str, Any]) -> None: |
| LOW | skills/.system/imagegen/scripts/image_gen.py | 300 | def _decode_write_and_downscale( |
| LOW | skills/.system/imagegen/scripts/image_gen.py | 445 | def _extract_retry_after_seconds(exc: Exception) -> Optional[float]: |
| LOW | skills/.system/imagegen/scripts/image_gen.py | 479 | async def _generate_one_with_retries( |
| LOW | skills/.curated/migrate-to-codex/scripts/cli.py | 320 | def render_migration_surfaces( |
| LOW | skills/.curated/migrate-to-codex/scripts/cli.py | 520 | def migration_skill_artifacts(source_root: Path) -> list[PlannedArtifact]: |
| LOW | skills/.curated/migrate-to-codex/scripts/cli.py | 550 | def render_migration_inventory(source_root: Path) -> str: |
| LOW | skills/.curated/migrate-to-codex/scripts/cli.py | 563 | def render_source_inventory_for_scope(source_root: Path) -> str: |
| LOW | skills/.curated/migrate-to-codex/scripts/utils/util.py | 253 | def format_toml_multiline_string(value: str) -> str: |
| LOW | skills/.curated/migrate-to-codex/scripts/utils/util.py | 279 | def normalize_source_scope_root( |
| LOW | skills/.curated/migrate-to-codex/scripts/utils/scan.py | 7 | def should_skip_inventory_child(child: Path) -> bool: |
| LOW | …ls/.curated/migrate-to-codex/scripts/migrate/skills.py | 264 | def convert_markdown_command_files( |
| LOW | …rated/migrate-to-codex/scripts/migrate/instructions.py | 56 | def should_symlink_instructions(content: str) -> bool: |
| LOW | …ls/.curated/migrate-to-codex/scripts/migrate/common.py | 289 | def format_manual_migration_block(notes: Sequence[str]) -> str: |
| LOW | …ls/.curated/migrate-to-codex/scripts/migrate/common.py | 295 | def unsupported_frontmatter_fields( |
| LOW | …ls/.curated/migrate-to-codex/scripts/migrate/common.py | 344 | def path_exists_with_exact_case(path: Path) -> bool: |
| LOW | …ills/.curated/migrate-to-codex/scripts/migrate/mcps.py | 163 | def unsupported_mcp_server_fields( |
| LOW | skills/.curated/screenshot/scripts/take_screenshot.py | 224 | def macos_screen_capture_granted(request: bool = False) -> bool: |
| LOW | skills/.curated/screenshot/scripts/take_screenshot.py | 340 | def resolve_test_macos_windows(args: argparse.Namespace) -> list[int]: |
| LOW | …lls/.curated/hatch-pet/scripts/extract_strip_frames.py | 271 | def extract_stable_slot_frames(strip: Image.Image, frame_count: int) -> list[Image.Image]: |
| LOW | …-pet/scripts/derive_running_left_from_running_right.py | 53 | def mirror_strip_preserving_frame_order( |
| LOW | skills/.curated/hatch-pet/scripts/validate_atlas.py | 37 | def transparent_rgb_residue_count(image: Image.Image) -> int: |
| LOW | skills/.curated/hatch-pet/scripts/compose_atlas.py | 69 | def compose_from_source_atlas(path: Path, resize_source: bool) -> Image.Image: |
| LOW | …enerate-library/scripts/createComponentWithVariants.js | 36 | async function createComponentWithVariants(config, runId) { |
| LOW | …ls/.curated/figma-use/references/component-patterns.md | 437 | async function getLocalComponentMetadata(componentId) { |
| LOW | …ls/.curated/figma-use/references/component-patterns.md | 460 | async function getPublishedComponentMetadata(componentKey) { |
| LOW | ….curated/figma-use/references/effect-style-patterns.md | 101 | function applyEffectStyleToMatchingNodes(styleId, nodeNamePattern) { |
| LOW | …urated/figma-use/references/plugin-api-standalone.d.ts | 210 | * function someNestedFunctionCallThatClosesThePlugin() { |
| LOW | …lls/.curated/figma-use/references/variable-patterns.md | 260 | async function listVariableCollectionsAndVariables() { |
| LOW | …s/.curated/figma-use/references/text-style-patterns.md | 181 | async function applyTextStyleToMatchingNodes(styleId, nodeNamePattern) { |
| LOW | skills/.curated/speech/scripts/text_to_speech.py | 143 | def _extract_retry_after_seconds(exc: Exception) -> Optional[float]: |
| LOW | …cloudflare-deploy/references/argo-smart-routing/api.md | 159 | async function enableArgoWithErrorHandling(client: Cloudflare, zoneId: string) { |
| LOW | …cloudflare-deploy/references/argo-smart-routing/api.md | 192 | def enable_argo_with_error_handling(client: Cloudflare, zone_id: str): |
| LOW | ….curated/cloudflare-deploy/references/turn/patterns.md | 60 | function filterICEServersForBrowser(urls: string[]): string[] { |
| LOW | …ills/.curated/transcribe/scripts/transcribe_diarize.py | 43 | def _normalize_response_format(value: Optional[str]) -> str: |
| LOW | …ills/.curated/transcribe/scripts/transcribe_diarize.py | 55 | def _normalize_chunking_strategy(value: Optional[str]) -> Any: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …/.system/plugin-creator/scripts/create_basic_plugin.py | 4 | |
| LOW | skills/.system/skill-installer/scripts/github_utils.py | 4 | |
| LOW | skills/.system/skill-installer/scripts/list-skills.py | 4 | |
| LOW | …m/skill-installer/scripts/install-skill-from-github.py | 4 | |
| LOW | skills/.system/imagegen/scripts/image_gen.py | 9 | |
| LOW | skills/.system/imagegen/scripts/image_gen.py | 346 | |
| LOW | …/.curated/migrate-to-codex/scripts/migrate-to-codex.py | 7 | |
| LOW | skills/.curated/migrate-to-codex/scripts/cli.py | 9 | |
| LOW | skills/.curated/migrate-to-codex/scripts/utils/util.py | 1 | |
| LOW | skills/.curated/migrate-to-codex/scripts/utils/scan.py | 1 | |
| LOW | …s/.curated/migrate-to-codex/scripts/migrate/plugins.py | 9 | |
| LOW | …rated/migrate-to-codex/scripts/migrate/codex_config.py | 9 | |
| LOW | …lls/.curated/migrate-to-codex/scripts/migrate/hooks.py | 3 | |
| LOW | …ls/.curated/migrate-to-codex/scripts/migrate/skills.py | 11 | |
| LOW | …rated/migrate-to-codex/scripts/migrate/instructions.py | 9 | |
| LOW | …ls/.curated/migrate-to-codex/scripts/migrate/agents.py | 9 | |
| LOW | …ls/.curated/migrate-to-codex/scripts/migrate/common.py | 9 | |
| LOW | …/.curated/migrate-to-codex/scripts/migrate/settings.py | 9 | |
| LOW | …ills/.curated/migrate-to-codex/scripts/migrate/mcps.py | 10 | |
| LOW | skills/.curated/screenshot/scripts/take_screenshot.py | 4 | |
| LOW | skills/.curated/hatch-pet/scripts/inspect_frames.py | 4 | |
| LOW | skills/.curated/hatch-pet/scripts/prepare_pet_run.py | 4 | |
| LOW | …lls/.curated/hatch-pet/scripts/extract_strip_frames.py | 4 | |
| LOW | skills/.curated/hatch-pet/scripts/make_contact_sheet.py | 4 | |
| LOW | …curated/hatch-pet/scripts/render_animation_previews.py | 4 | |
| LOW | …-pet/scripts/derive_running_left_from_running_right.py | 4 | |
| LOW | skills/.curated/hatch-pet/scripts/validate_atlas.py | 4 | |
| LOW | skills/.curated/hatch-pet/scripts/compose_atlas.py | 4 | |
| LOW | …ills/.curated/jupyter-notebook/scripts/new_notebook.py | 1 | |
| LOW | skills/.curated/speech/scripts/text_to_speech.py | 7 | |
| LOW | …a-code-connect-components/scripts/normalize_node_id.py | 4 | |
| LOW | skills/.curated/gh-fix-ci/scripts/inspect_pr_checks.py | 2 | |
| LOW | …ills/.curated/transcribe/scripts/transcribe_diarize.py | 4 | |
| LOW | ….curated/gh-address-comments/scripts/fetch_comments.py | 16 | |
| LOW | …ecurity-ownership-map/scripts/community_maintainers.py | 4 | |
| LOW | …ed/security-ownership-map/scripts/run_ownership_map.py | 4 | |
| LOW | …ed/security-ownership-map/scripts/run_ownership_map.py | 137 | |
| LOW | …ated/security-ownership-map/scripts/query_ownership.py | 4 | |
| LOW | …/security-ownership-map/scripts/build_ownership_map.py | 4 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …tion-meeting-intelligence/examples/customer-meeting.md | 10 | query: "Acme Corp" |
| LOW | skills/.curated/playwright/SKILL.md | 98 | "$PWCLI" fill e1 "user@example.com" |
| LOW | skills/.curated/playwright/references/workflows.md | 21 | pwcli fill e1 "user@example.com" |
| LOW | skills/.curated/playwright/references/cli.md | 29 | pwcli fill e5 "user@example.com" |
| LOW | …loudflare-deploy/references/terraform/configuration.md | 184 | include { email = ["admin@example.com"] } |
| LOW | ….curated/cloudflare-deploy/references/workflows/api.md | 142 | params: { userId: 'user123', email: 'user@example.com' } |
| LOW | …dflare-deploy/references/browser-rendering/patterns.md | 60 | await page.getByLabel("Email").fill("user@example.com"); |
| LOW | …ated/cloudflare-deploy/references/email-routing/api.md | 135 | from: { name: "Acme Corp", email: "noreply@yourdomain.com" }, |
| LOW | …cloudflare-deploy/references/email-routing/patterns.md | 7 | const allowed = ["user@example.com", "trusted@corp.com"]; |
| LOW | …ated/cloudflare-deploy/references/email-workers/api.md | 178 | msg.setSender({ name: 'John Doe', addr: 'john@example.com' }); |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …igma-generate-library/references/code-connect-setup.md | 242 | 4. In the Inspect panel, the code snippet should show the Code Connect output instead of auto-generated code. |
| HIGH | ….curated/cloudflare-deploy/references/ai-search/api.md | 33 | response: string; // AI-generated answer |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | skills/.system/skill-creator/scripts/init_skill.py | 230 | |
| LOW | …m/skill-installer/scripts/install-skill-from-github.py | 269 | |
| LOW | …lls/.curated/migrate-to-codex/scripts/migrate/hooks.py | 118 | |
| LOW | skills/.curated/screenshot/scripts/take_screenshot.py | 153 | |
| LOW | skills/.curated/screenshot/scripts/take_screenshot.py | 420 | |
| LOW | skills/.curated/hatch-pet/scripts/prepare_pet_run.py | 385 | |
| LOW | …lls/.curated/hatch-pet/scripts/extract_strip_frames.py | 122 | |
| LOW | …ated/security-ownership-map/scripts/query_ownership.py | 447 | |
| LOW | …/security-ownership-map/scripts/build_ownership_map.py | 421 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | skills/.system/skill-creator/scripts/init_skill.py | 259 | Initialize a new skill directory with template SKILL.md. Args: skill_name: Name of the skill p |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | skills/.system/skill-creator/scripts/init_skill.py | 274 | # Check if directory already exists |
| LOW | skills/.curated/vercel-deploy/scripts/deploy.sh | 182 | # Check if input is a .tgz file or a directory |
| LOW | skills/.curated/vercel-deploy/scripts/deploy.sh | 208 | # Check if this is a static HTML project (no package.json) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | skills/.curated/render-deploy/assets/docker.yaml | 41 | maxmemoryPolicy: allkeys-lru |
| LOW | skills/.curated/render-deploy/assets/docker.yaml | 61 | # EXPOSE 10000 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …urated/figma-use/references/plugin-api-standalone.d.ts | 2392 | * ## Example usage |