← Back to scan
File as GitHub Issue repo: tldr-pages/tldr

Push this scan report to tldr-pages/tldr

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

Phantom test coverage: test_get_target_paths

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
HIGH SEC103 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDA… scripts/set-more-info-link.py:174
HIGH SEC078 [SEC078] Python: requests without timeout: requests.get/post without a timeout will hang … scripts/send-to-bot.py:41
HIGH MINED108 `self.value` used but never assigned in __init__ scripts/_common.py:23
HIGH MINED106 Phantom test coverage: test_stage scripts/_common.py:436
HIGH MINED106 Phantom test coverage: test_get_target_paths scripts/_common.py:216
MED MINED111 Bare except continues silently scripts/wrong-filename.py:66
MED COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 18 (SonarSo… scripts/set-more-info-link.py:213
MED COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 17 (SonarSo… scripts/pdf/render.py:20
MED MINED124 requirements.txt: `weasyprint` has no version pin scripts/pdf/requirements.txt:2
MED MINED124 requirements.txt: `markdown` has no version pin scripts/pdf/requirements.txt:1
LOW COMP001 [COMP001] High cognitive complexity: Function `set_link` has cognitive complexity 11 (Son… scripts/set-more-info-link.py:80
LOW AIC003 Duplicated implementation block across source files scripts/set-see-also.py:117
LOW AIC003 Duplicated implementation block across source files scripts/set-see-also.py:36
LOW AIC003 Duplicated implementation block across source files scripts/set-page-title.py:142
LOW AIC003 Duplicated implementation block across source files scripts/set-more-info-link.py:36
LOW WEB005 robots.txt does not advertise a sitemap pages/common/bing-rewards.md
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. scripts/update-command.py:249
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. scripts/set-see-also.py:69
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. scripts/set-more-info-link.py:69
INFO MINED067 [MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang f… scripts/send-to-bot.py:41
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… scripts/check-errors.sh:54
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … scripts/build-index.js:72
Reset to top 5 22 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `tldr-pages/tldr`

**Score: 82/100 (B+)**  ·  22 findings  ·  scanned 2026-06-05 09:26 UTC  ·  0 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 5 |
| MEDIUM | 5 |
| LOW | 6 |

📊 [Full filterable report](https://repobility.com/scan/e74770eb-c2a9-42b2-b373-da9a8ca89044/)  ·  ![scorecard](https://repobility.com/scan/e74770eb-c2a9-42b2-b373-da9a8ca89044/report.png?v=1780651585-s2)

### Top findings

1. **HIGH** `SEC103` — LDAP injection — non-constant search filter
   `scripts/set-more-info-link.py:174` · A03:2021 Injection
2. **HIGH** `SEC078` — Python: requests without timeout
   `scripts/send-to-bot.py:41` · A05:2021 Security Misconfiguration
3. **HIGH** `MINED108` — `self.value` used but never assigned in __init__
   `scripts/_common.py:23` · ✓ Repobility
4. **HIGH** `MINED106` — Phantom test coverage: test_stage
   `scripts/_common.py:436` · ✓ Repobility
5. **HIGH** `MINED106` — Phantom test coverage: test_get_target_paths
   `scripts/_common.py:216` · ✓ Repobility

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/e74770eb-c2a9-42b2-b373-da9a8ca89044/_
Megaproject â high spam risk
Could not determine 'tldr-pages/tldr' 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.

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.