Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

rionatty/helpdesk

https://github.com/rionatty/helpdesk · scanned 2026-06-15 23:51 UTC (2 months, 3 weeks ago)

104 raw signals (0 security + 104 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 53 actionable findings from 1 signal source. 51 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 62.8/100 with 100.0% coverage. It contains 2244 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 104 findings — concentrated in quality (36), cicd (23), software (16). Risk profile is high: 0 critical, 1 high, 27 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 41 of 53 actionable findings. 104 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph security security conf 1.00 Insecure pattern 'new_function_used' in desk/src/composables/formCustomisation.ts:41
Found a known-risky pattern (new_function_used). Review and replace if possible.
desk/src/composables/formCustomisation.ts:41 New function used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — desk/src/composables/fc.ts:18
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — desk/src/composables/useView.ts:59
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — desk/src/router/index.ts:339
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — desk/src/stores/auth.ts:21
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — desk/src/stores/meta.ts:26
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph cicd CI/CD security conf 1.00 6 occurrences GitHub Action is tag-pinned rather than SHA-pinned
docker/setup-qemu-action@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 6 locations
.github/workflows/build.yml:25, 28, 33, 55 (4 hits)
.github/workflows/lint.yml:41
.github/workflows/server-tests.yml:130
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/generate-pot-file.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in desk/src/components/EmailContent.vue:84
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
desk/src/components/EmailContent.vue:84 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in desk/src/components/EmailEditor.vue:339
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
desk/src/components/EmailEditor.vue:339 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in desk/src/utils.ts:801
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
desk/src/utils.ts:801 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in desk/src/components/EmailContent.vue:41
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
desk/src/components/EmailContent.vue:41 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in desk/src/pages/desk/contact/ContactDialog.vue:306
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
desk/src/pages/desk/contact/ContactDialog.vue:306 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in desk/src/pages/knowledge-base/Article.vue:539
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
desk/src/pages/knowledge-base/Article.vue:539 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in desk/src/tiptap-extensions.ts:628
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
desk/src/tiptap-extensions.ts:628 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in desk/src/utils.ts:347
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
desk/src/utils.ts:347 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'vue_v_html' in desk/src/components/ConfirmDialog.vue:8
Found a known-risky pattern (vue_v_html). Review and replace if possible.
desk/src/components/ConfirmDialog.vue:8 Vue v html
medium System graph security security conf 1.00 Insecure pattern 'vue_v_html' in desk/src/components/dialogs.jsx:25
Found a known-risky pattern (vue_v_html). Review and replace if possible.
desk/src/components/dialogs.jsx:25 Vue v html
medium System graph security security conf 1.00 Insecure pattern 'vue_v_html' in desk/src/components/SearchArticles.vue:39
Found a known-risky pattern (vue_v_html). Review and replace if possible.
desk/src/components/SearchArticles.vue:39 Vue v html
medium System graph security security conf 1.00 Insecure pattern 'vue_v_html' in desk/src/pages/SearchAgent.vue:175
Found a known-risky pattern (vue_v_html). Review and replace if possible.
desk/src/pages/SearchAgent.vue:175 Vue v html
medium System graph security security conf 1.00 Insecure pattern 'vue_v_html' in desk/src/pages/ticket/TicketNew.vue:66
Found a known-risky pattern (vue_v_html). Review and replace if possible.
desk/src/pages/ticket/TicketNew.vue:66 Vue v html
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 22 placeholder/mock markers across 5 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 14 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 15 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
5 files, 15 locations
.github/workflows/server-tests.yml:38, 41, 55, 67, 76, 113, 124, 127 (8 hits)
.github/workflows/generate-pot-file.yml:21, 26, 31 (3 hits)
.github/workflows/on_release.yml:13, 18 (2 hits)
.github/workflows/build.yml:22
.github/workflows/lint.yml:36
CI/CD securitySupply chainGithub actions
low System graph quality Tests conf 1.00 Low test-to-source ratio
38 tests / 342 src (ratio 0.11).
low System graph quality Integrity conf 1.00 20 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: helpdesk/search.py:remove_document, helpdesk/search.py:remove_doc This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
20 occurrences
repo-level (20 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `doc_old` in helpdesk/helpdesk/doctype/hd_service_level_agreement/hd_service_level_agreement.py:243
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph cicd CI/CD security conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
package.json CI/CD securitySupply chainNpm
low System graph software Dead code conf 1.00 14 occurrences Possibly dead Python function: execute
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
12 files, 12 locations
helpdesk/patches/add_fulltext_index.py:4
helpdesk/patches/add_status_category_to_tickets.py:4
helpdesk/patches/add_website_settings_permission.py:4
helpdesk/patches/agent_manager_perms.py:4
helpdesk/patches/change_app_name_to_helpdesk.py:5
helpdesk/patches/communication_read_perm_agent.py:5
helpdesk/patches/default_article_category.py:6
helpdesk/patches/naming_autoincrement.py:17
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_headings
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
helpdesk/search.py:266
low System graph software Dead code conf 1.00 Possibly dead Python function: remove_doc
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
helpdesk/search.py:262
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — desk/src/components/EmailArea.vue:261
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — desk/src/components/telephony/TwilioCallUI.vue:453
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — desk/src/components/ticket/TicketAgentContact.vue:36
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — desk/src/components/TicketField.vue:128
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — desk/src/components/TypingIndicator.vue:36
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — desk/src/composables/formCustomisation.ts:132
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — desk/src/composables/useView.ts:97
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/bbb8c93e-ceb6-4662-9c88-55da757579d5/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/bbb8c93e-ceb6-4662-9c88-55da757579d5/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.