Repository Analysis

pollinations/pollinations

Your Friendly Open-Source Gen-AI Platform

5.4 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of pollinations/pollinations, a TypeScript project with 4,826 GitHub stars. SynthScan v2.0 examined 428,615 lines of code across 1674 source files, recording 1094 pattern matches distributed across 24 syntactic categories. The overall adjusted score of 5.4 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).

5.4
Adjusted Score
5.4
Raw Score
100%
Time Factor
2026-07-14
Last Push
4.8K
Stars
TypeScript
Language
428.6K
Lines of Code
1.7K
Files
1.1K
Pattern Hits
2026-07-14
Scan Date
0.09
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

Severity Breakdown

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.

CRITICAL 3HIGH 151MEDIUM 236LOW 704

Directory Score Breakdown

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.

Pattern Findings

The scanner identified 1094 distinct pattern matches across 24 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Decorative Section Separators218 hits · 720 pts
SeverityFileLineSnippetContext
MEDIUM…s.ai/frontend/src/components/quests/quest-overview.tsx75// ── Category model ──────────────────────────────────────────────────────────COMMENT
MEDIUM…s.ai/frontend/src/components/quests/quest-overview.tsx154// ── Formatting helpers ──────────────────────────────────────────────────────COMMENT
MEDIUM…s.ai/frontend/src/components/quests/quest-overview.tsx201// ── Card model ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…s.ai/frontend/src/components/quests/quest-overview.tsx222// ── Presentational primitives (composed from @pollinations/ui) ───────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts55// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts57// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts110// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts112// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts175// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts177// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts296// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts298// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts379// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts381// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts522// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts524// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts648// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts650// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts709// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts711// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts899// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts901// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts1088// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMgen.pollinations.ai/scripts/generate-apidocs.ts1090// ────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMsocial/buffer-schedule.yml9# ── Daily platforms (via Buffer) ─────────────────────────────────────COMMENT
MEDIUMsocial/buffer-schedule.yml24# ── Daily platforms (not via Buffer) ─────────────────────────────────COMMENT
MEDIUMsocial/buffer-schedule.yml28# ── Weekly (Sunday 18:00 UTC) ──────────────────────────────────────COMMENT
MEDIUMsocial/buffer-schedule.yml43# ── Non-social outputs ──────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/publish_weekly.py36# ── Constants ────────────────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/publish_weekly.py41# ── Helpers ──────────────────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/publish_weekly.py189# ── Main ─────────────────────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/publish_weekly.py208 # ── Buffer staging (Twitter + LinkedIn + Instagram) ───────────COMMENT
MEDIUMsocial/scripts/publish_weekly.py220 # ── Direct channels (Reddit + Discord) ────────────────────────COMMENT
MEDIUMsocial/scripts/publish_realtime.py32# ── Helpers ──────────────────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/publish_realtime.py87# ── Main ─────────────────────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/publish_realtime.py102 # ── Fetch gist ────────────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/publish_realtime.py117 # ── Generate Discord message ──────────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_realtime.py37# ── GitHub helpers ───────────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_realtime.py86# ── APPS.md lookup ──────────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_realtime.py134# ── Step 1: AI analysis ─────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_realtime.py203# ── Step 2: Image generation ────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_realtime.py231# ── Main ─────────────────────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_realtime.py244 # ── Fetch PR data ────────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_realtime.py249 # ── Step 1: AI analysis → gist JSON → commit ────────────────────COMMENT
MEDIUMsocial/scripts/generate_realtime.py265 # ── Step 2: Generate image → update gist ─────────────────────────COMMENT
MEDIUMsocial/scripts/generate_weekly.py47# ── Constants ────────────────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_weekly.py59# ── Helpers ──────────────────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_weekly.py148# ── Step 1: Generate weekly summary ─────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_weekly.py195# ── Step 2: Generate platform posts ─────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_weekly.py275# ── Step 3: Generate images ────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_weekly.py380# ── Step 4: Commit to news branch ─────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_weekly.py460# ── Main ─────────────────────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_weekly.py475 # ── Read gists ─────────────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_weekly.py486 # ── Generate summary ─────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_weekly.py499 # ── Generate platform posts ──────────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_weekly.py554 # ── Commit to news branch ────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/common.py514# ── Gist I/O helpers ─────────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/common.py970# ── VPS deployment ───────────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_daily.py50# ── Constants ────────────────────────────────────────────────────────COMMENT
MEDIUMsocial/scripts/generate_daily.py56# ── Highlights ────────────────────────────────────────────────────────COMMENT
158 more matches not shown…
Magic Placeholder Names78 hits · 424 pts
SeverityFileLineSnippetContext
HIGHREADME.md124curl 'https://gen.pollinations.ai/audio/Hello%20from%20Pollinations?voice=nova&key=YOUR_API_KEY' -o speech.mp3CODE
HIGHREADME.md132 -H 'Authorization: Bearer YOUR_API_KEY' \CODE
HIGHREADME.md259 https://gen.pollinations.ai/audio/Hello%20from%20Pollinations?voice=alloy&key=YOUR_API_KEYCODE
HIGHREADME.md266 -H 'Authorization: Bearer YOUR_API_KEY' \CODE
HIGHAPIDOCS.md475**Authentication:** Include your API key as `Authorization: Bearer YOUR_API_KEY`.CODE
HIGHAPIDOCS.md515**Authentication:** Include your API key as `Authorization: Bearer YOUR_API_KEY`.CODE
HIGHmedia.pollinations.ai/README.md23 -H "Authorization: Bearer <your-api-key>" \CODE
HIGHmedia.pollinations.ai/README.md28 -H "Authorization: Bearer <your-api-key>" \CODE
HIGHmedia.pollinations.ai/README.md34 -H "Authorization: Bearer <your-api-key>" \CODE
HIGHmedia.pollinations.ai/README.md138 -H "Authorization: Bearer YOUR_API_KEY" \CODE
HIGHmedia.pollinations.ai/README.md150 -H "Authorization: Bearer YOUR_API_KEY" \CODE
HIGHenter.pollinations.ai/AGENTS.md21- Header: `Authorization: Bearer YOUR_API_KEY`CODE
HIGHenter.pollinations.ai/AGENTS.md22- Query: `?key=YOUR_API_KEY`CODE
HIGHgen.pollinations.ai/src/docs/authentication.md14- Header: `Authorization: Bearer YOUR_API_KEY`CODE
HIGHgen.pollinations.ai/src/docs/authentication.md15- Query param: `?key=YOUR_API_KEY`CODE
HIGHgen.pollinations.ai/src/docs/safety.md11 -H "Authorization: Bearer YOUR_API_KEY"CODE
HIGHgen.pollinations.ai/src/docs/safety.md14 -H "Authorization: Bearer YOUR_API_KEY" \CODE
HIGHgen.pollinations.ai/src/docs/quick-start.md7client = OpenAI(base_url="https://gen.pollinations.ai/v1", api_key="YOUR_API_KEY")CODE
HIGHgen.pollinations.ai/src/docs/quick-start.md22 -H "Authorization: Bearer YOUR_API_KEY" -o speech.mp3CODE
HIGHgen.pollinations.ai/src/docs/quick-start.md29 -H "Authorization: Bearer YOUR_API_KEY" \CODE
HIGHgen.pollinations.ai/src/docs/media-storage.md17 -H "Authorization: Bearer YOUR_API_KEY" \CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts42 api_key="YOUR_API_KEY"CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts58 apiKey: "YOUR_API_KEY",CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts73 -H "Authorization: Bearer YOUR_API_KEY"`,CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts83 headers={"Authorization": "Bearer YOUR_API_KEY"},CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts92 { headers: { Authorization: "Bearer YOUR_API_KEY" } },CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts109 -H "Authorization: Bearer YOUR_API_KEY" -o image.jpgCODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts113 -H "Authorization: Bearer YOUR_API_KEY" -o video.mp4`,CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts123 headers={"Authorization": "Bearer YOUR_API_KEY"},CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts133 { headers: { Authorization: "Bearer YOUR_API_KEY" } },CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts143 -H "Authorization: Bearer YOUR_API_KEY" -o video.mp4`,CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts153 headers={"Authorization": "Bearer YOUR_API_KEY"},CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts163 { headers: { Authorization: "Bearer YOUR_API_KEY" } },CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts174 -H "Authorization: Bearer YOUR_API_KEY" -o speech.mp3CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts178 -H "Authorization: Bearer YOUR_API_KEY" -o music.mp3CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts182 -H "Authorization: Bearer YOUR_API_KEY" -o music.mp3`,CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts192 headers={"Authorization": "Bearer YOUR_API_KEY"},CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts202 { headers: { Authorization: "Bearer YOUR_API_KEY" } },CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts212 -H "Authorization: Bearer YOUR_API_KEY" \\CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts268 api_key="YOUR_API_KEY",CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts285 apiKey: "YOUR_API_KEY",CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts300 -H "Authorization: Bearer YOUR_API_KEY"`,CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts309 headers={"Authorization": "Bearer YOUR_API_KEY"},CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts318 { headers: { Authorization: "Bearer YOUR_API_KEY" } },CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts329 -H "Authorization: Bearer YOUR_API_KEY"`,CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts338 headers={"Authorization": "Bearer YOUR_API_KEY"},CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts348 { headers: { Authorization: "Bearer YOUR_API_KEY" } },CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts359 -H "Authorization: Bearer YOUR_API_KEY"`,CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts368 headers={"Authorization": "Bearer YOUR_API_KEY"},CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts378 { headers: { Authorization: "Bearer YOUR_API_KEY" } },CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts397 api_key="YOUR_API_KEY",CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts411 apiKey: "YOUR_API_KEY",CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts466 -H "Authorization: Bearer YOUR_API_KEY"CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts470 -H "Authorization: Bearer YOUR_API_KEY" -o usage.csv`,CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts480 headers={"Authorization": "Bearer YOUR_API_KEY"},CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts491 -H "Authorization: Bearer YOUR_API_KEY"`,CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts28 -H "Authorization: Bearer YOUR_API_KEY" \\CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts224 api_key="YOUR_API_KEY",CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts241 apiKey: "YOUR_API_KEY",CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts257 -H "Authorization: Bearer YOUR_API_KEY" \\CODE
18 more matches not shown…
Synthetic Comment Markers61 hits · 315 pts
SeverityFileLineSnippetContext
HIGHREADME.md26| [🧠 Blaze Prep](https://blazeprep.net) | Manage FDNY Prep learning content in Blaze Prep, with AI-generated materials fCODE
HIGHshared/schemas/openai.ts1// AI generated based on `https://github.com/Portkey-AI/openapi/blob/master/openapi.yaml` and adapedCOMMENT
HIGHsocial/scripts/common.py522# Required keys inside gist.gist (the AI-generated analysis)COMMENT
HIGHapps/GREENHOUSE.md102| [🎨 Pigment](https://pigment-web.vercel.app/) | Create AI-generated art in the browser with Pigment, a Flask + vanilla CODE
HIGHapps/GREENHOUSE.md103| [🖼️ Emoji Comes to Life](https://emojis-come-to-life.vivornal.workers.dev/) | Convert emoji sequences into AI-generateCODE
HIGHapps/GREENHOUSE.md111| [💋 Virtual Makeup Try-On](https://github.com/pollinations/pollinations/tree/main/apps/virtual-makeup) | Try AI-generatCODE
HIGHapps/GREENHOUSE.md404| [🧙‍♂️ Donjon.studio](https://donjon.studio/) | AI-generated interactive adventures with evolving stories and images | CODE
HIGHapps/GREENHOUSE.md406| [🎄 Northpolelibrary](https://northpolelibrary.eu) | Personalized AI-generated Christmas storybooks for children | [@bzCODE
HIGHapps/GREENHOUSE.md409| [📚 AI Story Illustrator](https://soft-cucurucho-6758e7.netlify.app/) | Interactive storybook creator where you write sCODE
HIGHapps/GREENHOUSE.md416| [📝 AI Answers Forms](https://chromewebstore.google.com/detail/fbiccefbjbnnieofnomocjdebppanndo) | Provides AI-generateCODE
HIGHapps/GREENHOUSE.md717| [🎓 Al-Subtain University Questions Bank webite](https://sums-questions-bank.vercel.app/) | Browse sums-questions-bank.CODE
HIGHapps/GREENHOUSE.md725| [🗣️ LinguaSpark](https://linguaspark2.netlify.app/) | Modern language learning with interactive games and AI-generatedCODE
HIGHapps/GREENHOUSE.md732| [📖 German Practice](https://mohtisham-cs01.github.io/GermanPractice/) | German language learning with AI-generated texCODE
HIGHapps/GREENHOUSE.md18| [😼 CatGPT Meme Generator](https://github.com/pollinations/pollinations/tree/main/apps/catgpt) | Ask a question, get a CODE
HIGHapps/GREENHOUSE.md33| [🛗 Sirius Cybernetics Elevator Challenge](https://sirius-cybernetics-elevator-challenge.pollinations.ai) | Quirky elevCODE
HIGHapps/GREENHOUSE.md50| [🧠 Blaze Prep](https://blazeprep.net) | Manage FDNY Prep learning content in Blaze Prep, with AI-generated materials fCODE
HIGHapps/GREENHOUSE.md67| [😼 CatGPT Meme Generator](https://github.com/pollinations/pollinations/tree/main/apps/catgpt) | Ask a question, get a CODE
HIGHapps/GREENHOUSE.md81| [🎨 PixArt AI](https://apps.apple.com/us/app/pixart-ai-ai-image-generator/id6749236127) | iOS app that turns text prompCODE
HIGHapps/GREENHOUSE.md122| [🎨 Visiora - Image Generation using AI](https://visiora-img.netlify.app/) | Transforms text prompts into AI-generated CODE
HIGHapps/GREENHOUSE.md166| [🖼️ Frieze](https://github.com/peterjaric/frieze) | Generate and display AI-generated banner images and slogans in youCODE
HIGHapps/GREENHOUSE.md167| [🖼️ Frieze](https://github.com/peterjaric/frieze) | Generate and display AI-generated banner images and slogans in youCODE
HIGHapps/GREENHOUSE.md203| [🎨 Reimagine](https://play.google.com/store/apps/details?id=com.ismafly.reimagine) | Transform photos into AI-generateCODE
HIGHapps/GREENHOUSE.md226| [✏️ Baseposing](https://baseposting.online/) | Create Base-style text and convert to AI-generated photos | [@0xnurrabbCODE
HIGHapps/GREENHOUSE.md262| [💬 Anisurge](https://anisurge.me) | Create AI-generated anime-style images and short animations from text prompts and CODE
HIGHapps/GREENHOUSE.md305| [🎬 Film ze Snu](https://sen.i-ty.pl) | Convert multilingual dream descriptions or voice recordings into a 4-scene AI-gCODE
HIGHapps/GREENHOUSE.md365| [🖼️ InstAI](https://adrikiwi.freeboxos.fr/instai/) | Social platform for creating, sharing and discovering AI-generateCODE
HIGHapps/GREENHOUSE.md599| [🛗 Sirius Cybernetics Elevator Challenge](https://sirius-cybernetics-elevator-challenge.pollinations.ai) | Quirky elevCODE
HIGHapps/GREENHOUSE.md610| [🧩 Generador de puzles jigsaw](https://proyectodescartes.org/IATools/Puzle_Jigsaw/) | Browser jigsaw puzzle generator CODE
HIGHapps/GREENHOUSE.md621| [🎮 DnD Character Sheet Helper](https://rkdn.app/dnd) | A fun tool for creating D&D character sheets with AI-generated CODE
HIGHapps/GREENHOUSE.md666| [📚 Riffle](https://riffle.ink) | Read English books while learning your vocab via AI-generated contextual content | [@CODE
HIGHapps/GREENHOUSE.md689| [🧠 Blaze Prep](https://blazeprep.net) | Manage FDNY Prep learning content in Blaze Prep, with AI-generated materials fCODE
HIGHapps/GREENHOUSE.md700| [🩺 Viatosis](https://www.viatosis.tech) | Viatosis is a specialized medical e-learning platform that leverages PollinaCODE
HIGHapps/GREENHOUSE.md860| [🎵 Pixoo64 Album Art](https://github.com/idodov/pixoo64-media-album-art/) | AI-generated album art for Divoom Pixoo64 CODE
HIGHapps/GREENHOUSE.md1020| [🎮 AriaEren](https://ariaeren.com) | Business comms suite with WhatsApp gateway + AI-generated brand visuals | [@ariaeCODE
HIGHapps/APPS.md617| 🎄 | Northpolelibrary | https://northpolelibrary.eu | Personalized AI-generated Christmas storybooks for children | | CODE
HIGHapps/APPS.md627| 🎮 | DnD Character Sheet Helper | https://rkdn.app/dnd | A fun tool for creating D&D character sheets with AI-generatedCODE
HIGHapps/APPS.md631| 📚 | AI Story Illustrator | https://soft-cucurucho-6758e7.netlify.app/ | Interactive storybook creator where you write CODE
HIGHapps/APPS.md10| 🧠 | Blaze Prep | https://blazeprep.net | Manage FDNY Prep learning content in Blaze Prep, with AI-generated materials CODE
HIGHapps/APPS.md115| 🎬 | Film ze Snu | https://sen.i-ty.pl | Convert multilingual dream descriptions or voice recordings into a 4-scene AI-CODE
HIGHapps/APPS.md156| 🩺 | Viatosis | https://www.viatosis.tech | Viatosis is a specialized medical e-learning platform that leverages PollinCODE
HIGHapps/APPS.md198| 🎨 | Pigment | https://pigment-web.vercel.app/ | Create AI-generated art in the browser with Pigment, a Flask + vanillaCODE
HIGHapps/APPS.md217| 🖼️ | Emoji Comes to Life | https://emojis-come-to-life.vivornal.workers.dev/ | Convert emoji sequences into AI-generatCODE
HIGHapps/APPS.md358| 🎓 | Al-Subtain University Questions Bank webite | https://sums-questions-bank.vercel.app/ | Browse sums-questions-bankCODE
HIGHapps/APPS.md396| 🎨 | Reimagine | https://play.google.com/store/apps/details?id=com.ismafly.reimagine | Transform photos into AI-generatCODE
HIGHapps/APPS.md428| 🗣️ | LinguaSpark | https://linguaspark2.netlify.app/ | Modern language learning with interactive games and AI-generateCODE
HIGHapps/APPS.md476| 🧩 | Generador de puzles jigsaw | https://proyectodescartes.org/IATools/Puzle_Jigsaw/ | Browser jigsaw puzzle generatorCODE
HIGHapps/APPS.md489| 🎨 | PixArt AI | https://apps.apple.com/us/app/pixart-ai-ai-image-generator/id6749236127 | iOS app that turns text promCODE
HIGHapps/APPS.md530| 🖼️ | InstAI | https://adrikiwi.freeboxos.fr/instai/ | Social platform for creating, sharing and discovering AI-generatCODE
HIGHapps/APPS.md542| ✏️ | Baseposing | https://baseposting.online/ | Create Base-style text and convert to AI-generated photos | | image CODE
HIGHapps/APPS.md554| 🎮 | AriaEren | https://ariaeren.com | Business comms suite with WhatsApp gateway + AI-generated brand visuals | id-ID CODE
HIGHapps/APPS.md566| 📖 | German Practice | https://mohtisham-cs01.github.io/GermanPractice/ | German language learning with AI-generated teCODE
HIGHapps/APPS.md584| 🧙‍♂️ | Donjon.studio | https://donjon.studio/ | AI-generated interactive adventures with evolving stories and images |CODE
HIGHapps/APPS.md679| 📝 | AI Answers Forms | https://chromewebstore.google.com/detail/fbiccefbjbnnieofnomocjdebppanndo | Provides AI-generatCODE
HIGHapps/APPS.md694| 🛗 | Sirius Cybernetics Elevator Challenge | https://sirius-cybernetics-elevator-challenge.pollinations.ai | Quirky eleCODE
HIGHapps/APPS.md720| 🎨 | Visiora - Image Generation using AI | https://visiora-img.netlify.app/ | Transforms text prompts into AI-generatedCODE
HIGHapps/APPS.md774| 💬 | Anisurge | https://anisurge.me | Create AI-generated anime-style images and short animations from text prompts andCODE
HIGHapps/APPS.md817| 📚 | Riffle | https://riffle.ink | Read English books while learning your vocab via AI-generated contextual content | CODE
HIGHapps/reimagine/Readme.md127- [Civitai](https://civitai.com) - For the source of trending AI-generated imagesCODE
HIGHapps/ai-dungeon-master/src/App.tsx277 // Fetch AI-generated storyCOMMENT
HIGHapps/ai-dungeon-master/src/App.tsx363 // Fetch AI-generated imageCOMMENT
1 more matches not shown…
Hyper-Verbose Identifiers239 hits · 243 pts
SeverityFileLineSnippetContext
LOW…i/frontend/src/components/pollen/auto-top-up-panel.tsx430function mapToggleStatusToSwitchStatus(CODE
LOW…i/frontend/src/components/pollen/auto-top-up-panel.tsx599function readAutoTopUpDraftPackAmount(): number | null {CODE
LOW…i/frontend/src/components/pollen/auto-top-up-panel.tsx612function writeAutoTopUpDraftPackAmount(packAmountUsd: number): void {CODE
LOW…tend/src/components/activity/format-activity-pollen.ts13function decimalsForActivityPollen(abs: number): number {CODE
LOW…tend/src/components/activity/format-activity-pollen.ts35export function formatActivityPollenThreshold(value: number): string {CODE
LOW….ai/frontend/src/components/layout/dashboard-shell.tsx341function useDashboardShellBodyClass(): void {CODE
LOW…end/src/components/community-endpoints/price-table.tsx340export function hasValidVisibleFormPrices(CODE
LOW…i/frontend/src/components/community-endpoints/types.ts71export function pricePerTokenToPerMillion(value: number): string {CODE
LOW…i/frontend/src/components/community-endpoints/types.ts75export function pricePerMillionToPerToken(value: string): number {CODE
LOW…y-endpoints/community-endpoint-delete-confirmation.tsx10export function CommunityEndpointDeleteConfirmation({CODE
LOW…ons.ai/frontend/src/components/models/model-catalog.ts458export function getModelPricesFromCatalog(CODE
LOW….ai/frontend/src/components/models/model-categories.ts79export function getModelCategoriesFromCatalog(CODE
LOW….ai/frontend/src/components/models/model-categories.ts110export function computeCategoryModalities(CODE
LOW…ons.ai/frontend/src/components/keys/model-selection.ts1export function normalizeAllowedModelSelection(CODE
LOWenter.pollinations.ai/test/integration/stripe.test.ts69function createAutoTopUpInvoiceEvent(CODE
LOWenter.pollinations.ai/test/integration/stripe.test.ts193function createCardPaymentFailedEvent({CODE
LOW…ter.pollinations.ai/test/helpers/billing-assertions.ts57export function assertTrackedBillingEvent(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts117export async function getOrCreateStripeCustomerId(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts117export async function getOrCreateStripeCustomerId(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts193export async function createBillingPortalSession(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts213async function ensureBillingPortalConfiguration(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts261function createBillingPortalConfigurationParams(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts293function isBillingPortalConfigurationCurrent(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts689export async function markAutoTopUpInvoiceFailed(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts726async function retrieveInvoicePaymentIntent(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts858async function findPendingAutoTopUpAttempt(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts884async function expireStaleClaimedAttempts(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts900async function reconcileStalePendingAttempt(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts1002async function setAutoTopUpAttemptInvoice(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts1032async function getAutoTopUpAttemptByInvoiceId(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts1081async function markAttemptFailedByInvoice(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts1112async function verifyAutoTopUpInvoicePayment(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts1175async function getInvoiceLinesForVerification(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts1199function getInvoiceLineAmountCents(line: Stripe.InvoiceLineItem): number {CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts1203async function cleanupFailedAutoTopUpInvoice(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts1219async function cleanupRetrievedAutoTopUpInvoice(CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts1307function createAutoTopUpIdempotencyKey(attemptId: string): string {CODE
LOWenter.pollinations.ai/src/utils/stripe-billing.ts1318function shouldDisableAutoTopUpAfterFailure(error: unknown): boolean {CODE
LOWenter.pollinations.ai/src/utils/stripe-card-gate.ts23export async function getStripeNewCardGateStatus(CODE
LOWenter.pollinations.ai/src/utils/stripe-card-gate.ts59export function stripeNewCardGateMetadata(CODE
LOWenter.pollinations.ai/src/utils/stripe-card-gate.ts71export async function recordStripeCardFingerprintAttempt(CODE
LOWenter.pollinations.ai/src/routes/account.ts278function buildUsageWindowFromPeriod({CODE
LOWenter.pollinations.ai/src/routes/account.ts337function parseCommaSeparatedQueryList(value?: string): string[] {CODE
LOWenter.pollinations.ai/src/routes/stripe.ts354function normalizeStripePortalError(error: unknown): string {CODE
LOWenter.pollinations.ai/src/routes/stripe-webhooks.ts102async function recordFailedCardFingerprintFromCharge({CODE
LOWenter.pollinations.ai/src/routes/stripe-webhooks.ts144async function fetchChargeForPaymentIntent(CODE
LOWenter.pollinations.ai/src/routes/stripe-webhooks.ts203async function creditCheckoutSessionOnce({CODE
LOWenter.pollinations.ai/src/routes/stripe-webhooks.ts259async function sendStripeEventToTinybird(CODE
LOWenter.pollinations.ai/src/routes/stripe-webhooks.ts324function emitCheckoutSessionAnalytics(CODE
LOWenter.pollinations.ai/src/routes/stripe-webhooks.ts368function emitPaymentIntentAnalytics(CODE
LOWenter.pollinations.ai/src/routes/community-endpoints.ts128function normalizeInputBearerToken(value: string): string {CODE
LOWenter.pollinations.ai/src/routes/community-endpoints.ts141async function requireCommunityEndpointAccess(CODE
LOWenter.pollinations.ai/src/routes/community-endpoints.ts157async function requireOwnerGithubUsername(CODE
LOWenter.pollinations.ai/src/routes/community-endpoints.ts232function requireCommunityEndpointManagePermission(apiKey?: {CODE
LOWenter.pollinations.ai/src/routes/community-endpoints.ts244async function requireCommunityEndpointManageAccess(CODE
LOWenter.pollinations.ai/src/routes/community-endpoints.ts256async function enforceEndpointProbeThrottle(CODE
LOWenter.pollinations.ai/src/routes/account-permissions.ts7export function hasDirectAccountPermission(CODE
LOW…linations.ai/src/services/community-endpoint-openai.ts80export async function listCommunityEndpointModels({CODE
LOW…linations.ai/src/services/quests/groups/model-usage.ts72export async function findRewardProposalsForUser(CODE
LOW…pollinations.ai/src/services/quests/groups/identity.ts37export async function findRewardProposalsForUser(CODE
179 more matches not shown…
Excessive Try-Catch Wrapping183 hits · 170 pts
SeverityFileLineSnippetContext
LOW.claude/skills/web-research/scripts/web-research.sh173except Exception as e:CODE
MEDIUM.claude/skills/web-research/scripts/web-research.sh174 print(f"Error: {e}", file=sys.stderr)CODE
LOWsocial/scripts/publish_weekly.py102 except Exception as e:CODE
LOWsocial/scripts/publish_weekly.py143 except Exception:CODE
LOWsocial/scripts/publish_weekly.py182 except Exception as e:CODE
LOWsocial/scripts/publish_realtime.py164 except Exception:CODE
LOWsocial/scripts/publish_realtime.py242 except Exception:CODE
LOWsocial/scripts/publish_realtime.py247 except Exception as e:CODE
MEDIUMsocial/scripts/common.py211 print(f"Error: {key} environment variable is required")CODE
LOWsocial/scripts/common.py1042 except Exception as e:STRING
LOWsocial/scripts/publish_daily.py64 except Exception as e:CODE
LOW.github/scripts/app-review-agent.py94 except Exception as e:CODE
LOW.github/scripts/app-review-agent.py138 except Exception:CODE
LOW.github/scripts/app-review-agent.py257 except Exception as e:CODE
LOW.github/scripts/app-review-agent.py338 except Exception as e:CODE
LOW.github/scripts/app-review-agent.py370 except Exception as e:CODE
LOW.github/scripts/project-backfill-labels.py270 except Exception as e:STRING
LOW.github/scripts/project-manager.py357 except Exception as e:STRING
LOWimage.pollinations.ai/image_gen_twinflow/server.py40 except Exception:CODE
LOWimage.pollinations.ai/image_gen_twinflow/server.py64 except Exception as e:CODE
LOWimage.pollinations.ai/image_gen_twinflow/server.py76 except Exception as e:CODE
LOWimage.pollinations.ai/image_gen_twinflow/server.py181 except Exception as e:CODE
LOWimage.pollinations.ai/image_gen_twinflow/server.py227 except Exception as e:CODE
MEDIUMimage.pollinations.ai/image_gen_twinflow/server.py36def get_public_ip():CODE
LOWimage.pollinations.ai/sana/server.py73 except Exception as e:CODE
LOWimage.pollinations.ai/sana/server.py83 except Exception as e:CODE
LOWimage.pollinations.ai/sana/server.py108 except Exception as e:CODE
LOW…ltx2modal/ltx2-t2v-distilled/comfyapp_ltx_distilled.py101 except Exception:CODE
LOW…/video_gen_ltx2modal/ltx2-t2v-distilled/debug_utils.py41except Exception as e:CODE
LOW…/video_gen_ltx2modal/ltx2-t2v-distilled/debug_utils.py48except Exception as e:CODE
LOW…linations.ai/video_gen_ltx2modal/ltx2-vastai/server.py52 except Exception:CODE
LOW…linations.ai/video_gen_ltx2modal/ltx2-vastai/server.py66 except Exception as e:CODE
LOW…linations.ai/video_gen_ltx2modal/ltx2-vastai/server.py165 except Exception as e:CODE
MEDIUM…linations.ai/video_gen_ltx2modal/ltx2-vastai/server.py161def health():CODE
LOW…s.ai/video_gen_ltx2modal/ltx2-vastai/server_comfyui.py63 except Exception:CODE
LOW…s.ai/video_gen_ltx2modal/ltx2-vastai/server_comfyui.py73 except Exception:CODE
LOW…s.ai/video_gen_ltx2modal/ltx2-vastai/server_comfyui.py89 except Exception as e:CODE
LOW…s.ai/video_gen_ltx2modal/ltx2-vastai/server_comfyui.py257 except Exception as e:CODE
MEDIUM…s.ai/video_gen_ltx2modal/ltx2-vastai/server_comfyui.py253def health():CODE
LOWimage.pollinations.ai/nunchaku/server.py86 except Exception as e:CODE
LOWimage.pollinations.ai/nunchaku/server.py98 except Exception as e:CODE
LOWimage.pollinations.ai/nunchaku/server.py128 except Exception as e:CODE
LOWimage.pollinations.ai/nunchaku/server.py137 except Exception as e:CODE
LOWimage.pollinations.ai/nunchaku/server.py289 except Exception as e:CODE
MEDIUMimage.pollinations.ai/nunchaku/server.py54def get_public_ip():CODE
LOWimage.pollinations.ai/nunchaku/safety_checker/censor.py76 except Exception as e:CODE
LOWimage.pollinations.ai/z-image/server.py43 except Exception:CODE
LOWimage.pollinations.ai/z-image/server.py69 except Exception as e:CODE
LOWimage.pollinations.ai/z-image/server.py81 except Exception as e:CODE
LOWimage.pollinations.ai/z-image/server.py242 except Exception as e:CODE
MEDIUMimage.pollinations.ai/z-image/server.py39def get_public_ip():CODE
LOWapps/polly/main.py46 except Exception as e:CODE
LOWapps/polly/src/config.py29 except Exception as e:CODE
LOWapps/polly/src/config.py133 except Exception as e:CODE
LOWapps/polly/src/bot.py226 except Exception as e:CODE
LOWapps/polly/src/bot.py364 except Exception as e:CODE
LOWapps/polly/src/bot.py400 except Exception as e:CODE
LOWapps/polly/src/bot.py441 except Exception as e:CODE
LOWapps/polly/src/bot.py475 except Exception as e:CODE
LOWapps/polly/src/bot.py590 except Exception as e:CODE
123 more matches not shown…
Deep Nesting70 hits · 57 pts
SeverityFileLineSnippetContext
LOWsocial/scripts/publish_weekly.py91CODE
LOWsocial/scripts/publish_realtime.py90CODE
LOWsocial/scripts/common.py284CODE
LOWsocial/scripts/common.py358CODE
LOWsocial/scripts/common.py805CODE
LOWsocial/scripts/generate_daily.py435CODE
LOWsocial/scripts/generate_models_news.py318CODE
LOWsocial/scripts/buffer_publish.py31CODE
LOW.github/scripts/project-backfill-labels.py76CODE
LOW.github/scripts/project-backfill-labels.py336CODE
LOW.github/scripts/project-manager.py230CODE
LOW…linations.ai/video_gen_ltx2modal/ltx2-vastai/server.py106CODE
LOW…s.ai/video_gen_ltx2modal/ltx2-vastai/server_comfyui.py134CODE
LOW…s.ai/video_gen_ltx2modal/ltx2-vastai/server_comfyui.py209CODE
LOW…s.ai/video_gen_ltx2modal/ltx2-vastai/server_comfyui.py232CODE
LOWimage.pollinations.ai/nunchaku/server.py103CODE
LOWimage.pollinations.ai/nunchaku/server.py158CODE
LOWapps/polly/src/bot.py255CODE
LOWapps/polly/src/bot.py405CODE
LOWapps/polly/src/bot.py1042CODE
LOWapps/polly/src/bot.py1209CODE
LOWapps/polly/src/bot.py1359CODE
LOWapps/polly/src/bot.py1464CODE
LOWapps/polly/src/api/polly_api.py107CODE
LOWapps/polly/src/api/polly_api.py129CODE
LOWapps/polly/src/services/web_scraper.py390CODE
LOWapps/polly/src/services/web_scraper.py546CODE
LOWapps/polly/src/services/web_scraper.py622CODE
LOWapps/polly/src/services/web_scraper.py692CODE
LOWapps/polly/src/services/github_graphql.py604CODE
LOWapps/polly/src/services/github_graphql.py993CODE
LOWapps/polly/src/services/chart_renderer.py139CODE
LOWapps/polly/src/services/github_pr.py1541CODE
LOWapps/polly/src/services/github_pr.py386CODE
LOWapps/polly/src/services/github_pr.py494CODE
LOWapps/polly/src/services/github_pr.py537CODE
LOWapps/polly/src/services/github_pr.py579CODE
LOWapps/polly/src/services/github_pr.py778CODE
LOWapps/polly/src/services/github_pr.py834CODE
LOWapps/polly/src/services/github_pr.py946CODE
LOWapps/polly/src/services/github_pr.py1388CODE
LOWapps/polly/src/services/github_pr.py1417CODE
LOWapps/polly/src/services/charts.py110CODE
LOWapps/polly/src/services/discord_search.py521CODE
LOWapps/polly/src/services/discord_search.py56CODE
LOWapps/polly/src/services/discord_search.py179CODE
LOWapps/polly/src/services/discord_search.py283CODE
LOWapps/polly/src/services/pollinations.py259CODE
LOWapps/polly/src/services/pollinations.py544CODE
LOWapps/polly/src/services/pollinations.py803CODE
LOWapps/polly/src/services/subscriptions.py277CODE
LOWapps/polly/src/services/media_handlers.py158CODE
LOWapps/polly/src/services/media_handlers.py297CODE
LOWapps/polly/src/services/media_handlers.py375CODE
LOWapps/polly/src/services/media_handlers.py446CODE
LOWapps/polly/src/services/media_handlers.py545CODE
LOWapps/polly/src/services/embeddings.py340CODE
LOWapps/polly/src/services/embeddings.py374CODE
LOWapps/polly/src/services/github.py984CODE
LOWapps/polly/src/services/github.py1390CODE
10 more matches not shown…
Structural Annotation Overuse29 hits · 53 pts
SeverityFileLineSnippetContext
LOW.claude/commands/commit-push-pr.md3## Step 1: Detect branch stateCOMMENT
LOW.claude/commands/commit-push-pr.md31## Step 2: Commit and pushCOMMENT
LOW.claude/commands/commit-push-pr.md38## Step 3: Create PR (only if no open PR exists)COMMENT
LOW.claude/skills/model-debugging/SKILL.md241# Step 1: Decrypt to temp fileCOMMENT
LOW.claude/skills/model-debugging/SKILL.md245# Step 2: Add the token (use jq)COMMENT
LOW.claude/skills/model-debugging/SKILL.md248# Step 3: Re-encrypt (must rename to match .sops.yaml pattern)COMMENT
LOW.claude/skills/model-debugging/SKILL.md252# Step 4: CleanupCOMMENT
LOW.claude/skills/tinybird-deploy/SKILL.md60## Step 1: Validate (Dry Run)COMMENT
LOW.claude/skills/tinybird-deploy/SKILL.md75## Step 2: DeployCOMMENT
LOW.claude/skills/tinybird-deploy/SKILL.md87## Step 3: VerifyCOMMENT
LOWenter.pollinations.ai/AGENTS.md219# Step 1: Get list of available modelsCOMMENT
LOWenter.pollinations.ai/AGENTS.md223# Step 2: Test a specific model (use model names from Step 1)COMMENT
LOWgen.pollinations.ai/src/image/models/veoVideoModel.ts191 // Step 1: Start video generation with predictLongRunningCOMMENT
LOWgen.pollinations.ai/src/image/models/veoVideoModel.ts218 // Step 2: Poll for completion using fetchPredictOperationCOMMENT
LOW…llinations.ai/video_gen_ltx2modal/ltx2-vastai/setup.sh20# Step 1: Install system depsCOMMENT
LOW…llinations.ai/video_gen_ltx2modal/ltx2-vastai/setup.sh24# Step 2: Create venvCOMMENT
LOW…llinations.ai/video_gen_ltx2modal/ltx2-vastai/setup.sh29# Step 3: Install ComfyUI via comfy-cliCOMMENT
LOW…llinations.ai/video_gen_ltx2modal/ltx2-vastai/setup.sh35# Step 4: Download models (fp4 text encoder for 32GB VRAM)COMMENT
LOW…llinations.ai/video_gen_ltx2modal/ltx2-vastai/setup.sh71# Step 5: Copy workflow and serverCOMMENT
LOWapps/map-to-isometric/src/App.jsx70 // Step 2: Upload to ImgBB (supports CORS)COMMENT
LOWapps/map-to-isometric/src/App.jsx94 // Step 3: Build promptCOMMENT
LOWapps/map-to-isometric/src/App.jsx105 // Step 4: Generate with nanobanana modelCOMMENT
LOWapps/_scripts/deploy.sh63# Step 3: BuildCOMMENT
LOWapps/_scripts/deploy.sh78 # Step 4: Provision the Myceli origin before uploadCOMMENT
LOWapps/_scripts/deploy.sh83 # Step 5: Upload content to Cloudflare PagesCOMMENT
LOWapps/_scripts/deploy.sh108# Step 7: Public cutover after origin verification. Pages apps only —COMMENT
LOWapps/_scripts/deploy.sh117# Step 8: Verify the public URL serves through the direct Pages custom domainCOMMENT
LOWapps/polly/src/services/github.py1335 # Step 1: Create the new issueCOMMENT
LOWapps/polly/src/services/github.py1346 # Step 2: Link it as a sub-issue of the parentCOMMENT
Over-Commented Block40 hits · 40 pts
SeverityFileLineSnippetContext
LOWmedia.pollinations.ai/README.md41COMMENT
LOW.claude/skills/model-management/SKILL.md81For pure model work (modelId, provider, registry modalities/aliases/description, handler code, cost block), local Enter COMMENT
LOWenter.pollinations.ai/worker-runtime.d.ts10381 }COMMENT
LOWenter.pollinations.ai/worker-runtime.d.ts10501 };COMMENT
LOWenter.pollinations.ai/worker-runtime.d.ts10521 // Type for the callable part of an `Provider` if `T` is callable.COMMENT
LOWenter.pollinations.ai/worker-runtime.d.ts10541 //COMMENT
LOWenter.pollinations.ai/worker-runtime.d.ts10861 readonly type: "attributes";COMMENT
LOWenter.pollinations.ai/frontend/src/backend-types.ts1// Type-only boundary to the Worker backend. Keep backend source imports here soCOMMENT
LOW…s.ai/frontend/src/components/quests/quest-overview.tsx281 <IconCOMMENT
LOWshared/http/cache-control.ts1// Cache-Control for R2-backed responses (generated text, image, audio, video,COMMENT
LOWsocial/buffer-schedule.yml1# Social Media Posting ScheduleCOMMENT
LOWsocial/buffer-schedule.yml41 preferred: "18:00" # 18:00 UTCCOMMENT
LOWsocial/buffer-schedule.yml61# Sunday: generate_weekly.py → commit to news → stage X + LI + IG to BufferCOMMENT
LOWpackages/ui/scripts/brand/presets.js1// Canvas presets for the brand asset generator — pure data, one line per size.COMMENT
LOWimage.pollinations.ai/klein-runpod/setup-vast.sh1#!/bin/bashCOMMENT
LOWimage.pollinations.ai/nunchaku/setup.sh1#!/bin/bashCOMMENT
LOWimage.pollinations.ai/nunchaku/rebuild-image.sh1#!/bin/bashCOMMENT
LOWimage.pollinations.ai/nunchaku/setup-vast.sh1#!/bin/bashCOMMENT
LOWimage.pollinations.ai/nunchaku/setup-vast.sh21# CLOUDFLARED_TUNNEL_TOKEN=... \COMMENT
LOWimage.pollinations.ai/nunchaku/safety_checker/censor.py81COMMENT
LOWimage.pollinations.ai/nunchaku/safety_checker/censor.py101COMMENT
LOWimage.pollinations.ai/nunchaku/safety_checker/censor.py181 return objCOMMENT
LOWapps/operation/community-monitor/nudge.sh1#!/usr/bin/env bashCOMMENT
LOWapps/micro/next-env.d.ts1/// <reference types="next" />COMMENT
LOWapps/reimagine/src/context/ThemeContext.tsx1import React, { createContext, useContext, useState, useEffect, ReactNode } from 'react';COMMENT
LOWapps/model-monitor/loop.sh1#!/usr/bin/env bashCOMMENT
LOWapps/_templates/html/index.html121 // Example: Generate image with PollinationsCOMMENT
LOWapps/polly/polly-core/Cargo.toml21hex = "0.4"COMMENT
LOWapps/polly/polly-core/src/files.rs21];COMMENT
LOWapps/react/src/config.ts1// Publishable key for this showcase (pk_* is safe to commit).COMMENT
LOWpollinations.ai/src/vite-env.d.ts1/// <reference types="vite/client" />COMMENT
LOWpollinations.ai/src/ui/components/ui/feature-item.tsx1import { cva, type VariantProps } from "class-variance-authority";COMMENT
LOWpollinations.ai/src/ui/components/ui/divider.tsx1import { cva } from "class-variance-authority";COMMENT
LOWpollinations.ai/src/ui/components/ui/typography.tsx1import { cva } from "class-variance-authority";COMMENT
LOWpollinations.ai/src/ui/components/ui/typography.tsx101Heading.displayName = "Heading";COMMENT
LOWpollinations.ai/src/ui/components/ui/typography.tsx161);COMMENT
LOWpollinations.ai/src/ui/components/ui/sub-card.tsx1import { cva, type VariantProps } from "class-variance-authority";COMMENT
LOWpollinations.ai/src/ui/components/ui/page-container.tsx1import * as React from "react";COMMENT
LOWpollinations.ai/src/ui/components/ui/badge.tsx1import { cva, type VariantProps } from "class-variance-authority";COMMENT
LOWpollinations.ai/src/theme/palette.ts1// ╔══════════════════════════════════════════════════════════════════╗COMMENT
Redundant / Tautological Comments25 hits · 40 pts
SeverityFileLineSnippetContext
LOWsocial/scripts/common.py472 # Check if file already exists on this branchCOMMENT
LOWsocial/scripts/common.py595 # Check if file already exists (re-run / retry scenario)COMMENT
LOWsocial/scripts/update_readme.py28 # Check if section existsCOMMENT
LOWpackages/n8n/check-status.sh11# Check if the n8n service is accessibleCOMMENT
LOWpackages/n8n/setup-n8n-tunnel.sh4# Check if cloudflared is installedCOMMENT
LOWpackages/n8n/setup-n8n-tunnel.sh14# Check if tunnel already existsCOMMENT
LOW.github/workflows/ci-pull-request-checks.yml112 # Check if any errors are in the changed filesCOMMENT
LOWimage.pollinations.ai/setup-cloudflare-tunnel.sh3# Check if script is run with required argumentsCOMMENT
LOWimage.pollinations.ai/image_gen_twinflow/server.py153 # Check if model is already downloaded locallyCOMMENT
LOW…linations.ai/serverConfigAndScripts/check_instances.sh81 # Check if services were successfully installed, even if SSH connection was closedCOMMENT
LOWimage.pollinations.ai/nunchaku/setup.sh66 # Check if CUDA 12.8 is installedCOMMENT
LOWimage.pollinations.ai/nunchaku/rebuild-image.sh25# Check if base image existsCOMMENT
LOWimage.pollinations.ai/nunchaku/push-updated-image.sh10# Check if logged inCOMMENT
LOWapps/polly/src/config.py123 # Check if it's a file pathCOMMENT
LOWapps/polly/src/bot.py679 # Check if already in a thread - if so, work directly in that threadCOMMENT
LOWapps/polly/src/bot.py1089 # Check if user is admin or collaboratorCOMMENT
LOWapps/polly/src/bot.py1232 # Check if user is admin or collaborator (has relevant role)COMMENT
LOWapps/polly/src/bot.py1308 # Check if issue was created or comment addedCOMMENT
LOWapps/polly/src/services/pollinations.py334 # Check if model wants to call toolsCOMMENT
LOWapps/polly/src/services/embeddings.py402 # Check if file has changed (file-level TTL)COMMENT
LOWapps/polly/src/services/embeddings.py407 # Check if file hash matches any existing chunk from this fileCOMMENT
LOWapps/polly/src/services/github.py344 # Check if the requester's name appears in the attributionCOMMENT
LOWapps/polly/src/services/webhook_server.py299 # Check if user is a GitHub adminCOMMENT
LOWapps/polly/src/services/doc_embeddings.py361 # Check if page has changed (page-level TTL)COMMENT
LOWapps/polly/src/services/doc_embeddings.py366 # Check if content hash matches any existing chunk from this pageCOMMENT
Fake / Example Data33 hits · 40 pts
SeverityFileLineSnippetContext
LOW…ollinations.ai/video_gen_ltx2modal/frontend/index.html178 <span id="placeholder">Video will appear here.</span>CODE
LOW…ollinations.ai/video_gen_ltx2modal/frontend/index.html231 wrap.innerHTML = '<span id="placeholder">Video will appear here.</span>';CODE
LOWapps/operation/quest-dashboard/assets/bundle.js2`,dp="/",hp="*",fn="",e2="comment",t2="declaration";function n2(e,t){if(typeof e!="string")throw new TypeError("First arCODE
LOWapps/micro/README.md146 "to": "user@example.com",CODE
LOWapps/micro/README.md159 "to": "user@example.com",CODE
LOWapps/micro/README.md160 "userName": "John Doe",CODE
LOWapps/micro/README.md180 to: 'user@example.com',CODE
LOWapps/micro/README.md188 'user@example.com',CODE
LOWapps/micro/README.md189 'John Doe',CODE
LOWapps/micro/app/page.tsx58 userName: 'John Doe',CODE
LOWapps/micro/app/page.tsx141 "to": "user@example.com",CODE
LOWapps/micro/examples/integration-example.js119 await authEmailService.sendUserWelcomeEmail("user@example.com", "John Doe");CODE
LOWapps/micro/examples/integration-example.js119 await authEmailService.sendUserWelcomeEmail("user@example.com", "John Doe");CODE
LOWapps/micro/examples/integration-example.js123 "user@example.com",CODE
LOWapps/micro/examples/integration-example.js124 "John Doe",CODE
LOWapps/micro/examples/integration-example.js130 "user@example.com",CODE
LOWapps/micro/examples/integration-example.js131 "John Doe",CODE
LOWapps/micro/examples/integration-example.js137 "user@example.com",CODE
LOWapps/micro/examples/integration-example.js138 "John Doe",CODE
LOWapps/micro/examples/brevo-example.js25 to: 'user@example.com',CODE
LOWapps/micro/examples/brevo-example.js47 'John Doe',CODE
LOWapps/micro/examples/brevo-example.js67 'user@example.com',CODE
LOWapps/micro/examples/provider-comparison.js30 to: 'user@example.com',CODE
LOWapps/micro/examples/resend-example.js24 to: 'user@example.com',CODE
LOWapps/micro/examples/resend-example.js46 'John Doe',CODE
LOWapps/micro/examples/resend-example.js66 'user@example.com',CODE
LOWapps/micro/examples/resend-example.js117 to: 'user@example.com',CODE
LOWapps/micro/examples/basic-usage.js24 'user@example.com',CODE
LOWapps/micro/examples/basic-usage.js25 'John Doe',CODE
LOWapps/micro/examples/basic-usage.js44 to: 'user@example.com',CODE
LOWapps/micro/examples/nextjs-example.js35 to: 'user@example.com',CODE
LOWapps/micro/examples/nextjs-example.js65 userName: 'John Doe',CODE
LOWapps/micro/src/wrapper.ts19 * await wrapper.sendMail({ to: 'user@example.com', subject: 'Hello', text: 'World' });COMMENT
Cross-Language Confusion (JS/TS)8 hits · 38 pts
SeverityFileLineSnippetContext
HIGHgen.pollinations.ai/src/routes/docs-samples.ts49print(response.choices[0].message.content)`,CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts85print(response.text)`,CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts275print(transcript.text)`,CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts311print(response.json()) # {"balance": 42.5}`,CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts341print(profile["githubUsername"])`,CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts371print(f"Valid: {key_info['valid']}, Type: {key_info['type']}")`,CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts402 print(model.id)`,CODE
HIGHgen.pollinations.ai/src/routes/docs-samples.ts483 print(f"{record['model']}: {record['cost_usd']} pollen")`,CODE
Hallucination Indicators3 hits · 35 pts
SeverityFileLineSnippetContext
CRITICALenter.pollinations.ai/src/routes/oauth.ts95 const result = await c.var.auth.client.api.verifyApiKey({CODE
CRITICALapps/operation/quest-dashboard/assets/bundle.js2`,dp="/",hp="*",fn="",e2="comment",t2="declaration";function n2(e,t){if(typeof e!="string")throw new TypeError("First arCODE
CRITICALapps/operation/quest-dashboard/assets/bundle.js29`))}function a(f,h,g,y){let x=g.enter("tableCell"),D=g.enter("phrasing"),v=g.containerPhrasing(f,{...y,before:l,after:l}CODE
Verbosity Indicators17 hits · 32 pts
SeverityFileLineSnippetContext
LOWgen.pollinations.ai/src/image/models/veoVideoModel.ts191 // Step 1: Start video generation with predictLongRunningCOMMENT
LOWgen.pollinations.ai/src/image/models/veoVideoModel.ts218 // Step 2: Poll for completion using fetchPredictOperationCOMMENT
LOW…llinations.ai/video_gen_ltx2modal/ltx2-vastai/setup.sh20# Step 1: Install system depsCOMMENT
LOW…llinations.ai/video_gen_ltx2modal/ltx2-vastai/setup.sh24# Step 2: Create venvCOMMENT
LOW…llinations.ai/video_gen_ltx2modal/ltx2-vastai/setup.sh29# Step 3: Install ComfyUI via comfy-cliCOMMENT
LOW…llinations.ai/video_gen_ltx2modal/ltx2-vastai/setup.sh35# Step 4: Download models (fp4 text encoder for 32GB VRAM)COMMENT
LOW…llinations.ai/video_gen_ltx2modal/ltx2-vastai/setup.sh71# Step 5: Copy workflow and serverCOMMENT
LOWapps/map-to-isometric/src/App.jsx70 // Step 2: Upload to ImgBB (supports CORS)COMMENT
LOWapps/map-to-isometric/src/App.jsx94 // Step 3: Build promptCOMMENT
LOWapps/map-to-isometric/src/App.jsx105 // Step 4: Generate with nanobanana modelCOMMENT
LOWapps/_scripts/deploy.sh63# Step 3: BuildCOMMENT
LOWapps/_scripts/deploy.sh78 # Step 4: Provision the Myceli origin before uploadCOMMENT
LOWapps/_scripts/deploy.sh83 # Step 5: Upload content to Cloudflare PagesCOMMENT
LOWapps/_scripts/deploy.sh108# Step 7: Public cutover after origin verification. Pages apps only —COMMENT
LOWapps/_scripts/deploy.sh117# Step 8: Verify the public URL serves through the direct Pages custom domainCOMMENT
LOWapps/polly/src/services/github.py1335 # Step 1: Create the new issueCOMMENT
LOWapps/polly/src/services/github.py1346 # Step 2: Link it as a sub-issue of the parentCOMMENT
Unused Imports31 hits · 31 pts
SeverityFileLineSnippetContext
LOWsocial/scripts/publish_models_news.py29CODE
LOWsocial/scripts/generate_models_news.py26CODE
LOWsocial/scripts/buffer_publish.py8CODE
LOWsocial/scripts/buffer_publish.py15CODE
LOWsocial/scripts/publish_daily.py17CODE
LOWsocial/scripts/publish_daily.py19CODE
LOW…2modal/ltx2-t2v-distilled/comfyapp_ltx_snapshot_WIP.py17CODE
LOW…video_gen_ltx2modal/ltx2-t2v-distilled/debug_utils2.py2CODE
LOW…ltx2modal/ltx2-t2v-distilled/comfyapp_ltx_distilled.py6CODE
LOWimage.pollinations.ai/nunchaku/server.py3CODE
LOWimage.pollinations.ai/nunchaku/server.py4CODE
LOWimage.pollinations.ai/nunchaku/server.py5CODE
LOWimage.pollinations.ai/nunchaku/server.py5CODE
LOWimage.pollinations.ai/nunchaku/server.py6CODE
LOW…linations.ai/nunchaku/safety_checker/safety_checker.py3CODE
LOWimage.pollinations.ai/z-image/utility.py2CODE
LOWimage.pollinations.ai/z-image/utility.py7CODE
LOWimage.pollinations.ai/z-image/utility.py8CODE
LOWimage.pollinations.ai/z-image/network_inference.py4CODE
LOWapps/polly/main.py22CODE
LOWapps/polly/src/_json.py3CODE
LOWapps/polly/src/_cache.py3CODE
LOWapps/polly/src/_url.py3CODE
LOWapps/polly/src/_url.py5CODE
LOWapps/polly/src/_hash.py3CODE
LOWapps/polly/src/_re.py3CODE
LOWapps/polly/src/context/__init__.py3CODE
LOWapps/polly/src/context/__init__.py3CODE
LOWapps/polly/src/context/__init__.py4CODE
LOWapps/polly/src/services/chart_renderer.py12CODE
LOWapps/polly/src/services/charts.py15CODE
Modern Structural Boilerplate27 hits · 28 pts
SeverityFileLineSnippetContext
LOWimage.pollinations.ai/image_gen_twinflow/server.py31logger = logging.getLogger(__name__)CODE
LOWimage.pollinations.ai/sana/server.py12logger = logging.getLogger(__name__)CODE
LOW…2modal/ltx2-t2v-distilled/comfyapp_ltx_snapshot_WIP.py82def _setup_models_from_cache() -> None:CODE
LOW…ltx2modal/ltx2-t2v-distilled/comfyapp_ltx_distilled.py72def _setup_models_from_cache() -> None:CODE
LOWimage.pollinations.ai/nunchaku/server.py25logger = logging.getLogger(__name__)CODE
LOWimage.pollinations.ai/z-image/server.py34logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/config.py14logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/_re.py6__all__ = ["re"]CODE
LOWapps/polly/src/bot.py35logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/context/__init__.py6__all__ = ["ConversationSession", "SessionManager", "session_manager"]CODE
LOWapps/polly/src/context/manager.py5logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/api/polly_api.py13logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/services/web_scraper.py8logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/services/github_graphql.py10logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/services/chart_renderer.py35logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/services/github_pr.py11logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/services/github_auth.py7logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/services/charts.py36logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/services/discord_search.py10logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/services/pollinations.py42logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/services/subscriptions.py13logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/services/media_handlers.py16logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/services/embeddings.py13logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/services/embeddings_utils.py3logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/services/github.py12logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/services/webhook_server.py11logger = logging.getLogger(__name__)CODE
LOWapps/polly/src/services/doc_embeddings.py15logger = logging.getLogger(__name__)CODE
Self-Referential Comments4 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUMpackages/n8n/setup-n8n-tunnel.sh17 # Create a new tunnel if it doesn't existCOMMENT
MEDIUM.github/workflows/docs-regenerate-api-reference.yml140 # Create the PR only if one doesn't already exist for this branch,COMMENT
MEDIUMimage.pollinations.ai/klein-runpod/setup-vast.sh4# Create a remotely managed Cloudflare Tunnel first. The gen Worker binds toCOMMENT
MEDIUMapps/polly/src/services/github.py1332 # Create a new issue and immediately link it as a sub-issue of the parentCOMMENT
Cross-File Repetition3 hits · 15 pts
SeverityFileLineSnippetContext
HIGHimage.pollinations.ai/image_gen_twinflow/server.py0verify backend authentication token. requires x-backend-token header validated against pln_gpu_token env var.STRING
HIGHimage.pollinations.ai/nunchaku/server.py0verify backend authentication token. requires x-backend-token header validated against pln_gpu_token env var.STRING
HIGHimage.pollinations.ai/z-image/server.py0verify backend authentication token. requires x-backend-token header validated against pln_gpu_token env var.STRING
AI Structural Patterns11 hits · 10 pts
SeverityFileLineSnippetContext
LOWsocial/scripts/common.py915CODE
LOWimage.pollinations.ai/z-image/server.py191CODE
LOWapps/polly/src/services/web_scraper.py130CODE
LOWapps/polly/src/services/web_scraper.py234CODE
LOWapps/polly/src/services/web_scraper.py692CODE
LOWapps/polly/src/services/github_pr.py1541CODE
LOWapps/polly/src/services/discord_search.py521CODE
LOWapps/polly/src/services/discord_search.py56CODE
LOWapps/polly/src/services/pollinations.py257CODE
LOWapps/polly/src/services/pollinations.py132CODE
LOWapps/polly/src/services/github.py984CODE
AI Slop Vocabulary3 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUMapps/operation/quest-dashboard/assets/bundle.js2`,dp="/",hp="*",fn="",e2="comment",t2="declaration";function n2(e,t){if(typeof e!="string")throw new TypeError("First arCODE
MEDIUMapps/operation/quest-dashboard/assets/bundle.js2`,dp="/",hp="*",fn="",e2="comment",t2="declaration";function n2(e,t){if(typeof e!="string")throw new TypeError("First arCODE
LOWapps/polly/src/services/github.py1298 # get_issue_full already includes sub_issues, so just call itCOMMENT
Modern AI Meta-Vocabulary4 hits · 7 pts
SeverityFileLineSnippetContext
MEDIUMgen.pollinations.ai/src/middleware/safety.ts271 // text-only Bedrock guardrails and remain unchanged.COMMENT
MEDIUMapps/GREENHOUSE.md650| [🎮 Pollinations AI Game](https://github.com/ednsinf/pollinations-ai) | Demonstrates how a basic LLM can become an autoCODE
MEDIUMapps/GREENHOUSE.md988| [🤖 The Mork Stack](https://github.com/Mork-Zuckerbarge/mork-stack) | Manage social media with agentic workflows and ruCODE
MEDIUMapps/micro/app/page.tsx72 <p style={{ color: '#666666', marginBottom: '2rem' }}>A microservice for mailer utilities and other microservices.CODE
Example Usage Blocks4 hits · 6 pts
SeverityFileLineSnippetContext
LOWimage.pollinations.ai/klein-runpod/setup-vast.sh10# Usage:COMMENT
LOW…llinations.ai/video_gen_ltx2modal/ltx2-vastai/setup.sh4# Usage:COMMENT
LOWimage.pollinations.ai/nunchaku/setup.sh7# Usage:COMMENT
LOWimage.pollinations.ai/nunchaku/rebuild-image.sh9# Usage:COMMENT
Cross-Language Confusion1 hit · 5 pts
SeverityFileLineSnippetContext
HIGH…2modal/ltx2-t2v-distilled/comfyapp_ltx_snapshot_WIP.py66 .run_commands("pip uninstall -y utils python-utils 2>/dev/null; true")CODE
TODO Padding1 hit · 1 pts
SeverityFileLineSnippetContext
LOWapps/operation/kpi/src/api/github.js15 history: [], // TODO: implement star history trackingCODE
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOWapps/websim/worker.js51async function handleRequest(request, env) {CODE