← Back to scan
File as GitHub Issue repo: affaan-m/ECC

Push this scan report to affaan-m/ECC

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.agent_count_label` 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 SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… scripts/hooks/run-with-flags.js:134
CRIT MINED024 [MINED024] Js Eval Usage: eval() executes arbitrary code. Code injection risk. .opencode/tools/security-audit.ts:233
CRIT MINED120 [MINED120] package.json `scripts.postinstall` runs network/exec on install: `scripts.post… package.json:1
HIGH MINED108 [MINED108] `self.agent_tree` used but never assigned in __init__: Method `create_agents_t… ecc_dashboard.py:409
HIGH MINED108 [MINED108] `self.agent_count_label` used but never assigned in __init__: Method `create_a… ecc_dashboard.py:397
HIGH MINED108 [MINED108] `self.agent_search` used but never assigned in __init__: Method `create_agents… ecc_dashboard.py:392
HIGH MINED108 [MINED108] `self.logo_image` used but never assigned in __init__: Method `create_widgets`… ecc_dashboard.py:349
HIGH MINED108 [MINED108] `self.status_label` used but never assigned in __init__: Method `create_widget… ecc_dashboard.py:376
HIGH MINED108 [MINED108] `self.notebook` used but never assigned in __init__: Method `create_widgets` o… ecc_dashboard.py:360
HIGH MINED108 [MINED108] `self.version_label` used but never assigned in __init__: Method `create_widge… ecc_dashboard.py:356
HIGH MINED108 [MINED108] `self.title_label` used but never assigned in __init__: Method `create_widgets… ecc_dashboard.py:354
HIGH MINED108 [MINED108] `self.create_settings_tab` used but never assigned in __init__: Method `create… ecc_dashboard.py:367
HIGH MINED108 [MINED108] `self.create_rules_tab` used but never assigned in __init__: Method `create_wi… ecc_dashboard.py:366
HIGH MINED108 [MINED108] `self.create_commands_tab` used but never assigned in __init__: Method `create… ecc_dashboard.py:365
HIGH MINED108 [MINED108] `self.create_skills_tab` used but never assigned in __init__: Method `create_w… ecc_dashboard.py:364
HIGH MINED108 [MINED108] `self.create_agents_tab` used but never assigned in __init__: Method `create_w… ecc_dashboard.py:363
HIGH MINED108 [MINED108] `self.logo_image` used but never assigned in __init__: Method `create_widgets`… ecc_dashboard.py:348
HIGH MINED108 [MINED108] `self.logo_image` used but never assigned in __init__: Method `create_widgets`… ecc_dashboard.py:347
HIGH MINED108 [MINED108] `self.status_label` used but never assigned in __init__: Method `create_widget… ecc_dashboard.py:373
HIGH MINED108 [MINED108] `self.notebook` used but never assigned in __init__: Method `create_widgets` o… ecc_dashboard.py:359
HIGH MINED108 [MINED108] `self.version_label` used but never assigned in __init__: Method `create_widge… ecc_dashboard.py:355
HIGH MINED108 [MINED108] `self.title_label` used but never assigned in __init__: Method `create_widgets… ecc_dashboard.py:353
HIGH MINED108 [MINED108] `self.winfo_screenheight` used but never assigned in __init__: Method `center_… ecc_dashboard.py:333
HIGH MINED108 [MINED108] `self.winfo_screenwidth` used but never assigned in __init__: Method `center_w… ecc_dashboard.py:332
HIGH MINED108 [MINED108] `self.geometry` used but never assigned in __init__: Method `center_window` of… ecc_dashboard.py:334
HIGH MINED108 [MINED108] `self.winfo_height` used but never assigned in __init__: Method `center_window… ecc_dashboard.py:331
HIGH MINED108 [MINED108] `self.winfo_width` used but never assigned in __init__: Method `center_window`… ecc_dashboard.py:330
HIGH MINED108 [MINED108] `self.update_idletasks` used but never assigned in __init__: Method `center_wi… ecc_dashboard.py:329
HIGH MINED001 [MINED001] Bare Except Pass: except: pass or except Exception: pass — silently swallows e… skills/videodb/scripts/ws_listener.py:73
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). scripts/hooks/stop-format-typecheck.js:43
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). scripts/hooks/post-edit-accumulator.js:27
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… scripts/hooks/session-end.js:260
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… scripts/ci/check-unicode-safety.js:63
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… src/llm/providers/ollama.py:73
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… skills/ios-icon-gen/scripts/generate_ic…:118
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… integrations/aura/adapter.py:132
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… scripts/codex/merge-codex-config.js:70
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… scripts/ci/validate-no-personal-paths.js:60
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… .opencode/tools/git-summary.ts:52
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… scripts/codemaps/generate.ts:247
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… .opencode/tools/check-coverage.ts:95
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… .opencode/tools/changed-files.ts:60
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… src/llm/tools/executor.py:54
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… skills/continuous-learning-v2/scripts/i…:762
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… skills/continuous-learning-v2/scripts/i…:494
MED MINED111 [MINED111] Bare except continues silently: Bare `except:` (or `except Exception:`) that r… ecc_dashboard.py:816
MED SEC127 [SEC127] AI agent stub — TODO: implement / pass placeholder body: Function body left as T… src/llm/core/interface.py:29
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… scripts/preview-pack-smoke.js:169
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … scripts/codex/merge-codex-config.js:70
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … scripts/ci/validate-no-personal-paths.js:60
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … .opencode/tools/security-audit.ts:233
MED COMP001 [COMP001] High cognitive complexity: Function `extract_pptx` has cognitive complexity 16 … skills/frontend-slides/scripts/extract-…:18
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… .cursor/hooks/after-shell-execution.js:16
LOW COMP001 [COMP001] High cognitive complexity: Function `extract_content` has cognitive complexity … scripts/hooks/insaits-security-monitor.…:95
LOW COMP001 [COMP001] High cognitive complexity: Function `main` has cognitive complexity 10 (SonarSo… scripts/hooks/insaits-security-monitor.…:187
LOW AIC003 Duplicated implementation block across source files scripts/release-approval-gate.js:101
LOW AIC003 Duplicated implementation block across source files scripts/preview-pack-smoke.js:129
LOW AIC003 Duplicated implementation block across source files scripts/preview-pack-smoke.js:116
LOW AIC003 Duplicated implementation block across source files scripts/platform-audit.js:228
LOW AIC003 Duplicated implementation block across source files scripts/platform-audit.js:188
LOW AIC003 Duplicated implementation block across source files scripts/platform-audit.js:41
LOW AIC003 Duplicated implementation block across source files scripts/observability-readiness.js:30
LOW AIC003 Duplicated implementation block across source files scripts/list-installed.js:8
LOW AIC003 Duplicated implementation block across source files scripts/lib/skill-evolution/versioning.…:105
LOW AIC003 Duplicated implementation block across source files scripts/lib/install/request.js:41
LOW AIC003 Duplicated implementation block across source files scripts/lib/install/apply.js:6
LOW AIC003 Duplicated implementation block across source files scripts/lib/install-targets/zed-project…:21
LOW AIC003 Duplicated implementation block across source files scripts/lib/install-targets/zed-project…:14
LOW AIC003 Duplicated implementation block across source files scripts/lib/install-targets/joycode-pro…:21
LOW AIC003 Duplicated implementation block across source files scripts/lib/install-targets/joycode-pro…:14
LOW AIC003 Duplicated implementation block across source files scripts/lib/install-targets/cursor-proj…:18
LOW AIC003 Duplicated implementation block across source files scripts/lib/install-targets/codebuddy-p…:14
LOW AIC003 Duplicated implementation block across source files scripts/lib/install-targets/claude-proj…:1
LOW AIC003 Duplicated implementation block across source files scripts/install-plan.js:103
LOW AIC003 Duplicated implementation block across source files scripts/hooks/session-end-marker.js:39
LOW AIC003 Duplicated implementation block across source files scripts/hooks/run-with-flags.js:13
LOW AIC003 Duplicated implementation block across source files scripts/hooks/run-with-flags.js:12
LOW AIC003 Duplicated implementation block across source files scripts/hooks/pre-bash-tmux-reminder.js:19
LOW AIC003 Duplicated implementation block across source files scripts/hooks/pre-bash-tmux-reminder.js:18
LOW AIC003 Duplicated implementation block across source files scripts/hooks/pre-bash-git-push-reminde…:15
LOW AIC003 Duplicated implementation block across source files scripts/hooks/post-edit-accumulator.js:28
LOW AIC003 Duplicated implementation block across source files scripts/hooks/post-bash-pr-created.js:24
LOW AIC003 Duplicated implementation block across source files scripts/hooks/plugin-hook-bootstrap.js:26
LOW AIC003 Duplicated implementation block across source files scripts/hooks/mcp-health-check.js:75
LOW AIC003 Duplicated implementation block across source files .codebuddy/uninstall.js:71
LOW AIC009 Multiple AI-agent scaffold marker files are present .github/copilot-instructions.md:1
LOW AIC002 Source file name looks like an AI patch artifact scripts/auto-update.js:1
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. src/llm/cli/selector.py:43
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… src/llm/core/interface.py:30
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… skills/videodb/scripts/ws_listener.py:74
INFO MINED055 [MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versi… scripts/hooks/insaits-security-monitor.…:13
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. integrations/aura/adapter.py:64
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. ecc2/src/session/output.rs:166
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… .opencode/tools/security-audit.ts:235
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .cursor/hooks/after-mcp-execution.js:9
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .codebuddy/uninstall.js:143
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .codebuddy/install.js:74
Reset to top 5 97 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `affaan-m/ECC`

**Score: 80/100 (A)**  ·  115 findings  ·  scanned 2026-06-04 04:10 UTC  ·  167,346 LOC

| Severity | Count |
|---|---|
| CRITICAL | 3 |
| HIGH | 39 |
| MEDIUM | 10 |
| LOW | 35 |

📊 [Full filterable report](https://repobility.com/scan/cee07bfa-32f3-4702-be86-74f070e7d41b/)  ·  ![scorecard](https://repobility.com/scan/cee07bfa-32f3-4702-be86-74f070e7d41b/report.png?v=1780546254-s2)

### Top findings

1. **CRITICAL** `SEC084` — JS: require() with non-literal
   `scripts/hooks/run-with-flags.js:134`
2. **CRITICAL** `MINED024` — Js Eval Usage
   `.opencode/tools/security-audit.ts:233` · CWE-95 · ✓ Repobility
3. **CRITICAL** `MINED120` — package.json `scripts.postinstall` runs network/exec on install: `scripts.postinstall: ech
   `package.json:1` · ✓ Repobility
4. **HIGH** `MINED108` — `self.agent_tree` used but never assigned in __init__
   `ecc_dashboard.py:409` · ✓ Repobility
5. **HIGH** `MINED108` — `self.agent_count_label` used but never assigned in __init__
   `ecc_dashboard.py:397` · ✓ 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/cee07bfa-32f3-4702-be86-74f070e7d41b/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 12 Critical/High security finding(s). Public issue filing would violate coordinated disclosure. Submit privately via the project's security reporting channel.
Megaproject â high spam risk
Could not determine 'affaan-m/ECC' 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.