← Back to scan
File as GitHub Issue repo: fineanmol/hacktoberfest

Push this scan report to fineanmol/hacktoberfest

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

`self.buttonclick` used but never assigned in __init__

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 MINED022 [MINED022] C Strcpy: strcpy/strcat dont bounds-check; use strncpy or snprintf. scripts/Banking_SushantKhadka.cpp:29
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… tools/validate-scripts.js:44
HIGH MINED017 [MINED017] C System Call: system() invokes shell. command injection if any arg is dynamic. scripts/hello_world_suryanshsingh2001.c…:15
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … scripts/hello.py:58
HIGH MINED108 `self.buttonclick` used but never assigned in __init__ scripts/snake_game.py:269
HIGH MINED108 `self.hover` used but never assigned in __init__ scripts/snake_game.py:268
HIGH MINED108 `self.reset` used but never assigned in __init__ scripts/snake_game.py:206
HIGH MINED108 `self.reset` used but never assigned in __init__ scripts/snake_game.py:201
HIGH MINED108 `self.reset` used but never assigned in __init__ scripts/snake_game.py:196
HIGH MINED108 `self.reset` used but never assigned in __init__ scripts/snake_game.py:191
HIGH MINED108 `self.down` used but never assigned in __init__ scripts/snake_game.py:208
HIGH MINED108 `self.up` used but never assigned in __init__ scripts/snake_game.py:205
HIGH MINED108 `self.up` used but never assigned in __init__ scripts/snake_game.py:203
HIGH MINED108 `self.down` used but never assigned in __init__ scripts/snake_game.py:200
HIGH MINED108 `self.left` used but never assigned in __init__ scripts/snake_game.py:198
HIGH MINED108 `self.right` used but never assigned in __init__ scripts/snake_game.py:195
HIGH MINED108 `self.right` used but never assigned in __init__ scripts/snake_game.py:193
HIGH MINED108 `self.left` used but never assigned in __init__ scripts/snake_game.py:190
HIGH MINED108 `self.over` used but never assigned in __init__ scripts/snake_game.py:176
HIGH MINED108 `self.over` used but never assigned in __init__ scripts/snake_game.py:170
HIGH MINED108 `self.game_over` used but never assigned in __init__ scripts/snake_game.py:165
HIGH MINED108 `self.game_over` used but never assigned in __init__ scripts/snake_game.py:164
HIGH MINED108 `self.down` used but never assigned in __init__ scripts/snake_game.py:162
HIGH MINED108 `self.up` used but never assigned in __init__ scripts/snake_game.py:162
HIGH MINED108 `self.right` used but never assigned in __init__ scripts/snake_game.py:162
HIGH MINED108 `self.left` used but never assigned in __init__ scripts/snake_game.py:162
HIGH MINED108 `self.buttonclick` used but never assigned in __init__ scripts/snake_game.py:145
HIGH MINED108 `self.buttonclick` used but never assigned in __init__ scripts/snake_game.py:117
HIGH MINED108 `self.make_button` used but never assigned in __init__ scripts/snake_game.py:110
HIGH MINED115 Action `actions/setup-node` pinned to mutable ref `@v4` .github/workflows/validate-scripts.yml:20
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/validate-scripts.yml:15
HIGH MINED115 Action `actions/github-script` pinned to mutable ref `@v7` .github/workflows/auto-comment.yml:71
HIGH MINED115 Action `actions/github-script` pinned to mutable ref `@v7` .github/workflows/auto-comment.yml:19
HIGH MINED115 Action `actions/deploy-pages` pinned to mutable ref `@v4` .github/workflows/deploy.yml:55
HIGH MINED115 Action `actions/upload-pages-artifact` pinned to mutable ref `@v3` .github/workflows/deploy.yml:42
HIGH MINED115 Action `actions/setup-node` pinned to mutable ref `@v4` .github/workflows/deploy.yml:25
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/deploy.yml:22
HIGH CORE_NO_TESTS No test files found
MED SEC123 [SEC123] Production stack trace / debug output exposed: Debug mode left on in production … scripts/simplewebserver.py:7
MED DEPCUR-NPM npm package `postcss` is 1 major version(s) behind (7.0.39 -> 8.5.15) hacktoberfest-react/package.json
MED DEPCUR-NPM npm package `globals` is 3 major version(s) behind (14.0.0 -> 17.6.0) hacktoberfest-react/package.json
MED DEPCUR-NPM npm package `autoprefixer` is 1 major version(s) behind (9.8.8 -> 10.5.0) hacktoberfest-react/package.json
MED DEPCUR-NPM npm package `@vitejs/plugin-react` is 1 major version(s) behind (5.2.0 -> 6.0.2) hacktoberfest-react/package.json
MED DEPCUR-NPM npm package `@eslint/js` is 1 major version(s) behind (9.39.4 -> 10.0.1) hacktoberfest-react/package.json
MED GHSA-qx2v-qp2m-jg93 postcss: GHSA-qx2v-qp2m-jg93 hacktoberfest-react/package-lock.json
MED GHSA-7fh5-64p2-3v2j postcss: GHSA-7fh5-64p2-3v2j hacktoberfest-react/package-lock.json
MED GHSA-566m-qj78-rww5 postcss: GHSA-566m-qj78-rww5 hacktoberfest-react/package-lock.json
MED AGT007 localStorage write failures are swallowed silently hacktoberfest-react/src/App.tsx:202
LOW COMP001 [COMP001] High cognitive complexity: Function `knapsack` has cognitive complexity 10 (Son… scripts/0-1_knapsack_using_DP.py:1
LOW DEPCUR-NPM npm package `eslint-plugin-react-refresh` is minor version(s) behind (0.4.26 -> 0.5.2) hacktoberfest-react/package.json
LOW AIC003 Duplicated implementation block across source files scripts/hello_world_saadaan_hassan.js:1
LOW AIC003 Duplicated implementation block across source files scripts/Python Scripts/password_checker…:1
LOW AIC003 Duplicated implementation block across source files scripts/C Scripts/fact_Vedant.c:1
INFO MINED069 [MINED069] Debug True Prod: Django/Flask DEBUG=True or app.debug=True in non-test files. scripts/simplewebserver.py:7
INFO MINED046 [MINED046] Dart Print: print() in Flutter goes to console. Use debugPrint / logger. scripts/hello_world_MufcVarun11.dart:7
INFO MINED046 [MINED046] Dart Print: print() in Flutter goes to console. Use debugPrint / logger. scripts/hello_world_Justsah1l.dart:6
INFO MINED046 [MINED046] Dart Print: print() in Flutter goes to console. Use debugPrint / logger. scripts/hello_world.dart:2
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. scripts/Python Scripts/password_checker…:22
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. scripts/Python Scripts/password checker…:22
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. tools/unmessy_folder.py:5
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. scripts/Python Scripts/hello_world_utka…:1
INFO MINED042 [MINED042] Cpp New Without Delete: C++ raw new without RAII / unique_ptr — memory leak ri… scripts/BstInsertSearch.cpp:13
INFO MINED080 [MINED080] Cpp Using Namespace Std: using namespace std; pollutes the global namespace. scripts/C++/hello_world_GHemanth.cpp:6
INFO MINED080 [MINED080] Cpp Using Namespace Std: using namespace std; pollutes the global namespace. scripts/Banking_SushantKhadka.cpp:8
INFO MINED080 [MINED080] Cpp Using Namespace Std: using namespace std; pollutes the global namespace. scripts/AbhishekDwibedy.cpp:2
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … scripts/Hello_World_Revati.js:6
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … scripts/Hello_World_Astitwa.js:6
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … profiles/viv_nic.js:1
Reset to top 5 68 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `fineanmol/hacktoberfest`

**Score: 67/100 (C+)**  ·  68 findings  ·  scanned 2026-06-05 23:43 UTC  ·  11,219 LOC

| Severity | Count |
|---|---|
| CRITICAL | 1 |
| HIGH | 37 |
| MEDIUM | 10 |
| LOW | 5 |

📊 [Full filterable report](https://repobility.com/scan/db621be6-e6b5-4f3c-b7ce-1733093f9eb0/)  ·  ![scorecard](https://repobility.com/scan/db621be6-e6b5-4f3c-b7ce-1733093f9eb0/report.png?v=1780703028-s2)

### Top findings

1. **CRITICAL** `MINED022` — C Strcpy
   `scripts/Banking_SushantKhadka.cpp:29` · CWE-120 · ✓ Repobility
2. **HIGH** `SEC083` — JS: new RegExp() with non-literal
   `tools/validate-scripts.js:44`
3. **HIGH** `MINED017` — C System Call
   `scripts/hello_world_suryanshsingh2001.cpp:15` · CWE-78 · ✓ Repobility
4. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `scripts/hello.py:58`
5. **HIGH** `MINED108` — `self.buttonclick` used but never assigned in __init__
   `scripts/snake_game.py:269` · ✓ 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/db621be6-e6b5-4f3c-b7ce-1733093f9eb0/_
Megaproject â high spam risk
Could not determine 'fineanmol/hacktoberfest' 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.