← Back to scan
File as GitHub Issue repo: LearnPrompt/ai-news-radar

Push this scan report to LearnPrompt/ai-news-radar

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Bare except continues silently: Bare `except:` (or `except Exception

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
CRIT MINED107 [MINED107] Missing import: `html` used but not imported: The file uses `html.something(..… scripts/update_news.py:1974
HIGH COMP001 [COMP001] High cognitive complexity: Function `score_ai_relevance` has cognitive complexi… scripts/ai_relevance.py:212
HIGH MINED115 [MINED115] Action `actions/setup-python` pinned to mutable ref `@v6`: `uses: actions/setu… .github/workflows/update-news.yml:24
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/update-news.yml:21
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:1266
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:914
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:578
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:493
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:369
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:235
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:3673
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:3127
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:3056
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:2961
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:2889
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:2751
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:2276
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:2046
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:760
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:699
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:522
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:424
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:416
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:317
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:311
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:259
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:209
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:202
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… scripts/update_news.py:163
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
LOW COMP001 [COMP001] High cognitive complexity: Function `table_rows` has cognitive complexity 9 (So… scripts/audit_ai_relevance.py:26
LOW COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 13 (SonarSo… scripts/audit_ai_relevance.py:42
LOW CORE_NO_LICENSE No LICENSE file
Reset to top 5 33 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `LearnPrompt/ai-news-radar`

**Score: 85/100 (B+)**  ·  58 findings  ·  scanned 2026-06-05 19:27 UTC  ·  7,024 LOC

| Severity | Count |
|---|---|
| CRITICAL | 1 |
| HIGH | 3 |
| MEDIUM | 26 |
| LOW | 3 |

📊 [Full filterable report](https://repobility.com/scan/a145eeb9-9dd9-48d0-a95e-7d4271b27564/)  ·  ![scorecard](https://repobility.com/scan/a145eeb9-9dd9-48d0-a95e-7d4271b27564/report.png?v=1780687675-s2)

### Top findings

1. **CRITICAL** `MINED107` — Missing import: `html` used but not imported
   `scripts/update_news.py:1974` · ✓ Repobility
2. **HIGH** `COMP001` — High cognitive complexity: Function `score_ai_relevance` has cognitive complexity 29 (Sona
   `scripts/ai_relevance.py:212`
3. **HIGH** `MINED115` — Action `actions/setup-python` pinned to mutable ref `@v6`: `uses
   `.github/workflows/update-news.yml:24` · ✓ Repobility
4. **HIGH** `MINED115` — Action `actions/checkout` pinned to mutable ref `@v6`: `uses
   `.github/workflows/update-news.yml:21` · ✓ Repobility
5. **MEDIUM** `MINED111` — Bare except continues silently: Bare `except:` (or `except Exception
   `scripts/update_news.py:1266` · ✓ Repobility

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/a145eeb9-9dd9-48d0-a95e-7d4271b27564/_
Megaproject â high spam risk
Could not determine 'LearnPrompt/ai-news-radar' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.
Already filed
27/58 findings (47%) on this scan are already flagged as test-file, won't-fix, or suppressed. The scan is too noisy to file as a single issue. Curate down to specific actionable findings, or address the FP source first.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.