← Back to scan
File as GitHub Issue repo: TomoeMami/S1PlainTextBackup

Push this scan report to TomoeMami/S1PlainTextBackup

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

High cognitive complexity: Function `main` has cognitive complexity 32 (SonarSource scale)

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: `os` used but not imported: The file uses `os.something(...)` … autorun.py:163
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … TopThreadReply.py:165
HIGH SEC103 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDA… s1.py:46
HIGH SEC103 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDA… TopThreadReply.py:124
HIGH COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 32 (SonarSo… autorun.py:157
HIGH COMP001 [COMP001] High cognitive complexity: Function `build_reply_content` has cognitive complex… TopThreadReply.py:67
HIGH MINED115 [MINED115] Action `ad-m/github-push-action` pinned to mutable ref `@master`: `uses: ad-m/… .github/workflows/top.yml:41
HIGH MINED115 [MINED115] Action `actions/setup-python` pinned to mutable ref `@v2`: `uses: actions/setu… .github/workflows/top.yml:17
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v2`: `uses: actions/checkout… .github/workflows/top.yml:13
HIGH MINED115 [MINED115] Action `actions/setup-python` pinned to mutable ref `@v5`: `uses: actions/setu… .github/workflows/daily.yml:19
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout… .github/workflows/daily.yml:16
HIGH CORE_NO_TESTS No test files found
MED MINED109 [MINED109] Mutable default argument in `getallfile` (list): `def getallfile(... = []/{}/s… getAthreadid.py:7
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… s1.py:255
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… s1.py:120
MED COMP001 [COMP001] High cognitive complexity: Function `parse_html` has cognitive complexity 24 (S… autorun.py:68
MED SEC005 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input. s1-run.py:3
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… S1B.py:76
LOW CORE_NO_LICENSE No LICENSE file
Reset to top 5 20 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `TomoeMami/S1PlainTextBackup`

**Score: 77/100 (C-)**  ·  20 findings  ·  scanned 2026-06-06 00:57 UTC  ·  1,152 LOC

| Severity | Count |
|---|---|
| CRITICAL | 1 |
| HIGH | 11 |
| MEDIUM | 6 |
| LOW | 2 |

📊 [Full filterable report](https://repobility.com/scan/30f03892-f284-4cfd-8600-0c718d898966/)  ·  ![scorecard](https://repobility.com/scan/30f03892-f284-4cfd-8600-0c718d898966/report.png?v=1780707454-s2)

### Top findings

1. **CRITICAL** `MINED107` — Missing import: `os` used but not imported
   `autorun.py:163` · ✓ Repobility
2. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `TopThreadReply.py:165`
3. **HIGH** `SEC103` — LDAP injection — non-constant search filter
   `s1.py:46` · A03:2021 Injection
4. **HIGH** `SEC103` — LDAP injection — non-constant search filter
   `TopThreadReply.py:124` · A03:2021 Injection
5. **HIGH** `COMP001` — High cognitive complexity: Function `main` has cognitive complexity 32 (SonarSource scale)
   `autorun.py:157`

---

**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/30f03892-f284-4cfd-8600-0c718d898966/_
Megaproject â high spam risk
Could not determine 'TomoeMami/S1PlainTextBackup' 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.