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.

viraajbindra-a11y/Astrion-OS

https://github.com/viraajbindra-a11y/Astrion-OS · scanned 2026-06-16 00:51 UTC (2 months, 1 week ago)

369 raw signals (0 security + 369 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 361 actionable findings from 1 signal source. 8 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 55.4/100 with 100.0% coverage. It contains 2655 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 369 findings — concentrated in security (163), quality (111), frontend (53). Risk profile is high: 1 critical, 31 high, 169 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 273 of 361 actionable findings. 369 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.

critical System graph security Secrets conf 1.00 Possible secret in js/shell/spotlight.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
js/shell/spotlight.js:1582
high System graph api Wiring conf 1.00 Dangling fetch: GET /api (installer/app/js/apps/terminal.js:496)
`installer/app/js/apps/terminal.js:496` calls `GET /api` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /golden.lock.json (js/kernel/drift-detector.js:71)
`js/kernel/drift-detector.js:71` calls `GET /golden.lock.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/golden.lock.json` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /x (js/kernel/code-generator.js:293)
`js/kernel/code-generator.js:293` calls `GET /x` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/x` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:11434/api/tags (server/index.js:186)
`server/index.js:186` calls `GET http://localhost:11434/api/tags` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:11434/api/tags` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:11434/api/tags (server/index.js:224)
`server/index.js:224` calls `GET http://localhost:11434/api/tags` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:11434/api/tags` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://x (js/kernel/test-generator.js:325)
`js/kernel/test-generator.js:325` calls `GET http://x` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/x` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.dictionaryapi.dev/api/v2/entries/en/${encodeURIComponent(w)} (js/apps/dictionary.js:25)
`js/apps/dictionary.js:25` calls `GET https://api.dictionaryapi.dev/api/v2/entries/en/${encodeURIComponent(w)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.dictionaryapi.dev/api/v2/entries/en/<p>` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.github.com/repos/viraajbindra-a11y/Astrion-OS/commits/main (server/index.js:104)
`server/index.js:104` calls `GET https://api.github.com/repos/viraajbindra-a11y/Astrion-OS/commits/main` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.github.com/repos/viraajbindra-a11y/astrion-os/commit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.open-meteo.com/v1/forecast?${params} (js/apps/weather.js:76)
`js/apps/weather.js:76` calls `GET https://api.open-meteo.com/v1/forecast?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.open-meteo.com/v1/forecast` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://nominatim.openstreetmap.org/reverse?format=json&lat=${latitude}&lon=${longitude} (js/apps/weather.js:109)
`js/apps/weather.js:109` calls `GET https://nominatim.openstreetmap.org/reverse?format=json&lat=${latitude}&lon=${longitude}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/nominatim.openstreetmap.org/reverse…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://nominatim.openstreetmap.org/search?format=json&q=${encodeURIComponent(query)}&limit=1 (js/apps/maps.js:50)
`js/apps/maps.js:50` calls `GET https://nominatim.openstreetmap.org/search?format=json&q=${encodeURIComponent(query)}&limit=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/nominatim.openstreetmap.org/search…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://worldtimeapi.org/api/ip (js/shell/menubar.js:342)
`js/shell/menubar.js:342` calls `GET https://worldtimeapi.org/api/ip` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/worldtimeapi.org/api/ip` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://worldtimeapi.org/api/ip (js/shell/menubar.js:372)
`js/shell/menubar.js:372` calls `GET https://worldtimeapi.org/api/ip` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/worldtimeapi.org/api/ip` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/${key} (js/shell/control-center.js:202)
`js/shell/control-center.js:202` calls `POST /api/${key}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (installer/main.js:130)
`installer/main.js:130` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.anthropic.com/v1/messages (server/index.js:377)
`server/index.js:377` calls `POST https://api.anthropic.com/v1/messages` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.anthropic.com/v1/messages` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph security security conf 1.00 Insecure pattern 'eval_used' in installer/app/js/apps/terminal.js:515
Found a known-risky pattern (eval_used). Review and replace if possible.
installer/app/js/apps/terminal.js:515 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in installer/app/js/kernel/app-installer.js:76
Found a known-risky pattern (eval_used). Review and replace if possible.
installer/app/js/kernel/app-installer.js:76 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in js/kernel/app-installer.js:77
Found a known-risky pattern (eval_used). Review and replace if possible.
js/kernel/app-installer.js:77 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in js/kernel/self-upgrader.js:81
Found a known-risky pattern (eval_used). Review and replace if possible.
js/kernel/self-upgrader.js:81 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in js/kernel/selfmod-sandbox.js:122
Found a known-risky pattern (eval_used). Review and replace if possible.
js/kernel/selfmod-sandbox.js:122 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in js/kernel/synthetic-proposals.js:74
Found a known-risky pattern (eval_used). Review and replace if possible.
js/kernel/synthetic-proposals.js:74 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in js/lib/safe-math.js:148
Found a known-risky pattern (eval_used). Review and replace if possible.
js/lib/safe-math.js:148 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in website/index.html:607
Found a known-risky pattern (eval_used). Review and replace if possible.
website/index.html:607 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in server/index.js:123
Found a known-risky pattern (exec_used). Review and replace if possible.
server/index.js:123 Exec used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in js/kernel/code-generator.js:67
Found a known-risky pattern (new_function_used). Review and replace if possible.
js/kernel/code-generator.js:67 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in js/kernel/self-upgrader.js:82
Found a known-risky pattern (new_function_used). Review and replace if possible.
js/kernel/self-upgrader.js:82 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in js/kernel/selfmod-sandbox.js:123
Found a known-risky pattern (new_function_used). Review and replace if possible.
js/kernel/selfmod-sandbox.js:123 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in js/kernel/synthetic-proposals.js:77
Found a known-risky pattern (new_function_used). Review and replace if possible.
js/kernel/synthetic-proposals.js:77 New function used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/apps/activity-monitor.js:173
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 — js/apps/appstore.js:586
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 — js/apps/dictionary.js:25
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 — js/apps/settings.js:172
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 — js/kernel/code-generator.js:293
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 — js/kernel/healer.js:250
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 — js/kernel/self-upgrader.js:23
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 — js/kernel/skill-registry.js:198
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 — js/kernel/test-generator.js:325
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 — js/shell/bluetooth-picker.js:50
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 — js/shell/widgets.js:180
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 — server/index.js:804
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 Tests conf 1.00 CI is configured but no tests are detected
A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal.
CI/CDConfig theaterRepo hardening
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 GitHub Action is tag-pinned rather than SHA-pinned
softprops/action-gh-release@v2 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/build-desktop.yml:132 CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 4 occurrences 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.
4 files, 4 locations
.github/workflows/build-desktop.yml
.github/workflows/build-iso.yml
.github/workflows/build-kernel.yml
.github/workflows/deploy.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in server/index.js:743
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
server/index.js:743 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in distro/astrion-browser/renderer/browser.js:23
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
distro/astrion-browser/renderer/browser.js:23 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in distro/astrion-browser/renderer/history.html:152
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
distro/astrion-browser/renderer/history.html:152 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in distro/astrion-browser/renderer/reader.html:194
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
distro/astrion-browser/renderer/reader.html:194 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in distro/astrion-browser/renderer/reading-list.html:156
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
distro/astrion-browser/renderer/reading-list.html:156 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/apps/activity-monitor.js:26
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/apps/activity-monitor.js:26 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/apps/appstore.js:93
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/apps/appstore.js:93 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/apps/browser.js:35
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/apps/browser.js:35 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/apps/calculator.js:28
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/apps/calculator.js:28 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/apps/calendar.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/apps/calendar.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/apps/clock.js:33
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/apps/clock.js:33 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/apps/draw.js:37
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/apps/draw.js:37 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/apps/finder.js:27
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/apps/finder.js:27 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/apps/music.js:160
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/apps/music.js:160 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/apps/notes.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/apps/notes.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/apps/photos.js:48
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/apps/photos.js:48 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/apps/reminders.js:46
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/apps/reminders.js:46 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/apps/settings.js:48
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/apps/settings.js:48 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/apps/terminal.js:26
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/apps/terminal.js:26 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/apps/text-editor.js:155
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/apps/text-editor.js:155 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/apps/weather.js:54
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/apps/weather.js:54 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/kernel/app-installer.js:27
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/kernel/app-installer.js:27 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/kernel/notifications.js:31
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/kernel/notifications.js:31 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/kernel/window-manager.js:42
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/kernel/window-manager.js:42 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/shell/control-center.js:40
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/shell/control-center.js:40 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/shell/desktop.js:17
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/shell/desktop.js:17 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/shell/dock.js:26
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/shell/dock.js:26 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/shell/launchpad.js:55
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/shell/launchpad.js:55 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/shell/lock-screen.js:33
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/shell/lock-screen.js:33 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/shell/menubar.js:300
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/shell/menubar.js:300 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/shell/setup-wizard.js:58
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/shell/setup-wizard.js:58 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/shell/spotlight.js:37
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/shell/spotlight.js:37 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in installer/app/js/shell/wifi-picker.js:36
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
installer/app/js/shell/wifi-picker.js:36 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/2048.js:213
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/2048.js:213 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/activity-monitor.js:37
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/activity-monitor.js:37 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/adaptations.js:62
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/adaptations.js:62 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/ai-art.js:244
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/ai-art.js:244 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/ai-writer.js:45
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/ai-writer.js:45 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/animate.js:171
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/animate.js:171 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/appstore.js:94
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/appstore.js:94 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/beat-studio.js:97
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/beat-studio.js:97 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/bmi-calc.js:33
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/bmi-calc.js:33 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/browser.js:93
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/browser.js:93 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/budget.js:14
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/budget.js:14 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/calculator.js:29
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/calculator.js:29 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/calendar.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/calendar.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/chess.js:475
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/chess.js:475 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/clock.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/clock.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/color-palette.js:86
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/color-palette.js:86 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/color-picker.js:28
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/color-picker.js:28 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/contacts.js:38
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/contacts.js:38 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/countdown.js:42
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/countdown.js:42 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/dictionary.js:17
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/dictionary.js:17 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/draw.js:37
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/draw.js:37 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/emoji-kitchen.js:74
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/emoji-kitchen.js:74 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/finder.js:33
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/finder.js:33 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/flashcards.js:13
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/flashcards.js:13 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/habit-tracker.js:39
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/habit-tracker.js:39 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/healer-log.js:45
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/healer-log.js:45 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/installer.js:20
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/installer.js:20 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/journal.js:13
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/journal.js:13 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/kanban.js:47
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/kanban.js:47 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/live-chat.js:42
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/live-chat.js:42 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/maps.js:19
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/maps.js:19 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/markdown.js:6
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/markdown.js:6 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/meditation.js:41
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/meditation.js:41 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/messages.js:207
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/messages.js:207 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/minesweeper.js:77
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/minesweeper.js:77 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/music.js:511
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/music.js:511 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/neon-void.js:10
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/neon-void.js:10 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/notes.js:62
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/notes.js:62 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/password-gen.js:9
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/password-gen.js:9 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/pdf-viewer.js:20
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/pdf-viewer.js:20 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/photos.js:48
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/photos.js:48 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/pixel-art.js:37
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/pixel-art.js:37 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/pomodoro.js:38
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/pomodoro.js:38 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/qr-code.js:7
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/qr-code.js:7 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/quotes.js:25
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/quotes.js:25 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/random-facts.js:65
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/random-facts.js:65 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/recipe-book.js:66
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/recipe-book.js:66 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/reminders.js:119
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/reminders.js:119 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/rock-paper-scissors.js:38
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/rock-paper-scissors.js:38 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/screen-recorder.js:36
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/screen-recorder.js:36 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/settings.js:64
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/settings.js:64 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/snake.js:71
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/snake.js:71 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/soundboard.js:94
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/soundboard.js:94 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/sticky-notes.js:38
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/sticky-notes.js:38 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/stopwatch.js:9
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/stopwatch.js:9 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/sudoku.js:84
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/sudoku.js:84 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/system-info.js:18
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/system-info.js:18 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/terminal.js:22
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/terminal.js:22 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/text-editor.js:155
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/text-editor.js:155 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/tic-tac-toe.js:61
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/tic-tac-toe.js:61 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/timer.js:12
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/timer.js:12 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/todo.js:48
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/todo.js:48 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/translator.js:23
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/translator.js:23 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/trash.js:61
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/trash.js:61 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/unit-converter.js:50
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/unit-converter.js:50 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/vault.js:48
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/vault.js:48 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/video-editor.js:51
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/video-editor.js:51 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/video-player.js:18
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/video-player.js:18 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/voice-memos.js:39
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/voice-memos.js:39 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/weather.js:187
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/weather.js:187 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/whiteboard.js:6
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/whiteboard.js:6 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/wordle.js:68
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/wordle.js:68 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/apps/youtube.js:28
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/apps/youtube.js:28 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/kernel/app-installer.js:28
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/kernel/app-installer.js:28 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/kernel/app-stubs.js:99
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/kernel/app-stubs.js:99 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/kernel/generated-app-loader.js:141
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/kernel/generated-app-loader.js:141 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/kernel/generated-app-runner.js:113
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/kernel/generated-app-runner.js:113 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/kernel/notifications.js:73
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/kernel/notifications.js:73 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/kernel/permissions.js:91
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/kernel/permissions.js:91 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/kernel/toy-stubs.js:70
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/kernel/toy-stubs.js:70 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/kernel/window-manager.js:170
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/kernel/window-manager.js:170 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/lib/dialog.js:9
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/lib/dialog.js:9 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/bluetooth-picker.js:33
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/bluetooth-picker.js:33 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/chat-panel.js:178
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/chat-panel.js:178 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/clipboard-manager.js:125
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/clipboard-manager.js:125 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/control-center.js:40
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/control-center.js:40 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/desktop.js:17
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/desktop.js:17 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/dock.js:134
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/dock.js:134 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/emoji-picker.js:253
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/emoji-picker.js:253 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/focus-mode.js:88
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/focus-mode.js:88 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/launchpad.js:79
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/launchpad.js:79 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/lock-screen.js:35
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/lock-screen.js:35 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/menubar.js:442
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/menubar.js:442 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/quick-look.js:80
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/quick-look.js:80 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/screensaver.js:107
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/screensaver.js:107 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/setup-wizard.js:96
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/setup-wizard.js:96 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/shortcuts-overlay.js:48
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/shortcuts-overlay.js:48 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/spaces.js:141
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/spaces.js:141 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/spotlight.js:114
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/spotlight.js:114 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/volume-hud.js:106
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/volume-hud.js:106 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/widgets.js:156
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/widgets.js:156 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/wifi-picker.js:45
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/wifi-picker.js:45 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/shell/wizard-ai-brain.js:140
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/shell/wizard-ai-brain.js:140 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in search.html:61
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
search.html:61 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in server/index.js:959
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
server/index.js:959 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in js/apps/settings.js:890
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
js/apps/settings.js:890 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in js/shell/spotlight.js:400
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
js/shell/spotlight.js:400 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in js/apps/pomodoro.js:117
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
js/apps/pomodoro.js:117 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in server/index.js:9
Found a known-risky pattern (node_child_process). Review and replace if possible.
server/index.js:9 Node child process
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 163 placeholder/mock markers across 71 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
6 test file(s) for 230 source file(s) (ratio 0.03). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 8 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ASTRION_BIND`, `ASTRION_OLLAMA_MODEL`, `ASTRION_OLLAMA_URL`, `ASTRION_SELFMOD_DISABLED`, `ASTRION_SERVER`, `HOME`, `PATH`, `USER`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: tests, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 83 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 6 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/upload-artifact@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 6 locations
.github/workflows/build-desktop.yml:96, 117 (2 hits)
.github/workflows/build-kernel.yml:41, 48 (2 hits)
.github/workflows/build-iso.yml:46
.github/workflows/deploy.yml:29
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — installer/app/js/apps/calculator.js:50
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — js/apps/budget.js:24
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — js/apps/calculator.js:51
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — js/apps/countdown.js:45
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — js/apps/kanban.js:61
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — js/apps/recipe-book.js:92
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — js/apps/sticky-notes.js:41
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: distro/astrion-browser/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
distro/astrion-browser/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `endOld` in js/kernel/text-learner.js:208
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 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 — installer/app/js/apps/terminal.js:516
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 — installer/app/js/boot.js:173
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 — installer/main.js:37
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 — js/apps/live-chat.js:181
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 — js/apps/messages.js:736
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 — js/boot.js:111
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 — js/kernel/ai-audio-cues.js:67
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 — js/kernel/ai-service.js:760
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 — js/kernel/budget-manager.js:199
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 — js/kernel/calibration-tracker.js:191
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 — js/kernel/capability-providers.js:1606
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 — js/kernel/chaos-injector.js:209
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 — js/kernel/code-generator.js:306
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 — js/kernel/context-bundle.js:83
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 — js/kernel/conversation-memory.js:188
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 — js/kernel/drift-detector.js:185
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 — js/kernel/generated-app-loader.js:180
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 — js/kernel/golden-check.js:70
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 — js/kernel/graph-migration.js:131
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 — js/kernel/graph-query.js:855
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 — js/kernel/graph-store.js:1138
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 — js/kernel/healer.js:60
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 — js/kernel/intent-executor.js:139
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 — js/kernel/intent-parser.js:658
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 — js/kernel/intent-planner.js:421
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 — js/kernel/predicate-parser.js:364
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 — js/kernel/red-team.js:236
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 — js/kernel/rubber-stamp-tracker.js:147
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 — js/kernel/selfmod-sandbox.js:305
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 — js/kernel/selfmod-soak.js:694
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 — js/kernel/skill-parser.js:338
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 — js/kernel/skill-registry.js:258
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 — js/kernel/skill-scheduler.js:189
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 — js/kernel/socratic-prompter.js:167
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 — js/kernel/spec-generator.js:333
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 — js/kernel/synthetic-proposals.js:204
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 — js/kernel/test-generator.js:338
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 — js/kernel/test-runner.js:298
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 — js/kernel/value-lock.js:108
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 — js/lib/safe-math.js:155
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 — js/shell/chat-panel.js:138
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 — js/shell/idle-lock.js: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 — js/shell/menubar.js:350
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 — js/shell/screensaver.js:28
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 — js/shell/spotlight.js:864
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 — server/index.js:125
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 api Wiring conf 1.00 Unused endpoint: GET /api/ai/ollama-tags
`server/index.js` declares `GET /api/ai/ollama-tags` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/browser/proxy
`server/index.js` declares `GET /api/browser/proxy` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/files/search
`server/index.js` declares `GET /api/files/search` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/proxy
`server/index.js` declares `GET /api/proxy` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /app/:appId
`server/index.js` declares `GET /app/:appId` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /popup/clipboard
`server/index.js` declares `GET /popup/clipboard` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /popup/emoji
`server/index.js` declares `GET /popup/emoji` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /popup/screensaver
`server/index.js` declares `GET /popup/screensaver` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /popup/spotlight
`server/index.js` declares `GET /popup/spotlight` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /system-overlay
`server/index.js` declares `GET /system-overlay` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/android/install-apk
`server/index.js` declares `POST /api/android/install-apk` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/browser/open
`server/index.js` declares `POST /api/browser/open` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/system/restart
`server/index.js` declares `POST /api/system/restart` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/system/shutdown
`server/index.js` declares `POST /api/system/shutdown` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/system/sleep
`server/index.js` declares `POST /api/system/sleep` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: js/apps/music.js (1266 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: js/apps/settings.js (2014 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: js/kernel/capability-providers.js (1612 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: js/shell/chat-panel.js (2075 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: js/shell/spotlight.js (2578 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: server/index.js (1859 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/b7a515ec-7a05-414e-aa44-8a6a18faf503/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b7a515ec-7a05-414e-aa44-8a6a18faf503/

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.